@charset "UTF-8";
/*!
 * Main SCSS File
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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"] {
  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;
  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;
    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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.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: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}
.glyphicon-minus:before {
  content: "−";
}
.glyphicon-cloud:before {
  content: "☁";
}
.glyphicon-envelope:before {
  content: "✉";
}
.glyphicon-pencil:before {
  content: "✏";
}
.glyphicon-glass:before {
  content: "";
}
.glyphicon-music:before {
  content: "";
}
.glyphicon-search:before {
  content: "";
}
.glyphicon-heart:before {
  content: "";
}
.glyphicon-star:before {
  content: "";
}
.glyphicon-star-empty:before {
  content: "";
}
.glyphicon-user:before {
  content: "";
}
.glyphicon-film:before {
  content: "";
}
.glyphicon-th-large:before {
  content: "";
}
.glyphicon-th:before {
  content: "";
}
.glyphicon-th-list:before {
  content: "";
}
.glyphicon-ok:before {
  content: "";
}
.glyphicon-remove:before {
  content: "";
}
.glyphicon-zoom-in:before {
  content: "";
}
.glyphicon-zoom-out:before {
  content: "";
}
.glyphicon-off:before {
  content: "";
}
.glyphicon-signal:before {
  content: "";
}
.glyphicon-cog:before {
  content: "";
}
.glyphicon-trash:before {
  content: "";
}
.glyphicon-home:before {
  content: "";
}
.glyphicon-file:before {
  content: "";
}
.glyphicon-time:before {
  content: "";
}
.glyphicon-road:before {
  content: "";
}
.glyphicon-download-alt:before {
  content: "";
}
.glyphicon-download:before {
  content: "";
}
.glyphicon-upload:before {
  content: "";
}
.glyphicon-inbox:before {
  content: "";
}
.glyphicon-play-circle:before {
  content: "";
}
.glyphicon-repeat:before {
  content: "";
}
.glyphicon-refresh:before {
  content: "";
}
.glyphicon-list-alt:before {
  content: "";
}
.glyphicon-lock:before {
  content: "";
}
.glyphicon-flag:before {
  content: "";
}
.glyphicon-headphones:before {
  content: "";
}
.glyphicon-volume-off:before {
  content: "";
}
.glyphicon-volume-down:before {
  content: "";
}
.glyphicon-volume-up:before {
  content: "";
}
.glyphicon-qrcode:before {
  content: "";
}
.glyphicon-barcode:before {
  content: "";
}
.glyphicon-tag:before {
  content: "";
}
.glyphicon-tags:before {
  content: "";
}
.glyphicon-book:before {
  content: "";
}
.glyphicon-bookmark:before {
  content: "";
}
.glyphicon-print:before {
  content: "";
}
.glyphicon-camera:before {
  content: "";
}
.glyphicon-font:before {
  content: "";
}
.glyphicon-bold:before {
  content: "";
}
.glyphicon-italic:before {
  content: "";
}
.glyphicon-text-height:before {
  content: "";
}
.glyphicon-text-width:before {
  content: "";
}
.glyphicon-align-left:before {
  content: "";
}
.glyphicon-align-center:before {
  content: "";
}
.glyphicon-align-right:before {
  content: "";
}
.glyphicon-align-justify:before {
  content: "";
}
.glyphicon-list:before {
  content: "";
}
.glyphicon-indent-left:before {
  content: "";
}
.glyphicon-indent-right:before {
  content: "";
}
.glyphicon-facetime-video:before {
  content: "";
}
.glyphicon-picture:before {
  content: "";
}
.glyphicon-map-marker:before {
  content: "";
}
.glyphicon-adjust:before {
  content: "";
}
.glyphicon-tint:before {
  content: "";
}
.glyphicon-edit:before {
  content: "";
}
.glyphicon-share:before {
  content: "";
}
.glyphicon-check:before {
  content: "";
}
.glyphicon-move:before {
  content: "";
}
.glyphicon-step-backward:before {
  content: "";
}
.glyphicon-fast-backward:before {
  content: "";
}
.glyphicon-backward:before {
  content: "";
}
.glyphicon-play:before {
  content: "";
}
.glyphicon-pause:before {
  content: "";
}
.glyphicon-stop:before {
  content: "";
}
.glyphicon-forward:before {
  content: "";
}
.glyphicon-fast-forward:before {
  content: "";
}
.glyphicon-step-forward:before {
  content: "";
}
.glyphicon-eject:before {
  content: "";
}
.glyphicon-chevron-left:before {
  content: "";
}
.glyphicon-chevron-right:before {
  content: "";
}
.glyphicon-plus-sign:before {
  content: "";
}
.glyphicon-minus-sign:before {
  content: "";
}
.glyphicon-remove-sign:before {
  content: "";
}
.glyphicon-ok-sign:before {
  content: "";
}
.glyphicon-question-sign:before {
  content: "";
}
.glyphicon-info-sign:before {
  content: "";
}
.glyphicon-screenshot:before {
  content: "";
}
.glyphicon-remove-circle:before {
  content: "";
}
.glyphicon-ok-circle:before {
  content: "";
}
.glyphicon-ban-circle:before {
  content: "";
}
.glyphicon-arrow-left:before {
  content: "";
}
.glyphicon-arrow-right:before {
  content: "";
}
.glyphicon-arrow-up:before {
  content: "";
}
.glyphicon-arrow-down:before {
  content: "";
}
.glyphicon-share-alt:before {
  content: "";
}
.glyphicon-resize-full:before {
  content: "";
}
.glyphicon-resize-small:before {
  content: "";
}
.glyphicon-exclamation-sign:before {
  content: "";
}
.glyphicon-gift:before {
  content: "";
}
.glyphicon-leaf:before {
  content: "";
}
.glyphicon-fire:before {
  content: "";
}
.glyphicon-eye-open:before {
  content: "";
}
.glyphicon-eye-close:before {
  content: "";
}
.glyphicon-warning-sign:before {
  content: "";
}
.glyphicon-plane:before {
  content: "";
}
.glyphicon-calendar:before {
  content: "";
}
.glyphicon-random:before {
  content: "";
}
.glyphicon-comment:before {
  content: "";
}
.glyphicon-magnet:before {
  content: "";
}
.glyphicon-chevron-up:before {
  content: "";
}
.glyphicon-chevron-down:before {
  content: "";
}
.glyphicon-retweet:before {
  content: "";
}
.glyphicon-shopping-cart:before {
  content: "";
}
.glyphicon-folder-close:before {
  content: "";
}
.glyphicon-folder-open:before {
  content: "";
}
.glyphicon-resize-vertical:before {
  content: "";
}
.glyphicon-resize-horizontal:before {
  content: "";
}
.glyphicon-hdd:before {
  content: "";
}
.glyphicon-bullhorn:before {
  content: "";
}
.glyphicon-bell:before {
  content: "";
}
.glyphicon-certificate:before {
  content: "";
}
.glyphicon-thumbs-up:before {
  content: "";
}
.glyphicon-thumbs-down:before {
  content: "";
}
.glyphicon-hand-right:before {
  content: "";
}
.glyphicon-hand-left:before {
  content: "";
}
.glyphicon-hand-up:before {
  content: "";
}
.glyphicon-hand-down:before {
  content: "";
}
.glyphicon-circle-arrow-right:before {
  content: "";
}
.glyphicon-circle-arrow-left:before {
  content: "";
}
.glyphicon-circle-arrow-up:before {
  content: "";
}
.glyphicon-circle-arrow-down:before {
  content: "";
}
.glyphicon-globe:before {
  content: "";
}
.glyphicon-wrench:before {
  content: "";
}
.glyphicon-tasks:before {
  content: "";
}
.glyphicon-filter:before {
  content: "";
}
.glyphicon-briefcase:before {
  content: "";
}
.glyphicon-fullscreen:before {
  content: "";
}
.glyphicon-dashboard:before {
  content: "";
}
.glyphicon-paperclip:before {
  content: "";
}
.glyphicon-heart-empty:before {
  content: "";
}
.glyphicon-link:before {
  content: "";
}
.glyphicon-phone:before {
  content: "";
}
.glyphicon-pushpin:before {
  content: "";
}
.glyphicon-usd:before {
  content: "";
}
.glyphicon-gbp:before {
  content: "";
}
.glyphicon-sort:before {
  content: "";
}
.glyphicon-sort-by-alphabet:before {
  content: "";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}
.glyphicon-sort-by-order:before {
  content: "";
}
.glyphicon-sort-by-order-alt:before {
  content: "";
}
.glyphicon-sort-by-attributes:before {
  content: "";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "";
}
.glyphicon-unchecked:before {
  content: "";
}
.glyphicon-expand:before {
  content: "";
}
.glyphicon-collapse-down:before {
  content: "";
}
.glyphicon-collapse-up:before {
  content: "";
}
.glyphicon-log-in:before {
  content: "";
}
.glyphicon-flash:before {
  content: "";
}
.glyphicon-log-out:before {
  content: "";
}
.glyphicon-new-window:before {
  content: "";
}
.glyphicon-record:before {
  content: "";
}
.glyphicon-save:before {
  content: "";
}
.glyphicon-open:before {
  content: "";
}
.glyphicon-saved:before {
  content: "";
}
.glyphicon-import:before {
  content: "";
}
.glyphicon-export:before {
  content: "";
}
.glyphicon-send:before {
  content: "";
}
.glyphicon-floppy-disk:before {
  content: "";
}
.glyphicon-floppy-saved:before {
  content: "";
}
.glyphicon-floppy-remove:before {
  content: "";
}
.glyphicon-floppy-save:before {
  content: "";
}
.glyphicon-floppy-open:before {
  content: "";
}
.glyphicon-credit-card:before {
  content: "";
}
.glyphicon-transfer:before {
  content: "";
}
.glyphicon-cutlery:before {
  content: "";
}
.glyphicon-header:before {
  content: "";
}
.glyphicon-compressed:before {
  content: "";
}
.glyphicon-earphone:before {
  content: "";
}
.glyphicon-phone-alt:before {
  content: "";
}
.glyphicon-tower:before {
  content: "";
}
.glyphicon-stats:before {
  content: "";
}
.glyphicon-sd-video:before {
  content: "";
}
.glyphicon-hd-video:before {
  content: "";
}
.glyphicon-subtitles:before {
  content: "";
}
.glyphicon-sound-stereo:before {
  content: "";
}
.glyphicon-sound-dolby:before {
  content: "";
}
.glyphicon-sound-5-1:before {
  content: "";
}
.glyphicon-sound-6-1:before {
  content: "";
}
.glyphicon-sound-7-1:before {
  content: "";
}
.glyphicon-copyright-mark:before {
  content: "";
}
.glyphicon-registration-mark:before {
  content: "";
}
.glyphicon-cloud-download:before {
  content: "";
}
.glyphicon-cloud-upload:before {
  content: "";
}
.glyphicon-tree-conifer:before {
  content: "";
}
.glyphicon-tree-deciduous:before {
  content: "";
}
.glyphicon-cd:before {
  content: "";
}
.glyphicon-save-file:before {
  content: "";
}
.glyphicon-open-file:before {
  content: "";
}
.glyphicon-level-up:before {
  content: "";
}
.glyphicon-copy:before {
  content: "";
}
.glyphicon-paste:before {
  content: "";
}
.glyphicon-alert:before {
  content: "";
}
.glyphicon-equalizer:before {
  content: "";
}
.glyphicon-king:before {
  content: "";
}
.glyphicon-queen:before {
  content: "";
}
.glyphicon-pawn:before {
  content: "";
}
.glyphicon-bishop:before {
  content: "";
}
.glyphicon-knight:before {
  content: "";
}
.glyphicon-baby-formula:before {
  content: "";
}
.glyphicon-tent:before {
  content: "⛺";
}
.glyphicon-blackboard:before {
  content: "";
}
.glyphicon-bed:before {
  content: "";
}
.glyphicon-apple:before {
  content: "";
}
.glyphicon-erase:before {
  content: "";
}
.glyphicon-hourglass:before {
  content: "⌛";
}
.glyphicon-lamp:before {
  content: "";
}
.glyphicon-duplicate:before {
  content: "";
}
.glyphicon-piggy-bank:before {
  content: "";
}
.glyphicon-scissors:before {
  content: "";
}
.glyphicon-bitcoin:before {
  content: "";
}
.glyphicon-btc:before {
  content: "";
}
.glyphicon-xbt:before {
  content: "";
}
.glyphicon-yen:before {
  content: "¥";
}
.glyphicon-jpy:before {
  content: "¥";
}
.glyphicon-ruble:before {
  content: "₽";
}
.glyphicon-rub:before {
  content: "₽";
}
.glyphicon-scale:before {
  content: "";
}
.glyphicon-ice-lolly:before {
  content: "";
}
.glyphicon-ice-lolly-tasted:before {
  content: "";
}
.glyphicon-education:before {
  content: "";
}
.glyphicon-option-horizontal:before {
  content: "";
}
.glyphicon-option-vertical:before {
  content: "";
}
.glyphicon-menu-hamburger:before {
  content: "";
}
.glyphicon-modal-window:before {
  content: "";
}
.glyphicon-oil:before {
  content: "";
}
.glyphicon-grain:before {
  content: "";
}
.glyphicon-sunglasses:before {
  content: "";
}
.glyphicon-text-size:before {
  content: "";
}
.glyphicon-text-color:before {
  content: "";
}
.glyphicon-text-background:before {
  content: "";
}
.glyphicon-object-align-top:before {
  content: "";
}
.glyphicon-object-align-bottom:before {
  content: "";
}
.glyphicon-object-align-horizontal:before {
  content: "";
}
.glyphicon-object-align-left:before {
  content: "";
}
.glyphicon-object-align-vertical:before {
  content: "";
}
.glyphicon-object-align-right:before {
  content: "";
}
.glyphicon-triangle-right:before {
  content: "";
}
.glyphicon-triangle-left:before {
  content: "";
}
.glyphicon-triangle-bottom:before {
  content: "";
}
.glyphicon-triangle-top:before {
  content: "";
}
.glyphicon-console:before {
  content: "";
}
.glyphicon-superscript:before {
  content: "";
}
.glyphicon-subscript:before {
  content: "";
}
.glyphicon-menu-left:before {
  content: "";
}
.glyphicon-menu-right:before {
  content: "";
}
.glyphicon-menu-down:before {
  content: "";
}
.glyphicon-menu-up:before {
  content: "";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3CA0FE;
  text-decoration: none;
}
a:hover, a:focus {
  color: #017aec;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}
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: 0.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, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #3CA0FE;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0987fe;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover, a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #3CA0FE;
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #0987fe;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  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.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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.428571429;
  color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: " —";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
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: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: #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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
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: #333;
  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;
  -moz-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.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  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 {
  position: relative;
  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="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  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, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    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 {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    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 {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #3CA0FE;
  border-color: #2394fe;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0987fe;
  border-color: #0153a0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0987fe;
  border-color: #0175e2;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0987fe;
  border-color: #0175e2;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0175e2;
  border-color: #0153a0;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3CA0FE;
  border-color: #2394fe;
}
.btn-primary .badge {
  color: #3CA0FE;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #3CA0FE;
  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: #017aec;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
  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;
}
.collapse.in {
  display: block;
}
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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-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 dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup, .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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.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.428571429;
  color: #333;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3CA0FE;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.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.428571429;
  color: #777;
  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 dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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 {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn: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) {
  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 {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn: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 {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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 {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  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 {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn: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 {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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 {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  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) {
  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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon.form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon.form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 {
  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 {
  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 {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #3CA0FE;
}
.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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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: #fff;
  background-color: #3CA0FE;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.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;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !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 > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .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;
    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 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    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 {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    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 {
    margin-bottom: 5px;
  }
  .navbar-form .form-group: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 {
  margin-bottom: 0;
  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, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  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: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .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: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.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: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.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.428571429;
  text-decoration: none;
  color: #3CA0FE;
  background-color: #fff;
  border: 1px solid #ddd;
  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 > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #017aec;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #3CA0FE;
  border-color: #3CA0FE;
  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: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #3CA0FE;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #0987fe;
}
.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: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3CA0FE;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.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;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #3CA0FE;
}
.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;
  }
}
@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: #fff;
  text-align: center;
  background-color: #3CA0FE;
  -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);
  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, .media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.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: #fff;
  border: 1px solid #ddd;
}
.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, button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  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: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3CA0FE;
  border-color: #3CA0FE;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.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: white;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.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: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.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, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.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:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.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-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3CA0FE;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3CA0FE;
  border-color: #3CA0FE;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3CA0FE;
}
.panel-primary > .panel-heading .badge {
  color: #3CA0FE;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3CA0FE;
}
.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-16by9 {
  padding-bottom: 56.25%;
}
.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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  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: 1050;
  -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;
  -moz-transition: -moz-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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.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;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  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;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: #999;
  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: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  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: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  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: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  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%;
  margin-top: -10px;
  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;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}
.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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    width: device-width;
  }
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/*!
 * 934tel CSS-Framework
 */
/*Padding für den Body wenn navbar fixed-top*/
/*navbar-top wenn die Navbar verkleinert wird*/
/*$9-fixed-small-lg: -169px;
$9-fixed-small-md: -169px;
$9-fixed-small-sm: -99px;*/
/*Navigation*/
/*Navigation*/
/*Pfeil nach unten in Navigation*/
/*Navigation dropdown*/
/*Navsub*/
/*Mobile Nav*/
/*Pfeil nach oben oberhalb des dropdown*/
a:hover {
  text-decoration: none;
}
a {
  transition: color 0.1s ease-in 0s;
}
.btn-primary {
  background-color: #0276f9;
  border-color: #015ec7;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-color: #014694;
  border-color: #012e61;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .btn-primary.dropdown-toggle:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle.focus {
  background-color: #014694;
  border-color: #012e61;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #014694;
  border-color: #012e61;
}
.btn-danger {
  background-color: #ff0000;
  border-color: #c00;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}
.btn {
  border-radius: 0;
}
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-20 {
  width: 20%;
  float: left;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.pagination {
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: 100%;
  /*    text-align: center*/
}
.pagination li {
  padding-left: 0;
  display: inline-block;
}
.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  color: #939393;
  border-radius: 0 !important;
  border: 1px solid transparent;
  padding: 5px 10px;
  margin-right: 5px;
}
.pagination > li > a:hover {
  background-color: #014694;
  color: #fff;
}
.pagination > li > span.inActive:hover {
  background-color: transparent;
  color: #000;
}
.pagination > li > span.inActive {
  color: #000;
}
.pagination > li.active-link-wrap > a {
  background-color: #014694;
  color: #fff;
}
.pagination > li > a.active {
  background-color: #014694;
  color: #fff;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  background-color: #014694;
  color: #fff;
}
.nav-tabs {
  border: none;
}
.tab-content {
  padding: 20px;
  border-top: 10px solid #014694;
  background-color: #fff;
}
.panel-title a:hover, .panel-title a:focus {
  color: #000000;
}
.panel-title a > i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-title a.collapsed > i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.panel-title {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border-radius: 0;
  border-top: 1px solid #939393;
  padding: 10px 0;
  color: #000000;
}
.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .row-eq-height-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-20 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .row-eq-height-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-20 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .row-eq-height-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
img.hvr-grow {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="0");
}
img.hvr-grow:hover, img.hvr-grow:focus, img.hvr-grow:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
img.hvr-grow-rotate {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
img.hvr-grow-rotate:hover, img.hvr-grow-rotate:focus, img.hvr-grow-rotate:active {
  -webkit-transform: scale(1) rotate(4deg);
  transform: scale(1) rotate(4deg);
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}
/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}
/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}
/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}
/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}
/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.5em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "";
  /*  content: "\f178";*/
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push-unlock.hvr-icon-push {
  padding-right: 2.8em;
}
.hvr-icon-push-unlock.hvr-icon-push:before {
  content: "";
}
.hvr-icon-push:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#000000");
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}
/*# sourceMappingURL=hover.css.map */
.bg-black, .hover-bg-black:hover, .hover-bg-black:focus, a:hover .hover-bg-black, a:focus .hover-bg-black {
  background-color: #000;
}
.bg-black-important, .hover-bg-black-important:hover, a:hover .hover-bg-black-important {
  background-color: #000 !important;
}
.bg-white, .hover-bg-white:hover, .hover-bg-white:focus, a:hover .hover-bg-white, a:focus .hover-bg-white {
  background-color: #FFF;
}
.bg-white-important, .hover-bg-white-important:hover, a:hover .hover-bg-white-important {
  background-color: #FFF !important;
}
.bg-red, .hover-bg-red:hover, .hover-bg-red:focus, a:hover .hover-bg-red, a:focus .hover-bg-red {
  background-color: #ff0000;
}
.bg-red-important, .hover-bg-red-important:hover, a:hover .hover-bg-red-important {
  background-color: #ff0000 !important;
}
.bg-green, .hover-bg-green:hover, .hover-bg-green:focus, a:hover .hover-bg-green, a:focus .hover-bg-green {
  background-color: #b4cf60;
}
.bg-green-important, .hover-bg-green-important:hover, a:hover .hover-bg-green-important {
  background-color: #b4cf60 !important;
}
.bg-base, .hover-bg-base:hover, .hover-bg-base:focus, a:hover .hover-bg-base, a:focus .hover-bg-base {
  background-color: #000000;
}
.bg-base-important, .hover-bg-base-important:hover, a:hover .hover-bg-base-important {
  background-color: #000000 !important;
}
.bg-brand1, .hover-bg-brand1:hover, .hover-bg-brand1:focus, a:hover .hover-bg-brand1, a:focus .hover-bg-brand1 {
  background-color: #014694;
}
.bg-brand1-important, .hover-bg-brand1-important:hover, a:hover .hover-bg-brand1-important {
  background-color: #014694 !important;
}
.bg-brand2, .hover-bg-brand2:hover, .hover-bg-brand2:focus, a:hover .hover-bg-brand2, a:focus .hover-bg-brand2 {
  background-color: #336dac;
}
.bg-brand2-important, .hover-bg-brand2-important:hover, a:hover .hover-bg-brand2-important {
  background-color: #336dac !important;
}
.bg-brand3, .hover-bg-brand3:hover, .hover-bg-brand3:focus, a:hover .hover-bg-brand3, a:focus .hover-bg-brand3 {
  background-color: #6692bf;
}
.bg-brand3-important, .hover-bg-brand3-important:hover, a:hover .hover-bg-brand3-important {
  background-color: #6692bf !important;
}
.bg-brand4, .hover-bg-brand4:hover, .hover-bg-brand4:focus, a:hover .hover-bg-brand4, a:focus .hover-bg-brand4 {
  background-color: #014694;
}
.bg-brand4-important, .hover-bg-brand4-important:hover, a:hover .hover-bg-brand4-important {
  background-color: #014694 !important;
}
.bg-brand5, .hover-bg-brand5:hover, .hover-bg-brand5:focus, a:hover .hover-bg-brand5, a:focus .hover-bg-brand5 {
  background-color: #ef0355;
}
.bg-brand5-important, .hover-bg-brand5-important:hover, a:hover .hover-bg-brand5-important {
  background-color: #ef0355 !important;
}
.bg-brand6, .hover-bg-brand6:hover, .hover-bg-brand6:focus, a:hover .hover-bg-brand6, a:focus .hover-bg-brand6 {
  background-color: #0276f9;
}
.bg-brand6-important, .hover-bg-brand6-important:hover, a:hover .hover-bg-brand6-important {
  background-color: #0276f9 !important;
}
.bg-brand7, .hover-bg-brand7:hover, .hover-bg-brand7:focus, a:hover .hover-bg-brand7, a:focus .hover-bg-brand7 {
  background-color: #332429;
}
.bg-brand7-important, .hover-bg-brand7-important:hover, a:hover .hover-bg-brand7-important {
  background-color: #332429 !important;
}
.bg-brand8, .hover-bg-brand8:hover, .hover-bg-brand8:focus, a:hover .hover-bg-brand8, a:focus .hover-bg-brand8 {
  background-color: #442f36;
}
.bg-brand8-important, .hover-bg-brand8-important:hover, a:hover .hover-bg-brand8-important {
  background-color: #442f36 !important;
}
.bg-brand9, .hover-bg-brand9:hover, .hover-bg-brand9:focus, a:hover .hover-bg-brand9, a:focus .hover-bg-brand9 {
  background-color: #5d3945;
}
.bg-brand9-important, .hover-bg-brand9-important:hover, a:hover .hover-bg-brand9-important {
  background-color: #5d3945 !important;
}
.bg-brand10, .hover-bg-brand10:hover, .hover-bg-brand10:focus, a:hover .hover-bg-brand10, a:focus .hover-bg-brand10 {
  background-color: #764050;
}
.bg-brand10-important, .hover-bg-brand10-important:hover, a:hover .hover-bg-brand10-important {
  background-color: #764050 !important;
}
.bg-gray-darker, .hover-bg-gray-darker:hover, .hover-bg-gray-darker:focus, a:hover .hover-bg-gray-darker, a:focus .hover-bg-gray-darker {
  background-color: #222;
}
.bg-gray-darker-important, .hover-bg-gray-darker-important:hover, a:hover .hover-bg-gray-darker-important {
  background-color: #222 !important;
}
.bg-gray-dark, .hover-bg-gray-dark:hover, .hover-bg-gray-dark:focus, a:hover .hover-bg-gray-dark, a:focus .hover-bg-gray-dark {
  background-color: #333;
}
.bg-gray-dark-important, .hover-bg-gray-dark-important:hover, a:hover .hover-bg-gray-dark-important {
  background-color: #333 !important;
}
.bg-gray, .hover-bg-gray:hover, .hover-bg-gray:focus, a:hover .hover-bg-gray, a:focus .hover-bg-gray {
  background-color: #939393;
}
.bg-gray-important, .hover-bg-gray-important:hover, a:hover .hover-bg-gray-important {
  background-color: #939393 !important;
}
.bg-gray-medium, .hover-bg-gray-medium:hover, .hover-bg-gray-medium:focus, a:hover .hover-bg-gray-medium, a:focus .hover-bg-gray-medium {
  background-color: #ccc;
}
.bg-gray-medium-important, .hover-bg-gray-medium-important:hover, a:hover .hover-bg-gray-medium-important {
  background-color: #ccc !important;
}
.bg-gray-light, .hover-bg-gray-light:hover, .hover-bg-gray-light:focus, a:hover .hover-bg-gray-light, a:focus .hover-bg-gray-light {
  background-color: #babbbd;
}
.bg-gray-light-important, .hover-bg-gray-light-important:hover, a:hover .hover-bg-gray-light-important {
  background-color: #babbbd !important;
}
.bg-gray-lighter, .hover-bg-gray-lighter:hover, .hover-bg-gray-lighter:focus, a:hover .hover-bg-gray-lighter, a:focus .hover-bg-gray-lighter {
  background-color: #e2e2e2;
}
.bg-gray-lighter-important, .hover-bg-gray-lighter-important:hover, a:hover .hover-bg-gray-lighter-important {
  background-color: #e2e2e2 !important;
}
.bg-gray-very-lighter, .hover-bg-gray-very-lighter:hover, .hover-bg-gray-very-lighter:focus, a:hover .hover-bg-gray-very-lighter, a:focus .hover-bg-gray-very-lighter {
  background-color: #f2f2f2;
}
.bg-gray-very-lighter-important, .hover-bg-gray-very-lighter-important:hover, a:hover .hover-bg-gray-very-lighter-important {
  background-color: #f2f2f2 !important;
}
.bg-transparent, .hover-bg-transparent:hover, .hover-bg-transparent:focus, a:hover .hover-bg-transparent, a:focus .hover-bg-transparent {
  background-color: transparent;
}
.bg-transparent-important, .hover-bg-transparent-important:hover, a:hover .hover-bg-transparent-important {
  background-color: transparent !important;
}
.bg-plus, .hover-bg-plus:hover, .hover-bg-plus:focus, a:hover .hover-bg-plus, a:focus .hover-bg-plus {
  background-color: #b4cf60;
}
.bg-plus-important, .hover-bg-plus-important:hover, a:hover .hover-bg-plus-important {
  background-color: #b4cf60 !important;
}
.bg-minus, .hover-bg-minus:hover, .hover-bg-minus:focus, a:hover .hover-bg-minus, a:focus .hover-bg-minus {
  background-color: #f97171;
}
.bg-minus-important, .hover-bg-minus-important:hover, a:hover .hover-bg-minus-important {
  background-color: #f97171 !important;
}
.bg-state-0, .hover-bg-state-0:hover, .hover-bg-state-0:focus, a:hover .hover-bg-state-0, a:focus .hover-bg-state-0 {
  background-color: #ff0000;
}
.bg-state-0-important, .hover-bg-state-0-important:hover, a:hover .hover-bg-state-0-important {
  background-color: #ff0000 !important;
}
.bg-state-1, .hover-bg-state-1:hover, .hover-bg-state-1:focus, a:hover .hover-bg-state-1, a:focus .hover-bg-state-1 {
  background-color: #0033ff;
}
.bg-state-1-important, .hover-bg-state-1-important:hover, a:hover .hover-bg-state-1-important {
  background-color: #0033ff !important;
}
.bg-state-2, .hover-bg-state-2:hover, .hover-bg-state-2:focus, a:hover .hover-bg-state-2, a:focus .hover-bg-state-2 {
  background-color: #ffff00;
}
.bg-state-2-important, .hover-bg-state-2-important:hover, a:hover .hover-bg-state-2-important {
  background-color: #ffff00 !important;
}
.bg-state-3, .hover-bg-state-3:hover, .hover-bg-state-3:focus, a:hover .hover-bg-state-3, a:focus .hover-bg-state-3 {
  background-color: #009900;
}
.bg-state-3-important, .hover-bg-state-3-important:hover, a:hover .hover-bg-state-3-important {
  background-color: #009900 !important;
}
.bg-state-9, .hover-bg-state-9:hover, .hover-bg-state-9:focus, a:hover .hover-bg-state-9, a:focus .hover-bg-state-9 {
  background-color: #cccccc;
}
.bg-state-9-important, .hover-bg-state-9-important:hover, a:hover .hover-bg-state-9-important {
  background-color: #cccccc !important;
}
.bg-prio-1, .hover-bg-prio-1:hover, .hover-bg-prio-1:focus, a:hover .hover-bg-prio-1, a:focus .hover-bg-prio-1 {
  background-color: #ff0000;
}
.bg-prio-1-important, .hover-bg-prio-1-important:hover, a:hover .hover-bg-prio-1-important {
  background-color: #ff0000 !important;
}
.bg-prio-3, .hover-bg-prio-3:hover, .hover-bg-prio-3:focus, a:hover .hover-bg-prio-3, a:focus .hover-bg-prio-3 {
  background-color: #ffff00;
}
.bg-prio-3-important, .hover-bg-prio-3-important:hover, a:hover .hover-bg-prio-3-important {
  background-color: #ffff00 !important;
}
.bg-prio-6, .hover-bg-prio-6:hover, .hover-bg-prio-6:focus, a:hover .hover-bg-prio-6, a:focus .hover-bg-prio-6 {
  background-color: #009900;
}
.bg-prio-6-important, .hover-bg-prio-6-important:hover, a:hover .hover-bg-prio-6-important {
  background-color: #009900 !important;
}
.bg-none, .hover-bg-none:hover, a:hover .hover-bg-none {
  background-color: rgba(0, 0, 0, 0);
}
.bg-full, .hover-bg-full:hover, a:hover .hover-bg-full {
  background-color: black;
}
.bg-10, .hover-bg-10:hover, a:hover .hover-bg-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-20, .hover-bg-20:hover, a:hover .hover-bg-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-25, .hover-bg-25:hover, a:hover .hover-bg-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-30, .hover-bg-30:hover, a:hover .hover-bg-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-40, .hover-bg-40:hover, a:hover .hover-bg-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-50, .hover-bg-50:hover, a:hover .hover-bg-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-60, .hover-bg-60:hover, a:hover .hover-bg-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-70, .hover-bg-70:hover, a:hover .hover-bg-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-75, .hover-bg-75:hover, a:hover .hover-bg-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-80, .hover-bg-80:hover, a:hover .hover-bg-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-90, .hover-bg-90:hover, a:hover .hover-bg-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black-none, .hover-bg-black-none:hover, a:hover .hover-bg-black-none {
  background-color: rgba(0, 0, 0, 0);
}
.bg-black-full, .hover-bg-black-full:hover, a:hover .hover-bg-black-full {
  background-color: black;
}
.bg-black-10, .hover-bg-black-10:hover, a:hover .hover-bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black-20, .hover-bg-black-20:hover, a:hover .hover-bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-25, .hover-bg-black-25:hover, a:hover .hover-bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-black-30, .hover-bg-black-30:hover, a:hover .hover-bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-40, .hover-bg-black-40:hover, a:hover .hover-bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-50, .hover-bg-black-50:hover, a:hover .hover-bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-60, .hover-bg-black-60:hover, a:hover .hover-bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-70, .hover-bg-black-70:hover, a:hover .hover-bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-75, .hover-bg-black-75:hover, a:hover .hover-bg-black-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-black-80, .hover-bg-black-80:hover, a:hover .hover-bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-90, .hover-bg-black-90:hover, a:hover .hover-bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-red-none, .hover-bg-red-none:hover, a:hover .hover-bg-red-none {
  background-color: rgba(153, 0, 0, 0);
}
.bg-red-full, .hover-bg-red-full:hover, a:hover .hover-bg-red-full {
  background-color: #900;
}
.bg-red-10, .hover-bg-red-10:hover, a:hover .hover-bg-red-10 {
  background-color: rgba(153, 0, 0, 0.1);
}
.bg-red-20, .hover-bg-red-20:hover, a:hover .hover-bg-red-20 {
  background-color: rgba(153, 0, 0, 0.2);
}
.bg-red-25, .hover-bg-red-25:hover, a:hover .hover-bg-red-25 {
  background-color: rgba(153, 0, 0, 0.25);
}
.bg-red-30, .hover-bg-red-30:hover, a:hover .hover-bg-red-30 {
  background-color: rgba(153, 0, 0, 0.3);
}
.bg-red-40, .hover-bg-red-40:hover, a:hover .hover-bg-red-40 {
  background-color: rgba(153, 0, 0, 0.4);
}
.bg-red-50, .hover-bg-red-50:hover, a:hover .hover-bg-red-50 {
  background-color: rgba(153, 0, 0, 0.5);
}
.bg-red-60, .hover-bg-red-60:hover, a:hover .hover-bg-red-60 {
  background-color: rgba(153, 0, 0, 0.6);
}
.bg-red-70, .hover-bg-red-70:hover, a:hover .hover-bg-red-70 {
  background-color: rgba(153, 0, 0, 0.7);
}
.bg-red-75, .hover-bg-red-75:hover, a:hover .hover-bg-red-75 {
  background-color: rgba(153, 0, 0, 0.75);
}
.bg-red-80, .hover-bg-red-80:hover, a:hover .hover-bg-red-80 {
  background-color: rgba(153, 0, 0, 0.8);
}
.bg-red-90, .hover-bg-red-90:hover, a:hover .hover-bg-red-90 {
  background-color: rgba(153, 0, 0, 0.9);
}
.bg-att-scroll {
  background-attachment: scroll;
}
.bg-att-fixed {
  background-attachment: fixed;
}
.bg-att-local {
  background-attachment: local;
}
.bg-att-initial {
  background-attachment: initial;
}
.bg-att-inherit {
  background-attachment: inherit;
}
.bg-pos-lt {
  background-position: left top;
}
.bg-pos-lc {
  background-position: left center;
}
.bg-pos-lb {
  background-position: left bottom;
}
.bg-pos-rt {
  background-position: right top;
}
.bg-pos-rc {
  background-position: right center;
}
.bg-pos-rb {
  background-position: right bottom;
}
.bg-pos-ct {
  background-position: center top;
}
.bg-pos-center {
  background-position: center;
}
.bg-pos-cb {
  background-position: center bottom;
}
.bg-pos-initial {
  background-position: initial;
}
.bg-pos-inherit {
  background-position: inherit;
}
.bg-rep-repeat {
  background-repeat: repeat;
}
.bg-rep-repeat-x {
  background-repeat: repeat-x;
}
.bg-rep-repeat-y {
  background-repeat: repeat-y;
}
.bg-rep-none {
  background-repeat: no-repeat;
}
.bg-rep-initial {
  background-repeat: initial;
}
.bg-rep-inherit {
  background-repeat: inherit;
}
.bg-size-auto {
  background-size: auto;
}
.bg-size-cover {
  background-size: cover;
}
.bg-size-contain {
  background-size: contain;
}
.bg-size-initial {
  background-size: initial;
}
.bg-size-inherit {
  background-size: inherit;
}
.bg-size-90pc {
  background-size: 90% 90%;
}
.bg-size-120pc {
  background-size: 120% 120%;
}
.bg-none {
  background: none !important;
}
.pixelOver {
  bottom: 0;
  display: block;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  opacity: 0.3;
}
.pixel1 {
  background: url("../../images/overlays/01.png") repeat scroll 0 0 transparent;
}
.pixel2 {
  background: url("../../images/overlays/02.png") repeat scroll 0 0 transparent;
}
.pixel3 {
  background: url("../../images/overlays/03.png") repeat scroll 0 0 transparent;
}
.pixel4 {
  background: url("../../images/overlays/04.png") repeat scroll 0 0 transparent;
}
.pixel5 {
  background: url("../../images/overlays/05.png") repeat scroll 0 0 transparent;
}
.pixel6 {
  background: url("../../images/overlays/06.png") repeat scroll 0 0 transparent;
}
.pixel7 {
  background: url("../../images/overlays/07.png") repeat scroll 0 0 transparent;
}
.pixel8 {
  background: url("../../images/overlays/08.png") repeat scroll 0 0 transparent;
}
.pixel9 {
  background: url("../../images/overlays/09.png") repeat scroll 0 0 transparent;
}
.pixel10 {
  background: url("../../images/overlays/10.png") repeat scroll 0 0 transparent;
}
.pixel11 {
  background: url("../../images/overlays/11.png") repeat scroll 0 0 transparent;
}
.pixel12 {
  background: url("../../images/overlays/12.png") repeat scroll 0 0 transparent;
}
/*Video*/
#weBuilt.quote {
  background-attachment: fixed;
}
.videoBackground {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.video {
  height: 100%;
  position: relative;
  width: 100%;
}
.bg-auto {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*.touch .bg-fixed {
    background-attachment: inherit !important; 
}*/
.bg-contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bg-fixed.bg-fixed-nav-small {
    background-position-y: 118px !important;
  }
  .bg-fixed.bg-fixed-nav-large {
    background-position-y: 118px !important;
  }
}
.bo-white-none, .hover-bo-white-none:hover, a:hover .hover-bo-white-none {
  border-color: rgba(255, 255, 255, 0);
}
.bo-white-full, .hover-bo-white-full:hover, a:hover .hover-bo-white-full {
  border-color: white;
}
.bo-white-10, .hover-bo-white-10:hover, a:hover .hover-bo-white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.bo-white-20, .hover-bo-white-20:hover, a:hover .hover-bo-white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.bo-white-25, .hover-bo-white-25:hover, a:hover .hover-bo-white-25 {
  border-color: rgba(255, 255, 255, 0.25);
}
.bo-white-30, .hover-bo-white-30:hover, a:hover .hover-bo-white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.bo-white-40, .hover-bo-white-40:hover, a:hover .hover-bo-white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.bo-white-50, .hover-bo-white-50:hover, a:hover .hover-bo-white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.bo-white-60, .hover-bo-white-60:hover, a:hover .hover-bo-white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}
.bo-white-70, .hover-bo-white-70:hover, a:hover .hover-bo-white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}
.bo-white-75, .hover-bo-white-75:hover, a:hover .hover-bo-white-75 {
  border-color: rgba(255, 255, 255, 0.75);
}
.bo-white-80, .hover-bo-white-80:hover, a:hover .hover-bo-white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}
.bo-white-90, .hover-bo-white-90:hover, a:hover .hover-bo-white-90 {
  border-color: rgba(255, 255, 255, 0.9);
}
.bo-black, .hover-bo-black:hover, a:hover .hover-bo-black {
  border-color: #000;
}
.bo-t-black, .hover-bo-t-black:hover, a:hover .hover-bo-t-black {
  border-top-color: #000;
}
.bo-r-black, .hover-bo-r-black:hover, a:hover .hover-bo-r-black {
  border-right-color: #000;
}
.bo-b-black, .hover-bo-b-black:hover, a:hover .hover-bo-b-black {
  border-bottom-color: #000;
}
.bo-l-black, .hover-bo-l-black:hover, a:hover .hover-bo-l-black {
  border-left-color: #000;
}
.bo-tb-black, .hover-bo-tb-black:hover, a:hover .hover-bo-tb-black {
  border-top-color: #000;
  border-bottom-color: #000;
}
.bo-lr-black, .hover-bo-lr-black:hover, a:hover .hover-bo-lr-black {
  border-left-color: #000;
  border-right-color: #000;
}
.bo-white, .hover-bo-white:hover, a:hover .hover-bo-white {
  border-color: #FFF;
}
.bo-t-white, .hover-bo-t-white:hover, a:hover .hover-bo-t-white {
  border-top-color: #FFF;
}
.bo-r-white, .hover-bo-r-white:hover, a:hover .hover-bo-r-white {
  border-right-color: #FFF;
}
.bo-b-white, .hover-bo-b-white:hover, a:hover .hover-bo-b-white {
  border-bottom-color: #FFF;
}
.bo-l-white, .hover-bo-l-white:hover, a:hover .hover-bo-l-white {
  border-left-color: #FFF;
}
.bo-tb-white, .hover-bo-tb-white:hover, a:hover .hover-bo-tb-white {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.bo-lr-white, .hover-bo-lr-white:hover, a:hover .hover-bo-lr-white {
  border-left-color: #FFF;
  border-right-color: #FFF;
}
.bo-red, .hover-bo-red:hover, a:hover .hover-bo-red {
  border-color: #ff0000;
}
.bo-t-red, .hover-bo-t-red:hover, a:hover .hover-bo-t-red {
  border-top-color: #ff0000;
}
.bo-r-red, .hover-bo-r-red:hover, a:hover .hover-bo-r-red {
  border-right-color: #ff0000;
}
.bo-b-red, .hover-bo-b-red:hover, a:hover .hover-bo-b-red {
  border-bottom-color: #ff0000;
}
.bo-l-red, .hover-bo-l-red:hover, a:hover .hover-bo-l-red {
  border-left-color: #ff0000;
}
.bo-tb-red, .hover-bo-tb-red:hover, a:hover .hover-bo-tb-red {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.bo-lr-red, .hover-bo-lr-red:hover, a:hover .hover-bo-lr-red {
  border-left-color: #ff0000;
  border-right-color: #ff0000;
}
.bo-green, .hover-bo-green:hover, a:hover .hover-bo-green {
  border-color: #b4cf60;
}
.bo-t-green, .hover-bo-t-green:hover, a:hover .hover-bo-t-green {
  border-top-color: #b4cf60;
}
.bo-r-green, .hover-bo-r-green:hover, a:hover .hover-bo-r-green {
  border-right-color: #b4cf60;
}
.bo-b-green, .hover-bo-b-green:hover, a:hover .hover-bo-b-green {
  border-bottom-color: #b4cf60;
}
.bo-l-green, .hover-bo-l-green:hover, a:hover .hover-bo-l-green {
  border-left-color: #b4cf60;
}
.bo-tb-green, .hover-bo-tb-green:hover, a:hover .hover-bo-tb-green {
  border-top-color: #b4cf60;
  border-bottom-color: #b4cf60;
}
.bo-lr-green, .hover-bo-lr-green:hover, a:hover .hover-bo-lr-green {
  border-left-color: #b4cf60;
  border-right-color: #b4cf60;
}
.bo-base, .hover-bo-base:hover, a:hover .hover-bo-base {
  border-color: #000000;
}
.bo-t-base, .hover-bo-t-base:hover, a:hover .hover-bo-t-base {
  border-top-color: #000000;
}
.bo-r-base, .hover-bo-r-base:hover, a:hover .hover-bo-r-base {
  border-right-color: #000000;
}
.bo-b-base, .hover-bo-b-base:hover, a:hover .hover-bo-b-base {
  border-bottom-color: #000000;
}
.bo-l-base, .hover-bo-l-base:hover, a:hover .hover-bo-l-base {
  border-left-color: #000000;
}
.bo-tb-base, .hover-bo-tb-base:hover, a:hover .hover-bo-tb-base {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.bo-lr-base, .hover-bo-lr-base:hover, a:hover .hover-bo-lr-base {
  border-left-color: #000000;
  border-right-color: #000000;
}
.bo-brand1, .hover-bo-brand1:hover, a:hover .hover-bo-brand1 {
  border-color: #014694;
}
.bo-t-brand1, .hover-bo-t-brand1:hover, a:hover .hover-bo-t-brand1 {
  border-top-color: #014694;
}
.bo-r-brand1, .hover-bo-r-brand1:hover, a:hover .hover-bo-r-brand1 {
  border-right-color: #014694;
}
.bo-b-brand1, .hover-bo-b-brand1:hover, a:hover .hover-bo-b-brand1 {
  border-bottom-color: #014694;
}
.bo-l-brand1, .hover-bo-l-brand1:hover, a:hover .hover-bo-l-brand1 {
  border-left-color: #014694;
}
.bo-tb-brand1, .hover-bo-tb-brand1:hover, a:hover .hover-bo-tb-brand1 {
  border-top-color: #014694;
  border-bottom-color: #014694;
}
.bo-lr-brand1, .hover-bo-lr-brand1:hover, a:hover .hover-bo-lr-brand1 {
  border-left-color: #014694;
  border-right-color: #014694;
}
.bo-brand2, .hover-bo-brand2:hover, a:hover .hover-bo-brand2 {
  border-color: #336dac;
}
.bo-t-brand2, .hover-bo-t-brand2:hover, a:hover .hover-bo-t-brand2 {
  border-top-color: #336dac;
}
.bo-r-brand2, .hover-bo-r-brand2:hover, a:hover .hover-bo-r-brand2 {
  border-right-color: #336dac;
}
.bo-b-brand2, .hover-bo-b-brand2:hover, a:hover .hover-bo-b-brand2 {
  border-bottom-color: #336dac;
}
.bo-l-brand2, .hover-bo-l-brand2:hover, a:hover .hover-bo-l-brand2 {
  border-left-color: #336dac;
}
.bo-tb-brand2, .hover-bo-tb-brand2:hover, a:hover .hover-bo-tb-brand2 {
  border-top-color: #336dac;
  border-bottom-color: #336dac;
}
.bo-lr-brand2, .hover-bo-lr-brand2:hover, a:hover .hover-bo-lr-brand2 {
  border-left-color: #336dac;
  border-right-color: #336dac;
}
.bo-brand3, .hover-bo-brand3:hover, a:hover .hover-bo-brand3 {
  border-color: #6692bf;
}
.bo-t-brand3, .hover-bo-t-brand3:hover, a:hover .hover-bo-t-brand3 {
  border-top-color: #6692bf;
}
.bo-r-brand3, .hover-bo-r-brand3:hover, a:hover .hover-bo-r-brand3 {
  border-right-color: #6692bf;
}
.bo-b-brand3, .hover-bo-b-brand3:hover, a:hover .hover-bo-b-brand3 {
  border-bottom-color: #6692bf;
}
.bo-l-brand3, .hover-bo-l-brand3:hover, a:hover .hover-bo-l-brand3 {
  border-left-color: #6692bf;
}
.bo-tb-brand3, .hover-bo-tb-brand3:hover, a:hover .hover-bo-tb-brand3 {
  border-top-color: #6692bf;
  border-bottom-color: #6692bf;
}
.bo-lr-brand3, .hover-bo-lr-brand3:hover, a:hover .hover-bo-lr-brand3 {
  border-left-color: #6692bf;
  border-right-color: #6692bf;
}
.bo-brand4, .hover-bo-brand4:hover, a:hover .hover-bo-brand4 {
  border-color: #014694;
}
.bo-t-brand4, .hover-bo-t-brand4:hover, a:hover .hover-bo-t-brand4 {
  border-top-color: #014694;
}
.bo-r-brand4, .hover-bo-r-brand4:hover, a:hover .hover-bo-r-brand4 {
  border-right-color: #014694;
}
.bo-b-brand4, .hover-bo-b-brand4:hover, a:hover .hover-bo-b-brand4 {
  border-bottom-color: #014694;
}
.bo-l-brand4, .hover-bo-l-brand4:hover, a:hover .hover-bo-l-brand4 {
  border-left-color: #014694;
}
.bo-tb-brand4, .hover-bo-tb-brand4:hover, a:hover .hover-bo-tb-brand4 {
  border-top-color: #014694;
  border-bottom-color: #014694;
}
.bo-lr-brand4, .hover-bo-lr-brand4:hover, a:hover .hover-bo-lr-brand4 {
  border-left-color: #014694;
  border-right-color: #014694;
}
.bo-brand5, .hover-bo-brand5:hover, a:hover .hover-bo-brand5 {
  border-color: #ef0355;
}
.bo-t-brand5, .hover-bo-t-brand5:hover, a:hover .hover-bo-t-brand5 {
  border-top-color: #ef0355;
}
.bo-r-brand5, .hover-bo-r-brand5:hover, a:hover .hover-bo-r-brand5 {
  border-right-color: #ef0355;
}
.bo-b-brand5, .hover-bo-b-brand5:hover, a:hover .hover-bo-b-brand5 {
  border-bottom-color: #ef0355;
}
.bo-l-brand5, .hover-bo-l-brand5:hover, a:hover .hover-bo-l-brand5 {
  border-left-color: #ef0355;
}
.bo-tb-brand5, .hover-bo-tb-brand5:hover, a:hover .hover-bo-tb-brand5 {
  border-top-color: #ef0355;
  border-bottom-color: #ef0355;
}
.bo-lr-brand5, .hover-bo-lr-brand5:hover, a:hover .hover-bo-lr-brand5 {
  border-left-color: #ef0355;
  border-right-color: #ef0355;
}
.bo-brand6, .hover-bo-brand6:hover, a:hover .hover-bo-brand6 {
  border-color: #0276f9;
}
.bo-t-brand6, .hover-bo-t-brand6:hover, a:hover .hover-bo-t-brand6 {
  border-top-color: #0276f9;
}
.bo-r-brand6, .hover-bo-r-brand6:hover, a:hover .hover-bo-r-brand6 {
  border-right-color: #0276f9;
}
.bo-b-brand6, .hover-bo-b-brand6:hover, a:hover .hover-bo-b-brand6 {
  border-bottom-color: #0276f9;
}
.bo-l-brand6, .hover-bo-l-brand6:hover, a:hover .hover-bo-l-brand6 {
  border-left-color: #0276f9;
}
.bo-tb-brand6, .hover-bo-tb-brand6:hover, a:hover .hover-bo-tb-brand6 {
  border-top-color: #0276f9;
  border-bottom-color: #0276f9;
}
.bo-lr-brand6, .hover-bo-lr-brand6:hover, a:hover .hover-bo-lr-brand6 {
  border-left-color: #0276f9;
  border-right-color: #0276f9;
}
.bo-brand7, .hover-bo-brand7:hover, a:hover .hover-bo-brand7 {
  border-color: #332429;
}
.bo-t-brand7, .hover-bo-t-brand7:hover, a:hover .hover-bo-t-brand7 {
  border-top-color: #332429;
}
.bo-r-brand7, .hover-bo-r-brand7:hover, a:hover .hover-bo-r-brand7 {
  border-right-color: #332429;
}
.bo-b-brand7, .hover-bo-b-brand7:hover, a:hover .hover-bo-b-brand7 {
  border-bottom-color: #332429;
}
.bo-l-brand7, .hover-bo-l-brand7:hover, a:hover .hover-bo-l-brand7 {
  border-left-color: #332429;
}
.bo-tb-brand7, .hover-bo-tb-brand7:hover, a:hover .hover-bo-tb-brand7 {
  border-top-color: #332429;
  border-bottom-color: #332429;
}
.bo-lr-brand7, .hover-bo-lr-brand7:hover, a:hover .hover-bo-lr-brand7 {
  border-left-color: #332429;
  border-right-color: #332429;
}
.bo-brand8, .hover-bo-brand8:hover, a:hover .hover-bo-brand8 {
  border-color: #442f36;
}
.bo-t-brand8, .hover-bo-t-brand8:hover, a:hover .hover-bo-t-brand8 {
  border-top-color: #442f36;
}
.bo-r-brand8, .hover-bo-r-brand8:hover, a:hover .hover-bo-r-brand8 {
  border-right-color: #442f36;
}
.bo-b-brand8, .hover-bo-b-brand8:hover, a:hover .hover-bo-b-brand8 {
  border-bottom-color: #442f36;
}
.bo-l-brand8, .hover-bo-l-brand8:hover, a:hover .hover-bo-l-brand8 {
  border-left-color: #442f36;
}
.bo-tb-brand8, .hover-bo-tb-brand8:hover, a:hover .hover-bo-tb-brand8 {
  border-top-color: #442f36;
  border-bottom-color: #442f36;
}
.bo-lr-brand8, .hover-bo-lr-brand8:hover, a:hover .hover-bo-lr-brand8 {
  border-left-color: #442f36;
  border-right-color: #442f36;
}
.bo-brand9, .hover-bo-brand9:hover, a:hover .hover-bo-brand9 {
  border-color: #5d3945;
}
.bo-t-brand9, .hover-bo-t-brand9:hover, a:hover .hover-bo-t-brand9 {
  border-top-color: #5d3945;
}
.bo-r-brand9, .hover-bo-r-brand9:hover, a:hover .hover-bo-r-brand9 {
  border-right-color: #5d3945;
}
.bo-b-brand9, .hover-bo-b-brand9:hover, a:hover .hover-bo-b-brand9 {
  border-bottom-color: #5d3945;
}
.bo-l-brand9, .hover-bo-l-brand9:hover, a:hover .hover-bo-l-brand9 {
  border-left-color: #5d3945;
}
.bo-tb-brand9, .hover-bo-tb-brand9:hover, a:hover .hover-bo-tb-brand9 {
  border-top-color: #5d3945;
  border-bottom-color: #5d3945;
}
.bo-lr-brand9, .hover-bo-lr-brand9:hover, a:hover .hover-bo-lr-brand9 {
  border-left-color: #5d3945;
  border-right-color: #5d3945;
}
.bo-brand10, .hover-bo-brand10:hover, a:hover .hover-bo-brand10 {
  border-color: #764050;
}
.bo-t-brand10, .hover-bo-t-brand10:hover, a:hover .hover-bo-t-brand10 {
  border-top-color: #764050;
}
.bo-r-brand10, .hover-bo-r-brand10:hover, a:hover .hover-bo-r-brand10 {
  border-right-color: #764050;
}
.bo-b-brand10, .hover-bo-b-brand10:hover, a:hover .hover-bo-b-brand10 {
  border-bottom-color: #764050;
}
.bo-l-brand10, .hover-bo-l-brand10:hover, a:hover .hover-bo-l-brand10 {
  border-left-color: #764050;
}
.bo-tb-brand10, .hover-bo-tb-brand10:hover, a:hover .hover-bo-tb-brand10 {
  border-top-color: #764050;
  border-bottom-color: #764050;
}
.bo-lr-brand10, .hover-bo-lr-brand10:hover, a:hover .hover-bo-lr-brand10 {
  border-left-color: #764050;
  border-right-color: #764050;
}
.bo-gray-darker, .hover-bo-gray-darker:hover, a:hover .hover-bo-gray-darker {
  border-color: #222;
}
.bo-t-gray-darker, .hover-bo-t-gray-darker:hover, a:hover .hover-bo-t-gray-darker {
  border-top-color: #222;
}
.bo-r-gray-darker, .hover-bo-r-gray-darker:hover, a:hover .hover-bo-r-gray-darker {
  border-right-color: #222;
}
.bo-b-gray-darker, .hover-bo-b-gray-darker:hover, a:hover .hover-bo-b-gray-darker {
  border-bottom-color: #222;
}
.bo-l-gray-darker, .hover-bo-l-gray-darker:hover, a:hover .hover-bo-l-gray-darker {
  border-left-color: #222;
}
.bo-tb-gray-darker, .hover-bo-tb-gray-darker:hover, a:hover .hover-bo-tb-gray-darker {
  border-top-color: #222;
  border-bottom-color: #222;
}
.bo-lr-gray-darker, .hover-bo-lr-gray-darker:hover, a:hover .hover-bo-lr-gray-darker {
  border-left-color: #222;
  border-right-color: #222;
}
.bo-gray-dark, .hover-bo-gray-dark:hover, a:hover .hover-bo-gray-dark {
  border-color: #333;
}
.bo-t-gray-dark, .hover-bo-t-gray-dark:hover, a:hover .hover-bo-t-gray-dark {
  border-top-color: #333;
}
.bo-r-gray-dark, .hover-bo-r-gray-dark:hover, a:hover .hover-bo-r-gray-dark {
  border-right-color: #333;
}
.bo-b-gray-dark, .hover-bo-b-gray-dark:hover, a:hover .hover-bo-b-gray-dark {
  border-bottom-color: #333;
}
.bo-l-gray-dark, .hover-bo-l-gray-dark:hover, a:hover .hover-bo-l-gray-dark {
  border-left-color: #333;
}
.bo-tb-gray-dark, .hover-bo-tb-gray-dark:hover, a:hover .hover-bo-tb-gray-dark {
  border-top-color: #333;
  border-bottom-color: #333;
}
.bo-lr-gray-dark, .hover-bo-lr-gray-dark:hover, a:hover .hover-bo-lr-gray-dark {
  border-left-color: #333;
  border-right-color: #333;
}
.bo-gray, .hover-bo-gray:hover, a:hover .hover-bo-gray {
  border-color: #939393;
}
.bo-t-gray, .hover-bo-t-gray:hover, a:hover .hover-bo-t-gray {
  border-top-color: #939393;
}
.bo-r-gray, .hover-bo-r-gray:hover, a:hover .hover-bo-r-gray {
  border-right-color: #939393;
}
.bo-b-gray, .hover-bo-b-gray:hover, a:hover .hover-bo-b-gray {
  border-bottom-color: #939393;
}
.bo-l-gray, .hover-bo-l-gray:hover, a:hover .hover-bo-l-gray {
  border-left-color: #939393;
}
.bo-tb-gray, .hover-bo-tb-gray:hover, a:hover .hover-bo-tb-gray {
  border-top-color: #939393;
  border-bottom-color: #939393;
}
.bo-lr-gray, .hover-bo-lr-gray:hover, a:hover .hover-bo-lr-gray {
  border-left-color: #939393;
  border-right-color: #939393;
}
.bo-gray-medium, .hover-bo-gray-medium:hover, a:hover .hover-bo-gray-medium {
  border-color: #ccc;
}
.bo-t-gray-medium, .hover-bo-t-gray-medium:hover, a:hover .hover-bo-t-gray-medium {
  border-top-color: #ccc;
}
.bo-r-gray-medium, .hover-bo-r-gray-medium:hover, a:hover .hover-bo-r-gray-medium {
  border-right-color: #ccc;
}
.bo-b-gray-medium, .hover-bo-b-gray-medium:hover, a:hover .hover-bo-b-gray-medium {
  border-bottom-color: #ccc;
}
.bo-l-gray-medium, .hover-bo-l-gray-medium:hover, a:hover .hover-bo-l-gray-medium {
  border-left-color: #ccc;
}
.bo-tb-gray-medium, .hover-bo-tb-gray-medium:hover, a:hover .hover-bo-tb-gray-medium {
  border-top-color: #ccc;
  border-bottom-color: #ccc;
}
.bo-lr-gray-medium, .hover-bo-lr-gray-medium:hover, a:hover .hover-bo-lr-gray-medium {
  border-left-color: #ccc;
  border-right-color: #ccc;
}
.bo-gray-light, .hover-bo-gray-light:hover, a:hover .hover-bo-gray-light {
  border-color: #babbbd;
}
.bo-t-gray-light, .hover-bo-t-gray-light:hover, a:hover .hover-bo-t-gray-light {
  border-top-color: #babbbd;
}
.bo-r-gray-light, .hover-bo-r-gray-light:hover, a:hover .hover-bo-r-gray-light {
  border-right-color: #babbbd;
}
.bo-b-gray-light, .hover-bo-b-gray-light:hover, a:hover .hover-bo-b-gray-light {
  border-bottom-color: #babbbd;
}
.bo-l-gray-light, .hover-bo-l-gray-light:hover, a:hover .hover-bo-l-gray-light {
  border-left-color: #babbbd;
}
.bo-tb-gray-light, .hover-bo-tb-gray-light:hover, a:hover .hover-bo-tb-gray-light {
  border-top-color: #babbbd;
  border-bottom-color: #babbbd;
}
.bo-lr-gray-light, .hover-bo-lr-gray-light:hover, a:hover .hover-bo-lr-gray-light {
  border-left-color: #babbbd;
  border-right-color: #babbbd;
}
.bo-gray-lighter, .hover-bo-gray-lighter:hover, a:hover .hover-bo-gray-lighter {
  border-color: #e2e2e2;
}
.bo-t-gray-lighter, .hover-bo-t-gray-lighter:hover, a:hover .hover-bo-t-gray-lighter {
  border-top-color: #e2e2e2;
}
.bo-r-gray-lighter, .hover-bo-r-gray-lighter:hover, a:hover .hover-bo-r-gray-lighter {
  border-right-color: #e2e2e2;
}
.bo-b-gray-lighter, .hover-bo-b-gray-lighter:hover, a:hover .hover-bo-b-gray-lighter {
  border-bottom-color: #e2e2e2;
}
.bo-l-gray-lighter, .hover-bo-l-gray-lighter:hover, a:hover .hover-bo-l-gray-lighter {
  border-left-color: #e2e2e2;
}
.bo-tb-gray-lighter, .hover-bo-tb-gray-lighter:hover, a:hover .hover-bo-tb-gray-lighter {
  border-top-color: #e2e2e2;
  border-bottom-color: #e2e2e2;
}
.bo-lr-gray-lighter, .hover-bo-lr-gray-lighter:hover, a:hover .hover-bo-lr-gray-lighter {
  border-left-color: #e2e2e2;
  border-right-color: #e2e2e2;
}
.bo-gray-very-lighter, .hover-bo-gray-very-lighter:hover, a:hover .hover-bo-gray-very-lighter {
  border-color: #f2f2f2;
}
.bo-t-gray-very-lighter, .hover-bo-t-gray-very-lighter:hover, a:hover .hover-bo-t-gray-very-lighter {
  border-top-color: #f2f2f2;
}
.bo-r-gray-very-lighter, .hover-bo-r-gray-very-lighter:hover, a:hover .hover-bo-r-gray-very-lighter {
  border-right-color: #f2f2f2;
}
.bo-b-gray-very-lighter, .hover-bo-b-gray-very-lighter:hover, a:hover .hover-bo-b-gray-very-lighter {
  border-bottom-color: #f2f2f2;
}
.bo-l-gray-very-lighter, .hover-bo-l-gray-very-lighter:hover, a:hover .hover-bo-l-gray-very-lighter {
  border-left-color: #f2f2f2;
}
.bo-tb-gray-very-lighter, .hover-bo-tb-gray-very-lighter:hover, a:hover .hover-bo-tb-gray-very-lighter {
  border-top-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}
.bo-lr-gray-very-lighter, .hover-bo-lr-gray-very-lighter:hover, a:hover .hover-bo-lr-gray-very-lighter {
  border-left-color: #f2f2f2;
  border-right-color: #f2f2f2;
}
.bo-transparent, .hover-bo-transparent:hover, a:hover .hover-bo-transparent {
  border-color: transparent;
}
.bo-t-transparent, .hover-bo-t-transparent:hover, a:hover .hover-bo-t-transparent {
  border-top-color: transparent;
}
.bo-r-transparent, .hover-bo-r-transparent:hover, a:hover .hover-bo-r-transparent {
  border-right-color: transparent;
}
.bo-b-transparent, .hover-bo-b-transparent:hover, a:hover .hover-bo-b-transparent {
  border-bottom-color: transparent;
}
.bo-l-transparent, .hover-bo-l-transparent:hover, a:hover .hover-bo-l-transparent {
  border-left-color: transparent;
}
.bo-tb-transparent, .hover-bo-tb-transparent:hover, a:hover .hover-bo-tb-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.bo-lr-transparent, .hover-bo-lr-transparent:hover, a:hover .hover-bo-lr-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}
.bo-plus, .hover-bo-plus:hover, a:hover .hover-bo-plus {
  border-color: #b4cf60;
}
.bo-t-plus, .hover-bo-t-plus:hover, a:hover .hover-bo-t-plus {
  border-top-color: #b4cf60;
}
.bo-r-plus, .hover-bo-r-plus:hover, a:hover .hover-bo-r-plus {
  border-right-color: #b4cf60;
}
.bo-b-plus, .hover-bo-b-plus:hover, a:hover .hover-bo-b-plus {
  border-bottom-color: #b4cf60;
}
.bo-l-plus, .hover-bo-l-plus:hover, a:hover .hover-bo-l-plus {
  border-left-color: #b4cf60;
}
.bo-tb-plus, .hover-bo-tb-plus:hover, a:hover .hover-bo-tb-plus {
  border-top-color: #b4cf60;
  border-bottom-color: #b4cf60;
}
.bo-lr-plus, .hover-bo-lr-plus:hover, a:hover .hover-bo-lr-plus {
  border-left-color: #b4cf60;
  border-right-color: #b4cf60;
}
.bo-minus, .hover-bo-minus:hover, a:hover .hover-bo-minus {
  border-color: #f97171;
}
.bo-t-minus, .hover-bo-t-minus:hover, a:hover .hover-bo-t-minus {
  border-top-color: #f97171;
}
.bo-r-minus, .hover-bo-r-minus:hover, a:hover .hover-bo-r-minus {
  border-right-color: #f97171;
}
.bo-b-minus, .hover-bo-b-minus:hover, a:hover .hover-bo-b-minus {
  border-bottom-color: #f97171;
}
.bo-l-minus, .hover-bo-l-minus:hover, a:hover .hover-bo-l-minus {
  border-left-color: #f97171;
}
.bo-tb-minus, .hover-bo-tb-minus:hover, a:hover .hover-bo-tb-minus {
  border-top-color: #f97171;
  border-bottom-color: #f97171;
}
.bo-lr-minus, .hover-bo-lr-minus:hover, a:hover .hover-bo-lr-minus {
  border-left-color: #f97171;
  border-right-color: #f97171;
}
.bo-state-0, .hover-bo-state-0:hover, a:hover .hover-bo-state-0 {
  border-color: #ff0000;
}
.bo-t-state-0, .hover-bo-t-state-0:hover, a:hover .hover-bo-t-state-0 {
  border-top-color: #ff0000;
}
.bo-r-state-0, .hover-bo-r-state-0:hover, a:hover .hover-bo-r-state-0 {
  border-right-color: #ff0000;
}
.bo-b-state-0, .hover-bo-b-state-0:hover, a:hover .hover-bo-b-state-0 {
  border-bottom-color: #ff0000;
}
.bo-l-state-0, .hover-bo-l-state-0:hover, a:hover .hover-bo-l-state-0 {
  border-left-color: #ff0000;
}
.bo-tb-state-0, .hover-bo-tb-state-0:hover, a:hover .hover-bo-tb-state-0 {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.bo-lr-state-0, .hover-bo-lr-state-0:hover, a:hover .hover-bo-lr-state-0 {
  border-left-color: #ff0000;
  border-right-color: #ff0000;
}
.bo-state-1, .hover-bo-state-1:hover, a:hover .hover-bo-state-1 {
  border-color: #0033ff;
}
.bo-t-state-1, .hover-bo-t-state-1:hover, a:hover .hover-bo-t-state-1 {
  border-top-color: #0033ff;
}
.bo-r-state-1, .hover-bo-r-state-1:hover, a:hover .hover-bo-r-state-1 {
  border-right-color: #0033ff;
}
.bo-b-state-1, .hover-bo-b-state-1:hover, a:hover .hover-bo-b-state-1 {
  border-bottom-color: #0033ff;
}
.bo-l-state-1, .hover-bo-l-state-1:hover, a:hover .hover-bo-l-state-1 {
  border-left-color: #0033ff;
}
.bo-tb-state-1, .hover-bo-tb-state-1:hover, a:hover .hover-bo-tb-state-1 {
  border-top-color: #0033ff;
  border-bottom-color: #0033ff;
}
.bo-lr-state-1, .hover-bo-lr-state-1:hover, a:hover .hover-bo-lr-state-1 {
  border-left-color: #0033ff;
  border-right-color: #0033ff;
}
.bo-state-2, .hover-bo-state-2:hover, a:hover .hover-bo-state-2 {
  border-color: #ffff00;
}
.bo-t-state-2, .hover-bo-t-state-2:hover, a:hover .hover-bo-t-state-2 {
  border-top-color: #ffff00;
}
.bo-r-state-2, .hover-bo-r-state-2:hover, a:hover .hover-bo-r-state-2 {
  border-right-color: #ffff00;
}
.bo-b-state-2, .hover-bo-b-state-2:hover, a:hover .hover-bo-b-state-2 {
  border-bottom-color: #ffff00;
}
.bo-l-state-2, .hover-bo-l-state-2:hover, a:hover .hover-bo-l-state-2 {
  border-left-color: #ffff00;
}
.bo-tb-state-2, .hover-bo-tb-state-2:hover, a:hover .hover-bo-tb-state-2 {
  border-top-color: #ffff00;
  border-bottom-color: #ffff00;
}
.bo-lr-state-2, .hover-bo-lr-state-2:hover, a:hover .hover-bo-lr-state-2 {
  border-left-color: #ffff00;
  border-right-color: #ffff00;
}
.bo-state-3, .hover-bo-state-3:hover, a:hover .hover-bo-state-3 {
  border-color: #009900;
}
.bo-t-state-3, .hover-bo-t-state-3:hover, a:hover .hover-bo-t-state-3 {
  border-top-color: #009900;
}
.bo-r-state-3, .hover-bo-r-state-3:hover, a:hover .hover-bo-r-state-3 {
  border-right-color: #009900;
}
.bo-b-state-3, .hover-bo-b-state-3:hover, a:hover .hover-bo-b-state-3 {
  border-bottom-color: #009900;
}
.bo-l-state-3, .hover-bo-l-state-3:hover, a:hover .hover-bo-l-state-3 {
  border-left-color: #009900;
}
.bo-tb-state-3, .hover-bo-tb-state-3:hover, a:hover .hover-bo-tb-state-3 {
  border-top-color: #009900;
  border-bottom-color: #009900;
}
.bo-lr-state-3, .hover-bo-lr-state-3:hover, a:hover .hover-bo-lr-state-3 {
  border-left-color: #009900;
  border-right-color: #009900;
}
.bo-state-9, .hover-bo-state-9:hover, a:hover .hover-bo-state-9 {
  border-color: #cccccc;
}
.bo-t-state-9, .hover-bo-t-state-9:hover, a:hover .hover-bo-t-state-9 {
  border-top-color: #cccccc;
}
.bo-r-state-9, .hover-bo-r-state-9:hover, a:hover .hover-bo-r-state-9 {
  border-right-color: #cccccc;
}
.bo-b-state-9, .hover-bo-b-state-9:hover, a:hover .hover-bo-b-state-9 {
  border-bottom-color: #cccccc;
}
.bo-l-state-9, .hover-bo-l-state-9:hover, a:hover .hover-bo-l-state-9 {
  border-left-color: #cccccc;
}
.bo-tb-state-9, .hover-bo-tb-state-9:hover, a:hover .hover-bo-tb-state-9 {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.bo-lr-state-9, .hover-bo-lr-state-9:hover, a:hover .hover-bo-lr-state-9 {
  border-left-color: #cccccc;
  border-right-color: #cccccc;
}
.bo-prio-1, .hover-bo-prio-1:hover, a:hover .hover-bo-prio-1 {
  border-color: #ff0000;
}
.bo-t-prio-1, .hover-bo-t-prio-1:hover, a:hover .hover-bo-t-prio-1 {
  border-top-color: #ff0000;
}
.bo-r-prio-1, .hover-bo-r-prio-1:hover, a:hover .hover-bo-r-prio-1 {
  border-right-color: #ff0000;
}
.bo-b-prio-1, .hover-bo-b-prio-1:hover, a:hover .hover-bo-b-prio-1 {
  border-bottom-color: #ff0000;
}
.bo-l-prio-1, .hover-bo-l-prio-1:hover, a:hover .hover-bo-l-prio-1 {
  border-left-color: #ff0000;
}
.bo-tb-prio-1, .hover-bo-tb-prio-1:hover, a:hover .hover-bo-tb-prio-1 {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.bo-lr-prio-1, .hover-bo-lr-prio-1:hover, a:hover .hover-bo-lr-prio-1 {
  border-left-color: #ff0000;
  border-right-color: #ff0000;
}
.bo-prio-3, .hover-bo-prio-3:hover, a:hover .hover-bo-prio-3 {
  border-color: #ffff00;
}
.bo-t-prio-3, .hover-bo-t-prio-3:hover, a:hover .hover-bo-t-prio-3 {
  border-top-color: #ffff00;
}
.bo-r-prio-3, .hover-bo-r-prio-3:hover, a:hover .hover-bo-r-prio-3 {
  border-right-color: #ffff00;
}
.bo-b-prio-3, .hover-bo-b-prio-3:hover, a:hover .hover-bo-b-prio-3 {
  border-bottom-color: #ffff00;
}
.bo-l-prio-3, .hover-bo-l-prio-3:hover, a:hover .hover-bo-l-prio-3 {
  border-left-color: #ffff00;
}
.bo-tb-prio-3, .hover-bo-tb-prio-3:hover, a:hover .hover-bo-tb-prio-3 {
  border-top-color: #ffff00;
  border-bottom-color: #ffff00;
}
.bo-lr-prio-3, .hover-bo-lr-prio-3:hover, a:hover .hover-bo-lr-prio-3 {
  border-left-color: #ffff00;
  border-right-color: #ffff00;
}
.bo-prio-6, .hover-bo-prio-6:hover, a:hover .hover-bo-prio-6 {
  border-color: #009900;
}
.bo-t-prio-6, .hover-bo-t-prio-6:hover, a:hover .hover-bo-t-prio-6 {
  border-top-color: #009900;
}
.bo-r-prio-6, .hover-bo-r-prio-6:hover, a:hover .hover-bo-r-prio-6 {
  border-right-color: #009900;
}
.bo-b-prio-6, .hover-bo-b-prio-6:hover, a:hover .hover-bo-b-prio-6 {
  border-bottom-color: #009900;
}
.bo-l-prio-6, .hover-bo-l-prio-6:hover, a:hover .hover-bo-l-prio-6 {
  border-left-color: #009900;
}
.bo-tb-prio-6, .hover-bo-tb-prio-6:hover, a:hover .hover-bo-tb-prio-6 {
  border-top-color: #009900;
  border-bottom-color: #009900;
}
.bo-lr-prio-6, .hover-bo-lr-prio-6:hover, a:hover .hover-bo-lr-prio-6 {
  border-left-color: #009900;
  border-right-color: #009900;
}
.bo-none, .hover-bo-none:hover, a:hover .hover-bo-none {
  border-style: none;
}
.bo-t-none, .hover-bo-t-none:hover, a:hover .hover-bo-t-none {
  border-top-style: none;
}
.bo-r-none, .hover-bo-r-none:hover, a:hover .hover-bo-r-none {
  border-right-style: none;
}
.bo-b-none, .hover-bo-b-none:hover, a:hover .hover-bo-b-none {
  border-bottom-style: none;
}
.bo-l-none, .hover-bo-l-none:hover, a:hover .hover-bo-l-none {
  border-left-style: none;
}
.bo-tb-none, .hover-bo-tb-none:hover, a:hover .hover-bo-tb-none {
  border-top-style: none;
  border-bottom-style: none;
}
.bo-lr-none, .hover-bo-lr-none:hover, a:hover .hover-bo-lr-none {
  border-left-style: none;
  border-right-style: none;
}
.bo-dotted, .hover-bo-dotted:hover, a:hover .hover-bo-dotted {
  border-style: dotted;
}
.bo-t-dotted, .hover-bo-t-dotted:hover, a:hover .hover-bo-t-dotted {
  border-top-style: dotted;
}
.bo-r-dotted, .hover-bo-r-dotted:hover, a:hover .hover-bo-r-dotted {
  border-right-style: dotted;
}
.bo-b-dotted, .hover-bo-b-dotted:hover, a:hover .hover-bo-b-dotted {
  border-bottom-style: dotted;
}
.bo-l-dotted, .hover-bo-l-dotted:hover, a:hover .hover-bo-l-dotted {
  border-left-style: dotted;
}
.bo-tb-dotted, .hover-bo-tb-dotted:hover, a:hover .hover-bo-tb-dotted {
  border-top-style: dotted;
  border-bottom-style: dotted;
}
.bo-lr-dotted, .hover-bo-lr-dotted:hover, a:hover .hover-bo-lr-dotted {
  border-left-style: dotted;
  border-right-style: dotted;
}
.bo-dashed, .hover-bo-dashed:hover, a:hover .hover-bo-dashed {
  border-style: dashed;
}
.bo-t-dashed, .hover-bo-t-dashed:hover, a:hover .hover-bo-t-dashed {
  border-top-style: dashed;
}
.bo-r-dashed, .hover-bo-r-dashed:hover, a:hover .hover-bo-r-dashed {
  border-right-style: dashed;
}
.bo-b-dashed, .hover-bo-b-dashed:hover, a:hover .hover-bo-b-dashed {
  border-bottom-style: dashed;
}
.bo-l-dashed, .hover-bo-l-dashed:hover, a:hover .hover-bo-l-dashed {
  border-left-style: dashed;
}
.bo-tb-dashed, .hover-bo-tb-dashed:hover, a:hover .hover-bo-tb-dashed {
  border-top-style: dashed;
  border-bottom-style: dashed;
}
.bo-lr-dashed, .hover-bo-lr-dashed:hover, a:hover .hover-bo-lr-dashed {
  border-left-style: dashed;
  border-right-style: dashed;
}
.bo-solid, .hover-bo-solid:hover, a:hover .hover-bo-solid {
  border-style: solid;
}
.bo-t-solid, .hover-bo-t-solid:hover, a:hover .hover-bo-t-solid {
  border-top-style: solid;
}
.bo-r-solid, .hover-bo-r-solid:hover, a:hover .hover-bo-r-solid {
  border-right-style: solid;
}
.bo-b-solid, .hover-bo-b-solid:hover, a:hover .hover-bo-b-solid {
  border-bottom-style: solid;
}
.bo-l-solid, .hover-bo-l-solid:hover, a:hover .hover-bo-l-solid {
  border-left-style: solid;
}
.bo-tb-solid, .hover-bo-tb-solid:hover, a:hover .hover-bo-tb-solid {
  border-top-style: solid;
  border-bottom-style: solid;
}
.bo-lr-solid, .hover-bo-lr-solid:hover, a:hover .hover-bo-lr-solid {
  border-left-style: solid;
  border-right-style: solid;
}
.bo-double, .hover-bo-double:hover, a:hover .hover-bo-double {
  border-style: double;
}
.bo-t-double, .hover-bo-t-double:hover, a:hover .hover-bo-t-double {
  border-top-style: double;
}
.bo-r-double, .hover-bo-r-double:hover, a:hover .hover-bo-r-double {
  border-right-style: double;
}
.bo-b-double, .hover-bo-b-double:hover, a:hover .hover-bo-b-double {
  border-bottom-style: double;
}
.bo-l-double, .hover-bo-l-double:hover, a:hover .hover-bo-l-double {
  border-left-style: double;
}
.bo-tb-double, .hover-bo-tb-double:hover, a:hover .hover-bo-tb-double {
  border-top-style: double;
  border-bottom-style: double;
}
.bo-lr-double, .hover-bo-lr-double:hover, a:hover .hover-bo-lr-double {
  border-left-style: double;
  border-right-style: double;
}
.bo-initial, .hover-bo-initial:hover, a:hover .hover-bo-initial {
  border-style: initial;
}
.bo-t-initial, .hover-bo-t-initial:hover, a:hover .hover-bo-t-initial {
  border-top-style: initial;
}
.bo-r-initial, .hover-bo-r-initial:hover, a:hover .hover-bo-r-initial {
  border-right-style: initial;
}
.bo-b-initial, .hover-bo-b-initial:hover, a:hover .hover-bo-b-initial {
  border-bottom-style: initial;
}
.bo-l-initial, .hover-bo-l-initial:hover, a:hover .hover-bo-l-initial {
  border-left-style: initial;
}
.bo-tb-initial, .hover-bo-tb-initial:hover, a:hover .hover-bo-tb-initial {
  border-top-style: initial;
  border-bottom-style: initial;
}
.bo-lr-initial, .hover-bo-lr-initial:hover, a:hover .hover-bo-lr-initial {
  border-left-style: initial;
  border-right-style: initial;
}
.bo-inherit, .hover-bo-inherit:hover, a:hover .hover-bo-inherit {
  border-style: inherit;
}
.bo-t-inherit, .hover-bo-t-inherit:hover, a:hover .hover-bo-t-inherit {
  border-top-style: inherit;
}
.bo-r-inherit, .hover-bo-r-inherit:hover, a:hover .hover-bo-r-inherit {
  border-right-style: inherit;
}
.bo-b-inherit, .hover-bo-b-inherit:hover, a:hover .hover-bo-b-inherit {
  border-bottom-style: inherit;
}
.bo-l-inherit, .hover-bo-l-inherit:hover, a:hover .hover-bo-l-inherit {
  border-left-style: inherit;
}
.bo-tb-inherit, .hover-bo-tb-inherit:hover, a:hover .hover-bo-tb-inherit {
  border-top-style: inherit;
  border-bottom-style: inherit;
}
.bo-lr-inherit, .hover-bo-lr-inherit:hover, a:hover .hover-bo-lr-inherit {
  border-left-style: inherit;
  border-right-style: inherit;
}
.bo-none {
  border-width: 0px;
}
.bo-t-none {
  border-top-width: 0px;
}
.bo-r-none {
  border-right-width: 0px;
}
.bo-b-none {
  border-bottom-width: 0px;
}
.bo-l-none {
  border-left-width: 0px;
}
.bo-tb-none {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.bo-lr-none {
  border-left-width: 0px;
  border-right-width: 0px;
}
.bo-rad-none {
  border-radius: 0px;
}
.bo-nano {
  border-width: 1px;
}
.bo-t-nano {
  border-top-width: 1px;
}
.bo-r-nano {
  border-right-width: 1px;
}
.bo-b-nano {
  border-bottom-width: 1px;
}
.bo-l-nano {
  border-left-width: 1px;
}
.bo-tb-nano {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.bo-lr-nano {
  border-left-width: 1px;
  border-right-width: 1px;
}
.bo-rad-nano {
  border-radius: 1px;
}
.bo-tiny {
  border-width: 2px;
}
.bo-t-tiny {
  border-top-width: 2px;
}
.bo-r-tiny {
  border-right-width: 2px;
}
.bo-b-tiny {
  border-bottom-width: 2px;
}
.bo-l-tiny {
  border-left-width: 2px;
}
.bo-tb-tiny {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.bo-lr-tiny {
  border-left-width: 2px;
  border-right-width: 2px;
}
.bo-rad-tiny {
  border-radius: 2px;
}
.bo-mini {
  border-width: 3px;
}
.bo-t-mini {
  border-top-width: 3px;
}
.bo-r-mini {
  border-right-width: 3px;
}
.bo-b-mini {
  border-bottom-width: 3px;
}
.bo-l-mini {
  border-left-width: 3px;
}
.bo-tb-mini {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.bo-lr-mini {
  border-left-width: 3px;
  border-right-width: 3px;
}
.bo-rad-mini {
  border-radius: 3px;
}
.bo-xxs {
  border-width: 4px;
}
.bo-t-xxs {
  border-top-width: 4px;
}
.bo-r-xxs {
  border-right-width: 4px;
}
.bo-b-xxs {
  border-bottom-width: 4px;
}
.bo-l-xxs {
  border-left-width: 4px;
}
.bo-tb-xxs {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.bo-lr-xxs {
  border-left-width: 4px;
  border-right-width: 4px;
}
.bo-rad-xxs {
  border-radius: 4px;
}
.bo-xs {
  border-width: 5px;
}
.bo-t-xs {
  border-top-width: 5px;
}
.bo-r-xs {
  border-right-width: 5px;
}
.bo-b-xs {
  border-bottom-width: 5px;
}
.bo-l-xs {
  border-left-width: 5px;
}
.bo-tb-xs {
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.bo-lr-xs {
  border-left-width: 5px;
  border-right-width: 5px;
}
.bo-rad-xs {
  border-radius: 5px;
}
.bo-s {
  border-width: 10px;
}
.bo-t-s {
  border-top-width: 10px;
}
.bo-r-s {
  border-right-width: 10px;
}
.bo-b-s {
  border-bottom-width: 10px;
}
.bo-l-s {
  border-left-width: 10px;
}
.bo-tb-s {
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.bo-lr-s {
  border-left-width: 10px;
  border-right-width: 10px;
}
.bo-rad-s {
  border-radius: 10px;
}
.bo-m {
  border-width: 15px;
}
.bo-t-m {
  border-top-width: 15px;
}
.bo-r-m {
  border-right-width: 15px;
}
.bo-b-m {
  border-bottom-width: 15px;
}
.bo-l-m {
  border-left-width: 15px;
}
.bo-tb-m {
  border-top-width: 15px;
  border-bottom-width: 15px;
}
.bo-lr-m {
  border-left-width: 15px;
  border-right-width: 15px;
}
.bo-rad-m {
  border-radius: 15px;
}
.bo-l {
  border-width: 20px;
}
.bo-t-l {
  border-top-width: 20px;
}
.bo-r-l {
  border-right-width: 20px;
}
.bo-b-l {
  border-bottom-width: 20px;
}
.bo-l-l {
  border-left-width: 20px;
}
.bo-tb-l {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.bo-lr-l {
  border-left-width: 20px;
  border-right-width: 20px;
}
.bo-rad-l {
  border-radius: 20px;
}
.bo-xl {
  border-width: 25px;
}
.bo-t-xl {
  border-top-width: 25px;
}
.bo-r-xl {
  border-right-width: 25px;
}
.bo-b-xl {
  border-bottom-width: 25px;
}
.bo-l-xl {
  border-left-width: 25px;
}
.bo-tb-xl {
  border-top-width: 25px;
  border-bottom-width: 25px;
}
.bo-lr-xl {
  border-left-width: 25px;
  border-right-width: 25px;
}
.bo-rad-xl {
  border-radius: 25px;
}
.bo-xxl {
  border-width: 30px;
}
.bo-t-xxl {
  border-top-width: 30px;
}
.bo-r-xxl {
  border-right-width: 30px;
}
.bo-b-xxl {
  border-bottom-width: 30px;
}
.bo-l-xxl {
  border-left-width: 30px;
}
.bo-tb-xxl {
  border-top-width: 30px;
  border-bottom-width: 30px;
}
.bo-lr-xxl {
  border-left-width: 30px;
  border-right-width: 30px;
}
.bo-rad-xxl {
  border-radius: 30px;
}
.bo-3xl {
  border-width: 35px;
}
.bo-t-3xl {
  border-top-width: 35px;
}
.bo-r-3xl {
  border-right-width: 35px;
}
.bo-b-3xl {
  border-bottom-width: 35px;
}
.bo-l-3xl {
  border-left-width: 35px;
}
.bo-tb-3xl {
  border-top-width: 35px;
  border-bottom-width: 35px;
}
.bo-lr-3xl {
  border-left-width: 35px;
  border-right-width: 35px;
}
.bo-rad-3xl {
  border-radius: 35px;
}
.bo-4xl {
  border-width: 40px;
}
.bo-t-4xl {
  border-top-width: 40px;
}
.bo-r-4xl {
  border-right-width: 40px;
}
.bo-b-4xl {
  border-bottom-width: 40px;
}
.bo-l-4xl {
  border-left-width: 40px;
}
.bo-tb-4xl {
  border-top-width: 40px;
  border-bottom-width: 40px;
}
.bo-lr-4xl {
  border-left-width: 40px;
  border-right-width: 40px;
}
.bo-rad-4xl {
  border-radius: 40px;
}
.bo-5xl {
  border-width: 50px;
}
.bo-t-5xl {
  border-top-width: 50px;
}
.bo-r-5xl {
  border-right-width: 50px;
}
.bo-b-5xl {
  border-bottom-width: 50px;
}
.bo-l-5xl {
  border-left-width: 50px;
}
.bo-tb-5xl {
  border-top-width: 50px;
  border-bottom-width: 50px;
}
.bo-lr-5xl {
  border-left-width: 50px;
  border-right-width: 50px;
}
.bo-rad-5xl {
  border-radius: 50px;
}
.bo-6xl {
  border-width: 60px;
}
.bo-t-6xl {
  border-top-width: 60px;
}
.bo-r-6xl {
  border-right-width: 60px;
}
.bo-b-6xl {
  border-bottom-width: 60px;
}
.bo-l-6xl {
  border-left-width: 60px;
}
.bo-tb-6xl {
  border-top-width: 60px;
  border-bottom-width: 60px;
}
.bo-lr-6xl {
  border-left-width: 60px;
  border-right-width: 60px;
}
.bo-rad-6xl {
  border-radius: 60px;
}
.bo-7xl {
  border-width: 70px;
}
.bo-t-7xl {
  border-top-width: 70px;
}
.bo-r-7xl {
  border-right-width: 70px;
}
.bo-b-7xl {
  border-bottom-width: 70px;
}
.bo-l-7xl {
  border-left-width: 70px;
}
.bo-tb-7xl {
  border-top-width: 70px;
  border-bottom-width: 70px;
}
.bo-lr-7xl {
  border-left-width: 70px;
  border-right-width: 70px;
}
.bo-rad-7xl {
  border-radius: 70px;
}
.bo-8xl {
  border-width: 80px;
}
.bo-t-8xl {
  border-top-width: 80px;
}
.bo-r-8xl {
  border-right-width: 80px;
}
.bo-b-8xl {
  border-bottom-width: 80px;
}
.bo-l-8xl {
  border-left-width: 80px;
}
.bo-tb-8xl {
  border-top-width: 80px;
  border-bottom-width: 80px;
}
.bo-lr-8xl {
  border-left-width: 80px;
  border-right-width: 80px;
}
.bo-rad-8xl {
  border-radius: 80px;
}
.bo-9xl {
  border-width: 90px;
}
.bo-t-9xl {
  border-top-width: 90px;
}
.bo-r-9xl {
  border-right-width: 90px;
}
.bo-b-9xl {
  border-bottom-width: 90px;
}
.bo-l-9xl {
  border-left-width: 90px;
}
.bo-tb-9xl {
  border-top-width: 90px;
  border-bottom-width: 90px;
}
.bo-lr-9xl {
  border-left-width: 90px;
  border-right-width: 90px;
}
.bo-rad-9xl {
  border-radius: 90px;
}
.bo-big {
  border-width: 100px;
}
.bo-t-big {
  border-top-width: 100px;
}
.bo-r-big {
  border-right-width: 100px;
}
.bo-b-big {
  border-bottom-width: 100px;
}
.bo-l-big {
  border-left-width: 100px;
}
.bo-tb-big {
  border-top-width: 100px;
  border-bottom-width: 100px;
}
.bo-lr-big {
  border-left-width: 100px;
  border-right-width: 100px;
}
.bo-rad-big {
  border-radius: 100px;
}
.bo-bigger {
  border-width: 150px;
}
.bo-t-bigger {
  border-top-width: 150px;
}
.bo-r-bigger {
  border-right-width: 150px;
}
.bo-b-bigger {
  border-bottom-width: 150px;
}
.bo-l-bigger {
  border-left-width: 150px;
}
.bo-tb-bigger {
  border-top-width: 150px;
  border-bottom-width: 150px;
}
.bo-lr-bigger {
  border-left-width: 150px;
  border-right-width: 150px;
}
.bo-rad-bigger {
  border-radius: 150px;
}
.bo-big2x {
  border-width: 200px;
}
.bo-t-big2x {
  border-top-width: 200px;
}
.bo-r-big2x {
  border-right-width: 200px;
}
.bo-b-big2x {
  border-bottom-width: 200px;
}
.bo-l-big2x {
  border-left-width: 200px;
}
.bo-tb-big2x {
  border-top-width: 200px;
  border-bottom-width: 200px;
}
.bo-lr-big2x {
  border-left-width: 200px;
  border-right-width: 200px;
}
.bo-rad-big2x {
  border-radius: 200px;
}
.bo-mega {
  border-width: 250px;
}
.bo-t-mega {
  border-top-width: 250px;
}
.bo-r-mega {
  border-right-width: 250px;
}
.bo-b-mega {
  border-bottom-width: 250px;
}
.bo-l-mega {
  border-left-width: 250px;
}
.bo-tb-mega {
  border-top-width: 250px;
  border-bottom-width: 250px;
}
.bo-lr-mega {
  border-left-width: 250px;
  border-right-width: 250px;
}
.bo-rad-mega {
  border-radius: 250px;
}
.bo-big3x {
  border-width: 300px;
}
.bo-t-big3x {
  border-top-width: 300px;
}
.bo-r-big3x {
  border-right-width: 300px;
}
.bo-b-big3x {
  border-bottom-width: 300px;
}
.bo-l-big3x {
  border-left-width: 300px;
}
.bo-tb-big3x {
  border-top-width: 300px;
  border-bottom-width: 300px;
}
.bo-lr-big3x {
  border-left-width: 300px;
  border-right-width: 300px;
}
.bo-rad-big3x {
  border-radius: 300px;
}
.bo-big35x {
  border-width: 350px;
}
.bo-t-big35x {
  border-top-width: 350px;
}
.bo-r-big35x {
  border-right-width: 350px;
}
.bo-b-big35x {
  border-bottom-width: 350px;
}
.bo-l-big35x {
  border-left-width: 350px;
}
.bo-tb-big35x {
  border-top-width: 350px;
  border-bottom-width: 350px;
}
.bo-lr-big35x {
  border-left-width: 350px;
  border-right-width: 350px;
}
.bo-rad-big35x {
  border-radius: 350px;
}
.bo-big4x {
  border-width: 400px;
}
.bo-t-big4x {
  border-top-width: 400px;
}
.bo-r-big4x {
  border-right-width: 400px;
}
.bo-b-big4x {
  border-bottom-width: 400px;
}
.bo-l-big4x {
  border-left-width: 400px;
}
.bo-tb-big4x {
  border-top-width: 400px;
  border-bottom-width: 400px;
}
.bo-lr-big4x {
  border-left-width: 400px;
  border-right-width: 400px;
}
.bo-rad-big4x {
  border-radius: 400px;
}
.bo-big45x {
  border-width: 450px;
}
.bo-t-big45x {
  border-top-width: 450px;
}
.bo-r-big45x {
  border-right-width: 450px;
}
.bo-b-big45x {
  border-bottom-width: 450px;
}
.bo-l-big45x {
  border-left-width: 450px;
}
.bo-tb-big45x {
  border-top-width: 450px;
  border-bottom-width: 450px;
}
.bo-lr-big45x {
  border-left-width: 450px;
  border-right-width: 450px;
}
.bo-rad-big45x {
  border-radius: 450px;
}
.bo-big5x {
  border-width: 500px;
}
.bo-t-big5x {
  border-top-width: 500px;
}
.bo-r-big5x {
  border-right-width: 500px;
}
.bo-b-big5x {
  border-bottom-width: 500px;
}
.bo-l-big5x {
  border-left-width: 500px;
}
.bo-tb-big5x {
  border-top-width: 500px;
  border-bottom-width: 500px;
}
.bo-lr-big5x {
  border-left-width: 500px;
  border-right-width: 500px;
}
.bo-rad-big5x {
  border-radius: 500px;
}
.bo-big55x {
  border-width: 550px;
}
.bo-t-big55x {
  border-top-width: 550px;
}
.bo-r-big55x {
  border-right-width: 550px;
}
.bo-b-big55x {
  border-bottom-width: 550px;
}
.bo-l-big55x {
  border-left-width: 550px;
}
.bo-tb-big55x {
  border-top-width: 550px;
  border-bottom-width: 550px;
}
.bo-lr-big55x {
  border-left-width: 550px;
  border-right-width: 550px;
}
.bo-rad-big55x {
  border-radius: 550px;
}
.bo-big6x {
  border-width: 600px;
}
.bo-t-big6x {
  border-top-width: 600px;
}
.bo-r-big6x {
  border-right-width: 600px;
}
.bo-b-big6x {
  border-bottom-width: 600px;
}
.bo-l-big6x {
  border-left-width: 600px;
}
.bo-tb-big6x {
  border-top-width: 600px;
  border-bottom-width: 600px;
}
.bo-lr-big6x {
  border-left-width: 600px;
  border-right-width: 600px;
}
.bo-rad-big6x {
  border-radius: 600px;
}
.bo-big65x {
  border-width: 650px;
}
.bo-t-big65x {
  border-top-width: 650px;
}
.bo-r-big65x {
  border-right-width: 650px;
}
.bo-b-big65x {
  border-bottom-width: 650px;
}
.bo-l-big65x {
  border-left-width: 650px;
}
.bo-tb-big65x {
  border-top-width: 650px;
  border-bottom-width: 650px;
}
.bo-lr-big65x {
  border-left-width: 650px;
  border-right-width: 650px;
}
.bo-rad-big65x {
  border-radius: 650px;
}
.bo-big7x {
  border-width: 700px;
}
.bo-t-big7x {
  border-top-width: 700px;
}
.bo-r-big7x {
  border-right-width: 700px;
}
.bo-b-big7x {
  border-bottom-width: 700px;
}
.bo-l-big7x {
  border-left-width: 700px;
}
.bo-tb-big7x {
  border-top-width: 700px;
  border-bottom-width: 700px;
}
.bo-lr-big7x {
  border-left-width: 700px;
  border-right-width: 700px;
}
.bo-rad-big7x {
  border-radius: 700px;
}
.bo-big75x {
  border-width: 750px;
}
.bo-t-big75x {
  border-top-width: 750px;
}
.bo-r-big75x {
  border-right-width: 750px;
}
.bo-b-big75x {
  border-bottom-width: 750px;
}
.bo-l-big75x {
  border-left-width: 750px;
}
.bo-tb-big75x {
  border-top-width: 750px;
  border-bottom-width: 750px;
}
.bo-lr-big75x {
  border-left-width: 750px;
  border-right-width: 750px;
}
.bo-rad-big75x {
  border-radius: 750px;
}
.bo-full {
  border-width: 100%;
}
.bo-t-full {
  border-top-width: 100%;
}
.bo-r-full {
  border-right-width: 100%;
}
.bo-b-full {
  border-bottom-width: 100%;
}
.bo-l-full {
  border-left-width: 100%;
}
.bo-tb-full {
  border-top-width: 100%;
  border-bottom-width: 100%;
}
.bo-lr-full {
  border-left-width: 100%;
  border-right-width: 100%;
}
.bo-rad-full {
  border-radius: 100%;
}
.bo-auto {
  border-width: auto;
}
.bo-t-auto {
  border-top-width: auto;
}
.bo-r-auto {
  border-right-width: auto;
}
.bo-b-auto {
  border-bottom-width: auto;
}
.bo-l-auto {
  border-left-width: auto;
}
.bo-tb-auto {
  border-top-width: auto;
  border-bottom-width: auto;
}
.bo-lr-auto {
  border-left-width: auto;
  border-right-width: auto;
}
.bo-rad-auto {
  border-radius: auto;
}
.bo-half {
  border-width: 50%;
}
.bo-t-half {
  border-top-width: 50%;
}
.bo-r-half {
  border-right-width: 50%;
}
.bo-b-half {
  border-bottom-width: 50%;
}
.bo-l-half {
  border-left-width: 50%;
}
.bo-tb-half {
  border-top-width: 50%;
  border-bottom-width: 50%;
}
.bo-lr-half {
  border-left-width: 50%;
  border-right-width: 50%;
}
.bo-rad-half {
  border-radius: 50%;
}
.bo-quarter {
  border-width: 25%;
}
.bo-t-quarter {
  border-top-width: 25%;
}
.bo-r-quarter {
  border-right-width: 25%;
}
.bo-b-quarter {
  border-bottom-width: 25%;
}
.bo-l-quarter {
  border-left-width: 25%;
}
.bo-tb-quarter {
  border-top-width: 25%;
  border-bottom-width: 25%;
}
.bo-lr-quarter {
  border-left-width: 25%;
  border-right-width: 25%;
}
.bo-rad-quarter {
  border-radius: 25%;
}
.bo-third {
  border-width: 33.33%;
}
.bo-t-third {
  border-top-width: 33.33%;
}
.bo-r-third {
  border-right-width: 33.33%;
}
.bo-b-third {
  border-bottom-width: 33.33%;
}
.bo-l-third {
  border-left-width: 33.33%;
}
.bo-tb-third {
  border-top-width: 33.33%;
  border-bottom-width: 33.33%;
}
.bo-lr-third {
  border-left-width: 33.33%;
  border-right-width: 33.33%;
}
.bo-rad-third {
  border-radius: 33.33%;
}
.bo-two-third {
  border-width: 66.67%;
}
.bo-t-two-third {
  border-top-width: 66.67%;
}
.bo-r-two-third {
  border-right-width: 66.67%;
}
.bo-b-two-third {
  border-bottom-width: 66.67%;
}
.bo-l-two-third {
  border-left-width: 66.67%;
}
.bo-tb-two-third {
  border-top-width: 66.67%;
  border-bottom-width: 66.67%;
}
.bo-lr-two-third {
  border-left-width: 66.67%;
  border-right-width: 66.67%;
}
.bo-rad-two-third {
  border-radius: 66.67%;
}
.bo-5pc {
  border-width: 5%;
}
.bo-t-5pc {
  border-top-width: 5%;
}
.bo-r-5pc {
  border-right-width: 5%;
}
.bo-b-5pc {
  border-bottom-width: 5%;
}
.bo-l-5pc {
  border-left-width: 5%;
}
.bo-tb-5pc {
  border-top-width: 5%;
  border-bottom-width: 5%;
}
.bo-lr-5pc {
  border-left-width: 5%;
  border-right-width: 5%;
}
.bo-rad-5pc {
  border-radius: 5%;
}
.bo-10pc {
  border-width: 10%;
}
.bo-t-10pc {
  border-top-width: 10%;
}
.bo-r-10pc {
  border-right-width: 10%;
}
.bo-b-10pc {
  border-bottom-width: 10%;
}
.bo-l-10pc {
  border-left-width: 10%;
}
.bo-tb-10pc {
  border-top-width: 10%;
  border-bottom-width: 10%;
}
.bo-lr-10pc {
  border-left-width: 10%;
  border-right-width: 10%;
}
.bo-rad-10pc {
  border-radius: 10%;
}
.bo-15pc {
  border-width: 15%;
}
.bo-t-15pc {
  border-top-width: 15%;
}
.bo-r-15pc {
  border-right-width: 15%;
}
.bo-b-15pc {
  border-bottom-width: 15%;
}
.bo-l-15pc {
  border-left-width: 15%;
}
.bo-tb-15pc {
  border-top-width: 15%;
  border-bottom-width: 15%;
}
.bo-lr-15pc {
  border-left-width: 15%;
  border-right-width: 15%;
}
.bo-rad-15pc {
  border-radius: 15%;
}
.bo-20pc {
  border-width: 20%;
}
.bo-t-20pc {
  border-top-width: 20%;
}
.bo-r-20pc {
  border-right-width: 20%;
}
.bo-b-20pc {
  border-bottom-width: 20%;
}
.bo-l-20pc {
  border-left-width: 20%;
}
.bo-tb-20pc {
  border-top-width: 20%;
  border-bottom-width: 20%;
}
.bo-lr-20pc {
  border-left-width: 20%;
  border-right-width: 20%;
}
.bo-rad-20pc {
  border-radius: 20%;
}
.bo-33pc {
  border-width: 33.33%;
}
.bo-t-33pc {
  border-top-width: 33.33%;
}
.bo-r-33pc {
  border-right-width: 33.33%;
}
.bo-b-33pc {
  border-bottom-width: 33.33%;
}
.bo-l-33pc {
  border-left-width: 33.33%;
}
.bo-tb-33pc {
  border-top-width: 33.33%;
  border-bottom-width: 33.33%;
}
.bo-lr-33pc {
  border-left-width: 33.33%;
  border-right-width: 33.33%;
}
.bo-rad-33pc {
  border-radius: 33.33%;
}
.bo-30pc {
  border-width: 30%;
}
.bo-t-30pc {
  border-top-width: 30%;
}
.bo-r-30pc {
  border-right-width: 30%;
}
.bo-b-30pc {
  border-bottom-width: 30%;
}
.bo-l-30pc {
  border-left-width: 30%;
}
.bo-tb-30pc {
  border-top-width: 30%;
  border-bottom-width: 30%;
}
.bo-lr-30pc {
  border-left-width: 30%;
  border-right-width: 30%;
}
.bo-rad-30pc {
  border-radius: 30%;
}
.bo-40pc {
  border-width: 40%;
}
.bo-t-40pc {
  border-top-width: 40%;
}
.bo-r-40pc {
  border-right-width: 40%;
}
.bo-b-40pc {
  border-bottom-width: 40%;
}
.bo-l-40pc {
  border-left-width: 40%;
}
.bo-tb-40pc {
  border-top-width: 40%;
  border-bottom-width: 40%;
}
.bo-lr-40pc {
  border-left-width: 40%;
  border-right-width: 40%;
}
.bo-rad-40pc {
  border-radius: 40%;
}
.bo-60pc {
  border-width: 60%;
}
.bo-t-60pc {
  border-top-width: 60%;
}
.bo-r-60pc {
  border-right-width: 60%;
}
.bo-b-60pc {
  border-bottom-width: 60%;
}
.bo-l-60pc {
  border-left-width: 60%;
}
.bo-tb-60pc {
  border-top-width: 60%;
  border-bottom-width: 60%;
}
.bo-lr-60pc {
  border-left-width: 60%;
  border-right-width: 60%;
}
.bo-rad-60pc {
  border-radius: 60%;
}
.bo-70pc {
  border-width: 70%;
}
.bo-t-70pc {
  border-top-width: 70%;
}
.bo-r-70pc {
  border-right-width: 70%;
}
.bo-b-70pc {
  border-bottom-width: 70%;
}
.bo-l-70pc {
  border-left-width: 70%;
}
.bo-tb-70pc {
  border-top-width: 70%;
  border-bottom-width: 70%;
}
.bo-lr-70pc {
  border-left-width: 70%;
  border-right-width: 70%;
}
.bo-rad-70pc {
  border-radius: 70%;
}
.bo-80pc {
  border-width: 80%;
}
.bo-t-80pc {
  border-top-width: 80%;
}
.bo-r-80pc {
  border-right-width: 80%;
}
.bo-b-80pc {
  border-bottom-width: 80%;
}
.bo-l-80pc {
  border-left-width: 80%;
}
.bo-tb-80pc {
  border-top-width: 80%;
  border-bottom-width: 80%;
}
.bo-lr-80pc {
  border-left-width: 80%;
  border-right-width: 80%;
}
.bo-rad-80pc {
  border-radius: 80%;
}
.bo-90pc {
  border-width: 90%;
}
.bo-t-90pc {
  border-top-width: 90%;
}
.bo-r-90pc {
  border-right-width: 90%;
}
.bo-b-90pc {
  border-bottom-width: 90%;
}
.bo-l-90pc {
  border-left-width: 90%;
}
.bo-tb-90pc {
  border-top-width: 90%;
  border-bottom-width: 90%;
}
.bo-lr-90pc {
  border-left-width: 90%;
  border-right-width: 90%;
}
.bo-rad-90pc {
  border-radius: 90%;
}
.dim-w-none {
  width: 0px;
}
.dim-h-none {
  height: 0px;
}
.dim-minw-none {
  min-width: 0px;
}
.dim-minh-none {
  min-height: 0px;
}
.dim-maxw-none {
  max-width: 0px;
}
.dim-maxh-none {
  max-height: 0px;
}
.dim-w-nano {
  width: 1px;
}
.dim-h-nano {
  height: 1px;
}
.dim-minw-nano {
  min-width: 1px;
}
.dim-minh-nano {
  min-height: 1px;
}
.dim-maxw-nano {
  max-width: 1px;
}
.dim-maxh-nano {
  max-height: 1px;
}
.dim-w-tiny {
  width: 2px;
}
.dim-h-tiny {
  height: 2px;
}
.dim-minw-tiny {
  min-width: 2px;
}
.dim-minh-tiny {
  min-height: 2px;
}
.dim-maxw-tiny {
  max-width: 2px;
}
.dim-maxh-tiny {
  max-height: 2px;
}
.dim-w-mini {
  width: 3px;
}
.dim-h-mini {
  height: 3px;
}
.dim-minw-mini {
  min-width: 3px;
}
.dim-minh-mini {
  min-height: 3px;
}
.dim-maxw-mini {
  max-width: 3px;
}
.dim-maxh-mini {
  max-height: 3px;
}
.dim-w-xxs {
  width: 4px;
}
.dim-h-xxs {
  height: 4px;
}
.dim-minw-xxs {
  min-width: 4px;
}
.dim-minh-xxs {
  min-height: 4px;
}
.dim-maxw-xxs {
  max-width: 4px;
}
.dim-maxh-xxs {
  max-height: 4px;
}
.dim-w-xs {
  width: 5px;
}
.dim-h-xs {
  height: 5px;
}
.dim-minw-xs {
  min-width: 5px;
}
.dim-minh-xs {
  min-height: 5px;
}
.dim-maxw-xs {
  max-width: 5px;
}
.dim-maxh-xs {
  max-height: 5px;
}
.dim-w-s {
  width: 10px;
}
.dim-h-s {
  height: 10px;
}
.dim-minw-s {
  min-width: 10px;
}
.dim-minh-s {
  min-height: 10px;
}
.dim-maxw-s {
  max-width: 10px;
}
.dim-maxh-s {
  max-height: 10px;
}
.dim-w-m {
  width: 15px;
}
.dim-h-m {
  height: 15px;
}
.dim-minw-m {
  min-width: 15px;
}
.dim-minh-m {
  min-height: 15px;
}
.dim-maxw-m {
  max-width: 15px;
}
.dim-maxh-m {
  max-height: 15px;
}
.dim-w-l {
  width: 20px;
}
.dim-h-l {
  height: 20px;
}
.dim-minw-l {
  min-width: 20px;
}
.dim-minh-l {
  min-height: 20px;
}
.dim-maxw-l {
  max-width: 20px;
}
.dim-maxh-l {
  max-height: 20px;
}
.dim-w-xl {
  width: 25px;
}
.dim-h-xl {
  height: 25px;
}
.dim-minw-xl {
  min-width: 25px;
}
.dim-minh-xl {
  min-height: 25px;
}
.dim-maxw-xl {
  max-width: 25px;
}
.dim-maxh-xl {
  max-height: 25px;
}
.dim-w-xxl {
  width: 30px;
}
.dim-h-xxl {
  height: 30px;
}
.dim-minw-xxl {
  min-width: 30px;
}
.dim-minh-xxl {
  min-height: 30px;
}
.dim-maxw-xxl {
  max-width: 30px;
}
.dim-maxh-xxl {
  max-height: 30px;
}
.dim-w-3xl {
  width: 35px;
}
.dim-h-3xl {
  height: 35px;
}
.dim-minw-3xl {
  min-width: 35px;
}
.dim-minh-3xl {
  min-height: 35px;
}
.dim-maxw-3xl {
  max-width: 35px;
}
.dim-maxh-3xl {
  max-height: 35px;
}
.dim-w-4xl {
  width: 40px;
}
.dim-h-4xl {
  height: 40px;
}
.dim-minw-4xl {
  min-width: 40px;
}
.dim-minh-4xl {
  min-height: 40px;
}
.dim-maxw-4xl {
  max-width: 40px;
}
.dim-maxh-4xl {
  max-height: 40px;
}
.dim-w-5xl {
  width: 50px;
}
.dim-h-5xl {
  height: 50px;
}
.dim-minw-5xl {
  min-width: 50px;
}
.dim-minh-5xl {
  min-height: 50px;
}
.dim-maxw-5xl {
  max-width: 50px;
}
.dim-maxh-5xl {
  max-height: 50px;
}
.dim-w-6xl {
  width: 60px;
}
.dim-h-6xl {
  height: 60px;
}
.dim-minw-6xl {
  min-width: 60px;
}
.dim-minh-6xl {
  min-height: 60px;
}
.dim-maxw-6xl {
  max-width: 60px;
}
.dim-maxh-6xl {
  max-height: 60px;
}
.dim-w-7xl {
  width: 70px;
}
.dim-h-7xl {
  height: 70px;
}
.dim-minw-7xl {
  min-width: 70px;
}
.dim-minh-7xl {
  min-height: 70px;
}
.dim-maxw-7xl {
  max-width: 70px;
}
.dim-maxh-7xl {
  max-height: 70px;
}
.dim-w-8xl {
  width: 80px;
}
.dim-h-8xl {
  height: 80px;
}
.dim-minw-8xl {
  min-width: 80px;
}
.dim-minh-8xl {
  min-height: 80px;
}
.dim-maxw-8xl {
  max-width: 80px;
}
.dim-maxh-8xl {
  max-height: 80px;
}
.dim-w-9xl {
  width: 90px;
}
.dim-h-9xl {
  height: 90px;
}
.dim-minw-9xl {
  min-width: 90px;
}
.dim-minh-9xl {
  min-height: 90px;
}
.dim-maxw-9xl {
  max-width: 90px;
}
.dim-maxh-9xl {
  max-height: 90px;
}
.dim-w-big {
  width: 100px;
}
.dim-h-big {
  height: 100px;
}
.dim-minw-big {
  min-width: 100px;
}
.dim-minh-big {
  min-height: 100px;
}
.dim-maxw-big {
  max-width: 100px;
}
.dim-maxh-big {
  max-height: 100px;
}
.dim-w-bigger {
  width: 150px;
}
.dim-h-bigger {
  height: 150px;
}
.dim-minw-bigger {
  min-width: 150px;
}
.dim-minh-bigger {
  min-height: 150px;
}
.dim-maxw-bigger {
  max-width: 150px;
}
.dim-maxh-bigger {
  max-height: 150px;
}
.dim-w-big2x {
  width: 200px;
}
.dim-h-big2x {
  height: 200px;
}
.dim-minw-big2x {
  min-width: 200px;
}
.dim-minh-big2x {
  min-height: 200px;
}
.dim-maxw-big2x {
  max-width: 200px;
}
.dim-maxh-big2x {
  max-height: 200px;
}
.dim-w-mega {
  width: 250px;
}
.dim-h-mega {
  height: 250px;
}
.dim-minw-mega {
  min-width: 250px;
}
.dim-minh-mega {
  min-height: 250px;
}
.dim-maxw-mega {
  max-width: 250px;
}
.dim-maxh-mega {
  max-height: 250px;
}
.dim-w-big3x {
  width: 300px;
}
.dim-h-big3x {
  height: 300px;
}
.dim-minw-big3x {
  min-width: 300px;
}
.dim-minh-big3x {
  min-height: 300px;
}
.dim-maxw-big3x {
  max-width: 300px;
}
.dim-maxh-big3x {
  max-height: 300px;
}
.dim-w-big35x {
  width: 350px;
}
.dim-h-big35x {
  height: 350px;
}
.dim-minw-big35x {
  min-width: 350px;
}
.dim-minh-big35x {
  min-height: 350px;
}
.dim-maxw-big35x {
  max-width: 350px;
}
.dim-maxh-big35x {
  max-height: 350px;
}
.dim-w-big4x {
  width: 400px;
}
.dim-h-big4x {
  height: 400px;
}
.dim-minw-big4x {
  min-width: 400px;
}
.dim-minh-big4x {
  min-height: 400px;
}
.dim-maxw-big4x {
  max-width: 400px;
}
.dim-maxh-big4x {
  max-height: 400px;
}
.dim-w-big45x {
  width: 450px;
}
.dim-h-big45x {
  height: 450px;
}
.dim-minw-big45x {
  min-width: 450px;
}
.dim-minh-big45x {
  min-height: 450px;
}
.dim-maxw-big45x {
  max-width: 450px;
}
.dim-maxh-big45x {
  max-height: 450px;
}
.dim-w-big5x {
  width: 500px;
}
.dim-h-big5x {
  height: 500px;
}
.dim-minw-big5x {
  min-width: 500px;
}
.dim-minh-big5x {
  min-height: 500px;
}
.dim-maxw-big5x {
  max-width: 500px;
}
.dim-maxh-big5x {
  max-height: 500px;
}
.dim-w-big55x {
  width: 550px;
}
.dim-h-big55x {
  height: 550px;
}
.dim-minw-big55x {
  min-width: 550px;
}
.dim-minh-big55x {
  min-height: 550px;
}
.dim-maxw-big55x {
  max-width: 550px;
}
.dim-maxh-big55x {
  max-height: 550px;
}
.dim-w-big6x {
  width: 600px;
}
.dim-h-big6x {
  height: 600px;
}
.dim-minw-big6x {
  min-width: 600px;
}
.dim-minh-big6x {
  min-height: 600px;
}
.dim-maxw-big6x {
  max-width: 600px;
}
.dim-maxh-big6x {
  max-height: 600px;
}
.dim-w-big65x {
  width: 650px;
}
.dim-h-big65x {
  height: 650px;
}
.dim-minw-big65x {
  min-width: 650px;
}
.dim-minh-big65x {
  min-height: 650px;
}
.dim-maxw-big65x {
  max-width: 650px;
}
.dim-maxh-big65x {
  max-height: 650px;
}
.dim-w-big7x {
  width: 700px;
}
.dim-h-big7x {
  height: 700px;
}
.dim-minw-big7x {
  min-width: 700px;
}
.dim-minh-big7x {
  min-height: 700px;
}
.dim-maxw-big7x {
  max-width: 700px;
}
.dim-maxh-big7x {
  max-height: 700px;
}
.dim-w-big75x {
  width: 750px;
}
.dim-h-big75x {
  height: 750px;
}
.dim-minw-big75x {
  min-width: 750px;
}
.dim-minh-big75x {
  min-height: 750px;
}
.dim-maxw-big75x {
  max-width: 750px;
}
.dim-maxh-big75x {
  max-height: 750px;
}
.dim-w-full {
  width: 100%;
}
.dim-h-full {
  height: 100%;
}
.dim-minw-full {
  min-width: 100%;
}
.dim-minh-full {
  min-height: 100%;
}
.dim-maxw-full {
  max-width: 100%;
}
.dim-maxh-full {
  max-height: 100%;
}
.dim-w-auto {
  width: auto;
}
.dim-h-auto {
  height: auto;
}
.dim-minw-auto {
  min-width: auto;
}
.dim-minh-auto {
  min-height: auto;
}
.dim-maxw-auto {
  max-width: auto;
}
.dim-maxh-auto {
  max-height: auto;
}
.dim-w-half {
  width: 50%;
}
.dim-h-half {
  height: 50%;
}
.dim-minw-half {
  min-width: 50%;
}
.dim-minh-half {
  min-height: 50%;
}
.dim-maxw-half {
  max-width: 50%;
}
.dim-maxh-half {
  max-height: 50%;
}
.dim-w-quarter {
  width: 25%;
}
.dim-h-quarter {
  height: 25%;
}
.dim-minw-quarter {
  min-width: 25%;
}
.dim-minh-quarter {
  min-height: 25%;
}
.dim-maxw-quarter {
  max-width: 25%;
}
.dim-maxh-quarter {
  max-height: 25%;
}
.dim-w-third {
  width: 33.33%;
}
.dim-h-third {
  height: 33.33%;
}
.dim-minw-third {
  min-width: 33.33%;
}
.dim-minh-third {
  min-height: 33.33%;
}
.dim-maxw-third {
  max-width: 33.33%;
}
.dim-maxh-third {
  max-height: 33.33%;
}
.dim-w-two-third {
  width: 66.67%;
}
.dim-h-two-third {
  height: 66.67%;
}
.dim-minw-two-third {
  min-width: 66.67%;
}
.dim-minh-two-third {
  min-height: 66.67%;
}
.dim-maxw-two-third {
  max-width: 66.67%;
}
.dim-maxh-two-third {
  max-height: 66.67%;
}
.dim-w-5pc {
  width: 5%;
}
.dim-h-5pc {
  height: 5%;
}
.dim-minw-5pc {
  min-width: 5%;
}
.dim-minh-5pc {
  min-height: 5%;
}
.dim-maxw-5pc {
  max-width: 5%;
}
.dim-maxh-5pc {
  max-height: 5%;
}
.dim-w-10pc {
  width: 10%;
}
.dim-h-10pc {
  height: 10%;
}
.dim-minw-10pc {
  min-width: 10%;
}
.dim-minh-10pc {
  min-height: 10%;
}
.dim-maxw-10pc {
  max-width: 10%;
}
.dim-maxh-10pc {
  max-height: 10%;
}
.dim-w-15pc {
  width: 15%;
}
.dim-h-15pc {
  height: 15%;
}
.dim-minw-15pc {
  min-width: 15%;
}
.dim-minh-15pc {
  min-height: 15%;
}
.dim-maxw-15pc {
  max-width: 15%;
}
.dim-maxh-15pc {
  max-height: 15%;
}
.dim-w-20pc {
  width: 20%;
}
.dim-h-20pc {
  height: 20%;
}
.dim-minw-20pc {
  min-width: 20%;
}
.dim-minh-20pc {
  min-height: 20%;
}
.dim-maxw-20pc {
  max-width: 20%;
}
.dim-maxh-20pc {
  max-height: 20%;
}
.dim-w-33pc {
  width: 33.33%;
}
.dim-h-33pc {
  height: 33.33%;
}
.dim-minw-33pc {
  min-width: 33.33%;
}
.dim-minh-33pc {
  min-height: 33.33%;
}
.dim-maxw-33pc {
  max-width: 33.33%;
}
.dim-maxh-33pc {
  max-height: 33.33%;
}
.dim-w-30pc {
  width: 30%;
}
.dim-h-30pc {
  height: 30%;
}
.dim-minw-30pc {
  min-width: 30%;
}
.dim-minh-30pc {
  min-height: 30%;
}
.dim-maxw-30pc {
  max-width: 30%;
}
.dim-maxh-30pc {
  max-height: 30%;
}
.dim-w-40pc {
  width: 40%;
}
.dim-h-40pc {
  height: 40%;
}
.dim-minw-40pc {
  min-width: 40%;
}
.dim-minh-40pc {
  min-height: 40%;
}
.dim-maxw-40pc {
  max-width: 40%;
}
.dim-maxh-40pc {
  max-height: 40%;
}
.dim-w-60pc {
  width: 60%;
}
.dim-h-60pc {
  height: 60%;
}
.dim-minw-60pc {
  min-width: 60%;
}
.dim-minh-60pc {
  min-height: 60%;
}
.dim-maxw-60pc {
  max-width: 60%;
}
.dim-maxh-60pc {
  max-height: 60%;
}
.dim-w-70pc {
  width: 70%;
}
.dim-h-70pc {
  height: 70%;
}
.dim-minw-70pc {
  min-width: 70%;
}
.dim-minh-70pc {
  min-height: 70%;
}
.dim-maxw-70pc {
  max-width: 70%;
}
.dim-maxh-70pc {
  max-height: 70%;
}
.dim-w-80pc {
  width: 80%;
}
.dim-h-80pc {
  height: 80%;
}
.dim-minw-80pc {
  min-width: 80%;
}
.dim-minh-80pc {
  min-height: 80%;
}
.dim-maxw-80pc {
  max-width: 80%;
}
.dim-maxh-80pc {
  max-height: 80%;
}
.dim-w-90pc {
  width: 90%;
}
.dim-h-90pc {
  height: 90%;
}
.dim-minw-90pc {
  min-width: 90%;
}
.dim-minh-90pc {
  min-height: 90%;
}
.dim-maxw-90pc {
  max-width: 90%;
}
.dim-maxh-90pc {
  max-height: 90%;
}
.dim-w-pc-auto {
  width: "auto";
}
.dim-h-pc-auto {
  height: "auto";
}
.dim-minw-pc-auto {
  min-width: "auto";
}
.dim-minh-pc-auto {
  min-height: "auto";
}
.dim-maxw-pc-auto {
  max-width: "auto";
}
.dim-maxh-pc-auto {
  max-height: "auto";
}
.dim-w-pc-0 {
  width: 0%;
}
.dim-h-pc-0 {
  height: 0%;
}
.dim-minw-pc-0 {
  min-width: 0%;
}
.dim-minh-pc-0 {
  min-height: 0%;
}
.dim-maxw-pc-0 {
  max-width: 0%;
}
.dim-maxh-pc-0 {
  max-height: 0%;
}
.dim-w-pc-10 {
  width: 10%;
}
.dim-h-pc-10 {
  height: 10%;
}
.dim-minw-pc-10 {
  min-width: 10%;
}
.dim-minh-pc-10 {
  min-height: 10%;
}
.dim-maxw-pc-10 {
  max-width: 10%;
}
.dim-maxh-pc-10 {
  max-height: 10%;
}
.dim-w-pc-20 {
  width: 20%;
}
.dim-h-pc-20 {
  height: 20%;
}
.dim-minw-pc-20 {
  min-width: 20%;
}
.dim-minh-pc-20 {
  min-height: 20%;
}
.dim-maxw-pc-20 {
  max-width: 20%;
}
.dim-maxh-pc-20 {
  max-height: 20%;
}
.dim-w-pc-25 {
  width: 25%;
}
.dim-h-pc-25 {
  height: 25%;
}
.dim-minw-pc-25 {
  min-width: 25%;
}
.dim-minh-pc-25 {
  min-height: 25%;
}
.dim-maxw-pc-25 {
  max-width: 25%;
}
.dim-maxh-pc-25 {
  max-height: 25%;
}
.dim-w-pc-30 {
  width: 30%;
}
.dim-h-pc-30 {
  height: 30%;
}
.dim-minw-pc-30 {
  min-width: 30%;
}
.dim-minh-pc-30 {
  min-height: 30%;
}
.dim-maxw-pc-30 {
  max-width: 30%;
}
.dim-maxh-pc-30 {
  max-height: 30%;
}
.dim-w-pc-33 {
  width: 33.33%;
}
.dim-h-pc-33 {
  height: 33.33%;
}
.dim-minw-pc-33 {
  min-width: 33.33%;
}
.dim-minh-pc-33 {
  min-height: 33.33%;
}
.dim-maxw-pc-33 {
  max-width: 33.33%;
}
.dim-maxh-pc-33 {
  max-height: 33.33%;
}
.dim-w-pc-40 {
  width: 40%;
}
.dim-h-pc-40 {
  height: 40%;
}
.dim-minw-pc-40 {
  min-width: 40%;
}
.dim-minh-pc-40 {
  min-height: 40%;
}
.dim-maxw-pc-40 {
  max-width: 40%;
}
.dim-maxh-pc-40 {
  max-height: 40%;
}
.dim-w-pc-50 {
  width: 50%;
}
.dim-h-pc-50 {
  height: 50%;
}
.dim-minw-pc-50 {
  min-width: 50%;
}
.dim-minh-pc-50 {
  min-height: 50%;
}
.dim-maxw-pc-50 {
  max-width: 50%;
}
.dim-maxh-pc-50 {
  max-height: 50%;
}
.dim-w-pc-60 {
  width: 60%;
}
.dim-h-pc-60 {
  height: 60%;
}
.dim-minw-pc-60 {
  min-width: 60%;
}
.dim-minh-pc-60 {
  min-height: 60%;
}
.dim-maxw-pc-60 {
  max-width: 60%;
}
.dim-maxh-pc-60 {
  max-height: 60%;
}
.dim-w-pc-70 {
  width: 70%;
}
.dim-h-pc-70 {
  height: 70%;
}
.dim-minw-pc-70 {
  min-width: 70%;
}
.dim-minh-pc-70 {
  min-height: 70%;
}
.dim-maxw-pc-70 {
  max-width: 70%;
}
.dim-maxh-pc-70 {
  max-height: 70%;
}
.dim-w-pc-75 {
  width: 75%;
}
.dim-h-pc-75 {
  height: 75%;
}
.dim-minw-pc-75 {
  min-width: 75%;
}
.dim-minh-pc-75 {
  min-height: 75%;
}
.dim-maxw-pc-75 {
  max-width: 75%;
}
.dim-maxh-pc-75 {
  max-height: 75%;
}
.dim-w-pc-80 {
  width: 80%;
}
.dim-h-pc-80 {
  height: 80%;
}
.dim-minw-pc-80 {
  min-width: 80%;
}
.dim-minh-pc-80 {
  min-height: 80%;
}
.dim-maxw-pc-80 {
  max-width: 80%;
}
.dim-maxh-pc-80 {
  max-height: 80%;
}
.dim-w-pc-90 {
  width: 90%;
}
.dim-h-pc-90 {
  height: 90%;
}
.dim-minw-pc-90 {
  min-width: 90%;
}
.dim-minh-pc-90 {
  min-height: 90%;
}
.dim-maxw-pc-90 {
  max-width: 90%;
}
.dim-maxh-pc-90 {
  max-height: 90%;
}
.dim-w-pc-100 {
  width: 100%;
}
.dim-h-pc-100 {
  height: 100%;
}
.dim-minw-pc-100 {
  min-width: 100%;
}
.dim-minh-pc-100 {
  min-height: 100%;
}
.dim-maxw-pc-100 {
  max-width: 100%;
}
.dim-maxh-pc-100 {
  max-height: 100%;
}
.dim-w-pc-95px {
  width: 95px;
}
.dim-h-pc-95px {
  height: 95px;
}
.dim-minw-pc-95px {
  min-width: 95px;
}
.dim-minh-pc-95px {
  min-height: 95px;
}
.dim-maxw-pc-95px {
  max-width: 95px;
}
.dim-maxh-pc-95px {
  max-height: 95px;
}
.dim-full {
  width: 100%;
  height: 100%;
}
.dim-none {
  width: 0;
  height: 0;
}
.dim-w-auto {
  width: auto;
}
.dim-h-auto {
  height: auto;
}
.dim-of-hidden {
  overflow: hidden;
}
.dim-overflow-auto {
  overflow: auto;
}
@media (min-width: 768px) {
  .dim-w-none-sm {
    width: 0px;
  }
  .dim-h-none-sm {
    height: 0px;
  }
  .dim-w-nano-sm {
    width: 1px;
  }
  .dim-h-nano-sm {
    height: 1px;
  }
  .dim-w-tiny-sm {
    width: 2px;
  }
  .dim-h-tiny-sm {
    height: 2px;
  }
  .dim-w-mini-sm {
    width: 3px;
  }
  .dim-h-mini-sm {
    height: 3px;
  }
  .dim-w-xxs-sm {
    width: 4px;
  }
  .dim-h-xxs-sm {
    height: 4px;
  }
  .dim-w-xs-sm {
    width: 5px;
  }
  .dim-h-xs-sm {
    height: 5px;
  }
  .dim-w-s-sm {
    width: 10px;
  }
  .dim-h-s-sm {
    height: 10px;
  }
  .dim-w-m-sm {
    width: 15px;
  }
  .dim-h-m-sm {
    height: 15px;
  }
  .dim-w-l-sm {
    width: 20px;
  }
  .dim-h-l-sm {
    height: 20px;
  }
  .dim-w-xl-sm {
    width: 25px;
  }
  .dim-h-xl-sm {
    height: 25px;
  }
  .dim-w-xxl-sm {
    width: 30px;
  }
  .dim-h-xxl-sm {
    height: 30px;
  }
  .dim-w-3xl-sm {
    width: 35px;
  }
  .dim-h-3xl-sm {
    height: 35px;
  }
  .dim-w-4xl-sm {
    width: 40px;
  }
  .dim-h-4xl-sm {
    height: 40px;
  }
  .dim-w-5xl-sm {
    width: 50px;
  }
  .dim-h-5xl-sm {
    height: 50px;
  }
  .dim-w-6xl-sm {
    width: 60px;
  }
  .dim-h-6xl-sm {
    height: 60px;
  }
  .dim-w-7xl-sm {
    width: 70px;
  }
  .dim-h-7xl-sm {
    height: 70px;
  }
  .dim-w-8xl-sm {
    width: 80px;
  }
  .dim-h-8xl-sm {
    height: 80px;
  }
  .dim-w-9xl-sm {
    width: 90px;
  }
  .dim-h-9xl-sm {
    height: 90px;
  }
  .dim-w-big-sm {
    width: 100px;
  }
  .dim-h-big-sm {
    height: 100px;
  }
  .dim-w-bigger-sm {
    width: 150px;
  }
  .dim-h-bigger-sm {
    height: 150px;
  }
  .dim-w-big2x-sm {
    width: 200px;
  }
  .dim-h-big2x-sm {
    height: 200px;
  }
  .dim-w-mega-sm {
    width: 250px;
  }
  .dim-h-mega-sm {
    height: 250px;
  }
  .dim-w-big3x-sm {
    width: 300px;
  }
  .dim-h-big3x-sm {
    height: 300px;
  }
  .dim-w-big35x-sm {
    width: 350px;
  }
  .dim-h-big35x-sm {
    height: 350px;
  }
  .dim-w-big4x-sm {
    width: 400px;
  }
  .dim-h-big4x-sm {
    height: 400px;
  }
  .dim-w-big45x-sm {
    width: 450px;
  }
  .dim-h-big45x-sm {
    height: 450px;
  }
  .dim-w-big5x-sm {
    width: 500px;
  }
  .dim-h-big5x-sm {
    height: 500px;
  }
  .dim-w-big55x-sm {
    width: 550px;
  }
  .dim-h-big55x-sm {
    height: 550px;
  }
  .dim-w-big6x-sm {
    width: 600px;
  }
  .dim-h-big6x-sm {
    height: 600px;
  }
  .dim-w-big65x-sm {
    width: 650px;
  }
  .dim-h-big65x-sm {
    height: 650px;
  }
  .dim-w-big7x-sm {
    width: 700px;
  }
  .dim-h-big7x-sm {
    height: 700px;
  }
  .dim-w-big75x-sm {
    width: 750px;
  }
  .dim-h-big75x-sm {
    height: 750px;
  }
  .dim-w-full-sm {
    width: 100%;
  }
  .dim-h-full-sm {
    height: 100%;
  }
  .dim-w-auto-sm {
    width: auto;
  }
  .dim-h-auto-sm {
    height: auto;
  }
  .dim-w-half-sm {
    width: 50%;
  }
  .dim-h-half-sm {
    height: 50%;
  }
  .dim-w-quarter-sm {
    width: 25%;
  }
  .dim-h-quarter-sm {
    height: 25%;
  }
  .dim-w-third-sm {
    width: 33.33%;
  }
  .dim-h-third-sm {
    height: 33.33%;
  }
  .dim-w-two-third-sm {
    width: 66.67%;
  }
  .dim-h-two-third-sm {
    height: 66.67%;
  }
  .dim-w-5pc-sm {
    width: 5%;
  }
  .dim-h-5pc-sm {
    height: 5%;
  }
  .dim-w-10pc-sm {
    width: 10%;
  }
  .dim-h-10pc-sm {
    height: 10%;
  }
  .dim-w-15pc-sm {
    width: 15%;
  }
  .dim-h-15pc-sm {
    height: 15%;
  }
  .dim-w-20pc-sm {
    width: 20%;
  }
  .dim-h-20pc-sm {
    height: 20%;
  }
  .dim-w-33pc-sm {
    width: 33.33%;
  }
  .dim-h-33pc-sm {
    height: 33.33%;
  }
  .dim-w-30pc-sm {
    width: 30%;
  }
  .dim-h-30pc-sm {
    height: 30%;
  }
  .dim-w-40pc-sm {
    width: 40%;
  }
  .dim-h-40pc-sm {
    height: 40%;
  }
  .dim-w-60pc-sm {
    width: 60%;
  }
  .dim-h-60pc-sm {
    height: 60%;
  }
  .dim-w-70pc-sm {
    width: 70%;
  }
  .dim-h-70pc-sm {
    height: 70%;
  }
  .dim-w-80pc-sm {
    width: 80%;
  }
  .dim-h-80pc-sm {
    height: 80%;
  }
  .dim-w-90pc-sm {
    width: 90%;
  }
  .dim-h-90pc-sm {
    height: 90%;
  }
  .dim-w-pc-auto-sm {
    width: "auto";
  }
  .dim-h-pc-auto-sm {
    height: "auto";
  }
  .dim-minw-pc-auto-sm {
    min-width: "auto";
  }
  .dim-minh-pc-auto-sm {
    min-height: "auto";
  }
  .dim-maxw-pc-auto-sm {
    max-width: "auto";
  }
  .dim-maxh-pc-auto-sm {
    max-height: "auto";
  }
  .dim-w-pc-0-sm {
    width: 0%;
  }
  .dim-h-pc-0-sm {
    height: 0%;
  }
  .dim-minw-pc-0-sm {
    min-width: 0%;
  }
  .dim-minh-pc-0-sm {
    min-height: 0%;
  }
  .dim-maxw-pc-0-sm {
    max-width: 0%;
  }
  .dim-maxh-pc-0-sm {
    max-height: 0%;
  }
  .dim-w-pc-10-sm {
    width: 10%;
  }
  .dim-h-pc-10-sm {
    height: 10%;
  }
  .dim-minw-pc-10-sm {
    min-width: 10%;
  }
  .dim-minh-pc-10-sm {
    min-height: 10%;
  }
  .dim-maxw-pc-10-sm {
    max-width: 10%;
  }
  .dim-maxh-pc-10-sm {
    max-height: 10%;
  }
  .dim-w-pc-20-sm {
    width: 20%;
  }
  .dim-h-pc-20-sm {
    height: 20%;
  }
  .dim-minw-pc-20-sm {
    min-width: 20%;
  }
  .dim-minh-pc-20-sm {
    min-height: 20%;
  }
  .dim-maxw-pc-20-sm {
    max-width: 20%;
  }
  .dim-maxh-pc-20-sm {
    max-height: 20%;
  }
  .dim-w-pc-25-sm {
    width: 25%;
  }
  .dim-h-pc-25-sm {
    height: 25%;
  }
  .dim-minw-pc-25-sm {
    min-width: 25%;
  }
  .dim-minh-pc-25-sm {
    min-height: 25%;
  }
  .dim-maxw-pc-25-sm {
    max-width: 25%;
  }
  .dim-maxh-pc-25-sm {
    max-height: 25%;
  }
  .dim-w-pc-30-sm {
    width: 30%;
  }
  .dim-h-pc-30-sm {
    height: 30%;
  }
  .dim-minw-pc-30-sm {
    min-width: 30%;
  }
  .dim-minh-pc-30-sm {
    min-height: 30%;
  }
  .dim-maxw-pc-30-sm {
    max-width: 30%;
  }
  .dim-maxh-pc-30-sm {
    max-height: 30%;
  }
  .dim-w-pc-33-sm {
    width: 33.33%;
  }
  .dim-h-pc-33-sm {
    height: 33.33%;
  }
  .dim-minw-pc-33-sm {
    min-width: 33.33%;
  }
  .dim-minh-pc-33-sm {
    min-height: 33.33%;
  }
  .dim-maxw-pc-33-sm {
    max-width: 33.33%;
  }
  .dim-maxh-pc-33-sm {
    max-height: 33.33%;
  }
  .dim-w-pc-40-sm {
    width: 40%;
  }
  .dim-h-pc-40-sm {
    height: 40%;
  }
  .dim-minw-pc-40-sm {
    min-width: 40%;
  }
  .dim-minh-pc-40-sm {
    min-height: 40%;
  }
  .dim-maxw-pc-40-sm {
    max-width: 40%;
  }
  .dim-maxh-pc-40-sm {
    max-height: 40%;
  }
  .dim-w-pc-50-sm {
    width: 50%;
  }
  .dim-h-pc-50-sm {
    height: 50%;
  }
  .dim-minw-pc-50-sm {
    min-width: 50%;
  }
  .dim-minh-pc-50-sm {
    min-height: 50%;
  }
  .dim-maxw-pc-50-sm {
    max-width: 50%;
  }
  .dim-maxh-pc-50-sm {
    max-height: 50%;
  }
  .dim-w-pc-60-sm {
    width: 60%;
  }
  .dim-h-pc-60-sm {
    height: 60%;
  }
  .dim-minw-pc-60-sm {
    min-width: 60%;
  }
  .dim-minh-pc-60-sm {
    min-height: 60%;
  }
  .dim-maxw-pc-60-sm {
    max-width: 60%;
  }
  .dim-maxh-pc-60-sm {
    max-height: 60%;
  }
  .dim-w-pc-70-sm {
    width: 70%;
  }
  .dim-h-pc-70-sm {
    height: 70%;
  }
  .dim-minw-pc-70-sm {
    min-width: 70%;
  }
  .dim-minh-pc-70-sm {
    min-height: 70%;
  }
  .dim-maxw-pc-70-sm {
    max-width: 70%;
  }
  .dim-maxh-pc-70-sm {
    max-height: 70%;
  }
  .dim-w-pc-75-sm {
    width: 75%;
  }
  .dim-h-pc-75-sm {
    height: 75%;
  }
  .dim-minw-pc-75-sm {
    min-width: 75%;
  }
  .dim-minh-pc-75-sm {
    min-height: 75%;
  }
  .dim-maxw-pc-75-sm {
    max-width: 75%;
  }
  .dim-maxh-pc-75-sm {
    max-height: 75%;
  }
  .dim-w-pc-80-sm {
    width: 80%;
  }
  .dim-h-pc-80-sm {
    height: 80%;
  }
  .dim-minw-pc-80-sm {
    min-width: 80%;
  }
  .dim-minh-pc-80-sm {
    min-height: 80%;
  }
  .dim-maxw-pc-80-sm {
    max-width: 80%;
  }
  .dim-maxh-pc-80-sm {
    max-height: 80%;
  }
  .dim-w-pc-90-sm {
    width: 90%;
  }
  .dim-h-pc-90-sm {
    height: 90%;
  }
  .dim-minw-pc-90-sm {
    min-width: 90%;
  }
  .dim-minh-pc-90-sm {
    min-height: 90%;
  }
  .dim-maxw-pc-90-sm {
    max-width: 90%;
  }
  .dim-maxh-pc-90-sm {
    max-height: 90%;
  }
  .dim-w-pc-100-sm {
    width: 100%;
  }
  .dim-h-pc-100-sm {
    height: 100%;
  }
  .dim-minw-pc-100-sm {
    min-width: 100%;
  }
  .dim-minh-pc-100-sm {
    min-height: 100%;
  }
  .dim-maxw-pc-100-sm {
    max-width: 100%;
  }
  .dim-maxh-pc-100-sm {
    max-height: 100%;
  }
  .dim-w-pc-95px-sm {
    width: 95px;
  }
  .dim-h-pc-95px-sm {
    height: 95px;
  }
  .dim-minw-pc-95px-sm {
    min-width: 95px;
  }
  .dim-minh-pc-95px-sm {
    min-height: 95px;
  }
  .dim-maxw-pc-95px-sm {
    max-width: 95px;
  }
  .dim-maxh-pc-95px-sm {
    max-height: 95px;
  }
}
@media (min-width: 992px) {
  .dim-w-none-md {
    width: 0px;
  }
  .dim-h-none-md {
    height: 0px;
  }
  .dim-w-nano-md {
    width: 1px;
  }
  .dim-h-nano-md {
    height: 1px;
  }
  .dim-w-tiny-md {
    width: 2px;
  }
  .dim-h-tiny-md {
    height: 2px;
  }
  .dim-w-mini-md {
    width: 3px;
  }
  .dim-h-mini-md {
    height: 3px;
  }
  .dim-w-xxs-md {
    width: 4px;
  }
  .dim-h-xxs-md {
    height: 4px;
  }
  .dim-w-xs-md {
    width: 5px;
  }
  .dim-h-xs-md {
    height: 5px;
  }
  .dim-w-s-md {
    width: 10px;
  }
  .dim-h-s-md {
    height: 10px;
  }
  .dim-w-m-md {
    width: 15px;
  }
  .dim-h-m-md {
    height: 15px;
  }
  .dim-w-l-md {
    width: 20px;
  }
  .dim-h-l-md {
    height: 20px;
  }
  .dim-w-xl-md {
    width: 25px;
  }
  .dim-h-xl-md {
    height: 25px;
  }
  .dim-w-xxl-md {
    width: 30px;
  }
  .dim-h-xxl-md {
    height: 30px;
  }
  .dim-w-3xl-md {
    width: 35px;
  }
  .dim-h-3xl-md {
    height: 35px;
  }
  .dim-w-4xl-md {
    width: 40px;
  }
  .dim-h-4xl-md {
    height: 40px;
  }
  .dim-w-5xl-md {
    width: 50px;
  }
  .dim-h-5xl-md {
    height: 50px;
  }
  .dim-w-6xl-md {
    width: 60px;
  }
  .dim-h-6xl-md {
    height: 60px;
  }
  .dim-w-7xl-md {
    width: 70px;
  }
  .dim-h-7xl-md {
    height: 70px;
  }
  .dim-w-8xl-md {
    width: 80px;
  }
  .dim-h-8xl-md {
    height: 80px;
  }
  .dim-w-9xl-md {
    width: 90px;
  }
  .dim-h-9xl-md {
    height: 90px;
  }
  .dim-w-big-md {
    width: 100px;
  }
  .dim-h-big-md {
    height: 100px;
  }
  .dim-w-bigger-md {
    width: 150px;
  }
  .dim-h-bigger-md {
    height: 150px;
  }
  .dim-w-big2x-md {
    width: 200px;
  }
  .dim-h-big2x-md {
    height: 200px;
  }
  .dim-w-mega-md {
    width: 250px;
  }
  .dim-h-mega-md {
    height: 250px;
  }
  .dim-w-big3x-md {
    width: 300px;
  }
  .dim-h-big3x-md {
    height: 300px;
  }
  .dim-w-big35x-md {
    width: 350px;
  }
  .dim-h-big35x-md {
    height: 350px;
  }
  .dim-w-big4x-md {
    width: 400px;
  }
  .dim-h-big4x-md {
    height: 400px;
  }
  .dim-w-big45x-md {
    width: 450px;
  }
  .dim-h-big45x-md {
    height: 450px;
  }
  .dim-w-big5x-md {
    width: 500px;
  }
  .dim-h-big5x-md {
    height: 500px;
  }
  .dim-w-big55x-md {
    width: 550px;
  }
  .dim-h-big55x-md {
    height: 550px;
  }
  .dim-w-big6x-md {
    width: 600px;
  }
  .dim-h-big6x-md {
    height: 600px;
  }
  .dim-w-big65x-md {
    width: 650px;
  }
  .dim-h-big65x-md {
    height: 650px;
  }
  .dim-w-big7x-md {
    width: 700px;
  }
  .dim-h-big7x-md {
    height: 700px;
  }
  .dim-w-big75x-md {
    width: 750px;
  }
  .dim-h-big75x-md {
    height: 750px;
  }
  .dim-w-full-md {
    width: 100%;
  }
  .dim-h-full-md {
    height: 100%;
  }
  .dim-w-auto-md {
    width: auto;
  }
  .dim-h-auto-md {
    height: auto;
  }
  .dim-w-half-md {
    width: 50%;
  }
  .dim-h-half-md {
    height: 50%;
  }
  .dim-w-quarter-md {
    width: 25%;
  }
  .dim-h-quarter-md {
    height: 25%;
  }
  .dim-w-third-md {
    width: 33.33%;
  }
  .dim-h-third-md {
    height: 33.33%;
  }
  .dim-w-two-third-md {
    width: 66.67%;
  }
  .dim-h-two-third-md {
    height: 66.67%;
  }
  .dim-w-5pc-md {
    width: 5%;
  }
  .dim-h-5pc-md {
    height: 5%;
  }
  .dim-w-10pc-md {
    width: 10%;
  }
  .dim-h-10pc-md {
    height: 10%;
  }
  .dim-w-15pc-md {
    width: 15%;
  }
  .dim-h-15pc-md {
    height: 15%;
  }
  .dim-w-20pc-md {
    width: 20%;
  }
  .dim-h-20pc-md {
    height: 20%;
  }
  .dim-w-33pc-md {
    width: 33.33%;
  }
  .dim-h-33pc-md {
    height: 33.33%;
  }
  .dim-w-30pc-md {
    width: 30%;
  }
  .dim-h-30pc-md {
    height: 30%;
  }
  .dim-w-40pc-md {
    width: 40%;
  }
  .dim-h-40pc-md {
    height: 40%;
  }
  .dim-w-60pc-md {
    width: 60%;
  }
  .dim-h-60pc-md {
    height: 60%;
  }
  .dim-w-70pc-md {
    width: 70%;
  }
  .dim-h-70pc-md {
    height: 70%;
  }
  .dim-w-80pc-md {
    width: 80%;
  }
  .dim-h-80pc-md {
    height: 80%;
  }
  .dim-w-90pc-md {
    width: 90%;
  }
  .dim-h-90pc-md {
    height: 90%;
  }
  .dim-w-pc-auto-md {
    width: "auto";
  }
  .dim-w-pc-0-md {
    width: 0%;
  }
  .dim-w-pc-10-md {
    width: 10%;
  }
  .dim-w-pc-20-md {
    width: 20%;
  }
  .dim-w-pc-25-md {
    width: 25%;
  }
  .dim-w-pc-30-md {
    width: 30%;
  }
  .dim-w-pc-33-md {
    width: 33.33%;
  }
  .dim-w-pc-40-md {
    width: 40%;
  }
  .dim-w-pc-50-md {
    width: 50%;
  }
  .dim-w-pc-60-md {
    width: 60%;
  }
  .dim-w-pc-70-md {
    width: 70%;
  }
  .dim-w-pc-75-md {
    width: 75%;
  }
  .dim-w-pc-80-md {
    width: 80%;
  }
  .dim-w-pc-90-md {
    width: 90%;
  }
  .dim-w-pc-100-md {
    width: 100%;
  }
  .dim-w-pc-95px-md {
    width: 95px;
  }
}
@media (min-width: 1200px) {
  .dim-w-none-lg {
    width: 0px;
  }
  .dim-h-none-lg {
    height: 0px;
  }
  .dim-w-nano-lg {
    width: 1px;
  }
  .dim-h-nano-lg {
    height: 1px;
  }
  .dim-w-tiny-lg {
    width: 2px;
  }
  .dim-h-tiny-lg {
    height: 2px;
  }
  .dim-w-mini-lg {
    width: 3px;
  }
  .dim-h-mini-lg {
    height: 3px;
  }
  .dim-w-xxs-lg {
    width: 4px;
  }
  .dim-h-xxs-lg {
    height: 4px;
  }
  .dim-w-xs-lg {
    width: 5px;
  }
  .dim-h-xs-lg {
    height: 5px;
  }
  .dim-w-s-lg {
    width: 10px;
  }
  .dim-h-s-lg {
    height: 10px;
  }
  .dim-w-m-lg {
    width: 15px;
  }
  .dim-h-m-lg {
    height: 15px;
  }
  .dim-w-l-lg {
    width: 20px;
  }
  .dim-h-l-lg {
    height: 20px;
  }
  .dim-w-xl-lg {
    width: 25px;
  }
  .dim-h-xl-lg {
    height: 25px;
  }
  .dim-w-xxl-lg {
    width: 30px;
  }
  .dim-h-xxl-lg {
    height: 30px;
  }
  .dim-w-3xl-lg {
    width: 35px;
  }
  .dim-h-3xl-lg {
    height: 35px;
  }
  .dim-w-4xl-lg {
    width: 40px;
  }
  .dim-h-4xl-lg {
    height: 40px;
  }
  .dim-w-5xl-lg {
    width: 50px;
  }
  .dim-h-5xl-lg {
    height: 50px;
  }
  .dim-w-6xl-lg {
    width: 60px;
  }
  .dim-h-6xl-lg {
    height: 60px;
  }
  .dim-w-7xl-lg {
    width: 70px;
  }
  .dim-h-7xl-lg {
    height: 70px;
  }
  .dim-w-8xl-lg {
    width: 80px;
  }
  .dim-h-8xl-lg {
    height: 80px;
  }
  .dim-w-9xl-lg {
    width: 90px;
  }
  .dim-h-9xl-lg {
    height: 90px;
  }
  .dim-w-big-lg {
    width: 100px;
  }
  .dim-h-big-lg {
    height: 100px;
  }
  .dim-w-bigger-lg {
    width: 150px;
  }
  .dim-h-bigger-lg {
    height: 150px;
  }
  .dim-w-big2x-lg {
    width: 200px;
  }
  .dim-h-big2x-lg {
    height: 200px;
  }
  .dim-w-mega-lg {
    width: 250px;
  }
  .dim-h-mega-lg {
    height: 250px;
  }
  .dim-w-big3x-lg {
    width: 300px;
  }
  .dim-h-big3x-lg {
    height: 300px;
  }
  .dim-w-big35x-lg {
    width: 350px;
  }
  .dim-h-big35x-lg {
    height: 350px;
  }
  .dim-w-big4x-lg {
    width: 400px;
  }
  .dim-h-big4x-lg {
    height: 400px;
  }
  .dim-w-big45x-lg {
    width: 450px;
  }
  .dim-h-big45x-lg {
    height: 450px;
  }
  .dim-w-big5x-lg {
    width: 500px;
  }
  .dim-h-big5x-lg {
    height: 500px;
  }
  .dim-w-big55x-lg {
    width: 550px;
  }
  .dim-h-big55x-lg {
    height: 550px;
  }
  .dim-w-big6x-lg {
    width: 600px;
  }
  .dim-h-big6x-lg {
    height: 600px;
  }
  .dim-w-big65x-lg {
    width: 650px;
  }
  .dim-h-big65x-lg {
    height: 650px;
  }
  .dim-w-big7x-lg {
    width: 700px;
  }
  .dim-h-big7x-lg {
    height: 700px;
  }
  .dim-w-big75x-lg {
    width: 750px;
  }
  .dim-h-big75x-lg {
    height: 750px;
  }
  .dim-w-full-lg {
    width: 100%;
  }
  .dim-h-full-lg {
    height: 100%;
  }
  .dim-w-auto-lg {
    width: auto;
  }
  .dim-h-auto-lg {
    height: auto;
  }
  .dim-w-half-lg {
    width: 50%;
  }
  .dim-h-half-lg {
    height: 50%;
  }
  .dim-w-quarter-lg {
    width: 25%;
  }
  .dim-h-quarter-lg {
    height: 25%;
  }
  .dim-w-third-lg {
    width: 33.33%;
  }
  .dim-h-third-lg {
    height: 33.33%;
  }
  .dim-w-two-third-lg {
    width: 66.67%;
  }
  .dim-h-two-third-lg {
    height: 66.67%;
  }
  .dim-w-5pc-lg {
    width: 5%;
  }
  .dim-h-5pc-lg {
    height: 5%;
  }
  .dim-w-10pc-lg {
    width: 10%;
  }
  .dim-h-10pc-lg {
    height: 10%;
  }
  .dim-w-15pc-lg {
    width: 15%;
  }
  .dim-h-15pc-lg {
    height: 15%;
  }
  .dim-w-20pc-lg {
    width: 20%;
  }
  .dim-h-20pc-lg {
    height: 20%;
  }
  .dim-w-33pc-lg {
    width: 33.33%;
  }
  .dim-h-33pc-lg {
    height: 33.33%;
  }
  .dim-w-30pc-lg {
    width: 30%;
  }
  .dim-h-30pc-lg {
    height: 30%;
  }
  .dim-w-40pc-lg {
    width: 40%;
  }
  .dim-h-40pc-lg {
    height: 40%;
  }
  .dim-w-60pc-lg {
    width: 60%;
  }
  .dim-h-60pc-lg {
    height: 60%;
  }
  .dim-w-70pc-lg {
    width: 70%;
  }
  .dim-h-70pc-lg {
    height: 70%;
  }
  .dim-w-80pc-lg {
    width: 80%;
  }
  .dim-h-80pc-lg {
    height: 80%;
  }
  .dim-w-90pc-lg {
    width: 90%;
  }
  .dim-h-90pc-lg {
    height: 90%;
  }
  .dim-w-pc-auto-lg {
    width: "auto";
  }
  .dim-w-pc-0-lg {
    width: 0%;
  }
  .dim-w-pc-10-lg {
    width: 10%;
  }
  .dim-w-pc-20-lg {
    width: 20%;
  }
  .dim-w-pc-25-lg {
    width: 25%;
  }
  .dim-w-pc-30-lg {
    width: 30%;
  }
  .dim-w-pc-33-lg {
    width: 33.33%;
  }
  .dim-w-pc-40-lg {
    width: 40%;
  }
  .dim-w-pc-50-lg {
    width: 50%;
  }
  .dim-w-pc-60-lg {
    width: 60%;
  }
  .dim-w-pc-70-lg {
    width: 70%;
  }
  .dim-w-pc-75-lg {
    width: 75%;
  }
  .dim-w-pc-80-lg {
    width: 80%;
  }
  .dim-w-pc-90-lg {
    width: 90%;
  }
  .dim-w-pc-100-lg {
    width: 100%;
  }
  .dim-w-pc-95px-lg {
    width: 95px;
  }
}
/*.touch .active-wrap-back {
    opacity: 0.75;
    background-color: rgba(0,0,0,0.3);
}*/
.grayscale {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
.transition-delay-3 {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.trans-delay-200 {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.fx-ani-cubic-350 {
  -webkit-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  -moz-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  -o-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fx-ani-bezier-800 {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.touch .wow {
  opacity: 1;
}
.fx-ease-in-02 {
  transition: all 0.2s ease-in 0s;
}
.fx-ani-cubic-300 {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fx-ani-circ-1000 {
  -webkit-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fx-ani-cubic-2000 {
  -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}
.fx-ani-cubic-1000 {
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}
.fx-ani-cubic-03 {
  /*all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s*/
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fx-ani-cubic-700 {
  /*all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s*/
  -webkit-transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}
.fx-translate3d-hover:hover .fx-translate3d-hover--100, .fx-translate3d--100 {
  transform: translate3d(0px, -100%, 0px);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-100, .fx-translate3d-100 {
  transform: translate3d(0px, 100%, 0px);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-0, .fx-translate3d-0 {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-50, .fx-translate3d-50 {
  transform: translate3d(0px, 50%, 0px);
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover--50, .fx-translate3d--50 {
  transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-5, .fx-translate3d-5 {
  transform: translate3d(0px, 5px, 0px);
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-38, .fx-translate3d-38 {
  transform: translate3d(-38px, 0px, 0px);
  -webkit-transform: translate3d(-38px, 0px, 0px);
  -moz-transform: translate3d(-38px, 0px, 0px);
  -ms-transform: translate3d(-38px, 0px, 0px);
  -o-transform: translate3d(-38px, 0px, 0px);
}
.fx-rotate-90deg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fx-rotate-270deg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fx-rotate-6deg {
  -webkit-transform: rotate(6deg) translate3d(0px, 0px, 1px);
  -moz-transform: rotate(6deg) translate3d(0px, 0px, 1px);
  -o-transform: rotate(6deg) translate3d(0px, 0px, 1px);
  -ms-transform: rotate(6deg) translate3d(0px, 0px, 1px);
  transform: rotate(6deg) translate3d(0px, 0px, 1px);
}
.fx-rotate--6deg {
  -webkit-transform: rotate(-6deg) translate3d(0px, 0px, 1px);
  -moz-transform: rotate(-6deg) translate3d(0px, 0px, 1px);
  -o-transform: rotate(-6deg) translate3d(0px, 0px, 1px);
  -ms-transform: rotate(-6deg) translate3d(0px, 0px, 1px);
  transform: rotate(-6deg) translate3d(0px, 0px, 1px);
}
.fx-grow {
  transform: scale(0.9);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow:hover, a:hover .fx-grow {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-lg {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-l {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-xl {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-l:hover, a:hover .fx-grow-l {
  transform: scale(1.1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-lg:hover, a:hover .fx-grow-lg {
  transform: scale(1.3);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-xl:hover, a:hover .fx-grow-xl {
  transform: scale(1.6);
  /* margin: -10px 0 0 -10px;*/
}
.fx-shrink {
  transform: scale(1.1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-shrink:hover, a:hover .fx-shrink {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-dimmer, a .fx-dimmer {
  opacity: 0;
}
.fx-dimmer:hover, a:hover .fx-dimmer {
  opacity: 0.9;
}
.rotate-4 {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  display: inline-block;
}
.m-none {
  margin: 0px;
}
.m-t-none {
  margin-top: 0px;
}
.m-r-none {
  margin-right: 0px;
}
.m-b-none {
  margin-bottom: 0px;
}
.m-b-none-important {
  margin-bottom: 0px !important;
}
.m-l-none {
  margin-left: 0px;
}
.m-tb-none {
  margin-top: 0px;
  margin-bottom: 0px;
}
.m-lr-none {
  margin-left: 0px;
  margin-right: 0px;
}
.m-nt-none {
  margin-top: 0px;
}
.m-nr-none {
  margin-right: 0px;
}
.m-nb-none {
  margin-bottom: 0px;
}
.m-nl-none {
  margin-left: 0px;
}
.m-b-p-none p {
  margin-bottom: 0px;
}
.m-l-hover-i-none:hover i {
  margin-left: 0px;
}
.m-nano {
  margin: 1px;
}
.m-t-nano {
  margin-top: 1px;
}
.m-r-nano {
  margin-right: 1px;
}
.m-b-nano {
  margin-bottom: 1px;
}
.m-b-nano-important {
  margin-bottom: 1px !important;
}
.m-l-nano {
  margin-left: 1px;
}
.m-tb-nano {
  margin-top: 1px;
  margin-bottom: 1px;
}
.m-lr-nano {
  margin-left: 1px;
  margin-right: 1px;
}
.m-nt-nano {
  margin-top: -1px;
}
.m-nr-nano {
  margin-right: -1px;
}
.m-nb-nano {
  margin-bottom: -1px;
}
.m-nl-nano {
  margin-left: -1px;
}
.m-b-p-nano p {
  margin-bottom: 1px;
}
.m-l-hover-i-nano:hover i {
  margin-left: 1px;
}
.m-tiny {
  margin: 2px;
}
.m-t-tiny {
  margin-top: 2px;
}
.m-r-tiny {
  margin-right: 2px;
}
.m-b-tiny {
  margin-bottom: 2px;
}
.m-b-tiny-important {
  margin-bottom: 2px !important;
}
.m-l-tiny {
  margin-left: 2px;
}
.m-tb-tiny {
  margin-top: 2px;
  margin-bottom: 2px;
}
.m-lr-tiny {
  margin-left: 2px;
  margin-right: 2px;
}
.m-nt-tiny {
  margin-top: -2px;
}
.m-nr-tiny {
  margin-right: -2px;
}
.m-nb-tiny {
  margin-bottom: -2px;
}
.m-nl-tiny {
  margin-left: -2px;
}
.m-b-p-tiny p {
  margin-bottom: 2px;
}
.m-l-hover-i-tiny:hover i {
  margin-left: 2px;
}
.m-mini {
  margin: 3px;
}
.m-t-mini {
  margin-top: 3px;
}
.m-r-mini {
  margin-right: 3px;
}
.m-b-mini {
  margin-bottom: 3px;
}
.m-b-mini-important {
  margin-bottom: 3px !important;
}
.m-l-mini {
  margin-left: 3px;
}
.m-tb-mini {
  margin-top: 3px;
  margin-bottom: 3px;
}
.m-lr-mini {
  margin-left: 3px;
  margin-right: 3px;
}
.m-nt-mini {
  margin-top: -3px;
}
.m-nr-mini {
  margin-right: -3px;
}
.m-nb-mini {
  margin-bottom: -3px;
}
.m-nl-mini {
  margin-left: -3px;
}
.m-b-p-mini p {
  margin-bottom: 3px;
}
.m-l-hover-i-mini:hover i {
  margin-left: 3px;
}
.m-xxs {
  margin: 4px;
}
.m-t-xxs {
  margin-top: 4px;
}
.m-r-xxs {
  margin-right: 4px;
}
.m-b-xxs {
  margin-bottom: 4px;
}
.m-b-xxs-important {
  margin-bottom: 4px !important;
}
.m-l-xxs {
  margin-left: 4px;
}
.m-tb-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.m-lr-xxs {
  margin-left: 4px;
  margin-right: 4px;
}
.m-nt-xxs {
  margin-top: -4px;
}
.m-nr-xxs {
  margin-right: -4px;
}
.m-nb-xxs {
  margin-bottom: -4px;
}
.m-nl-xxs {
  margin-left: -4px;
}
.m-b-p-xxs p {
  margin-bottom: 4px;
}
.m-l-hover-i-xxs:hover i {
  margin-left: 4px;
}
.m-xs {
  margin: 5px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-xs-important {
  margin-bottom: 5px !important;
}
.m-l-xs {
  margin-left: 5px;
}
.m-tb-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-lr-xs {
  margin-left: 5px;
  margin-right: 5px;
}
.m-nt-xs {
  margin-top: -5px;
}
.m-nr-xs {
  margin-right: -5px;
}
.m-nb-xs {
  margin-bottom: -5px;
}
.m-nl-xs {
  margin-left: -5px;
}
.m-b-p-xs p {
  margin-bottom: 5px;
}
.m-l-hover-i-xs:hover i {
  margin-left: 5px;
}
.m-s {
  margin: 10px;
}
.m-t-s {
  margin-top: 10px;
}
.m-r-s {
  margin-right: 10px;
}
.m-b-s {
  margin-bottom: 10px;
}
.m-b-s-important {
  margin-bottom: 10px !important;
}
.m-l-s {
  margin-left: 10px;
}
.m-tb-s {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-lr-s {
  margin-left: 10px;
  margin-right: 10px;
}
.m-nt-s {
  margin-top: -10px;
}
.m-nr-s {
  margin-right: -10px;
}
.m-nb-s {
  margin-bottom: -10px;
}
.m-nl-s {
  margin-left: -10px;
}
.m-b-p-s p {
  margin-bottom: 10px;
}
.m-l-hover-i-s:hover i {
  margin-left: 10px;
}
.m-m {
  margin: 15px;
}
.m-t-m {
  margin-top: 15px;
}
.m-r-m {
  margin-right: 15px;
}
.m-b-m {
  margin-bottom: 15px;
}
.m-b-m-important {
  margin-bottom: 15px !important;
}
.m-l-m {
  margin-left: 15px;
}
.m-tb-m {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-lr-m {
  margin-left: 15px;
  margin-right: 15px;
}
.m-nt-m {
  margin-top: -15px;
}
.m-nr-m {
  margin-right: -15px;
}
.m-nb-m {
  margin-bottom: -15px;
}
.m-nl-m {
  margin-left: -15px;
}
.m-b-p-m p {
  margin-bottom: 15px;
}
.m-l-hover-i-m:hover i {
  margin-left: 15px;
}
.m-l {
  margin: 20px;
}
.m-t-l {
  margin-top: 20px;
}
.m-r-l {
  margin-right: 20px;
}
.m-b-l {
  margin-bottom: 20px;
}
.m-b-l-important {
  margin-bottom: 20px !important;
}
.m-l-l {
  margin-left: 20px;
}
.m-tb-l {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-lr-l {
  margin-left: 20px;
  margin-right: 20px;
}
.m-nt-l {
  margin-top: -20px;
}
.m-nr-l {
  margin-right: -20px;
}
.m-nb-l {
  margin-bottom: -20px;
}
.m-nl-l {
  margin-left: -20px;
}
.m-b-p-l p {
  margin-bottom: 20px;
}
.m-l-hover-i-l:hover i {
  margin-left: 20px;
}
.m-xl {
  margin: 25px;
}
.m-t-xl {
  margin-top: 25px;
}
.m-r-xl {
  margin-right: 25px;
}
.m-b-xl {
  margin-bottom: 25px;
}
.m-b-xl-important {
  margin-bottom: 25px !important;
}
.m-l-xl {
  margin-left: 25px;
}
.m-tb-xl {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-lr-xl {
  margin-left: 25px;
  margin-right: 25px;
}
.m-nt-xl {
  margin-top: -25px;
}
.m-nr-xl {
  margin-right: -25px;
}
.m-nb-xl {
  margin-bottom: -25px;
}
.m-nl-xl {
  margin-left: -25px;
}
.m-b-p-xl p {
  margin-bottom: 25px;
}
.m-l-hover-i-xl:hover i {
  margin-left: 25px;
}
.m-xxl {
  margin: 30px;
}
.m-t-xxl {
  margin-top: 30px;
}
.m-r-xxl {
  margin-right: 30px;
}
.m-b-xxl {
  margin-bottom: 30px;
}
.m-b-xxl-important {
  margin-bottom: 30px !important;
}
.m-l-xxl {
  margin-left: 30px;
}
.m-tb-xxl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-lr-xxl {
  margin-left: 30px;
  margin-right: 30px;
}
.m-nt-xxl {
  margin-top: -30px;
}
.m-nr-xxl {
  margin-right: -30px;
}
.m-nb-xxl {
  margin-bottom: -30px;
}
.m-nl-xxl {
  margin-left: -30px;
}
.m-b-p-xxl p {
  margin-bottom: 30px;
}
.m-l-hover-i-xxl:hover i {
  margin-left: 30px;
}
.m-3xl {
  margin: 35px;
}
.m-t-3xl {
  margin-top: 35px;
}
.m-r-3xl {
  margin-right: 35px;
}
.m-b-3xl {
  margin-bottom: 35px;
}
.m-b-3xl-important {
  margin-bottom: 35px !important;
}
.m-l-3xl {
  margin-left: 35px;
}
.m-tb-3xl {
  margin-top: 35px;
  margin-bottom: 35px;
}
.m-lr-3xl {
  margin-left: 35px;
  margin-right: 35px;
}
.m-nt-3xl {
  margin-top: -35px;
}
.m-nr-3xl {
  margin-right: -35px;
}
.m-nb-3xl {
  margin-bottom: -35px;
}
.m-nl-3xl {
  margin-left: -35px;
}
.m-b-p-3xl p {
  margin-bottom: 35px;
}
.m-l-hover-i-3xl:hover i {
  margin-left: 35px;
}
.m-4xl {
  margin: 40px;
}
.m-t-4xl {
  margin-top: 40px;
}
.m-r-4xl {
  margin-right: 40px;
}
.m-b-4xl {
  margin-bottom: 40px;
}
.m-b-4xl-important {
  margin-bottom: 40px !important;
}
.m-l-4xl {
  margin-left: 40px;
}
.m-tb-4xl {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-lr-4xl {
  margin-left: 40px;
  margin-right: 40px;
}
.m-nt-4xl {
  margin-top: -40px;
}
.m-nr-4xl {
  margin-right: -40px;
}
.m-nb-4xl {
  margin-bottom: -40px;
}
.m-nl-4xl {
  margin-left: -40px;
}
.m-b-p-4xl p {
  margin-bottom: 40px;
}
.m-l-hover-i-4xl:hover i {
  margin-left: 40px;
}
.m-5xl {
  margin: 50px;
}
.m-t-5xl {
  margin-top: 50px;
}
.m-r-5xl {
  margin-right: 50px;
}
.m-b-5xl {
  margin-bottom: 50px;
}
.m-b-5xl-important {
  margin-bottom: 50px !important;
}
.m-l-5xl {
  margin-left: 50px;
}
.m-tb-5xl {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m-lr-5xl {
  margin-left: 50px;
  margin-right: 50px;
}
.m-nt-5xl {
  margin-top: -50px;
}
.m-nr-5xl {
  margin-right: -50px;
}
.m-nb-5xl {
  margin-bottom: -50px;
}
.m-nl-5xl {
  margin-left: -50px;
}
.m-b-p-5xl p {
  margin-bottom: 50px;
}
.m-l-hover-i-5xl:hover i {
  margin-left: 50px;
}
.m-6xl {
  margin: 60px;
}
.m-t-6xl {
  margin-top: 60px;
}
.m-r-6xl {
  margin-right: 60px;
}
.m-b-6xl {
  margin-bottom: 60px;
}
.m-b-6xl-important {
  margin-bottom: 60px !important;
}
.m-l-6xl {
  margin-left: 60px;
}
.m-tb-6xl {
  margin-top: 60px;
  margin-bottom: 60px;
}
.m-lr-6xl {
  margin-left: 60px;
  margin-right: 60px;
}
.m-nt-6xl {
  margin-top: -60px;
}
.m-nr-6xl {
  margin-right: -60px;
}
.m-nb-6xl {
  margin-bottom: -60px;
}
.m-nl-6xl {
  margin-left: -60px;
}
.m-b-p-6xl p {
  margin-bottom: 60px;
}
.m-l-hover-i-6xl:hover i {
  margin-left: 60px;
}
.m-7xl {
  margin: 70px;
}
.m-t-7xl {
  margin-top: 70px;
}
.m-r-7xl {
  margin-right: 70px;
}
.m-b-7xl {
  margin-bottom: 70px;
}
.m-b-7xl-important {
  margin-bottom: 70px !important;
}
.m-l-7xl {
  margin-left: 70px;
}
.m-tb-7xl {
  margin-top: 70px;
  margin-bottom: 70px;
}
.m-lr-7xl {
  margin-left: 70px;
  margin-right: 70px;
}
.m-nt-7xl {
  margin-top: -70px;
}
.m-nr-7xl {
  margin-right: -70px;
}
.m-nb-7xl {
  margin-bottom: -70px;
}
.m-nl-7xl {
  margin-left: -70px;
}
.m-b-p-7xl p {
  margin-bottom: 70px;
}
.m-l-hover-i-7xl:hover i {
  margin-left: 70px;
}
.m-8xl {
  margin: 80px;
}
.m-t-8xl {
  margin-top: 80px;
}
.m-r-8xl {
  margin-right: 80px;
}
.m-b-8xl {
  margin-bottom: 80px;
}
.m-b-8xl-important {
  margin-bottom: 80px !important;
}
.m-l-8xl {
  margin-left: 80px;
}
.m-tb-8xl {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-lr-8xl {
  margin-left: 80px;
  margin-right: 80px;
}
.m-nt-8xl {
  margin-top: -80px;
}
.m-nr-8xl {
  margin-right: -80px;
}
.m-nb-8xl {
  margin-bottom: -80px;
}
.m-nl-8xl {
  margin-left: -80px;
}
.m-b-p-8xl p {
  margin-bottom: 80px;
}
.m-l-hover-i-8xl:hover i {
  margin-left: 80px;
}
.m-9xl {
  margin: 90px;
}
.m-t-9xl {
  margin-top: 90px;
}
.m-r-9xl {
  margin-right: 90px;
}
.m-b-9xl {
  margin-bottom: 90px;
}
.m-b-9xl-important {
  margin-bottom: 90px !important;
}
.m-l-9xl {
  margin-left: 90px;
}
.m-tb-9xl {
  margin-top: 90px;
  margin-bottom: 90px;
}
.m-lr-9xl {
  margin-left: 90px;
  margin-right: 90px;
}
.m-nt-9xl {
  margin-top: -90px;
}
.m-nr-9xl {
  margin-right: -90px;
}
.m-nb-9xl {
  margin-bottom: -90px;
}
.m-nl-9xl {
  margin-left: -90px;
}
.m-b-p-9xl p {
  margin-bottom: 90px;
}
.m-l-hover-i-9xl:hover i {
  margin-left: 90px;
}
.m-big {
  margin: 100px;
}
.m-t-big {
  margin-top: 100px;
}
.m-r-big {
  margin-right: 100px;
}
.m-b-big {
  margin-bottom: 100px;
}
.m-b-big-important {
  margin-bottom: 100px !important;
}
.m-l-big {
  margin-left: 100px;
}
.m-tb-big {
  margin-top: 100px;
  margin-bottom: 100px;
}
.m-lr-big {
  margin-left: 100px;
  margin-right: 100px;
}
.m-nt-big {
  margin-top: -100px;
}
.m-nr-big {
  margin-right: -100px;
}
.m-nb-big {
  margin-bottom: -100px;
}
.m-nl-big {
  margin-left: -100px;
}
.m-b-p-big p {
  margin-bottom: 100px;
}
.m-l-hover-i-big:hover i {
  margin-left: 100px;
}
.m-bigger {
  margin: 150px;
}
.m-t-bigger {
  margin-top: 150px;
}
.m-r-bigger {
  margin-right: 150px;
}
.m-b-bigger {
  margin-bottom: 150px;
}
.m-b-bigger-important {
  margin-bottom: 150px !important;
}
.m-l-bigger {
  margin-left: 150px;
}
.m-tb-bigger {
  margin-top: 150px;
  margin-bottom: 150px;
}
.m-lr-bigger {
  margin-left: 150px;
  margin-right: 150px;
}
.m-nt-bigger {
  margin-top: -150px;
}
.m-nr-bigger {
  margin-right: -150px;
}
.m-nb-bigger {
  margin-bottom: -150px;
}
.m-nl-bigger {
  margin-left: -150px;
}
.m-b-p-bigger p {
  margin-bottom: 150px;
}
.m-l-hover-i-bigger:hover i {
  margin-left: 150px;
}
.m-big2x {
  margin: 200px;
}
.m-t-big2x {
  margin-top: 200px;
}
.m-r-big2x {
  margin-right: 200px;
}
.m-b-big2x {
  margin-bottom: 200px;
}
.m-b-big2x-important {
  margin-bottom: 200px !important;
}
.m-l-big2x {
  margin-left: 200px;
}
.m-tb-big2x {
  margin-top: 200px;
  margin-bottom: 200px;
}
.m-lr-big2x {
  margin-left: 200px;
  margin-right: 200px;
}
.m-nt-big2x {
  margin-top: -200px;
}
.m-nr-big2x {
  margin-right: -200px;
}
.m-nb-big2x {
  margin-bottom: -200px;
}
.m-nl-big2x {
  margin-left: -200px;
}
.m-b-p-big2x p {
  margin-bottom: 200px;
}
.m-l-hover-i-big2x:hover i {
  margin-left: 200px;
}
.m-mega {
  margin: 250px;
}
.m-t-mega {
  margin-top: 250px;
}
.m-r-mega {
  margin-right: 250px;
}
.m-b-mega {
  margin-bottom: 250px;
}
.m-b-mega-important {
  margin-bottom: 250px !important;
}
.m-l-mega {
  margin-left: 250px;
}
.m-tb-mega {
  margin-top: 250px;
  margin-bottom: 250px;
}
.m-lr-mega {
  margin-left: 250px;
  margin-right: 250px;
}
.m-nt-mega {
  margin-top: -250px;
}
.m-nr-mega {
  margin-right: -250px;
}
.m-nb-mega {
  margin-bottom: -250px;
}
.m-nl-mega {
  margin-left: -250px;
}
.m-b-p-mega p {
  margin-bottom: 250px;
}
.m-l-hover-i-mega:hover i {
  margin-left: 250px;
}
.m-big3x {
  margin: 300px;
}
.m-t-big3x {
  margin-top: 300px;
}
.m-r-big3x {
  margin-right: 300px;
}
.m-b-big3x {
  margin-bottom: 300px;
}
.m-b-big3x-important {
  margin-bottom: 300px !important;
}
.m-l-big3x {
  margin-left: 300px;
}
.m-tb-big3x {
  margin-top: 300px;
  margin-bottom: 300px;
}
.m-lr-big3x {
  margin-left: 300px;
  margin-right: 300px;
}
.m-nt-big3x {
  margin-top: -300px;
}
.m-nr-big3x {
  margin-right: -300px;
}
.m-nb-big3x {
  margin-bottom: -300px;
}
.m-nl-big3x {
  margin-left: -300px;
}
.m-b-p-big3x p {
  margin-bottom: 300px;
}
.m-l-hover-i-big3x:hover i {
  margin-left: 300px;
}
.m-big35x {
  margin: 350px;
}
.m-t-big35x {
  margin-top: 350px;
}
.m-r-big35x {
  margin-right: 350px;
}
.m-b-big35x {
  margin-bottom: 350px;
}
.m-b-big35x-important {
  margin-bottom: 350px !important;
}
.m-l-big35x {
  margin-left: 350px;
}
.m-tb-big35x {
  margin-top: 350px;
  margin-bottom: 350px;
}
.m-lr-big35x {
  margin-left: 350px;
  margin-right: 350px;
}
.m-nt-big35x {
  margin-top: -350px;
}
.m-nr-big35x {
  margin-right: -350px;
}
.m-nb-big35x {
  margin-bottom: -350px;
}
.m-nl-big35x {
  margin-left: -350px;
}
.m-b-p-big35x p {
  margin-bottom: 350px;
}
.m-l-hover-i-big35x:hover i {
  margin-left: 350px;
}
.m-big4x {
  margin: 400px;
}
.m-t-big4x {
  margin-top: 400px;
}
.m-r-big4x {
  margin-right: 400px;
}
.m-b-big4x {
  margin-bottom: 400px;
}
.m-b-big4x-important {
  margin-bottom: 400px !important;
}
.m-l-big4x {
  margin-left: 400px;
}
.m-tb-big4x {
  margin-top: 400px;
  margin-bottom: 400px;
}
.m-lr-big4x {
  margin-left: 400px;
  margin-right: 400px;
}
.m-nt-big4x {
  margin-top: -400px;
}
.m-nr-big4x {
  margin-right: -400px;
}
.m-nb-big4x {
  margin-bottom: -400px;
}
.m-nl-big4x {
  margin-left: -400px;
}
.m-b-p-big4x p {
  margin-bottom: 400px;
}
.m-l-hover-i-big4x:hover i {
  margin-left: 400px;
}
.m-big45x {
  margin: 450px;
}
.m-t-big45x {
  margin-top: 450px;
}
.m-r-big45x {
  margin-right: 450px;
}
.m-b-big45x {
  margin-bottom: 450px;
}
.m-b-big45x-important {
  margin-bottom: 450px !important;
}
.m-l-big45x {
  margin-left: 450px;
}
.m-tb-big45x {
  margin-top: 450px;
  margin-bottom: 450px;
}
.m-lr-big45x {
  margin-left: 450px;
  margin-right: 450px;
}
.m-nt-big45x {
  margin-top: -450px;
}
.m-nr-big45x {
  margin-right: -450px;
}
.m-nb-big45x {
  margin-bottom: -450px;
}
.m-nl-big45x {
  margin-left: -450px;
}
.m-b-p-big45x p {
  margin-bottom: 450px;
}
.m-l-hover-i-big45x:hover i {
  margin-left: 450px;
}
.m-big5x {
  margin: 500px;
}
.m-t-big5x {
  margin-top: 500px;
}
.m-r-big5x {
  margin-right: 500px;
}
.m-b-big5x {
  margin-bottom: 500px;
}
.m-b-big5x-important {
  margin-bottom: 500px !important;
}
.m-l-big5x {
  margin-left: 500px;
}
.m-tb-big5x {
  margin-top: 500px;
  margin-bottom: 500px;
}
.m-lr-big5x {
  margin-left: 500px;
  margin-right: 500px;
}
.m-nt-big5x {
  margin-top: -500px;
}
.m-nr-big5x {
  margin-right: -500px;
}
.m-nb-big5x {
  margin-bottom: -500px;
}
.m-nl-big5x {
  margin-left: -500px;
}
.m-b-p-big5x p {
  margin-bottom: 500px;
}
.m-l-hover-i-big5x:hover i {
  margin-left: 500px;
}
.m-big55x {
  margin: 550px;
}
.m-t-big55x {
  margin-top: 550px;
}
.m-r-big55x {
  margin-right: 550px;
}
.m-b-big55x {
  margin-bottom: 550px;
}
.m-b-big55x-important {
  margin-bottom: 550px !important;
}
.m-l-big55x {
  margin-left: 550px;
}
.m-tb-big55x {
  margin-top: 550px;
  margin-bottom: 550px;
}
.m-lr-big55x {
  margin-left: 550px;
  margin-right: 550px;
}
.m-nt-big55x {
  margin-top: -550px;
}
.m-nr-big55x {
  margin-right: -550px;
}
.m-nb-big55x {
  margin-bottom: -550px;
}
.m-nl-big55x {
  margin-left: -550px;
}
.m-b-p-big55x p {
  margin-bottom: 550px;
}
.m-l-hover-i-big55x:hover i {
  margin-left: 550px;
}
.m-big6x {
  margin: 600px;
}
.m-t-big6x {
  margin-top: 600px;
}
.m-r-big6x {
  margin-right: 600px;
}
.m-b-big6x {
  margin-bottom: 600px;
}
.m-b-big6x-important {
  margin-bottom: 600px !important;
}
.m-l-big6x {
  margin-left: 600px;
}
.m-tb-big6x {
  margin-top: 600px;
  margin-bottom: 600px;
}
.m-lr-big6x {
  margin-left: 600px;
  margin-right: 600px;
}
.m-nt-big6x {
  margin-top: -600px;
}
.m-nr-big6x {
  margin-right: -600px;
}
.m-nb-big6x {
  margin-bottom: -600px;
}
.m-nl-big6x {
  margin-left: -600px;
}
.m-b-p-big6x p {
  margin-bottom: 600px;
}
.m-l-hover-i-big6x:hover i {
  margin-left: 600px;
}
.m-big65x {
  margin: 650px;
}
.m-t-big65x {
  margin-top: 650px;
}
.m-r-big65x {
  margin-right: 650px;
}
.m-b-big65x {
  margin-bottom: 650px;
}
.m-b-big65x-important {
  margin-bottom: 650px !important;
}
.m-l-big65x {
  margin-left: 650px;
}
.m-tb-big65x {
  margin-top: 650px;
  margin-bottom: 650px;
}
.m-lr-big65x {
  margin-left: 650px;
  margin-right: 650px;
}
.m-nt-big65x {
  margin-top: -650px;
}
.m-nr-big65x {
  margin-right: -650px;
}
.m-nb-big65x {
  margin-bottom: -650px;
}
.m-nl-big65x {
  margin-left: -650px;
}
.m-b-p-big65x p {
  margin-bottom: 650px;
}
.m-l-hover-i-big65x:hover i {
  margin-left: 650px;
}
.m-big7x {
  margin: 700px;
}
.m-t-big7x {
  margin-top: 700px;
}
.m-r-big7x {
  margin-right: 700px;
}
.m-b-big7x {
  margin-bottom: 700px;
}
.m-b-big7x-important {
  margin-bottom: 700px !important;
}
.m-l-big7x {
  margin-left: 700px;
}
.m-tb-big7x {
  margin-top: 700px;
  margin-bottom: 700px;
}
.m-lr-big7x {
  margin-left: 700px;
  margin-right: 700px;
}
.m-nt-big7x {
  margin-top: -700px;
}
.m-nr-big7x {
  margin-right: -700px;
}
.m-nb-big7x {
  margin-bottom: -700px;
}
.m-nl-big7x {
  margin-left: -700px;
}
.m-b-p-big7x p {
  margin-bottom: 700px;
}
.m-l-hover-i-big7x:hover i {
  margin-left: 700px;
}
.m-big75x {
  margin: 750px;
}
.m-t-big75x {
  margin-top: 750px;
}
.m-r-big75x {
  margin-right: 750px;
}
.m-b-big75x {
  margin-bottom: 750px;
}
.m-b-big75x-important {
  margin-bottom: 750px !important;
}
.m-l-big75x {
  margin-left: 750px;
}
.m-tb-big75x {
  margin-top: 750px;
  margin-bottom: 750px;
}
.m-lr-big75x {
  margin-left: 750px;
  margin-right: 750px;
}
.m-nt-big75x {
  margin-top: -750px;
}
.m-nr-big75x {
  margin-right: -750px;
}
.m-nb-big75x {
  margin-bottom: -750px;
}
.m-nl-big75x {
  margin-left: -750px;
}
.m-b-p-big75x p {
  margin-bottom: 750px;
}
.m-l-hover-i-big75x:hover i {
  margin-left: 750px;
}
.m-full {
  margin: 100%;
}
.m-t-full {
  margin-top: 100%;
}
.m-r-full {
  margin-right: 100%;
}
.m-b-full {
  margin-bottom: 100%;
}
.m-b-full-important {
  margin-bottom: 100% !important;
}
.m-l-full {
  margin-left: 100%;
}
.m-tb-full {
  margin-top: 100%;
  margin-bottom: 100%;
}
.m-lr-full {
  margin-left: 100%;
  margin-right: 100%;
}
.m-nt-full {
  margin-top: -100%;
}
.m-nr-full {
  margin-right: -100%;
}
.m-nb-full {
  margin-bottom: -100%;
}
.m-nl-full {
  margin-left: -100%;
}
.m-b-p-full p {
  margin-bottom: 100%;
}
.m-l-hover-i-full:hover i {
  margin-left: 100%;
}
.m-auto {
  margin: auto;
}
.m-t-auto {
  margin-top: auto;
}
.m-r-auto {
  margin-right: auto;
}
.m-b-auto {
  margin-bottom: auto;
}
.m-b-auto-important {
  margin-bottom: auto !important;
}
.m-l-auto {
  margin-left: auto;
}
.m-tb-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.m-lr-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-nt-auto {
  margin-top: -auto;
}
.m-nr-auto {
  margin-right: -auto;
}
.m-nb-auto {
  margin-bottom: -auto;
}
.m-nl-auto {
  margin-left: -auto;
}
.m-b-p-auto p {
  margin-bottom: auto;
}
.m-l-hover-i-auto:hover i {
  margin-left: auto;
}
.m-half {
  margin: 50%;
}
.m-t-half {
  margin-top: 50%;
}
.m-r-half {
  margin-right: 50%;
}
.m-b-half {
  margin-bottom: 50%;
}
.m-b-half-important {
  margin-bottom: 50% !important;
}
.m-l-half {
  margin-left: 50%;
}
.m-tb-half {
  margin-top: 50%;
  margin-bottom: 50%;
}
.m-lr-half {
  margin-left: 50%;
  margin-right: 50%;
}
.m-nt-half {
  margin-top: -50%;
}
.m-nr-half {
  margin-right: -50%;
}
.m-nb-half {
  margin-bottom: -50%;
}
.m-nl-half {
  margin-left: -50%;
}
.m-b-p-half p {
  margin-bottom: 50%;
}
.m-l-hover-i-half:hover i {
  margin-left: 50%;
}
.m-quarter {
  margin: 25%;
}
.m-t-quarter {
  margin-top: 25%;
}
.m-r-quarter {
  margin-right: 25%;
}
.m-b-quarter {
  margin-bottom: 25%;
}
.m-b-quarter-important {
  margin-bottom: 25% !important;
}
.m-l-quarter {
  margin-left: 25%;
}
.m-tb-quarter {
  margin-top: 25%;
  margin-bottom: 25%;
}
.m-lr-quarter {
  margin-left: 25%;
  margin-right: 25%;
}
.m-nt-quarter {
  margin-top: -25%;
}
.m-nr-quarter {
  margin-right: -25%;
}
.m-nb-quarter {
  margin-bottom: -25%;
}
.m-nl-quarter {
  margin-left: -25%;
}
.m-b-p-quarter p {
  margin-bottom: 25%;
}
.m-l-hover-i-quarter:hover i {
  margin-left: 25%;
}
.m-third {
  margin: 33.33%;
}
.m-t-third {
  margin-top: 33.33%;
}
.m-r-third {
  margin-right: 33.33%;
}
.m-b-third {
  margin-bottom: 33.33%;
}
.m-b-third-important {
  margin-bottom: 33.33% !important;
}
.m-l-third {
  margin-left: 33.33%;
}
.m-tb-third {
  margin-top: 33.33%;
  margin-bottom: 33.33%;
}
.m-lr-third {
  margin-left: 33.33%;
  margin-right: 33.33%;
}
.m-nt-third {
  margin-top: -33.33%;
}
.m-nr-third {
  margin-right: -33.33%;
}
.m-nb-third {
  margin-bottom: -33.33%;
}
.m-nl-third {
  margin-left: -33.33%;
}
.m-b-p-third p {
  margin-bottom: 33.33%;
}
.m-l-hover-i-third:hover i {
  margin-left: 33.33%;
}
.m-two-third {
  margin: 66.67%;
}
.m-t-two-third {
  margin-top: 66.67%;
}
.m-r-two-third {
  margin-right: 66.67%;
}
.m-b-two-third {
  margin-bottom: 66.67%;
}
.m-b-two-third-important {
  margin-bottom: 66.67% !important;
}
.m-l-two-third {
  margin-left: 66.67%;
}
.m-tb-two-third {
  margin-top: 66.67%;
  margin-bottom: 66.67%;
}
.m-lr-two-third {
  margin-left: 66.67%;
  margin-right: 66.67%;
}
.m-nt-two-third {
  margin-top: -66.67%;
}
.m-nr-two-third {
  margin-right: -66.67%;
}
.m-nb-two-third {
  margin-bottom: -66.67%;
}
.m-nl-two-third {
  margin-left: -66.67%;
}
.m-b-p-two-third p {
  margin-bottom: 66.67%;
}
.m-l-hover-i-two-third:hover i {
  margin-left: 66.67%;
}
.m-5pc {
  margin: 5%;
}
.m-t-5pc {
  margin-top: 5%;
}
.m-r-5pc {
  margin-right: 5%;
}
.m-b-5pc {
  margin-bottom: 5%;
}
.m-b-5pc-important {
  margin-bottom: 5% !important;
}
.m-l-5pc {
  margin-left: 5%;
}
.m-tb-5pc {
  margin-top: 5%;
  margin-bottom: 5%;
}
.m-lr-5pc {
  margin-left: 5%;
  margin-right: 5%;
}
.m-nt-5pc {
  margin-top: -5%;
}
.m-nr-5pc {
  margin-right: -5%;
}
.m-nb-5pc {
  margin-bottom: -5%;
}
.m-nl-5pc {
  margin-left: -5%;
}
.m-b-p-5pc p {
  margin-bottom: 5%;
}
.m-l-hover-i-5pc:hover i {
  margin-left: 5%;
}
.m-10pc {
  margin: 10%;
}
.m-t-10pc {
  margin-top: 10%;
}
.m-r-10pc {
  margin-right: 10%;
}
.m-b-10pc {
  margin-bottom: 10%;
}
.m-b-10pc-important {
  margin-bottom: 10% !important;
}
.m-l-10pc {
  margin-left: 10%;
}
.m-tb-10pc {
  margin-top: 10%;
  margin-bottom: 10%;
}
.m-lr-10pc {
  margin-left: 10%;
  margin-right: 10%;
}
.m-nt-10pc {
  margin-top: -10%;
}
.m-nr-10pc {
  margin-right: -10%;
}
.m-nb-10pc {
  margin-bottom: -10%;
}
.m-nl-10pc {
  margin-left: -10%;
}
.m-b-p-10pc p {
  margin-bottom: 10%;
}
.m-l-hover-i-10pc:hover i {
  margin-left: 10%;
}
.m-15pc {
  margin: 15%;
}
.m-t-15pc {
  margin-top: 15%;
}
.m-r-15pc {
  margin-right: 15%;
}
.m-b-15pc {
  margin-bottom: 15%;
}
.m-b-15pc-important {
  margin-bottom: 15% !important;
}
.m-l-15pc {
  margin-left: 15%;
}
.m-tb-15pc {
  margin-top: 15%;
  margin-bottom: 15%;
}
.m-lr-15pc {
  margin-left: 15%;
  margin-right: 15%;
}
.m-nt-15pc {
  margin-top: -15%;
}
.m-nr-15pc {
  margin-right: -15%;
}
.m-nb-15pc {
  margin-bottom: -15%;
}
.m-nl-15pc {
  margin-left: -15%;
}
.m-b-p-15pc p {
  margin-bottom: 15%;
}
.m-l-hover-i-15pc:hover i {
  margin-left: 15%;
}
.m-20pc {
  margin: 20%;
}
.m-t-20pc {
  margin-top: 20%;
}
.m-r-20pc {
  margin-right: 20%;
}
.m-b-20pc {
  margin-bottom: 20%;
}
.m-b-20pc-important {
  margin-bottom: 20% !important;
}
.m-l-20pc {
  margin-left: 20%;
}
.m-tb-20pc {
  margin-top: 20%;
  margin-bottom: 20%;
}
.m-lr-20pc {
  margin-left: 20%;
  margin-right: 20%;
}
.m-nt-20pc {
  margin-top: -20%;
}
.m-nr-20pc {
  margin-right: -20%;
}
.m-nb-20pc {
  margin-bottom: -20%;
}
.m-nl-20pc {
  margin-left: -20%;
}
.m-b-p-20pc p {
  margin-bottom: 20%;
}
.m-l-hover-i-20pc:hover i {
  margin-left: 20%;
}
.m-33pc {
  margin: 33.33%;
}
.m-t-33pc {
  margin-top: 33.33%;
}
.m-r-33pc {
  margin-right: 33.33%;
}
.m-b-33pc {
  margin-bottom: 33.33%;
}
.m-b-33pc-important {
  margin-bottom: 33.33% !important;
}
.m-l-33pc {
  margin-left: 33.33%;
}
.m-tb-33pc {
  margin-top: 33.33%;
  margin-bottom: 33.33%;
}
.m-lr-33pc {
  margin-left: 33.33%;
  margin-right: 33.33%;
}
.m-nt-33pc {
  margin-top: -33.33%;
}
.m-nr-33pc {
  margin-right: -33.33%;
}
.m-nb-33pc {
  margin-bottom: -33.33%;
}
.m-nl-33pc {
  margin-left: -33.33%;
}
.m-b-p-33pc p {
  margin-bottom: 33.33%;
}
.m-l-hover-i-33pc:hover i {
  margin-left: 33.33%;
}
.m-30pc {
  margin: 30%;
}
.m-t-30pc {
  margin-top: 30%;
}
.m-r-30pc {
  margin-right: 30%;
}
.m-b-30pc {
  margin-bottom: 30%;
}
.m-b-30pc-important {
  margin-bottom: 30% !important;
}
.m-l-30pc {
  margin-left: 30%;
}
.m-tb-30pc {
  margin-top: 30%;
  margin-bottom: 30%;
}
.m-lr-30pc {
  margin-left: 30%;
  margin-right: 30%;
}
.m-nt-30pc {
  margin-top: -30%;
}
.m-nr-30pc {
  margin-right: -30%;
}
.m-nb-30pc {
  margin-bottom: -30%;
}
.m-nl-30pc {
  margin-left: -30%;
}
.m-b-p-30pc p {
  margin-bottom: 30%;
}
.m-l-hover-i-30pc:hover i {
  margin-left: 30%;
}
.m-40pc {
  margin: 40%;
}
.m-t-40pc {
  margin-top: 40%;
}
.m-r-40pc {
  margin-right: 40%;
}
.m-b-40pc {
  margin-bottom: 40%;
}
.m-b-40pc-important {
  margin-bottom: 40% !important;
}
.m-l-40pc {
  margin-left: 40%;
}
.m-tb-40pc {
  margin-top: 40%;
  margin-bottom: 40%;
}
.m-lr-40pc {
  margin-left: 40%;
  margin-right: 40%;
}
.m-nt-40pc {
  margin-top: -40%;
}
.m-nr-40pc {
  margin-right: -40%;
}
.m-nb-40pc {
  margin-bottom: -40%;
}
.m-nl-40pc {
  margin-left: -40%;
}
.m-b-p-40pc p {
  margin-bottom: 40%;
}
.m-l-hover-i-40pc:hover i {
  margin-left: 40%;
}
.m-60pc {
  margin: 60%;
}
.m-t-60pc {
  margin-top: 60%;
}
.m-r-60pc {
  margin-right: 60%;
}
.m-b-60pc {
  margin-bottom: 60%;
}
.m-b-60pc-important {
  margin-bottom: 60% !important;
}
.m-l-60pc {
  margin-left: 60%;
}
.m-tb-60pc {
  margin-top: 60%;
  margin-bottom: 60%;
}
.m-lr-60pc {
  margin-left: 60%;
  margin-right: 60%;
}
.m-nt-60pc {
  margin-top: -60%;
}
.m-nr-60pc {
  margin-right: -60%;
}
.m-nb-60pc {
  margin-bottom: -60%;
}
.m-nl-60pc {
  margin-left: -60%;
}
.m-b-p-60pc p {
  margin-bottom: 60%;
}
.m-l-hover-i-60pc:hover i {
  margin-left: 60%;
}
.m-70pc {
  margin: 70%;
}
.m-t-70pc {
  margin-top: 70%;
}
.m-r-70pc {
  margin-right: 70%;
}
.m-b-70pc {
  margin-bottom: 70%;
}
.m-b-70pc-important {
  margin-bottom: 70% !important;
}
.m-l-70pc {
  margin-left: 70%;
}
.m-tb-70pc {
  margin-top: 70%;
  margin-bottom: 70%;
}
.m-lr-70pc {
  margin-left: 70%;
  margin-right: 70%;
}
.m-nt-70pc {
  margin-top: -70%;
}
.m-nr-70pc {
  margin-right: -70%;
}
.m-nb-70pc {
  margin-bottom: -70%;
}
.m-nl-70pc {
  margin-left: -70%;
}
.m-b-p-70pc p {
  margin-bottom: 70%;
}
.m-l-hover-i-70pc:hover i {
  margin-left: 70%;
}
.m-80pc {
  margin: 80%;
}
.m-t-80pc {
  margin-top: 80%;
}
.m-r-80pc {
  margin-right: 80%;
}
.m-b-80pc {
  margin-bottom: 80%;
}
.m-b-80pc-important {
  margin-bottom: 80% !important;
}
.m-l-80pc {
  margin-left: 80%;
}
.m-tb-80pc {
  margin-top: 80%;
  margin-bottom: 80%;
}
.m-lr-80pc {
  margin-left: 80%;
  margin-right: 80%;
}
.m-nt-80pc {
  margin-top: -80%;
}
.m-nr-80pc {
  margin-right: -80%;
}
.m-nb-80pc {
  margin-bottom: -80%;
}
.m-nl-80pc {
  margin-left: -80%;
}
.m-b-p-80pc p {
  margin-bottom: 80%;
}
.m-l-hover-i-80pc:hover i {
  margin-left: 80%;
}
.m-90pc {
  margin: 90%;
}
.m-t-90pc {
  margin-top: 90%;
}
.m-r-90pc {
  margin-right: 90%;
}
.m-b-90pc {
  margin-bottom: 90%;
}
.m-b-90pc-important {
  margin-bottom: 90% !important;
}
.m-l-90pc {
  margin-left: 90%;
}
.m-tb-90pc {
  margin-top: 90%;
  margin-bottom: 90%;
}
.m-lr-90pc {
  margin-left: 90%;
  margin-right: 90%;
}
.m-nt-90pc {
  margin-top: -90%;
}
.m-nr-90pc {
  margin-right: -90%;
}
.m-nb-90pc {
  margin-bottom: -90%;
}
.m-nl-90pc {
  margin-left: -90%;
}
.m-b-p-90pc p {
  margin-bottom: 90%;
}
.m-l-hover-i-90pc:hover i {
  margin-left: 90%;
}
.m-own-row {
  margin-left: -15px;
  margin-right: -15px;
}
.m-t--47px {
  margin-top: -47px !important;
}
.m-center {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-own-row-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-center-sm {
    margin: 0 auto;
  }
  .m-b-none-sm {
    margin-bottom: 0px;
  }
  .m-lr-none-sm {
    margin-left: 0px;
    margin-right: 0px;
  }
  .m-l-none-sm {
    margin-left: 0px;
  }
  .m-b-nano-sm {
    margin-bottom: 1px;
  }
  .m-lr-nano-sm {
    margin-left: 1px;
    margin-right: 1px;
  }
  .m-l-nano-sm {
    margin-left: 1px;
  }
  .m-b-tiny-sm {
    margin-bottom: 2px;
  }
  .m-lr-tiny-sm {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-l-tiny-sm {
    margin-left: 2px;
  }
  .m-b-mini-sm {
    margin-bottom: 3px;
  }
  .m-lr-mini-sm {
    margin-left: 3px;
    margin-right: 3px;
  }
  .m-l-mini-sm {
    margin-left: 3px;
  }
  .m-b-xxs-sm {
    margin-bottom: 4px;
  }
  .m-lr-xxs-sm {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-l-xxs-sm {
    margin-left: 4px;
  }
  .m-b-xs-sm {
    margin-bottom: 5px;
  }
  .m-lr-xs-sm {
    margin-left: 5px;
    margin-right: 5px;
  }
  .m-l-xs-sm {
    margin-left: 5px;
  }
  .m-b-s-sm {
    margin-bottom: 10px;
  }
  .m-lr-s-sm {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-l-s-sm {
    margin-left: 10px;
  }
  .m-b-m-sm {
    margin-bottom: 15px;
  }
  .m-lr-m-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-m-sm {
    margin-left: 15px;
  }
  .m-b-l-sm {
    margin-bottom: 20px;
  }
  .m-lr-l-sm {
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-l-l-sm {
    margin-left: 20px;
  }
  .m-b-xl-sm {
    margin-bottom: 25px;
  }
  .m-lr-xl-sm {
    margin-left: 25px;
    margin-right: 25px;
  }
  .m-l-xl-sm {
    margin-left: 25px;
  }
  .m-b-xxl-sm {
    margin-bottom: 30px;
  }
  .m-lr-xxl-sm {
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-l-xxl-sm {
    margin-left: 30px;
  }
  .m-b-3xl-sm {
    margin-bottom: 35px;
  }
  .m-lr-3xl-sm {
    margin-left: 35px;
    margin-right: 35px;
  }
  .m-l-3xl-sm {
    margin-left: 35px;
  }
  .m-b-4xl-sm {
    margin-bottom: 40px;
  }
  .m-lr-4xl-sm {
    margin-left: 40px;
    margin-right: 40px;
  }
  .m-l-4xl-sm {
    margin-left: 40px;
  }
  .m-b-5xl-sm {
    margin-bottom: 50px;
  }
  .m-lr-5xl-sm {
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-l-5xl-sm {
    margin-left: 50px;
  }
  .m-b-6xl-sm {
    margin-bottom: 60px;
  }
  .m-lr-6xl-sm {
    margin-left: 60px;
    margin-right: 60px;
  }
  .m-l-6xl-sm {
    margin-left: 60px;
  }
  .m-b-7xl-sm {
    margin-bottom: 70px;
  }
  .m-lr-7xl-sm {
    margin-left: 70px;
    margin-right: 70px;
  }
  .m-l-7xl-sm {
    margin-left: 70px;
  }
  .m-b-8xl-sm {
    margin-bottom: 80px;
  }
  .m-lr-8xl-sm {
    margin-left: 80px;
    margin-right: 80px;
  }
  .m-l-8xl-sm {
    margin-left: 80px;
  }
  .m-b-9xl-sm {
    margin-bottom: 90px;
  }
  .m-lr-9xl-sm {
    margin-left: 90px;
    margin-right: 90px;
  }
  .m-l-9xl-sm {
    margin-left: 90px;
  }
  .m-b-big-sm {
    margin-bottom: 100px;
  }
  .m-lr-big-sm {
    margin-left: 100px;
    margin-right: 100px;
  }
  .m-l-big-sm {
    margin-left: 100px;
  }
  .m-b-bigger-sm {
    margin-bottom: 150px;
  }
  .m-lr-bigger-sm {
    margin-left: 150px;
    margin-right: 150px;
  }
  .m-l-bigger-sm {
    margin-left: 150px;
  }
  .m-b-big2x-sm {
    margin-bottom: 200px;
  }
  .m-lr-big2x-sm {
    margin-left: 200px;
    margin-right: 200px;
  }
  .m-l-big2x-sm {
    margin-left: 200px;
  }
  .m-b-mega-sm {
    margin-bottom: 250px;
  }
  .m-lr-mega-sm {
    margin-left: 250px;
    margin-right: 250px;
  }
  .m-l-mega-sm {
    margin-left: 250px;
  }
  .m-b-big3x-sm {
    margin-bottom: 300px;
  }
  .m-lr-big3x-sm {
    margin-left: 300px;
    margin-right: 300px;
  }
  .m-l-big3x-sm {
    margin-left: 300px;
  }
  .m-b-big35x-sm {
    margin-bottom: 350px;
  }
  .m-lr-big35x-sm {
    margin-left: 350px;
    margin-right: 350px;
  }
  .m-l-big35x-sm {
    margin-left: 350px;
  }
  .m-b-big4x-sm {
    margin-bottom: 400px;
  }
  .m-lr-big4x-sm {
    margin-left: 400px;
    margin-right: 400px;
  }
  .m-l-big4x-sm {
    margin-left: 400px;
  }
  .m-b-big45x-sm {
    margin-bottom: 450px;
  }
  .m-lr-big45x-sm {
    margin-left: 450px;
    margin-right: 450px;
  }
  .m-l-big45x-sm {
    margin-left: 450px;
  }
  .m-b-big5x-sm {
    margin-bottom: 500px;
  }
  .m-lr-big5x-sm {
    margin-left: 500px;
    margin-right: 500px;
  }
  .m-l-big5x-sm {
    margin-left: 500px;
  }
  .m-b-big55x-sm {
    margin-bottom: 550px;
  }
  .m-lr-big55x-sm {
    margin-left: 550px;
    margin-right: 550px;
  }
  .m-l-big55x-sm {
    margin-left: 550px;
  }
  .m-b-big6x-sm {
    margin-bottom: 600px;
  }
  .m-lr-big6x-sm {
    margin-left: 600px;
    margin-right: 600px;
  }
  .m-l-big6x-sm {
    margin-left: 600px;
  }
  .m-b-big65x-sm {
    margin-bottom: 650px;
  }
  .m-lr-big65x-sm {
    margin-left: 650px;
    margin-right: 650px;
  }
  .m-l-big65x-sm {
    margin-left: 650px;
  }
  .m-b-big7x-sm {
    margin-bottom: 700px;
  }
  .m-lr-big7x-sm {
    margin-left: 700px;
    margin-right: 700px;
  }
  .m-l-big7x-sm {
    margin-left: 700px;
  }
  .m-b-big75x-sm {
    margin-bottom: 750px;
  }
  .m-lr-big75x-sm {
    margin-left: 750px;
    margin-right: 750px;
  }
  .m-l-big75x-sm {
    margin-left: 750px;
  }
  .m-b-full-sm {
    margin-bottom: 100%;
  }
  .m-lr-full-sm {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-l-full-sm {
    margin-left: 100%;
  }
  .m-b-auto-sm {
    margin-bottom: auto;
  }
  .m-lr-auto-sm {
    margin-left: auto;
    margin-right: auto;
  }
  .m-l-auto-sm {
    margin-left: auto;
  }
  .m-b-half-sm {
    margin-bottom: 50%;
  }
  .m-lr-half-sm {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-l-half-sm {
    margin-left: 50%;
  }
  .m-b-quarter-sm {
    margin-bottom: 25%;
  }
  .m-lr-quarter-sm {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-l-quarter-sm {
    margin-left: 25%;
  }
  .m-b-third-sm {
    margin-bottom: 33.33%;
  }
  .m-lr-third-sm {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-third-sm {
    margin-left: 33.33%;
  }
  .m-b-two-third-sm {
    margin-bottom: 66.67%;
  }
  .m-lr-two-third-sm {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-two-third-sm {
    margin-left: 66.67%;
  }
  .m-b-5pc-sm {
    margin-bottom: 5%;
  }
  .m-lr-5pc-sm {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-l-5pc-sm {
    margin-left: 5%;
  }
  .m-b-10pc-sm {
    margin-bottom: 10%;
  }
  .m-lr-10pc-sm {
    margin-left: 10%;
    margin-right: 10%;
  }
  .m-l-10pc-sm {
    margin-left: 10%;
  }
  .m-b-15pc-sm {
    margin-bottom: 15%;
  }
  .m-lr-15pc-sm {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-l-15pc-sm {
    margin-left: 15%;
  }
  .m-b-20pc-sm {
    margin-bottom: 20%;
  }
  .m-lr-20pc-sm {
    margin-left: 20%;
    margin-right: 20%;
  }
  .m-l-20pc-sm {
    margin-left: 20%;
  }
  .m-b-33pc-sm {
    margin-bottom: 33.33%;
  }
  .m-lr-33pc-sm {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-33pc-sm {
    margin-left: 33.33%;
  }
  .m-b-30pc-sm {
    margin-bottom: 30%;
  }
  .m-lr-30pc-sm {
    margin-left: 30%;
    margin-right: 30%;
  }
  .m-l-30pc-sm {
    margin-left: 30%;
  }
  .m-b-40pc-sm {
    margin-bottom: 40%;
  }
  .m-lr-40pc-sm {
    margin-left: 40%;
    margin-right: 40%;
  }
  .m-l-40pc-sm {
    margin-left: 40%;
  }
  .m-b-60pc-sm {
    margin-bottom: 60%;
  }
  .m-lr-60pc-sm {
    margin-left: 60%;
    margin-right: 60%;
  }
  .m-l-60pc-sm {
    margin-left: 60%;
  }
  .m-b-70pc-sm {
    margin-bottom: 70%;
  }
  .m-lr-70pc-sm {
    margin-left: 70%;
    margin-right: 70%;
  }
  .m-l-70pc-sm {
    margin-left: 70%;
  }
  .m-b-80pc-sm {
    margin-bottom: 80%;
  }
  .m-lr-80pc-sm {
    margin-left: 80%;
    margin-right: 80%;
  }
  .m-l-80pc-sm {
    margin-left: 80%;
  }
  .m-b-90pc-sm {
    margin-bottom: 90%;
  }
  .m-lr-90pc-sm {
    margin-left: 90%;
    margin-right: 90%;
  }
  .m-l-90pc-sm {
    margin-left: 90%;
  }
}
@media (min-width: 992px) {
  .m-b-none-md {
    margin-bottom: 0px;
  }
  .m-lr-none-md {
    margin-left: 0px;
    margin-right: 0px;
  }
  .m-l-none-md {
    margin-left: 0px;
  }
  .m-b-nano-md {
    margin-bottom: 1px;
  }
  .m-lr-nano-md {
    margin-left: 1px;
    margin-right: 1px;
  }
  .m-l-nano-md {
    margin-left: 1px;
  }
  .m-b-tiny-md {
    margin-bottom: 2px;
  }
  .m-lr-tiny-md {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-l-tiny-md {
    margin-left: 2px;
  }
  .m-b-mini-md {
    margin-bottom: 3px;
  }
  .m-lr-mini-md {
    margin-left: 3px;
    margin-right: 3px;
  }
  .m-l-mini-md {
    margin-left: 3px;
  }
  .m-b-xxs-md {
    margin-bottom: 4px;
  }
  .m-lr-xxs-md {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-l-xxs-md {
    margin-left: 4px;
  }
  .m-b-xs-md {
    margin-bottom: 5px;
  }
  .m-lr-xs-md {
    margin-left: 5px;
    margin-right: 5px;
  }
  .m-l-xs-md {
    margin-left: 5px;
  }
  .m-b-s-md {
    margin-bottom: 10px;
  }
  .m-lr-s-md {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-l-s-md {
    margin-left: 10px;
  }
  .m-b-m-md {
    margin-bottom: 15px;
  }
  .m-lr-m-md {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-m-md {
    margin-left: 15px;
  }
  .m-b-l-md {
    margin-bottom: 20px;
  }
  .m-lr-l-md {
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-l-l-md {
    margin-left: 20px;
  }
  .m-b-xl-md {
    margin-bottom: 25px;
  }
  .m-lr-xl-md {
    margin-left: 25px;
    margin-right: 25px;
  }
  .m-l-xl-md {
    margin-left: 25px;
  }
  .m-b-xxl-md {
    margin-bottom: 30px;
  }
  .m-lr-xxl-md {
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-l-xxl-md {
    margin-left: 30px;
  }
  .m-b-3xl-md {
    margin-bottom: 35px;
  }
  .m-lr-3xl-md {
    margin-left: 35px;
    margin-right: 35px;
  }
  .m-l-3xl-md {
    margin-left: 35px;
  }
  .m-b-4xl-md {
    margin-bottom: 40px;
  }
  .m-lr-4xl-md {
    margin-left: 40px;
    margin-right: 40px;
  }
  .m-l-4xl-md {
    margin-left: 40px;
  }
  .m-b-5xl-md {
    margin-bottom: 50px;
  }
  .m-lr-5xl-md {
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-l-5xl-md {
    margin-left: 50px;
  }
  .m-b-6xl-md {
    margin-bottom: 60px;
  }
  .m-lr-6xl-md {
    margin-left: 60px;
    margin-right: 60px;
  }
  .m-l-6xl-md {
    margin-left: 60px;
  }
  .m-b-7xl-md {
    margin-bottom: 70px;
  }
  .m-lr-7xl-md {
    margin-left: 70px;
    margin-right: 70px;
  }
  .m-l-7xl-md {
    margin-left: 70px;
  }
  .m-b-8xl-md {
    margin-bottom: 80px;
  }
  .m-lr-8xl-md {
    margin-left: 80px;
    margin-right: 80px;
  }
  .m-l-8xl-md {
    margin-left: 80px;
  }
  .m-b-9xl-md {
    margin-bottom: 90px;
  }
  .m-lr-9xl-md {
    margin-left: 90px;
    margin-right: 90px;
  }
  .m-l-9xl-md {
    margin-left: 90px;
  }
  .m-b-big-md {
    margin-bottom: 100px;
  }
  .m-lr-big-md {
    margin-left: 100px;
    margin-right: 100px;
  }
  .m-l-big-md {
    margin-left: 100px;
  }
  .m-b-bigger-md {
    margin-bottom: 150px;
  }
  .m-lr-bigger-md {
    margin-left: 150px;
    margin-right: 150px;
  }
  .m-l-bigger-md {
    margin-left: 150px;
  }
  .m-b-big2x-md {
    margin-bottom: 200px;
  }
  .m-lr-big2x-md {
    margin-left: 200px;
    margin-right: 200px;
  }
  .m-l-big2x-md {
    margin-left: 200px;
  }
  .m-b-mega-md {
    margin-bottom: 250px;
  }
  .m-lr-mega-md {
    margin-left: 250px;
    margin-right: 250px;
  }
  .m-l-mega-md {
    margin-left: 250px;
  }
  .m-b-big3x-md {
    margin-bottom: 300px;
  }
  .m-lr-big3x-md {
    margin-left: 300px;
    margin-right: 300px;
  }
  .m-l-big3x-md {
    margin-left: 300px;
  }
  .m-b-big35x-md {
    margin-bottom: 350px;
  }
  .m-lr-big35x-md {
    margin-left: 350px;
    margin-right: 350px;
  }
  .m-l-big35x-md {
    margin-left: 350px;
  }
  .m-b-big4x-md {
    margin-bottom: 400px;
  }
  .m-lr-big4x-md {
    margin-left: 400px;
    margin-right: 400px;
  }
  .m-l-big4x-md {
    margin-left: 400px;
  }
  .m-b-big45x-md {
    margin-bottom: 450px;
  }
  .m-lr-big45x-md {
    margin-left: 450px;
    margin-right: 450px;
  }
  .m-l-big45x-md {
    margin-left: 450px;
  }
  .m-b-big5x-md {
    margin-bottom: 500px;
  }
  .m-lr-big5x-md {
    margin-left: 500px;
    margin-right: 500px;
  }
  .m-l-big5x-md {
    margin-left: 500px;
  }
  .m-b-big55x-md {
    margin-bottom: 550px;
  }
  .m-lr-big55x-md {
    margin-left: 550px;
    margin-right: 550px;
  }
  .m-l-big55x-md {
    margin-left: 550px;
  }
  .m-b-big6x-md {
    margin-bottom: 600px;
  }
  .m-lr-big6x-md {
    margin-left: 600px;
    margin-right: 600px;
  }
  .m-l-big6x-md {
    margin-left: 600px;
  }
  .m-b-big65x-md {
    margin-bottom: 650px;
  }
  .m-lr-big65x-md {
    margin-left: 650px;
    margin-right: 650px;
  }
  .m-l-big65x-md {
    margin-left: 650px;
  }
  .m-b-big7x-md {
    margin-bottom: 700px;
  }
  .m-lr-big7x-md {
    margin-left: 700px;
    margin-right: 700px;
  }
  .m-l-big7x-md {
    margin-left: 700px;
  }
  .m-b-big75x-md {
    margin-bottom: 750px;
  }
  .m-lr-big75x-md {
    margin-left: 750px;
    margin-right: 750px;
  }
  .m-l-big75x-md {
    margin-left: 750px;
  }
  .m-b-full-md {
    margin-bottom: 100%;
  }
  .m-lr-full-md {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-l-full-md {
    margin-left: 100%;
  }
  .m-b-auto-md {
    margin-bottom: auto;
  }
  .m-lr-auto-md {
    margin-left: auto;
    margin-right: auto;
  }
  .m-l-auto-md {
    margin-left: auto;
  }
  .m-b-half-md {
    margin-bottom: 50%;
  }
  .m-lr-half-md {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-l-half-md {
    margin-left: 50%;
  }
  .m-b-quarter-md {
    margin-bottom: 25%;
  }
  .m-lr-quarter-md {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-l-quarter-md {
    margin-left: 25%;
  }
  .m-b-third-md {
    margin-bottom: 33.33%;
  }
  .m-lr-third-md {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-third-md {
    margin-left: 33.33%;
  }
  .m-b-two-third-md {
    margin-bottom: 66.67%;
  }
  .m-lr-two-third-md {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-two-third-md {
    margin-left: 66.67%;
  }
  .m-b-5pc-md {
    margin-bottom: 5%;
  }
  .m-lr-5pc-md {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-l-5pc-md {
    margin-left: 5%;
  }
  .m-b-10pc-md {
    margin-bottom: 10%;
  }
  .m-lr-10pc-md {
    margin-left: 10%;
    margin-right: 10%;
  }
  .m-l-10pc-md {
    margin-left: 10%;
  }
  .m-b-15pc-md {
    margin-bottom: 15%;
  }
  .m-lr-15pc-md {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-l-15pc-md {
    margin-left: 15%;
  }
  .m-b-20pc-md {
    margin-bottom: 20%;
  }
  .m-lr-20pc-md {
    margin-left: 20%;
    margin-right: 20%;
  }
  .m-l-20pc-md {
    margin-left: 20%;
  }
  .m-b-33pc-md {
    margin-bottom: 33.33%;
  }
  .m-lr-33pc-md {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-33pc-md {
    margin-left: 33.33%;
  }
  .m-b-30pc-md {
    margin-bottom: 30%;
  }
  .m-lr-30pc-md {
    margin-left: 30%;
    margin-right: 30%;
  }
  .m-l-30pc-md {
    margin-left: 30%;
  }
  .m-b-40pc-md {
    margin-bottom: 40%;
  }
  .m-lr-40pc-md {
    margin-left: 40%;
    margin-right: 40%;
  }
  .m-l-40pc-md {
    margin-left: 40%;
  }
  .m-b-60pc-md {
    margin-bottom: 60%;
  }
  .m-lr-60pc-md {
    margin-left: 60%;
    margin-right: 60%;
  }
  .m-l-60pc-md {
    margin-left: 60%;
  }
  .m-b-70pc-md {
    margin-bottom: 70%;
  }
  .m-lr-70pc-md {
    margin-left: 70%;
    margin-right: 70%;
  }
  .m-l-70pc-md {
    margin-left: 70%;
  }
  .m-b-80pc-md {
    margin-bottom: 80%;
  }
  .m-lr-80pc-md {
    margin-left: 80%;
    margin-right: 80%;
  }
  .m-l-80pc-md {
    margin-left: 80%;
  }
  .m-b-90pc-md {
    margin-bottom: 90%;
  }
  .m-lr-90pc-md {
    margin-left: 90%;
    margin-right: 90%;
  }
  .m-l-90pc-md {
    margin-left: 90%;
  }
}
.p-none {
  padding: 0px;
}
.p-t-none {
  padding-top: 0px;
}
.p-r-none {
  padding-right: 0px;
}
.p-b-none {
  padding-bottom: 0px;
}
.p-l-none {
  padding-left: 0px;
}
.p-tb-none {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-lr-none {
  padding-left: 0px;
  padding-right: 0px;
}
.hover-p-none:hover {
  padding: 0px;
}
.p-l-hover-none:hover {
  padding-left: 0px;
}
.p-r-hover-none:hover {
  padding-right: 0px;
}
.p-nano {
  padding: 1px;
}
.p-t-nano {
  padding-top: 1px;
}
.p-r-nano {
  padding-right: 1px;
}
.p-b-nano {
  padding-bottom: 1px;
}
.p-l-nano {
  padding-left: 1px;
}
.p-tb-nano {
  padding-top: 1px;
  padding-bottom: 1px;
}
.p-lr-nano {
  padding-left: 1px;
  padding-right: 1px;
}
.hover-p-nano:hover {
  padding: 1px;
}
.p-l-hover-nano:hover {
  padding-left: 1px;
}
.p-r-hover-nano:hover {
  padding-right: 1px;
}
.p-tiny {
  padding: 2px;
}
.p-t-tiny {
  padding-top: 2px;
}
.p-r-tiny {
  padding-right: 2px;
}
.p-b-tiny {
  padding-bottom: 2px;
}
.p-l-tiny {
  padding-left: 2px;
}
.p-tb-tiny {
  padding-top: 2px;
  padding-bottom: 2px;
}
.p-lr-tiny {
  padding-left: 2px;
  padding-right: 2px;
}
.hover-p-tiny:hover {
  padding: 2px;
}
.p-l-hover-tiny:hover {
  padding-left: 2px;
}
.p-r-hover-tiny:hover {
  padding-right: 2px;
}
.p-mini {
  padding: 3px;
}
.p-t-mini {
  padding-top: 3px;
}
.p-r-mini {
  padding-right: 3px;
}
.p-b-mini {
  padding-bottom: 3px;
}
.p-l-mini {
  padding-left: 3px;
}
.p-tb-mini {
  padding-top: 3px;
  padding-bottom: 3px;
}
.p-lr-mini {
  padding-left: 3px;
  padding-right: 3px;
}
.hover-p-mini:hover {
  padding: 3px;
}
.p-l-hover-mini:hover {
  padding-left: 3px;
}
.p-r-hover-mini:hover {
  padding-right: 3px;
}
.p-xxs {
  padding: 4px;
}
.p-t-xxs {
  padding-top: 4px;
}
.p-r-xxs {
  padding-right: 4px;
}
.p-b-xxs {
  padding-bottom: 4px;
}
.p-l-xxs {
  padding-left: 4px;
}
.p-tb-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.p-lr-xxs {
  padding-left: 4px;
  padding-right: 4px;
}
.hover-p-xxs:hover {
  padding: 4px;
}
.p-l-hover-xxs:hover {
  padding-left: 4px;
}
.p-r-hover-xxs:hover {
  padding-right: 4px;
}
.p-xs {
  padding: 5px;
}
.p-t-xs {
  padding-top: 5px;
}
.p-r-xs {
  padding-right: 5px;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-l-xs {
  padding-left: 5px;
}
.p-tb-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-lr-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.hover-p-xs:hover {
  padding: 5px;
}
.p-l-hover-xs:hover {
  padding-left: 5px;
}
.p-r-hover-xs:hover {
  padding-right: 5px;
}
.p-s {
  padding: 10px;
}
.p-t-s {
  padding-top: 10px;
}
.p-r-s {
  padding-right: 10px;
}
.p-b-s {
  padding-bottom: 10px;
}
.p-l-s {
  padding-left: 10px;
}
.p-tb-s {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-lr-s {
  padding-left: 10px;
  padding-right: 10px;
}
.hover-p-s:hover {
  padding: 10px;
}
.p-l-hover-s:hover {
  padding-left: 10px;
}
.p-r-hover-s:hover {
  padding-right: 10px;
}
.p-m {
  padding: 15px;
}
.p-t-m {
  padding-top: 15px;
}
.p-r-m {
  padding-right: 15px;
}
.p-b-m {
  padding-bottom: 15px;
}
.p-l-m {
  padding-left: 15px;
}
.p-tb-m {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-lr-m {
  padding-left: 15px;
  padding-right: 15px;
}
.hover-p-m:hover {
  padding: 15px;
}
.p-l-hover-m:hover {
  padding-left: 15px;
}
.p-r-hover-m:hover {
  padding-right: 15px;
}
.p-l {
  padding: 20px;
}
.p-t-l {
  padding-top: 20px;
}
.p-r-l {
  padding-right: 20px;
}
.p-b-l {
  padding-bottom: 20px;
}
.p-l-l {
  padding-left: 20px;
}
.p-tb-l {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-lr-l {
  padding-left: 20px;
  padding-right: 20px;
}
.hover-p-l:hover {
  padding: 20px;
}
.p-l-hover-l:hover {
  padding-left: 20px;
}
.p-r-hover-l:hover {
  padding-right: 20px;
}
.p-xl {
  padding: 25px;
}
.p-t-xl {
  padding-top: 25px;
}
.p-r-xl {
  padding-right: 25px;
}
.p-b-xl {
  padding-bottom: 25px;
}
.p-l-xl {
  padding-left: 25px;
}
.p-tb-xl {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-lr-xl {
  padding-left: 25px;
  padding-right: 25px;
}
.hover-p-xl:hover {
  padding: 25px;
}
.p-l-hover-xl:hover {
  padding-left: 25px;
}
.p-r-hover-xl:hover {
  padding-right: 25px;
}
.p-xxl {
  padding: 30px;
}
.p-t-xxl {
  padding-top: 30px;
}
.p-r-xxl {
  padding-right: 30px;
}
.p-b-xxl {
  padding-bottom: 30px;
}
.p-l-xxl {
  padding-left: 30px;
}
.p-tb-xxl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-lr-xxl {
  padding-left: 30px;
  padding-right: 30px;
}
.hover-p-xxl:hover {
  padding: 30px;
}
.p-l-hover-xxl:hover {
  padding-left: 30px;
}
.p-r-hover-xxl:hover {
  padding-right: 30px;
}
.p-3xl {
  padding: 35px;
}
.p-t-3xl {
  padding-top: 35px;
}
.p-r-3xl {
  padding-right: 35px;
}
.p-b-3xl {
  padding-bottom: 35px;
}
.p-l-3xl {
  padding-left: 35px;
}
.p-tb-3xl {
  padding-top: 35px;
  padding-bottom: 35px;
}
.p-lr-3xl {
  padding-left: 35px;
  padding-right: 35px;
}
.hover-p-3xl:hover {
  padding: 35px;
}
.p-l-hover-3xl:hover {
  padding-left: 35px;
}
.p-r-hover-3xl:hover {
  padding-right: 35px;
}
.p-4xl {
  padding: 40px;
}
.p-t-4xl {
  padding-top: 40px;
}
.p-r-4xl {
  padding-right: 40px;
}
.p-b-4xl {
  padding-bottom: 40px;
}
.p-l-4xl {
  padding-left: 40px;
}
.p-tb-4xl {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-lr-4xl {
  padding-left: 40px;
  padding-right: 40px;
}
.hover-p-4xl:hover {
  padding: 40px;
}
.p-l-hover-4xl:hover {
  padding-left: 40px;
}
.p-r-hover-4xl:hover {
  padding-right: 40px;
}
.p-5xl {
  padding: 50px;
}
.p-t-5xl {
  padding-top: 50px;
}
.p-r-5xl {
  padding-right: 50px;
}
.p-b-5xl {
  padding-bottom: 50px;
}
.p-l-5xl {
  padding-left: 50px;
}
.p-tb-5xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-lr-5xl {
  padding-left: 50px;
  padding-right: 50px;
}
.hover-p-5xl:hover {
  padding: 50px;
}
.p-l-hover-5xl:hover {
  padding-left: 50px;
}
.p-r-hover-5xl:hover {
  padding-right: 50px;
}
.p-6xl {
  padding: 60px;
}
.p-t-6xl {
  padding-top: 60px;
}
.p-r-6xl {
  padding-right: 60px;
}
.p-b-6xl {
  padding-bottom: 60px;
}
.p-l-6xl {
  padding-left: 60px;
}
.p-tb-6xl {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-lr-6xl {
  padding-left: 60px;
  padding-right: 60px;
}
.hover-p-6xl:hover {
  padding: 60px;
}
.p-l-hover-6xl:hover {
  padding-left: 60px;
}
.p-r-hover-6xl:hover {
  padding-right: 60px;
}
.p-7xl {
  padding: 70px;
}
.p-t-7xl {
  padding-top: 70px;
}
.p-r-7xl {
  padding-right: 70px;
}
.p-b-7xl {
  padding-bottom: 70px;
}
.p-l-7xl {
  padding-left: 70px;
}
.p-tb-7xl {
  padding-top: 70px;
  padding-bottom: 70px;
}
.p-lr-7xl {
  padding-left: 70px;
  padding-right: 70px;
}
.hover-p-7xl:hover {
  padding: 70px;
}
.p-l-hover-7xl:hover {
  padding-left: 70px;
}
.p-r-hover-7xl:hover {
  padding-right: 70px;
}
.p-8xl {
  padding: 80px;
}
.p-t-8xl {
  padding-top: 80px;
}
.p-r-8xl {
  padding-right: 80px;
}
.p-b-8xl {
  padding-bottom: 80px;
}
.p-l-8xl {
  padding-left: 80px;
}
.p-tb-8xl {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-lr-8xl {
  padding-left: 80px;
  padding-right: 80px;
}
.hover-p-8xl:hover {
  padding: 80px;
}
.p-l-hover-8xl:hover {
  padding-left: 80px;
}
.p-r-hover-8xl:hover {
  padding-right: 80px;
}
.p-9xl {
  padding: 90px;
}
.p-t-9xl {
  padding-top: 90px;
}
.p-r-9xl {
  padding-right: 90px;
}
.p-b-9xl {
  padding-bottom: 90px;
}
.p-l-9xl {
  padding-left: 90px;
}
.p-tb-9xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
.p-lr-9xl {
  padding-left: 90px;
  padding-right: 90px;
}
.hover-p-9xl:hover {
  padding: 90px;
}
.p-l-hover-9xl:hover {
  padding-left: 90px;
}
.p-r-hover-9xl:hover {
  padding-right: 90px;
}
.p-big {
  padding: 100px;
}
.p-t-big {
  padding-top: 100px;
}
.p-r-big {
  padding-right: 100px;
}
.p-b-big {
  padding-bottom: 100px;
}
.p-l-big {
  padding-left: 100px;
}
.p-tb-big {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-lr-big {
  padding-left: 100px;
  padding-right: 100px;
}
.hover-p-big:hover {
  padding: 100px;
}
.p-l-hover-big:hover {
  padding-left: 100px;
}
.p-r-hover-big:hover {
  padding-right: 100px;
}
.p-bigger {
  padding: 150px;
}
.p-t-bigger {
  padding-top: 150px;
}
.p-r-bigger {
  padding-right: 150px;
}
.p-b-bigger {
  padding-bottom: 150px;
}
.p-l-bigger {
  padding-left: 150px;
}
.p-tb-bigger {
  padding-top: 150px;
  padding-bottom: 150px;
}
.p-lr-bigger {
  padding-left: 150px;
  padding-right: 150px;
}
.hover-p-bigger:hover {
  padding: 150px;
}
.p-l-hover-bigger:hover {
  padding-left: 150px;
}
.p-r-hover-bigger:hover {
  padding-right: 150px;
}
.p-big2x {
  padding: 200px;
}
.p-t-big2x {
  padding-top: 200px;
}
.p-r-big2x {
  padding-right: 200px;
}
.p-b-big2x {
  padding-bottom: 200px;
}
.p-l-big2x {
  padding-left: 200px;
}
.p-tb-big2x {
  padding-top: 200px;
  padding-bottom: 200px;
}
.p-lr-big2x {
  padding-left: 200px;
  padding-right: 200px;
}
.hover-p-big2x:hover {
  padding: 200px;
}
.p-l-hover-big2x:hover {
  padding-left: 200px;
}
.p-r-hover-big2x:hover {
  padding-right: 200px;
}
.p-mega {
  padding: 250px;
}
.p-t-mega {
  padding-top: 250px;
}
.p-r-mega {
  padding-right: 250px;
}
.p-b-mega {
  padding-bottom: 250px;
}
.p-l-mega {
  padding-left: 250px;
}
.p-tb-mega {
  padding-top: 250px;
  padding-bottom: 250px;
}
.p-lr-mega {
  padding-left: 250px;
  padding-right: 250px;
}
.hover-p-mega:hover {
  padding: 250px;
}
.p-l-hover-mega:hover {
  padding-left: 250px;
}
.p-r-hover-mega:hover {
  padding-right: 250px;
}
.p-big3x {
  padding: 300px;
}
.p-t-big3x {
  padding-top: 300px;
}
.p-r-big3x {
  padding-right: 300px;
}
.p-b-big3x {
  padding-bottom: 300px;
}
.p-l-big3x {
  padding-left: 300px;
}
.p-tb-big3x {
  padding-top: 300px;
  padding-bottom: 300px;
}
.p-lr-big3x {
  padding-left: 300px;
  padding-right: 300px;
}
.hover-p-big3x:hover {
  padding: 300px;
}
.p-l-hover-big3x:hover {
  padding-left: 300px;
}
.p-r-hover-big3x:hover {
  padding-right: 300px;
}
.p-big35x {
  padding: 350px;
}
.p-t-big35x {
  padding-top: 350px;
}
.p-r-big35x {
  padding-right: 350px;
}
.p-b-big35x {
  padding-bottom: 350px;
}
.p-l-big35x {
  padding-left: 350px;
}
.p-tb-big35x {
  padding-top: 350px;
  padding-bottom: 350px;
}
.p-lr-big35x {
  padding-left: 350px;
  padding-right: 350px;
}
.hover-p-big35x:hover {
  padding: 350px;
}
.p-l-hover-big35x:hover {
  padding-left: 350px;
}
.p-r-hover-big35x:hover {
  padding-right: 350px;
}
.p-big4x {
  padding: 400px;
}
.p-t-big4x {
  padding-top: 400px;
}
.p-r-big4x {
  padding-right: 400px;
}
.p-b-big4x {
  padding-bottom: 400px;
}
.p-l-big4x {
  padding-left: 400px;
}
.p-tb-big4x {
  padding-top: 400px;
  padding-bottom: 400px;
}
.p-lr-big4x {
  padding-left: 400px;
  padding-right: 400px;
}
.hover-p-big4x:hover {
  padding: 400px;
}
.p-l-hover-big4x:hover {
  padding-left: 400px;
}
.p-r-hover-big4x:hover {
  padding-right: 400px;
}
.p-big45x {
  padding: 450px;
}
.p-t-big45x {
  padding-top: 450px;
}
.p-r-big45x {
  padding-right: 450px;
}
.p-b-big45x {
  padding-bottom: 450px;
}
.p-l-big45x {
  padding-left: 450px;
}
.p-tb-big45x {
  padding-top: 450px;
  padding-bottom: 450px;
}
.p-lr-big45x {
  padding-left: 450px;
  padding-right: 450px;
}
.hover-p-big45x:hover {
  padding: 450px;
}
.p-l-hover-big45x:hover {
  padding-left: 450px;
}
.p-r-hover-big45x:hover {
  padding-right: 450px;
}
.p-big5x {
  padding: 500px;
}
.p-t-big5x {
  padding-top: 500px;
}
.p-r-big5x {
  padding-right: 500px;
}
.p-b-big5x {
  padding-bottom: 500px;
}
.p-l-big5x {
  padding-left: 500px;
}
.p-tb-big5x {
  padding-top: 500px;
  padding-bottom: 500px;
}
.p-lr-big5x {
  padding-left: 500px;
  padding-right: 500px;
}
.hover-p-big5x:hover {
  padding: 500px;
}
.p-l-hover-big5x:hover {
  padding-left: 500px;
}
.p-r-hover-big5x:hover {
  padding-right: 500px;
}
.p-big55x {
  padding: 550px;
}
.p-t-big55x {
  padding-top: 550px;
}
.p-r-big55x {
  padding-right: 550px;
}
.p-b-big55x {
  padding-bottom: 550px;
}
.p-l-big55x {
  padding-left: 550px;
}
.p-tb-big55x {
  padding-top: 550px;
  padding-bottom: 550px;
}
.p-lr-big55x {
  padding-left: 550px;
  padding-right: 550px;
}
.hover-p-big55x:hover {
  padding: 550px;
}
.p-l-hover-big55x:hover {
  padding-left: 550px;
}
.p-r-hover-big55x:hover {
  padding-right: 550px;
}
.p-big6x {
  padding: 600px;
}
.p-t-big6x {
  padding-top: 600px;
}
.p-r-big6x {
  padding-right: 600px;
}
.p-b-big6x {
  padding-bottom: 600px;
}
.p-l-big6x {
  padding-left: 600px;
}
.p-tb-big6x {
  padding-top: 600px;
  padding-bottom: 600px;
}
.p-lr-big6x {
  padding-left: 600px;
  padding-right: 600px;
}
.hover-p-big6x:hover {
  padding: 600px;
}
.p-l-hover-big6x:hover {
  padding-left: 600px;
}
.p-r-hover-big6x:hover {
  padding-right: 600px;
}
.p-big65x {
  padding: 650px;
}
.p-t-big65x {
  padding-top: 650px;
}
.p-r-big65x {
  padding-right: 650px;
}
.p-b-big65x {
  padding-bottom: 650px;
}
.p-l-big65x {
  padding-left: 650px;
}
.p-tb-big65x {
  padding-top: 650px;
  padding-bottom: 650px;
}
.p-lr-big65x {
  padding-left: 650px;
  padding-right: 650px;
}
.hover-p-big65x:hover {
  padding: 650px;
}
.p-l-hover-big65x:hover {
  padding-left: 650px;
}
.p-r-hover-big65x:hover {
  padding-right: 650px;
}
.p-big7x {
  padding: 700px;
}
.p-t-big7x {
  padding-top: 700px;
}
.p-r-big7x {
  padding-right: 700px;
}
.p-b-big7x {
  padding-bottom: 700px;
}
.p-l-big7x {
  padding-left: 700px;
}
.p-tb-big7x {
  padding-top: 700px;
  padding-bottom: 700px;
}
.p-lr-big7x {
  padding-left: 700px;
  padding-right: 700px;
}
.hover-p-big7x:hover {
  padding: 700px;
}
.p-l-hover-big7x:hover {
  padding-left: 700px;
}
.p-r-hover-big7x:hover {
  padding-right: 700px;
}
.p-big75x {
  padding: 750px;
}
.p-t-big75x {
  padding-top: 750px;
}
.p-r-big75x {
  padding-right: 750px;
}
.p-b-big75x {
  padding-bottom: 750px;
}
.p-l-big75x {
  padding-left: 750px;
}
.p-tb-big75x {
  padding-top: 750px;
  padding-bottom: 750px;
}
.p-lr-big75x {
  padding-left: 750px;
  padding-right: 750px;
}
.hover-p-big75x:hover {
  padding: 750px;
}
.p-l-hover-big75x:hover {
  padding-left: 750px;
}
.p-r-hover-big75x:hover {
  padding-right: 750px;
}
.p-full {
  padding: 100%;
}
.p-t-full {
  padding-top: 100%;
}
.p-r-full {
  padding-right: 100%;
}
.p-b-full {
  padding-bottom: 100%;
}
.p-l-full {
  padding-left: 100%;
}
.p-tb-full {
  padding-top: 100%;
  padding-bottom: 100%;
}
.p-lr-full {
  padding-left: 100%;
  padding-right: 100%;
}
.hover-p-full:hover {
  padding: 100%;
}
.p-l-hover-full:hover {
  padding-left: 100%;
}
.p-r-hover-full:hover {
  padding-right: 100%;
}
.p-auto {
  padding: auto;
}
.p-t-auto {
  padding-top: auto;
}
.p-r-auto {
  padding-right: auto;
}
.p-b-auto {
  padding-bottom: auto;
}
.p-l-auto {
  padding-left: auto;
}
.p-tb-auto {
  padding-top: auto;
  padding-bottom: auto;
}
.p-lr-auto {
  padding-left: auto;
  padding-right: auto;
}
.hover-p-auto:hover {
  padding: auto;
}
.p-l-hover-auto:hover {
  padding-left: auto;
}
.p-r-hover-auto:hover {
  padding-right: auto;
}
.p-half {
  padding: 50%;
}
.p-t-half {
  padding-top: 50%;
}
.p-r-half {
  padding-right: 50%;
}
.p-b-half {
  padding-bottom: 50%;
}
.p-l-half {
  padding-left: 50%;
}
.p-tb-half {
  padding-top: 50%;
  padding-bottom: 50%;
}
.p-lr-half {
  padding-left: 50%;
  padding-right: 50%;
}
.hover-p-half:hover {
  padding: 50%;
}
.p-l-hover-half:hover {
  padding-left: 50%;
}
.p-r-hover-half:hover {
  padding-right: 50%;
}
.p-quarter {
  padding: 25%;
}
.p-t-quarter {
  padding-top: 25%;
}
.p-r-quarter {
  padding-right: 25%;
}
.p-b-quarter {
  padding-bottom: 25%;
}
.p-l-quarter {
  padding-left: 25%;
}
.p-tb-quarter {
  padding-top: 25%;
  padding-bottom: 25%;
}
.p-lr-quarter {
  padding-left: 25%;
  padding-right: 25%;
}
.hover-p-quarter:hover {
  padding: 25%;
}
.p-l-hover-quarter:hover {
  padding-left: 25%;
}
.p-r-hover-quarter:hover {
  padding-right: 25%;
}
.p-third {
  padding: 33.33%;
}
.p-t-third {
  padding-top: 33.33%;
}
.p-r-third {
  padding-right: 33.33%;
}
.p-b-third {
  padding-bottom: 33.33%;
}
.p-l-third {
  padding-left: 33.33%;
}
.p-tb-third {
  padding-top: 33.33%;
  padding-bottom: 33.33%;
}
.p-lr-third {
  padding-left: 33.33%;
  padding-right: 33.33%;
}
.hover-p-third:hover {
  padding: 33.33%;
}
.p-l-hover-third:hover {
  padding-left: 33.33%;
}
.p-r-hover-third:hover {
  padding-right: 33.33%;
}
.p-two-third {
  padding: 66.67%;
}
.p-t-two-third {
  padding-top: 66.67%;
}
.p-r-two-third {
  padding-right: 66.67%;
}
.p-b-two-third {
  padding-bottom: 66.67%;
}
.p-l-two-third {
  padding-left: 66.67%;
}
.p-tb-two-third {
  padding-top: 66.67%;
  padding-bottom: 66.67%;
}
.p-lr-two-third {
  padding-left: 66.67%;
  padding-right: 66.67%;
}
.hover-p-two-third:hover {
  padding: 66.67%;
}
.p-l-hover-two-third:hover {
  padding-left: 66.67%;
}
.p-r-hover-two-third:hover {
  padding-right: 66.67%;
}
.p-5pc {
  padding: 5%;
}
.p-t-5pc {
  padding-top: 5%;
}
.p-r-5pc {
  padding-right: 5%;
}
.p-b-5pc {
  padding-bottom: 5%;
}
.p-l-5pc {
  padding-left: 5%;
}
.p-tb-5pc {
  padding-top: 5%;
  padding-bottom: 5%;
}
.p-lr-5pc {
  padding-left: 5%;
  padding-right: 5%;
}
.hover-p-5pc:hover {
  padding: 5%;
}
.p-l-hover-5pc:hover {
  padding-left: 5%;
}
.p-r-hover-5pc:hover {
  padding-right: 5%;
}
.p-10pc {
  padding: 10%;
}
.p-t-10pc {
  padding-top: 10%;
}
.p-r-10pc {
  padding-right: 10%;
}
.p-b-10pc {
  padding-bottom: 10%;
}
.p-l-10pc {
  padding-left: 10%;
}
.p-tb-10pc {
  padding-top: 10%;
  padding-bottom: 10%;
}
.p-lr-10pc {
  padding-left: 10%;
  padding-right: 10%;
}
.hover-p-10pc:hover {
  padding: 10%;
}
.p-l-hover-10pc:hover {
  padding-left: 10%;
}
.p-r-hover-10pc:hover {
  padding-right: 10%;
}
.p-15pc {
  padding: 15%;
}
.p-t-15pc {
  padding-top: 15%;
}
.p-r-15pc {
  padding-right: 15%;
}
.p-b-15pc {
  padding-bottom: 15%;
}
.p-l-15pc {
  padding-left: 15%;
}
.p-tb-15pc {
  padding-top: 15%;
  padding-bottom: 15%;
}
.p-lr-15pc {
  padding-left: 15%;
  padding-right: 15%;
}
.hover-p-15pc:hover {
  padding: 15%;
}
.p-l-hover-15pc:hover {
  padding-left: 15%;
}
.p-r-hover-15pc:hover {
  padding-right: 15%;
}
.p-20pc {
  padding: 20%;
}
.p-t-20pc {
  padding-top: 20%;
}
.p-r-20pc {
  padding-right: 20%;
}
.p-b-20pc {
  padding-bottom: 20%;
}
.p-l-20pc {
  padding-left: 20%;
}
.p-tb-20pc {
  padding-top: 20%;
  padding-bottom: 20%;
}
.p-lr-20pc {
  padding-left: 20%;
  padding-right: 20%;
}
.hover-p-20pc:hover {
  padding: 20%;
}
.p-l-hover-20pc:hover {
  padding-left: 20%;
}
.p-r-hover-20pc:hover {
  padding-right: 20%;
}
.p-33pc {
  padding: 33.33%;
}
.p-t-33pc {
  padding-top: 33.33%;
}
.p-r-33pc {
  padding-right: 33.33%;
}
.p-b-33pc {
  padding-bottom: 33.33%;
}
.p-l-33pc {
  padding-left: 33.33%;
}
.p-tb-33pc {
  padding-top: 33.33%;
  padding-bottom: 33.33%;
}
.p-lr-33pc {
  padding-left: 33.33%;
  padding-right: 33.33%;
}
.hover-p-33pc:hover {
  padding: 33.33%;
}
.p-l-hover-33pc:hover {
  padding-left: 33.33%;
}
.p-r-hover-33pc:hover {
  padding-right: 33.33%;
}
.p-30pc {
  padding: 30%;
}
.p-t-30pc {
  padding-top: 30%;
}
.p-r-30pc {
  padding-right: 30%;
}
.p-b-30pc {
  padding-bottom: 30%;
}
.p-l-30pc {
  padding-left: 30%;
}
.p-tb-30pc {
  padding-top: 30%;
  padding-bottom: 30%;
}
.p-lr-30pc {
  padding-left: 30%;
  padding-right: 30%;
}
.hover-p-30pc:hover {
  padding: 30%;
}
.p-l-hover-30pc:hover {
  padding-left: 30%;
}
.p-r-hover-30pc:hover {
  padding-right: 30%;
}
.p-40pc {
  padding: 40%;
}
.p-t-40pc {
  padding-top: 40%;
}
.p-r-40pc {
  padding-right: 40%;
}
.p-b-40pc {
  padding-bottom: 40%;
}
.p-l-40pc {
  padding-left: 40%;
}
.p-tb-40pc {
  padding-top: 40%;
  padding-bottom: 40%;
}
.p-lr-40pc {
  padding-left: 40%;
  padding-right: 40%;
}
.hover-p-40pc:hover {
  padding: 40%;
}
.p-l-hover-40pc:hover {
  padding-left: 40%;
}
.p-r-hover-40pc:hover {
  padding-right: 40%;
}
.p-60pc {
  padding: 60%;
}
.p-t-60pc {
  padding-top: 60%;
}
.p-r-60pc {
  padding-right: 60%;
}
.p-b-60pc {
  padding-bottom: 60%;
}
.p-l-60pc {
  padding-left: 60%;
}
.p-tb-60pc {
  padding-top: 60%;
  padding-bottom: 60%;
}
.p-lr-60pc {
  padding-left: 60%;
  padding-right: 60%;
}
.hover-p-60pc:hover {
  padding: 60%;
}
.p-l-hover-60pc:hover {
  padding-left: 60%;
}
.p-r-hover-60pc:hover {
  padding-right: 60%;
}
.p-70pc {
  padding: 70%;
}
.p-t-70pc {
  padding-top: 70%;
}
.p-r-70pc {
  padding-right: 70%;
}
.p-b-70pc {
  padding-bottom: 70%;
}
.p-l-70pc {
  padding-left: 70%;
}
.p-tb-70pc {
  padding-top: 70%;
  padding-bottom: 70%;
}
.p-lr-70pc {
  padding-left: 70%;
  padding-right: 70%;
}
.hover-p-70pc:hover {
  padding: 70%;
}
.p-l-hover-70pc:hover {
  padding-left: 70%;
}
.p-r-hover-70pc:hover {
  padding-right: 70%;
}
.p-80pc {
  padding: 80%;
}
.p-t-80pc {
  padding-top: 80%;
}
.p-r-80pc {
  padding-right: 80%;
}
.p-b-80pc {
  padding-bottom: 80%;
}
.p-l-80pc {
  padding-left: 80%;
}
.p-tb-80pc {
  padding-top: 80%;
  padding-bottom: 80%;
}
.p-lr-80pc {
  padding-left: 80%;
  padding-right: 80%;
}
.hover-p-80pc:hover {
  padding: 80%;
}
.p-l-hover-80pc:hover {
  padding-left: 80%;
}
.p-r-hover-80pc:hover {
  padding-right: 80%;
}
.p-90pc {
  padding: 90%;
}
.p-t-90pc {
  padding-top: 90%;
}
.p-r-90pc {
  padding-right: 90%;
}
.p-b-90pc {
  padding-bottom: 90%;
}
.p-l-90pc {
  padding-left: 90%;
}
.p-tb-90pc {
  padding-top: 90%;
  padding-bottom: 90%;
}
.p-lr-90pc {
  padding-left: 90%;
  padding-right: 90%;
}
.hover-p-90pc:hover {
  padding: 90%;
}
.p-l-hover-90pc:hover {
  padding-left: 90%;
}
.p-r-hover-90pc:hover {
  padding-right: 90%;
}
.p-none-important {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .p-none-sm {
    padding: 0px;
  }
  .p-t-none-sm {
    padding-top: 0px;
  }
  .p-r-none-sm {
    padding-right: 0px;
  }
  .p-b-none-sm {
    padding-bottom: 0px;
  }
  .p-l-none-sm {
    padding-left: 0px;
  }
  .p-tb-none-sm {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-lr-none-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hover-p-none-sm:hover {
    padding: 0px;
  }
  .p-nano-sm {
    padding: 1px;
  }
  .p-t-nano-sm {
    padding-top: 1px;
  }
  .p-r-nano-sm {
    padding-right: 1px;
  }
  .p-b-nano-sm {
    padding-bottom: 1px;
  }
  .p-l-nano-sm {
    padding-left: 1px;
  }
  .p-tb-nano-sm {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .p-lr-nano-sm {
    padding-left: 1px;
    padding-right: 1px;
  }
  .hover-p-nano-sm:hover {
    padding: 1px;
  }
  .p-tiny-sm {
    padding: 2px;
  }
  .p-t-tiny-sm {
    padding-top: 2px;
  }
  .p-r-tiny-sm {
    padding-right: 2px;
  }
  .p-b-tiny-sm {
    padding-bottom: 2px;
  }
  .p-l-tiny-sm {
    padding-left: 2px;
  }
  .p-tb-tiny-sm {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-lr-tiny-sm {
    padding-left: 2px;
    padding-right: 2px;
  }
  .hover-p-tiny-sm:hover {
    padding: 2px;
  }
  .p-mini-sm {
    padding: 3px;
  }
  .p-t-mini-sm {
    padding-top: 3px;
  }
  .p-r-mini-sm {
    padding-right: 3px;
  }
  .p-b-mini-sm {
    padding-bottom: 3px;
  }
  .p-l-mini-sm {
    padding-left: 3px;
  }
  .p-tb-mini-sm {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-lr-mini-sm {
    padding-left: 3px;
    padding-right: 3px;
  }
  .hover-p-mini-sm:hover {
    padding: 3px;
  }
  .p-xxs-sm {
    padding: 4px;
  }
  .p-t-xxs-sm {
    padding-top: 4px;
  }
  .p-r-xxs-sm {
    padding-right: 4px;
  }
  .p-b-xxs-sm {
    padding-bottom: 4px;
  }
  .p-l-xxs-sm {
    padding-left: 4px;
  }
  .p-tb-xxs-sm {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-lr-xxs-sm {
    padding-left: 4px;
    padding-right: 4px;
  }
  .hover-p-xxs-sm:hover {
    padding: 4px;
  }
  .p-xs-sm {
    padding: 5px;
  }
  .p-t-xs-sm {
    padding-top: 5px;
  }
  .p-r-xs-sm {
    padding-right: 5px;
  }
  .p-b-xs-sm {
    padding-bottom: 5px;
  }
  .p-l-xs-sm {
    padding-left: 5px;
  }
  .p-tb-xs-sm {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-lr-xs-sm {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hover-p-xs-sm:hover {
    padding: 5px;
  }
  .p-s-sm {
    padding: 10px;
  }
  .p-t-s-sm {
    padding-top: 10px;
  }
  .p-r-s-sm {
    padding-right: 10px;
  }
  .p-b-s-sm {
    padding-bottom: 10px;
  }
  .p-l-s-sm {
    padding-left: 10px;
  }
  .p-tb-s-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-lr-s-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hover-p-s-sm:hover {
    padding: 10px;
  }
  .p-m-sm {
    padding: 15px;
  }
  .p-t-m-sm {
    padding-top: 15px;
  }
  .p-r-m-sm {
    padding-right: 15px;
  }
  .p-b-m-sm {
    padding-bottom: 15px;
  }
  .p-l-m-sm {
    padding-left: 15px;
  }
  .p-tb-m-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-lr-m-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hover-p-m-sm:hover {
    padding: 15px;
  }
  .p-l-sm {
    padding: 20px;
  }
  .p-t-l-sm {
    padding-top: 20px;
  }
  .p-r-l-sm {
    padding-right: 20px;
  }
  .p-b-l-sm {
    padding-bottom: 20px;
  }
  .p-l-l-sm {
    padding-left: 20px;
  }
  .p-tb-l-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-lr-l-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hover-p-l-sm:hover {
    padding: 20px;
  }
  .p-xl-sm {
    padding: 25px;
  }
  .p-t-xl-sm {
    padding-top: 25px;
  }
  .p-r-xl-sm {
    padding-right: 25px;
  }
  .p-b-xl-sm {
    padding-bottom: 25px;
  }
  .p-l-xl-sm {
    padding-left: 25px;
  }
  .p-tb-xl-sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-lr-xl-sm {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hover-p-xl-sm:hover {
    padding: 25px;
  }
  .p-xxl-sm {
    padding: 30px;
  }
  .p-t-xxl-sm {
    padding-top: 30px;
  }
  .p-r-xxl-sm {
    padding-right: 30px;
  }
  .p-b-xxl-sm {
    padding-bottom: 30px;
  }
  .p-l-xxl-sm {
    padding-left: 30px;
  }
  .p-tb-xxl-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-lr-xxl-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hover-p-xxl-sm:hover {
    padding: 30px;
  }
  .p-3xl-sm {
    padding: 35px;
  }
  .p-t-3xl-sm {
    padding-top: 35px;
  }
  .p-r-3xl-sm {
    padding-right: 35px;
  }
  .p-b-3xl-sm {
    padding-bottom: 35px;
  }
  .p-l-3xl-sm {
    padding-left: 35px;
  }
  .p-tb-3xl-sm {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p-lr-3xl-sm {
    padding-left: 35px;
    padding-right: 35px;
  }
  .hover-p-3xl-sm:hover {
    padding: 35px;
  }
  .p-4xl-sm {
    padding: 40px;
  }
  .p-t-4xl-sm {
    padding-top: 40px;
  }
  .p-r-4xl-sm {
    padding-right: 40px;
  }
  .p-b-4xl-sm {
    padding-bottom: 40px;
  }
  .p-l-4xl-sm {
    padding-left: 40px;
  }
  .p-tb-4xl-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-lr-4xl-sm {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hover-p-4xl-sm:hover {
    padding: 40px;
  }
  .p-5xl-sm {
    padding: 50px;
  }
  .p-t-5xl-sm {
    padding-top: 50px;
  }
  .p-r-5xl-sm {
    padding-right: 50px;
  }
  .p-b-5xl-sm {
    padding-bottom: 50px;
  }
  .p-l-5xl-sm {
    padding-left: 50px;
  }
  .p-tb-5xl-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-lr-5xl-sm {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hover-p-5xl-sm:hover {
    padding: 50px;
  }
  .p-6xl-sm {
    padding: 60px;
  }
  .p-t-6xl-sm {
    padding-top: 60px;
  }
  .p-r-6xl-sm {
    padding-right: 60px;
  }
  .p-b-6xl-sm {
    padding-bottom: 60px;
  }
  .p-l-6xl-sm {
    padding-left: 60px;
  }
  .p-tb-6xl-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-lr-6xl-sm {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hover-p-6xl-sm:hover {
    padding: 60px;
  }
  .p-7xl-sm {
    padding: 70px;
  }
  .p-t-7xl-sm {
    padding-top: 70px;
  }
  .p-r-7xl-sm {
    padding-right: 70px;
  }
  .p-b-7xl-sm {
    padding-bottom: 70px;
  }
  .p-l-7xl-sm {
    padding-left: 70px;
  }
  .p-tb-7xl-sm {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .p-lr-7xl-sm {
    padding-left: 70px;
    padding-right: 70px;
  }
  .hover-p-7xl-sm:hover {
    padding: 70px;
  }
  .p-8xl-sm {
    padding: 80px;
  }
  .p-t-8xl-sm {
    padding-top: 80px;
  }
  .p-r-8xl-sm {
    padding-right: 80px;
  }
  .p-b-8xl-sm {
    padding-bottom: 80px;
  }
  .p-l-8xl-sm {
    padding-left: 80px;
  }
  .p-tb-8xl-sm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-lr-8xl-sm {
    padding-left: 80px;
    padding-right: 80px;
  }
  .hover-p-8xl-sm:hover {
    padding: 80px;
  }
  .p-9xl-sm {
    padding: 90px;
  }
  .p-t-9xl-sm {
    padding-top: 90px;
  }
  .p-r-9xl-sm {
    padding-right: 90px;
  }
  .p-b-9xl-sm {
    padding-bottom: 90px;
  }
  .p-l-9xl-sm {
    padding-left: 90px;
  }
  .p-tb-9xl-sm {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-lr-9xl-sm {
    padding-left: 90px;
    padding-right: 90px;
  }
  .hover-p-9xl-sm:hover {
    padding: 90px;
  }
  .p-big-sm {
    padding: 100px;
  }
  .p-t-big-sm {
    padding-top: 100px;
  }
  .p-r-big-sm {
    padding-right: 100px;
  }
  .p-b-big-sm {
    padding-bottom: 100px;
  }
  .p-l-big-sm {
    padding-left: 100px;
  }
  .p-tb-big-sm {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-lr-big-sm {
    padding-left: 100px;
    padding-right: 100px;
  }
  .hover-p-big-sm:hover {
    padding: 100px;
  }
  .p-bigger-sm {
    padding: 150px;
  }
  .p-t-bigger-sm {
    padding-top: 150px;
  }
  .p-r-bigger-sm {
    padding-right: 150px;
  }
  .p-b-bigger-sm {
    padding-bottom: 150px;
  }
  .p-l-bigger-sm {
    padding-left: 150px;
  }
  .p-tb-bigger-sm {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .p-lr-bigger-sm {
    padding-left: 150px;
    padding-right: 150px;
  }
  .hover-p-bigger-sm:hover {
    padding: 150px;
  }
  .p-big2x-sm {
    padding: 200px;
  }
  .p-t-big2x-sm {
    padding-top: 200px;
  }
  .p-r-big2x-sm {
    padding-right: 200px;
  }
  .p-b-big2x-sm {
    padding-bottom: 200px;
  }
  .p-l-big2x-sm {
    padding-left: 200px;
  }
  .p-tb-big2x-sm {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .p-lr-big2x-sm {
    padding-left: 200px;
    padding-right: 200px;
  }
  .hover-p-big2x-sm:hover {
    padding: 200px;
  }
  .p-mega-sm {
    padding: 250px;
  }
  .p-t-mega-sm {
    padding-top: 250px;
  }
  .p-r-mega-sm {
    padding-right: 250px;
  }
  .p-b-mega-sm {
    padding-bottom: 250px;
  }
  .p-l-mega-sm {
    padding-left: 250px;
  }
  .p-tb-mega-sm {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .p-lr-mega-sm {
    padding-left: 250px;
    padding-right: 250px;
  }
  .hover-p-mega-sm:hover {
    padding: 250px;
  }
  .p-big3x-sm {
    padding: 300px;
  }
  .p-t-big3x-sm {
    padding-top: 300px;
  }
  .p-r-big3x-sm {
    padding-right: 300px;
  }
  .p-b-big3x-sm {
    padding-bottom: 300px;
  }
  .p-l-big3x-sm {
    padding-left: 300px;
  }
  .p-tb-big3x-sm {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .p-lr-big3x-sm {
    padding-left: 300px;
    padding-right: 300px;
  }
  .hover-p-big3x-sm:hover {
    padding: 300px;
  }
  .p-big35x-sm {
    padding: 350px;
  }
  .p-t-big35x-sm {
    padding-top: 350px;
  }
  .p-r-big35x-sm {
    padding-right: 350px;
  }
  .p-b-big35x-sm {
    padding-bottom: 350px;
  }
  .p-l-big35x-sm {
    padding-left: 350px;
  }
  .p-tb-big35x-sm {
    padding-top: 350px;
    padding-bottom: 350px;
  }
  .p-lr-big35x-sm {
    padding-left: 350px;
    padding-right: 350px;
  }
  .hover-p-big35x-sm:hover {
    padding: 350px;
  }
  .p-big4x-sm {
    padding: 400px;
  }
  .p-t-big4x-sm {
    padding-top: 400px;
  }
  .p-r-big4x-sm {
    padding-right: 400px;
  }
  .p-b-big4x-sm {
    padding-bottom: 400px;
  }
  .p-l-big4x-sm {
    padding-left: 400px;
  }
  .p-tb-big4x-sm {
    padding-top: 400px;
    padding-bottom: 400px;
  }
  .p-lr-big4x-sm {
    padding-left: 400px;
    padding-right: 400px;
  }
  .hover-p-big4x-sm:hover {
    padding: 400px;
  }
  .p-big45x-sm {
    padding: 450px;
  }
  .p-t-big45x-sm {
    padding-top: 450px;
  }
  .p-r-big45x-sm {
    padding-right: 450px;
  }
  .p-b-big45x-sm {
    padding-bottom: 450px;
  }
  .p-l-big45x-sm {
    padding-left: 450px;
  }
  .p-tb-big45x-sm {
    padding-top: 450px;
    padding-bottom: 450px;
  }
  .p-lr-big45x-sm {
    padding-left: 450px;
    padding-right: 450px;
  }
  .hover-p-big45x-sm:hover {
    padding: 450px;
  }
  .p-big5x-sm {
    padding: 500px;
  }
  .p-t-big5x-sm {
    padding-top: 500px;
  }
  .p-r-big5x-sm {
    padding-right: 500px;
  }
  .p-b-big5x-sm {
    padding-bottom: 500px;
  }
  .p-l-big5x-sm {
    padding-left: 500px;
  }
  .p-tb-big5x-sm {
    padding-top: 500px;
    padding-bottom: 500px;
  }
  .p-lr-big5x-sm {
    padding-left: 500px;
    padding-right: 500px;
  }
  .hover-p-big5x-sm:hover {
    padding: 500px;
  }
  .p-big55x-sm {
    padding: 550px;
  }
  .p-t-big55x-sm {
    padding-top: 550px;
  }
  .p-r-big55x-sm {
    padding-right: 550px;
  }
  .p-b-big55x-sm {
    padding-bottom: 550px;
  }
  .p-l-big55x-sm {
    padding-left: 550px;
  }
  .p-tb-big55x-sm {
    padding-top: 550px;
    padding-bottom: 550px;
  }
  .p-lr-big55x-sm {
    padding-left: 550px;
    padding-right: 550px;
  }
  .hover-p-big55x-sm:hover {
    padding: 550px;
  }
  .p-big6x-sm {
    padding: 600px;
  }
  .p-t-big6x-sm {
    padding-top: 600px;
  }
  .p-r-big6x-sm {
    padding-right: 600px;
  }
  .p-b-big6x-sm {
    padding-bottom: 600px;
  }
  .p-l-big6x-sm {
    padding-left: 600px;
  }
  .p-tb-big6x-sm {
    padding-top: 600px;
    padding-bottom: 600px;
  }
  .p-lr-big6x-sm {
    padding-left: 600px;
    padding-right: 600px;
  }
  .hover-p-big6x-sm:hover {
    padding: 600px;
  }
  .p-big65x-sm {
    padding: 650px;
  }
  .p-t-big65x-sm {
    padding-top: 650px;
  }
  .p-r-big65x-sm {
    padding-right: 650px;
  }
  .p-b-big65x-sm {
    padding-bottom: 650px;
  }
  .p-l-big65x-sm {
    padding-left: 650px;
  }
  .p-tb-big65x-sm {
    padding-top: 650px;
    padding-bottom: 650px;
  }
  .p-lr-big65x-sm {
    padding-left: 650px;
    padding-right: 650px;
  }
  .hover-p-big65x-sm:hover {
    padding: 650px;
  }
  .p-big7x-sm {
    padding: 700px;
  }
  .p-t-big7x-sm {
    padding-top: 700px;
  }
  .p-r-big7x-sm {
    padding-right: 700px;
  }
  .p-b-big7x-sm {
    padding-bottom: 700px;
  }
  .p-l-big7x-sm {
    padding-left: 700px;
  }
  .p-tb-big7x-sm {
    padding-top: 700px;
    padding-bottom: 700px;
  }
  .p-lr-big7x-sm {
    padding-left: 700px;
    padding-right: 700px;
  }
  .hover-p-big7x-sm:hover {
    padding: 700px;
  }
  .p-big75x-sm {
    padding: 750px;
  }
  .p-t-big75x-sm {
    padding-top: 750px;
  }
  .p-r-big75x-sm {
    padding-right: 750px;
  }
  .p-b-big75x-sm {
    padding-bottom: 750px;
  }
  .p-l-big75x-sm {
    padding-left: 750px;
  }
  .p-tb-big75x-sm {
    padding-top: 750px;
    padding-bottom: 750px;
  }
  .p-lr-big75x-sm {
    padding-left: 750px;
    padding-right: 750px;
  }
  .hover-p-big75x-sm:hover {
    padding: 750px;
  }
  .p-full-sm {
    padding: 100%;
  }
  .p-t-full-sm {
    padding-top: 100%;
  }
  .p-r-full-sm {
    padding-right: 100%;
  }
  .p-b-full-sm {
    padding-bottom: 100%;
  }
  .p-l-full-sm {
    padding-left: 100%;
  }
  .p-tb-full-sm {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .p-lr-full-sm {
    padding-left: 100%;
    padding-right: 100%;
  }
  .hover-p-full-sm:hover {
    padding: 100%;
  }
  .p-auto-sm {
    padding: auto;
  }
  .p-t-auto-sm {
    padding-top: auto;
  }
  .p-r-auto-sm {
    padding-right: auto;
  }
  .p-b-auto-sm {
    padding-bottom: auto;
  }
  .p-l-auto-sm {
    padding-left: auto;
  }
  .p-tb-auto-sm {
    padding-top: auto;
    padding-bottom: auto;
  }
  .p-lr-auto-sm {
    padding-left: auto;
    padding-right: auto;
  }
  .hover-p-auto-sm:hover {
    padding: auto;
  }
  .p-half-sm {
    padding: 50%;
  }
  .p-t-half-sm {
    padding-top: 50%;
  }
  .p-r-half-sm {
    padding-right: 50%;
  }
  .p-b-half-sm {
    padding-bottom: 50%;
  }
  .p-l-half-sm {
    padding-left: 50%;
  }
  .p-tb-half-sm {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .p-lr-half-sm {
    padding-left: 50%;
    padding-right: 50%;
  }
  .hover-p-half-sm:hover {
    padding: 50%;
  }
  .p-quarter-sm {
    padding: 25%;
  }
  .p-t-quarter-sm {
    padding-top: 25%;
  }
  .p-r-quarter-sm {
    padding-right: 25%;
  }
  .p-b-quarter-sm {
    padding-bottom: 25%;
  }
  .p-l-quarter-sm {
    padding-left: 25%;
  }
  .p-tb-quarter-sm {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .p-lr-quarter-sm {
    padding-left: 25%;
    padding-right: 25%;
  }
  .hover-p-quarter-sm:hover {
    padding: 25%;
  }
  .p-third-sm {
    padding: 33.33%;
  }
  .p-t-third-sm {
    padding-top: 33.33%;
  }
  .p-r-third-sm {
    padding-right: 33.33%;
  }
  .p-b-third-sm {
    padding-bottom: 33.33%;
  }
  .p-l-third-sm {
    padding-left: 33.33%;
  }
  .p-tb-third-sm {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-third-sm {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .hover-p-third-sm:hover {
    padding: 33.33%;
  }
  .p-two-third-sm {
    padding: 66.67%;
  }
  .p-t-two-third-sm {
    padding-top: 66.67%;
  }
  .p-r-two-third-sm {
    padding-right: 66.67%;
  }
  .p-b-two-third-sm {
    padding-bottom: 66.67%;
  }
  .p-l-two-third-sm {
    padding-left: 66.67%;
  }
  .p-tb-two-third-sm {
    padding-top: 66.67%;
    padding-bottom: 66.67%;
  }
  .p-lr-two-third-sm {
    padding-left: 66.67%;
    padding-right: 66.67%;
  }
  .hover-p-two-third-sm:hover {
    padding: 66.67%;
  }
  .p-5pc-sm {
    padding: 5%;
  }
  .p-t-5pc-sm {
    padding-top: 5%;
  }
  .p-r-5pc-sm {
    padding-right: 5%;
  }
  .p-b-5pc-sm {
    padding-bottom: 5%;
  }
  .p-l-5pc-sm {
    padding-left: 5%;
  }
  .p-tb-5pc-sm {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-lr-5pc-sm {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hover-p-5pc-sm:hover {
    padding: 5%;
  }
  .p-10pc-sm {
    padding: 10%;
  }
  .p-t-10pc-sm {
    padding-top: 10%;
  }
  .p-r-10pc-sm {
    padding-right: 10%;
  }
  .p-b-10pc-sm {
    padding-bottom: 10%;
  }
  .p-l-10pc-sm {
    padding-left: 10%;
  }
  .p-tb-10pc-sm {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .p-lr-10pc-sm {
    padding-left: 10%;
    padding-right: 10%;
  }
  .hover-p-10pc-sm:hover {
    padding: 10%;
  }
  .p-15pc-sm {
    padding: 15%;
  }
  .p-t-15pc-sm {
    padding-top: 15%;
  }
  .p-r-15pc-sm {
    padding-right: 15%;
  }
  .p-b-15pc-sm {
    padding-bottom: 15%;
  }
  .p-l-15pc-sm {
    padding-left: 15%;
  }
  .p-tb-15pc-sm {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .p-lr-15pc-sm {
    padding-left: 15%;
    padding-right: 15%;
  }
  .hover-p-15pc-sm:hover {
    padding: 15%;
  }
  .p-20pc-sm {
    padding: 20%;
  }
  .p-t-20pc-sm {
    padding-top: 20%;
  }
  .p-r-20pc-sm {
    padding-right: 20%;
  }
  .p-b-20pc-sm {
    padding-bottom: 20%;
  }
  .p-l-20pc-sm {
    padding-left: 20%;
  }
  .p-tb-20pc-sm {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .p-lr-20pc-sm {
    padding-left: 20%;
    padding-right: 20%;
  }
  .hover-p-20pc-sm:hover {
    padding: 20%;
  }
  .p-33pc-sm {
    padding: 33.33%;
  }
  .p-t-33pc-sm {
    padding-top: 33.33%;
  }
  .p-r-33pc-sm {
    padding-right: 33.33%;
  }
  .p-b-33pc-sm {
    padding-bottom: 33.33%;
  }
  .p-l-33pc-sm {
    padding-left: 33.33%;
  }
  .p-tb-33pc-sm {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-33pc-sm {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .hover-p-33pc-sm:hover {
    padding: 33.33%;
  }
  .p-30pc-sm {
    padding: 30%;
  }
  .p-t-30pc-sm {
    padding-top: 30%;
  }
  .p-r-30pc-sm {
    padding-right: 30%;
  }
  .p-b-30pc-sm {
    padding-bottom: 30%;
  }
  .p-l-30pc-sm {
    padding-left: 30%;
  }
  .p-tb-30pc-sm {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .p-lr-30pc-sm {
    padding-left: 30%;
    padding-right: 30%;
  }
  .hover-p-30pc-sm:hover {
    padding: 30%;
  }
  .p-40pc-sm {
    padding: 40%;
  }
  .p-t-40pc-sm {
    padding-top: 40%;
  }
  .p-r-40pc-sm {
    padding-right: 40%;
  }
  .p-b-40pc-sm {
    padding-bottom: 40%;
  }
  .p-l-40pc-sm {
    padding-left: 40%;
  }
  .p-tb-40pc-sm {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  .p-lr-40pc-sm {
    padding-left: 40%;
    padding-right: 40%;
  }
  .hover-p-40pc-sm:hover {
    padding: 40%;
  }
  .p-60pc-sm {
    padding: 60%;
  }
  .p-t-60pc-sm {
    padding-top: 60%;
  }
  .p-r-60pc-sm {
    padding-right: 60%;
  }
  .p-b-60pc-sm {
    padding-bottom: 60%;
  }
  .p-l-60pc-sm {
    padding-left: 60%;
  }
  .p-tb-60pc-sm {
    padding-top: 60%;
    padding-bottom: 60%;
  }
  .p-lr-60pc-sm {
    padding-left: 60%;
    padding-right: 60%;
  }
  .hover-p-60pc-sm:hover {
    padding: 60%;
  }
  .p-70pc-sm {
    padding: 70%;
  }
  .p-t-70pc-sm {
    padding-top: 70%;
  }
  .p-r-70pc-sm {
    padding-right: 70%;
  }
  .p-b-70pc-sm {
    padding-bottom: 70%;
  }
  .p-l-70pc-sm {
    padding-left: 70%;
  }
  .p-tb-70pc-sm {
    padding-top: 70%;
    padding-bottom: 70%;
  }
  .p-lr-70pc-sm {
    padding-left: 70%;
    padding-right: 70%;
  }
  .hover-p-70pc-sm:hover {
    padding: 70%;
  }
  .p-80pc-sm {
    padding: 80%;
  }
  .p-t-80pc-sm {
    padding-top: 80%;
  }
  .p-r-80pc-sm {
    padding-right: 80%;
  }
  .p-b-80pc-sm {
    padding-bottom: 80%;
  }
  .p-l-80pc-sm {
    padding-left: 80%;
  }
  .p-tb-80pc-sm {
    padding-top: 80%;
    padding-bottom: 80%;
  }
  .p-lr-80pc-sm {
    padding-left: 80%;
    padding-right: 80%;
  }
  .hover-p-80pc-sm:hover {
    padding: 80%;
  }
  .p-90pc-sm {
    padding: 90%;
  }
  .p-t-90pc-sm {
    padding-top: 90%;
  }
  .p-r-90pc-sm {
    padding-right: 90%;
  }
  .p-b-90pc-sm {
    padding-bottom: 90%;
  }
  .p-l-90pc-sm {
    padding-left: 90%;
  }
  .p-tb-90pc-sm {
    padding-top: 90%;
    padding-bottom: 90%;
  }
  .p-lr-90pc-sm {
    padding-left: 90%;
    padding-right: 90%;
  }
  .hover-p-90pc-sm:hover {
    padding: 90%;
  }
}
@media (min-width: 992px) {
  .p-none-md {
    padding: 0px;
  }
  .p-t-none-md {
    padding-top: 0px;
  }
  .p-r-none-md {
    padding-right: 0px;
  }
  .p-b-none-md {
    padding-bottom: 0px;
  }
  .p-l-none-md {
    padding-left: 0px;
  }
  .p-tb-none-md {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-lr-none-md {
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-nano-md {
    padding: 1px;
  }
  .p-t-nano-md {
    padding-top: 1px;
  }
  .p-r-nano-md {
    padding-right: 1px;
  }
  .p-b-nano-md {
    padding-bottom: 1px;
  }
  .p-l-nano-md {
    padding-left: 1px;
  }
  .p-tb-nano-md {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .p-lr-nano-md {
    padding-left: 1px;
    padding-right: 1px;
  }
  .p-tiny-md {
    padding: 2px;
  }
  .p-t-tiny-md {
    padding-top: 2px;
  }
  .p-r-tiny-md {
    padding-right: 2px;
  }
  .p-b-tiny-md {
    padding-bottom: 2px;
  }
  .p-l-tiny-md {
    padding-left: 2px;
  }
  .p-tb-tiny-md {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-lr-tiny-md {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-mini-md {
    padding: 3px;
  }
  .p-t-mini-md {
    padding-top: 3px;
  }
  .p-r-mini-md {
    padding-right: 3px;
  }
  .p-b-mini-md {
    padding-bottom: 3px;
  }
  .p-l-mini-md {
    padding-left: 3px;
  }
  .p-tb-mini-md {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-lr-mini-md {
    padding-left: 3px;
    padding-right: 3px;
  }
  .p-xxs-md {
    padding: 4px;
  }
  .p-t-xxs-md {
    padding-top: 4px;
  }
  .p-r-xxs-md {
    padding-right: 4px;
  }
  .p-b-xxs-md {
    padding-bottom: 4px;
  }
  .p-l-xxs-md {
    padding-left: 4px;
  }
  .p-tb-xxs-md {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-lr-xxs-md {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-xs-md {
    padding: 5px;
  }
  .p-t-xs-md {
    padding-top: 5px;
  }
  .p-r-xs-md {
    padding-right: 5px;
  }
  .p-b-xs-md {
    padding-bottom: 5px;
  }
  .p-l-xs-md {
    padding-left: 5px;
  }
  .p-tb-xs-md {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-lr-xs-md {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-s-md {
    padding: 10px;
  }
  .p-t-s-md {
    padding-top: 10px;
  }
  .p-r-s-md {
    padding-right: 10px;
  }
  .p-b-s-md {
    padding-bottom: 10px;
  }
  .p-l-s-md {
    padding-left: 10px;
  }
  .p-tb-s-md {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-lr-s-md {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-m-md {
    padding: 15px;
  }
  .p-t-m-md {
    padding-top: 15px;
  }
  .p-r-m-md {
    padding-right: 15px;
  }
  .p-b-m-md {
    padding-bottom: 15px;
  }
  .p-l-m-md {
    padding-left: 15px;
  }
  .p-tb-m-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-lr-m-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l-md {
    padding: 20px;
  }
  .p-t-l-md {
    padding-top: 20px;
  }
  .p-r-l-md {
    padding-right: 20px;
  }
  .p-b-l-md {
    padding-bottom: 20px;
  }
  .p-l-l-md {
    padding-left: 20px;
  }
  .p-tb-l-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-lr-l-md {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-xl-md {
    padding: 25px;
  }
  .p-t-xl-md {
    padding-top: 25px;
  }
  .p-r-xl-md {
    padding-right: 25px;
  }
  .p-b-xl-md {
    padding-bottom: 25px;
  }
  .p-l-xl-md {
    padding-left: 25px;
  }
  .p-tb-xl-md {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-lr-xl-md {
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-xxl-md {
    padding: 30px;
  }
  .p-t-xxl-md {
    padding-top: 30px;
  }
  .p-r-xxl-md {
    padding-right: 30px;
  }
  .p-b-xxl-md {
    padding-bottom: 30px;
  }
  .p-l-xxl-md {
    padding-left: 30px;
  }
  .p-tb-xxl-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-lr-xxl-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-3xl-md {
    padding: 35px;
  }
  .p-t-3xl-md {
    padding-top: 35px;
  }
  .p-r-3xl-md {
    padding-right: 35px;
  }
  .p-b-3xl-md {
    padding-bottom: 35px;
  }
  .p-l-3xl-md {
    padding-left: 35px;
  }
  .p-tb-3xl-md {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p-lr-3xl-md {
    padding-left: 35px;
    padding-right: 35px;
  }
  .p-4xl-md {
    padding: 40px;
  }
  .p-t-4xl-md {
    padding-top: 40px;
  }
  .p-r-4xl-md {
    padding-right: 40px;
  }
  .p-b-4xl-md {
    padding-bottom: 40px;
  }
  .p-l-4xl-md {
    padding-left: 40px;
  }
  .p-tb-4xl-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-lr-4xl-md {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-5xl-md {
    padding: 50px;
  }
  .p-t-5xl-md {
    padding-top: 50px;
  }
  .p-r-5xl-md {
    padding-right: 50px;
  }
  .p-b-5xl-md {
    padding-bottom: 50px;
  }
  .p-l-5xl-md {
    padding-left: 50px;
  }
  .p-tb-5xl-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-lr-5xl-md {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-6xl-md {
    padding: 60px;
  }
  .p-t-6xl-md {
    padding-top: 60px;
  }
  .p-r-6xl-md {
    padding-right: 60px;
  }
  .p-b-6xl-md {
    padding-bottom: 60px;
  }
  .p-l-6xl-md {
    padding-left: 60px;
  }
  .p-tb-6xl-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-lr-6xl-md {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-7xl-md {
    padding: 70px;
  }
  .p-t-7xl-md {
    padding-top: 70px;
  }
  .p-r-7xl-md {
    padding-right: 70px;
  }
  .p-b-7xl-md {
    padding-bottom: 70px;
  }
  .p-l-7xl-md {
    padding-left: 70px;
  }
  .p-tb-7xl-md {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .p-lr-7xl-md {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-8xl-md {
    padding: 80px;
  }
  .p-t-8xl-md {
    padding-top: 80px;
  }
  .p-r-8xl-md {
    padding-right: 80px;
  }
  .p-b-8xl-md {
    padding-bottom: 80px;
  }
  .p-l-8xl-md {
    padding-left: 80px;
  }
  .p-tb-8xl-md {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-lr-8xl-md {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-9xl-md {
    padding: 90px;
  }
  .p-t-9xl-md {
    padding-top: 90px;
  }
  .p-r-9xl-md {
    padding-right: 90px;
  }
  .p-b-9xl-md {
    padding-bottom: 90px;
  }
  .p-l-9xl-md {
    padding-left: 90px;
  }
  .p-tb-9xl-md {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-lr-9xl-md {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-big-md {
    padding: 100px;
  }
  .p-t-big-md {
    padding-top: 100px;
  }
  .p-r-big-md {
    padding-right: 100px;
  }
  .p-b-big-md {
    padding-bottom: 100px;
  }
  .p-l-big-md {
    padding-left: 100px;
  }
  .p-tb-big-md {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-lr-big-md {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-bigger-md {
    padding: 150px;
  }
  .p-t-bigger-md {
    padding-top: 150px;
  }
  .p-r-bigger-md {
    padding-right: 150px;
  }
  .p-b-bigger-md {
    padding-bottom: 150px;
  }
  .p-l-bigger-md {
    padding-left: 150px;
  }
  .p-tb-bigger-md {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .p-lr-bigger-md {
    padding-left: 150px;
    padding-right: 150px;
  }
  .p-big2x-md {
    padding: 200px;
  }
  .p-t-big2x-md {
    padding-top: 200px;
  }
  .p-r-big2x-md {
    padding-right: 200px;
  }
  .p-b-big2x-md {
    padding-bottom: 200px;
  }
  .p-l-big2x-md {
    padding-left: 200px;
  }
  .p-tb-big2x-md {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .p-lr-big2x-md {
    padding-left: 200px;
    padding-right: 200px;
  }
  .p-mega-md {
    padding: 250px;
  }
  .p-t-mega-md {
    padding-top: 250px;
  }
  .p-r-mega-md {
    padding-right: 250px;
  }
  .p-b-mega-md {
    padding-bottom: 250px;
  }
  .p-l-mega-md {
    padding-left: 250px;
  }
  .p-tb-mega-md {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .p-lr-mega-md {
    padding-left: 250px;
    padding-right: 250px;
  }
  .p-big3x-md {
    padding: 300px;
  }
  .p-t-big3x-md {
    padding-top: 300px;
  }
  .p-r-big3x-md {
    padding-right: 300px;
  }
  .p-b-big3x-md {
    padding-bottom: 300px;
  }
  .p-l-big3x-md {
    padding-left: 300px;
  }
  .p-tb-big3x-md {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .p-lr-big3x-md {
    padding-left: 300px;
    padding-right: 300px;
  }
  .p-big35x-md {
    padding: 350px;
  }
  .p-t-big35x-md {
    padding-top: 350px;
  }
  .p-r-big35x-md {
    padding-right: 350px;
  }
  .p-b-big35x-md {
    padding-bottom: 350px;
  }
  .p-l-big35x-md {
    padding-left: 350px;
  }
  .p-tb-big35x-md {
    padding-top: 350px;
    padding-bottom: 350px;
  }
  .p-lr-big35x-md {
    padding-left: 350px;
    padding-right: 350px;
  }
  .p-big4x-md {
    padding: 400px;
  }
  .p-t-big4x-md {
    padding-top: 400px;
  }
  .p-r-big4x-md {
    padding-right: 400px;
  }
  .p-b-big4x-md {
    padding-bottom: 400px;
  }
  .p-l-big4x-md {
    padding-left: 400px;
  }
  .p-tb-big4x-md {
    padding-top: 400px;
    padding-bottom: 400px;
  }
  .p-lr-big4x-md {
    padding-left: 400px;
    padding-right: 400px;
  }
  .p-big45x-md {
    padding: 450px;
  }
  .p-t-big45x-md {
    padding-top: 450px;
  }
  .p-r-big45x-md {
    padding-right: 450px;
  }
  .p-b-big45x-md {
    padding-bottom: 450px;
  }
  .p-l-big45x-md {
    padding-left: 450px;
  }
  .p-tb-big45x-md {
    padding-top: 450px;
    padding-bottom: 450px;
  }
  .p-lr-big45x-md {
    padding-left: 450px;
    padding-right: 450px;
  }
  .p-big5x-md {
    padding: 500px;
  }
  .p-t-big5x-md {
    padding-top: 500px;
  }
  .p-r-big5x-md {
    padding-right: 500px;
  }
  .p-b-big5x-md {
    padding-bottom: 500px;
  }
  .p-l-big5x-md {
    padding-left: 500px;
  }
  .p-tb-big5x-md {
    padding-top: 500px;
    padding-bottom: 500px;
  }
  .p-lr-big5x-md {
    padding-left: 500px;
    padding-right: 500px;
  }
  .p-big55x-md {
    padding: 550px;
  }
  .p-t-big55x-md {
    padding-top: 550px;
  }
  .p-r-big55x-md {
    padding-right: 550px;
  }
  .p-b-big55x-md {
    padding-bottom: 550px;
  }
  .p-l-big55x-md {
    padding-left: 550px;
  }
  .p-tb-big55x-md {
    padding-top: 550px;
    padding-bottom: 550px;
  }
  .p-lr-big55x-md {
    padding-left: 550px;
    padding-right: 550px;
  }
  .p-big6x-md {
    padding: 600px;
  }
  .p-t-big6x-md {
    padding-top: 600px;
  }
  .p-r-big6x-md {
    padding-right: 600px;
  }
  .p-b-big6x-md {
    padding-bottom: 600px;
  }
  .p-l-big6x-md {
    padding-left: 600px;
  }
  .p-tb-big6x-md {
    padding-top: 600px;
    padding-bottom: 600px;
  }
  .p-lr-big6x-md {
    padding-left: 600px;
    padding-right: 600px;
  }
  .p-big65x-md {
    padding: 650px;
  }
  .p-t-big65x-md {
    padding-top: 650px;
  }
  .p-r-big65x-md {
    padding-right: 650px;
  }
  .p-b-big65x-md {
    padding-bottom: 650px;
  }
  .p-l-big65x-md {
    padding-left: 650px;
  }
  .p-tb-big65x-md {
    padding-top: 650px;
    padding-bottom: 650px;
  }
  .p-lr-big65x-md {
    padding-left: 650px;
    padding-right: 650px;
  }
  .p-big7x-md {
    padding: 700px;
  }
  .p-t-big7x-md {
    padding-top: 700px;
  }
  .p-r-big7x-md {
    padding-right: 700px;
  }
  .p-b-big7x-md {
    padding-bottom: 700px;
  }
  .p-l-big7x-md {
    padding-left: 700px;
  }
  .p-tb-big7x-md {
    padding-top: 700px;
    padding-bottom: 700px;
  }
  .p-lr-big7x-md {
    padding-left: 700px;
    padding-right: 700px;
  }
  .p-big75x-md {
    padding: 750px;
  }
  .p-t-big75x-md {
    padding-top: 750px;
  }
  .p-r-big75x-md {
    padding-right: 750px;
  }
  .p-b-big75x-md {
    padding-bottom: 750px;
  }
  .p-l-big75x-md {
    padding-left: 750px;
  }
  .p-tb-big75x-md {
    padding-top: 750px;
    padding-bottom: 750px;
  }
  .p-lr-big75x-md {
    padding-left: 750px;
    padding-right: 750px;
  }
  .p-full-md {
    padding: 100%;
  }
  .p-t-full-md {
    padding-top: 100%;
  }
  .p-r-full-md {
    padding-right: 100%;
  }
  .p-b-full-md {
    padding-bottom: 100%;
  }
  .p-l-full-md {
    padding-left: 100%;
  }
  .p-tb-full-md {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .p-lr-full-md {
    padding-left: 100%;
    padding-right: 100%;
  }
  .p-auto-md {
    padding: auto;
  }
  .p-t-auto-md {
    padding-top: auto;
  }
  .p-r-auto-md {
    padding-right: auto;
  }
  .p-b-auto-md {
    padding-bottom: auto;
  }
  .p-l-auto-md {
    padding-left: auto;
  }
  .p-tb-auto-md {
    padding-top: auto;
    padding-bottom: auto;
  }
  .p-lr-auto-md {
    padding-left: auto;
    padding-right: auto;
  }
  .p-half-md {
    padding: 50%;
  }
  .p-t-half-md {
    padding-top: 50%;
  }
  .p-r-half-md {
    padding-right: 50%;
  }
  .p-b-half-md {
    padding-bottom: 50%;
  }
  .p-l-half-md {
    padding-left: 50%;
  }
  .p-tb-half-md {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .p-lr-half-md {
    padding-left: 50%;
    padding-right: 50%;
  }
  .p-quarter-md {
    padding: 25%;
  }
  .p-t-quarter-md {
    padding-top: 25%;
  }
  .p-r-quarter-md {
    padding-right: 25%;
  }
  .p-b-quarter-md {
    padding-bottom: 25%;
  }
  .p-l-quarter-md {
    padding-left: 25%;
  }
  .p-tb-quarter-md {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .p-lr-quarter-md {
    padding-left: 25%;
    padding-right: 25%;
  }
  .p-third-md {
    padding: 33.33%;
  }
  .p-t-third-md {
    padding-top: 33.33%;
  }
  .p-r-third-md {
    padding-right: 33.33%;
  }
  .p-b-third-md {
    padding-bottom: 33.33%;
  }
  .p-l-third-md {
    padding-left: 33.33%;
  }
  .p-tb-third-md {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-third-md {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .p-two-third-md {
    padding: 66.67%;
  }
  .p-t-two-third-md {
    padding-top: 66.67%;
  }
  .p-r-two-third-md {
    padding-right: 66.67%;
  }
  .p-b-two-third-md {
    padding-bottom: 66.67%;
  }
  .p-l-two-third-md {
    padding-left: 66.67%;
  }
  .p-tb-two-third-md {
    padding-top: 66.67%;
    padding-bottom: 66.67%;
  }
  .p-lr-two-third-md {
    padding-left: 66.67%;
    padding-right: 66.67%;
  }
  .p-5pc-md {
    padding: 5%;
  }
  .p-t-5pc-md {
    padding-top: 5%;
  }
  .p-r-5pc-md {
    padding-right: 5%;
  }
  .p-b-5pc-md {
    padding-bottom: 5%;
  }
  .p-l-5pc-md {
    padding-left: 5%;
  }
  .p-tb-5pc-md {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-lr-5pc-md {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-10pc-md {
    padding: 10%;
  }
  .p-t-10pc-md {
    padding-top: 10%;
  }
  .p-r-10pc-md {
    padding-right: 10%;
  }
  .p-b-10pc-md {
    padding-bottom: 10%;
  }
  .p-l-10pc-md {
    padding-left: 10%;
  }
  .p-tb-10pc-md {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .p-lr-10pc-md {
    padding-left: 10%;
    padding-right: 10%;
  }
  .p-15pc-md {
    padding: 15%;
  }
  .p-t-15pc-md {
    padding-top: 15%;
  }
  .p-r-15pc-md {
    padding-right: 15%;
  }
  .p-b-15pc-md {
    padding-bottom: 15%;
  }
  .p-l-15pc-md {
    padding-left: 15%;
  }
  .p-tb-15pc-md {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .p-lr-15pc-md {
    padding-left: 15%;
    padding-right: 15%;
  }
  .p-20pc-md {
    padding: 20%;
  }
  .p-t-20pc-md {
    padding-top: 20%;
  }
  .p-r-20pc-md {
    padding-right: 20%;
  }
  .p-b-20pc-md {
    padding-bottom: 20%;
  }
  .p-l-20pc-md {
    padding-left: 20%;
  }
  .p-tb-20pc-md {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .p-lr-20pc-md {
    padding-left: 20%;
    padding-right: 20%;
  }
  .p-33pc-md {
    padding: 33.33%;
  }
  .p-t-33pc-md {
    padding-top: 33.33%;
  }
  .p-r-33pc-md {
    padding-right: 33.33%;
  }
  .p-b-33pc-md {
    padding-bottom: 33.33%;
  }
  .p-l-33pc-md {
    padding-left: 33.33%;
  }
  .p-tb-33pc-md {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-33pc-md {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .p-30pc-md {
    padding: 30%;
  }
  .p-t-30pc-md {
    padding-top: 30%;
  }
  .p-r-30pc-md {
    padding-right: 30%;
  }
  .p-b-30pc-md {
    padding-bottom: 30%;
  }
  .p-l-30pc-md {
    padding-left: 30%;
  }
  .p-tb-30pc-md {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .p-lr-30pc-md {
    padding-left: 30%;
    padding-right: 30%;
  }
  .p-40pc-md {
    padding: 40%;
  }
  .p-t-40pc-md {
    padding-top: 40%;
  }
  .p-r-40pc-md {
    padding-right: 40%;
  }
  .p-b-40pc-md {
    padding-bottom: 40%;
  }
  .p-l-40pc-md {
    padding-left: 40%;
  }
  .p-tb-40pc-md {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  .p-lr-40pc-md {
    padding-left: 40%;
    padding-right: 40%;
  }
  .p-60pc-md {
    padding: 60%;
  }
  .p-t-60pc-md {
    padding-top: 60%;
  }
  .p-r-60pc-md {
    padding-right: 60%;
  }
  .p-b-60pc-md {
    padding-bottom: 60%;
  }
  .p-l-60pc-md {
    padding-left: 60%;
  }
  .p-tb-60pc-md {
    padding-top: 60%;
    padding-bottom: 60%;
  }
  .p-lr-60pc-md {
    padding-left: 60%;
    padding-right: 60%;
  }
  .p-70pc-md {
    padding: 70%;
  }
  .p-t-70pc-md {
    padding-top: 70%;
  }
  .p-r-70pc-md {
    padding-right: 70%;
  }
  .p-b-70pc-md {
    padding-bottom: 70%;
  }
  .p-l-70pc-md {
    padding-left: 70%;
  }
  .p-tb-70pc-md {
    padding-top: 70%;
    padding-bottom: 70%;
  }
  .p-lr-70pc-md {
    padding-left: 70%;
    padding-right: 70%;
  }
  .p-80pc-md {
    padding: 80%;
  }
  .p-t-80pc-md {
    padding-top: 80%;
  }
  .p-r-80pc-md {
    padding-right: 80%;
  }
  .p-b-80pc-md {
    padding-bottom: 80%;
  }
  .p-l-80pc-md {
    padding-left: 80%;
  }
  .p-tb-80pc-md {
    padding-top: 80%;
    padding-bottom: 80%;
  }
  .p-lr-80pc-md {
    padding-left: 80%;
    padding-right: 80%;
  }
  .p-90pc-md {
    padding: 90%;
  }
  .p-t-90pc-md {
    padding-top: 90%;
  }
  .p-r-90pc-md {
    padding-right: 90%;
  }
  .p-b-90pc-md {
    padding-bottom: 90%;
  }
  .p-l-90pc-md {
    padding-left: 90%;
  }
  .p-tb-90pc-md {
    padding-top: 90%;
    padding-bottom: 90%;
  }
  .p-lr-90pc-md {
    padding-left: 90%;
    padding-right: 90%;
  }
}
@media (min-width: 1200px) {
  .p-none-lg {
    padding: 0px;
  }
  .p-t-none-lg {
    padding-top: 0px;
  }
  .p-r-none-lg {
    padding-right: 0px;
  }
  .p-b-none-lg {
    padding-bottom: 0px;
  }
  .p-l-none-lg {
    padding-left: 0px;
  }
  .p-tb-none-lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-lr-none-lg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-nano-lg {
    padding: 1px;
  }
  .p-t-nano-lg {
    padding-top: 1px;
  }
  .p-r-nano-lg {
    padding-right: 1px;
  }
  .p-b-nano-lg {
    padding-bottom: 1px;
  }
  .p-l-nano-lg {
    padding-left: 1px;
  }
  .p-tb-nano-lg {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .p-lr-nano-lg {
    padding-left: 1px;
    padding-right: 1px;
  }
  .p-tiny-lg {
    padding: 2px;
  }
  .p-t-tiny-lg {
    padding-top: 2px;
  }
  .p-r-tiny-lg {
    padding-right: 2px;
  }
  .p-b-tiny-lg {
    padding-bottom: 2px;
  }
  .p-l-tiny-lg {
    padding-left: 2px;
  }
  .p-tb-tiny-lg {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-lr-tiny-lg {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-mini-lg {
    padding: 3px;
  }
  .p-t-mini-lg {
    padding-top: 3px;
  }
  .p-r-mini-lg {
    padding-right: 3px;
  }
  .p-b-mini-lg {
    padding-bottom: 3px;
  }
  .p-l-mini-lg {
    padding-left: 3px;
  }
  .p-tb-mini-lg {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-lr-mini-lg {
    padding-left: 3px;
    padding-right: 3px;
  }
  .p-xxs-lg {
    padding: 4px;
  }
  .p-t-xxs-lg {
    padding-top: 4px;
  }
  .p-r-xxs-lg {
    padding-right: 4px;
  }
  .p-b-xxs-lg {
    padding-bottom: 4px;
  }
  .p-l-xxs-lg {
    padding-left: 4px;
  }
  .p-tb-xxs-lg {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-lr-xxs-lg {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-xs-lg {
    padding: 5px;
  }
  .p-t-xs-lg {
    padding-top: 5px;
  }
  .p-r-xs-lg {
    padding-right: 5px;
  }
  .p-b-xs-lg {
    padding-bottom: 5px;
  }
  .p-l-xs-lg {
    padding-left: 5px;
  }
  .p-tb-xs-lg {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-lr-xs-lg {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-s-lg {
    padding: 10px;
  }
  .p-t-s-lg {
    padding-top: 10px;
  }
  .p-r-s-lg {
    padding-right: 10px;
  }
  .p-b-s-lg {
    padding-bottom: 10px;
  }
  .p-l-s-lg {
    padding-left: 10px;
  }
  .p-tb-s-lg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-lr-s-lg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-m-lg {
    padding: 15px;
  }
  .p-t-m-lg {
    padding-top: 15px;
  }
  .p-r-m-lg {
    padding-right: 15px;
  }
  .p-b-m-lg {
    padding-bottom: 15px;
  }
  .p-l-m-lg {
    padding-left: 15px;
  }
  .p-tb-m-lg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-lr-m-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l-lg {
    padding: 20px;
  }
  .p-t-l-lg {
    padding-top: 20px;
  }
  .p-r-l-lg {
    padding-right: 20px;
  }
  .p-b-l-lg {
    padding-bottom: 20px;
  }
  .p-l-l-lg {
    padding-left: 20px;
  }
  .p-tb-l-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-lr-l-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-xl-lg {
    padding: 25px;
  }
  .p-t-xl-lg {
    padding-top: 25px;
  }
  .p-r-xl-lg {
    padding-right: 25px;
  }
  .p-b-xl-lg {
    padding-bottom: 25px;
  }
  .p-l-xl-lg {
    padding-left: 25px;
  }
  .p-tb-xl-lg {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-lr-xl-lg {
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-xxl-lg {
    padding: 30px;
  }
  .p-t-xxl-lg {
    padding-top: 30px;
  }
  .p-r-xxl-lg {
    padding-right: 30px;
  }
  .p-b-xxl-lg {
    padding-bottom: 30px;
  }
  .p-l-xxl-lg {
    padding-left: 30px;
  }
  .p-tb-xxl-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-lr-xxl-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-3xl-lg {
    padding: 35px;
  }
  .p-t-3xl-lg {
    padding-top: 35px;
  }
  .p-r-3xl-lg {
    padding-right: 35px;
  }
  .p-b-3xl-lg {
    padding-bottom: 35px;
  }
  .p-l-3xl-lg {
    padding-left: 35px;
  }
  .p-tb-3xl-lg {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p-lr-3xl-lg {
    padding-left: 35px;
    padding-right: 35px;
  }
  .p-4xl-lg {
    padding: 40px;
  }
  .p-t-4xl-lg {
    padding-top: 40px;
  }
  .p-r-4xl-lg {
    padding-right: 40px;
  }
  .p-b-4xl-lg {
    padding-bottom: 40px;
  }
  .p-l-4xl-lg {
    padding-left: 40px;
  }
  .p-tb-4xl-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-lr-4xl-lg {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-5xl-lg {
    padding: 50px;
  }
  .p-t-5xl-lg {
    padding-top: 50px;
  }
  .p-r-5xl-lg {
    padding-right: 50px;
  }
  .p-b-5xl-lg {
    padding-bottom: 50px;
  }
  .p-l-5xl-lg {
    padding-left: 50px;
  }
  .p-tb-5xl-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-lr-5xl-lg {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-6xl-lg {
    padding: 60px;
  }
  .p-t-6xl-lg {
    padding-top: 60px;
  }
  .p-r-6xl-lg {
    padding-right: 60px;
  }
  .p-b-6xl-lg {
    padding-bottom: 60px;
  }
  .p-l-6xl-lg {
    padding-left: 60px;
  }
  .p-tb-6xl-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-lr-6xl-lg {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-7xl-lg {
    padding: 70px;
  }
  .p-t-7xl-lg {
    padding-top: 70px;
  }
  .p-r-7xl-lg {
    padding-right: 70px;
  }
  .p-b-7xl-lg {
    padding-bottom: 70px;
  }
  .p-l-7xl-lg {
    padding-left: 70px;
  }
  .p-tb-7xl-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .p-lr-7xl-lg {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-8xl-lg {
    padding: 80px;
  }
  .p-t-8xl-lg {
    padding-top: 80px;
  }
  .p-r-8xl-lg {
    padding-right: 80px;
  }
  .p-b-8xl-lg {
    padding-bottom: 80px;
  }
  .p-l-8xl-lg {
    padding-left: 80px;
  }
  .p-tb-8xl-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-lr-8xl-lg {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-9xl-lg {
    padding: 90px;
  }
  .p-t-9xl-lg {
    padding-top: 90px;
  }
  .p-r-9xl-lg {
    padding-right: 90px;
  }
  .p-b-9xl-lg {
    padding-bottom: 90px;
  }
  .p-l-9xl-lg {
    padding-left: 90px;
  }
  .p-tb-9xl-lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-lr-9xl-lg {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-big-lg {
    padding: 100px;
  }
  .p-t-big-lg {
    padding-top: 100px;
  }
  .p-r-big-lg {
    padding-right: 100px;
  }
  .p-b-big-lg {
    padding-bottom: 100px;
  }
  .p-l-big-lg {
    padding-left: 100px;
  }
  .p-tb-big-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-lr-big-lg {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-bigger-lg {
    padding: 150px;
  }
  .p-t-bigger-lg {
    padding-top: 150px;
  }
  .p-r-bigger-lg {
    padding-right: 150px;
  }
  .p-b-bigger-lg {
    padding-bottom: 150px;
  }
  .p-l-bigger-lg {
    padding-left: 150px;
  }
  .p-tb-bigger-lg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .p-lr-bigger-lg {
    padding-left: 150px;
    padding-right: 150px;
  }
  .p-big2x-lg {
    padding: 200px;
  }
  .p-t-big2x-lg {
    padding-top: 200px;
  }
  .p-r-big2x-lg {
    padding-right: 200px;
  }
  .p-b-big2x-lg {
    padding-bottom: 200px;
  }
  .p-l-big2x-lg {
    padding-left: 200px;
  }
  .p-tb-big2x-lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .p-lr-big2x-lg {
    padding-left: 200px;
    padding-right: 200px;
  }
  .p-mega-lg {
    padding: 250px;
  }
  .p-t-mega-lg {
    padding-top: 250px;
  }
  .p-r-mega-lg {
    padding-right: 250px;
  }
  .p-b-mega-lg {
    padding-bottom: 250px;
  }
  .p-l-mega-lg {
    padding-left: 250px;
  }
  .p-tb-mega-lg {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .p-lr-mega-lg {
    padding-left: 250px;
    padding-right: 250px;
  }
  .p-big3x-lg {
    padding: 300px;
  }
  .p-t-big3x-lg {
    padding-top: 300px;
  }
  .p-r-big3x-lg {
    padding-right: 300px;
  }
  .p-b-big3x-lg {
    padding-bottom: 300px;
  }
  .p-l-big3x-lg {
    padding-left: 300px;
  }
  .p-tb-big3x-lg {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .p-lr-big3x-lg {
    padding-left: 300px;
    padding-right: 300px;
  }
  .p-big35x-lg {
    padding: 350px;
  }
  .p-t-big35x-lg {
    padding-top: 350px;
  }
  .p-r-big35x-lg {
    padding-right: 350px;
  }
  .p-b-big35x-lg {
    padding-bottom: 350px;
  }
  .p-l-big35x-lg {
    padding-left: 350px;
  }
  .p-tb-big35x-lg {
    padding-top: 350px;
    padding-bottom: 350px;
  }
  .p-lr-big35x-lg {
    padding-left: 350px;
    padding-right: 350px;
  }
  .p-big4x-lg {
    padding: 400px;
  }
  .p-t-big4x-lg {
    padding-top: 400px;
  }
  .p-r-big4x-lg {
    padding-right: 400px;
  }
  .p-b-big4x-lg {
    padding-bottom: 400px;
  }
  .p-l-big4x-lg {
    padding-left: 400px;
  }
  .p-tb-big4x-lg {
    padding-top: 400px;
    padding-bottom: 400px;
  }
  .p-lr-big4x-lg {
    padding-left: 400px;
    padding-right: 400px;
  }
  .p-big45x-lg {
    padding: 450px;
  }
  .p-t-big45x-lg {
    padding-top: 450px;
  }
  .p-r-big45x-lg {
    padding-right: 450px;
  }
  .p-b-big45x-lg {
    padding-bottom: 450px;
  }
  .p-l-big45x-lg {
    padding-left: 450px;
  }
  .p-tb-big45x-lg {
    padding-top: 450px;
    padding-bottom: 450px;
  }
  .p-lr-big45x-lg {
    padding-left: 450px;
    padding-right: 450px;
  }
  .p-big5x-lg {
    padding: 500px;
  }
  .p-t-big5x-lg {
    padding-top: 500px;
  }
  .p-r-big5x-lg {
    padding-right: 500px;
  }
  .p-b-big5x-lg {
    padding-bottom: 500px;
  }
  .p-l-big5x-lg {
    padding-left: 500px;
  }
  .p-tb-big5x-lg {
    padding-top: 500px;
    padding-bottom: 500px;
  }
  .p-lr-big5x-lg {
    padding-left: 500px;
    padding-right: 500px;
  }
  .p-big55x-lg {
    padding: 550px;
  }
  .p-t-big55x-lg {
    padding-top: 550px;
  }
  .p-r-big55x-lg {
    padding-right: 550px;
  }
  .p-b-big55x-lg {
    padding-bottom: 550px;
  }
  .p-l-big55x-lg {
    padding-left: 550px;
  }
  .p-tb-big55x-lg {
    padding-top: 550px;
    padding-bottom: 550px;
  }
  .p-lr-big55x-lg {
    padding-left: 550px;
    padding-right: 550px;
  }
  .p-big6x-lg {
    padding: 600px;
  }
  .p-t-big6x-lg {
    padding-top: 600px;
  }
  .p-r-big6x-lg {
    padding-right: 600px;
  }
  .p-b-big6x-lg {
    padding-bottom: 600px;
  }
  .p-l-big6x-lg {
    padding-left: 600px;
  }
  .p-tb-big6x-lg {
    padding-top: 600px;
    padding-bottom: 600px;
  }
  .p-lr-big6x-lg {
    padding-left: 600px;
    padding-right: 600px;
  }
  .p-big65x-lg {
    padding: 650px;
  }
  .p-t-big65x-lg {
    padding-top: 650px;
  }
  .p-r-big65x-lg {
    padding-right: 650px;
  }
  .p-b-big65x-lg {
    padding-bottom: 650px;
  }
  .p-l-big65x-lg {
    padding-left: 650px;
  }
  .p-tb-big65x-lg {
    padding-top: 650px;
    padding-bottom: 650px;
  }
  .p-lr-big65x-lg {
    padding-left: 650px;
    padding-right: 650px;
  }
  .p-big7x-lg {
    padding: 700px;
  }
  .p-t-big7x-lg {
    padding-top: 700px;
  }
  .p-r-big7x-lg {
    padding-right: 700px;
  }
  .p-b-big7x-lg {
    padding-bottom: 700px;
  }
  .p-l-big7x-lg {
    padding-left: 700px;
  }
  .p-tb-big7x-lg {
    padding-top: 700px;
    padding-bottom: 700px;
  }
  .p-lr-big7x-lg {
    padding-left: 700px;
    padding-right: 700px;
  }
  .p-big75x-lg {
    padding: 750px;
  }
  .p-t-big75x-lg {
    padding-top: 750px;
  }
  .p-r-big75x-lg {
    padding-right: 750px;
  }
  .p-b-big75x-lg {
    padding-bottom: 750px;
  }
  .p-l-big75x-lg {
    padding-left: 750px;
  }
  .p-tb-big75x-lg {
    padding-top: 750px;
    padding-bottom: 750px;
  }
  .p-lr-big75x-lg {
    padding-left: 750px;
    padding-right: 750px;
  }
  .p-full-lg {
    padding: 100%;
  }
  .p-t-full-lg {
    padding-top: 100%;
  }
  .p-r-full-lg {
    padding-right: 100%;
  }
  .p-b-full-lg {
    padding-bottom: 100%;
  }
  .p-l-full-lg {
    padding-left: 100%;
  }
  .p-tb-full-lg {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .p-lr-full-lg {
    padding-left: 100%;
    padding-right: 100%;
  }
  .p-auto-lg {
    padding: auto;
  }
  .p-t-auto-lg {
    padding-top: auto;
  }
  .p-r-auto-lg {
    padding-right: auto;
  }
  .p-b-auto-lg {
    padding-bottom: auto;
  }
  .p-l-auto-lg {
    padding-left: auto;
  }
  .p-tb-auto-lg {
    padding-top: auto;
    padding-bottom: auto;
  }
  .p-lr-auto-lg {
    padding-left: auto;
    padding-right: auto;
  }
  .p-half-lg {
    padding: 50%;
  }
  .p-t-half-lg {
    padding-top: 50%;
  }
  .p-r-half-lg {
    padding-right: 50%;
  }
  .p-b-half-lg {
    padding-bottom: 50%;
  }
  .p-l-half-lg {
    padding-left: 50%;
  }
  .p-tb-half-lg {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .p-lr-half-lg {
    padding-left: 50%;
    padding-right: 50%;
  }
  .p-quarter-lg {
    padding: 25%;
  }
  .p-t-quarter-lg {
    padding-top: 25%;
  }
  .p-r-quarter-lg {
    padding-right: 25%;
  }
  .p-b-quarter-lg {
    padding-bottom: 25%;
  }
  .p-l-quarter-lg {
    padding-left: 25%;
  }
  .p-tb-quarter-lg {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .p-lr-quarter-lg {
    padding-left: 25%;
    padding-right: 25%;
  }
  .p-third-lg {
    padding: 33.33%;
  }
  .p-t-third-lg {
    padding-top: 33.33%;
  }
  .p-r-third-lg {
    padding-right: 33.33%;
  }
  .p-b-third-lg {
    padding-bottom: 33.33%;
  }
  .p-l-third-lg {
    padding-left: 33.33%;
  }
  .p-tb-third-lg {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-third-lg {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .p-two-third-lg {
    padding: 66.67%;
  }
  .p-t-two-third-lg {
    padding-top: 66.67%;
  }
  .p-r-two-third-lg {
    padding-right: 66.67%;
  }
  .p-b-two-third-lg {
    padding-bottom: 66.67%;
  }
  .p-l-two-third-lg {
    padding-left: 66.67%;
  }
  .p-tb-two-third-lg {
    padding-top: 66.67%;
    padding-bottom: 66.67%;
  }
  .p-lr-two-third-lg {
    padding-left: 66.67%;
    padding-right: 66.67%;
  }
  .p-5pc-lg {
    padding: 5%;
  }
  .p-t-5pc-lg {
    padding-top: 5%;
  }
  .p-r-5pc-lg {
    padding-right: 5%;
  }
  .p-b-5pc-lg {
    padding-bottom: 5%;
  }
  .p-l-5pc-lg {
    padding-left: 5%;
  }
  .p-tb-5pc-lg {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-lr-5pc-lg {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-10pc-lg {
    padding: 10%;
  }
  .p-t-10pc-lg {
    padding-top: 10%;
  }
  .p-r-10pc-lg {
    padding-right: 10%;
  }
  .p-b-10pc-lg {
    padding-bottom: 10%;
  }
  .p-l-10pc-lg {
    padding-left: 10%;
  }
  .p-tb-10pc-lg {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .p-lr-10pc-lg {
    padding-left: 10%;
    padding-right: 10%;
  }
  .p-15pc-lg {
    padding: 15%;
  }
  .p-t-15pc-lg {
    padding-top: 15%;
  }
  .p-r-15pc-lg {
    padding-right: 15%;
  }
  .p-b-15pc-lg {
    padding-bottom: 15%;
  }
  .p-l-15pc-lg {
    padding-left: 15%;
  }
  .p-tb-15pc-lg {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .p-lr-15pc-lg {
    padding-left: 15%;
    padding-right: 15%;
  }
  .p-20pc-lg {
    padding: 20%;
  }
  .p-t-20pc-lg {
    padding-top: 20%;
  }
  .p-r-20pc-lg {
    padding-right: 20%;
  }
  .p-b-20pc-lg {
    padding-bottom: 20%;
  }
  .p-l-20pc-lg {
    padding-left: 20%;
  }
  .p-tb-20pc-lg {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .p-lr-20pc-lg {
    padding-left: 20%;
    padding-right: 20%;
  }
  .p-33pc-lg {
    padding: 33.33%;
  }
  .p-t-33pc-lg {
    padding-top: 33.33%;
  }
  .p-r-33pc-lg {
    padding-right: 33.33%;
  }
  .p-b-33pc-lg {
    padding-bottom: 33.33%;
  }
  .p-l-33pc-lg {
    padding-left: 33.33%;
  }
  .p-tb-33pc-lg {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-33pc-lg {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .p-30pc-lg {
    padding: 30%;
  }
  .p-t-30pc-lg {
    padding-top: 30%;
  }
  .p-r-30pc-lg {
    padding-right: 30%;
  }
  .p-b-30pc-lg {
    padding-bottom: 30%;
  }
  .p-l-30pc-lg {
    padding-left: 30%;
  }
  .p-tb-30pc-lg {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .p-lr-30pc-lg {
    padding-left: 30%;
    padding-right: 30%;
  }
  .p-40pc-lg {
    padding: 40%;
  }
  .p-t-40pc-lg {
    padding-top: 40%;
  }
  .p-r-40pc-lg {
    padding-right: 40%;
  }
  .p-b-40pc-lg {
    padding-bottom: 40%;
  }
  .p-l-40pc-lg {
    padding-left: 40%;
  }
  .p-tb-40pc-lg {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  .p-lr-40pc-lg {
    padding-left: 40%;
    padding-right: 40%;
  }
  .p-60pc-lg {
    padding: 60%;
  }
  .p-t-60pc-lg {
    padding-top: 60%;
  }
  .p-r-60pc-lg {
    padding-right: 60%;
  }
  .p-b-60pc-lg {
    padding-bottom: 60%;
  }
  .p-l-60pc-lg {
    padding-left: 60%;
  }
  .p-tb-60pc-lg {
    padding-top: 60%;
    padding-bottom: 60%;
  }
  .p-lr-60pc-lg {
    padding-left: 60%;
    padding-right: 60%;
  }
  .p-70pc-lg {
    padding: 70%;
  }
  .p-t-70pc-lg {
    padding-top: 70%;
  }
  .p-r-70pc-lg {
    padding-right: 70%;
  }
  .p-b-70pc-lg {
    padding-bottom: 70%;
  }
  .p-l-70pc-lg {
    padding-left: 70%;
  }
  .p-tb-70pc-lg {
    padding-top: 70%;
    padding-bottom: 70%;
  }
  .p-lr-70pc-lg {
    padding-left: 70%;
    padding-right: 70%;
  }
  .p-80pc-lg {
    padding: 80%;
  }
  .p-t-80pc-lg {
    padding-top: 80%;
  }
  .p-r-80pc-lg {
    padding-right: 80%;
  }
  .p-b-80pc-lg {
    padding-bottom: 80%;
  }
  .p-l-80pc-lg {
    padding-left: 80%;
  }
  .p-tb-80pc-lg {
    padding-top: 80%;
    padding-bottom: 80%;
  }
  .p-lr-80pc-lg {
    padding-left: 80%;
    padding-right: 80%;
  }
  .p-90pc-lg {
    padding: 90%;
  }
  .p-t-90pc-lg {
    padding-top: 90%;
  }
  .p-r-90pc-lg {
    padding-right: 90%;
  }
  .p-b-90pc-lg {
    padding-bottom: 90%;
  }
  .p-l-90pc-lg {
    padding-left: 90%;
  }
  .p-tb-90pc-lg {
    padding-top: 90%;
    padding-bottom: 90%;
  }
  .p-lr-90pc-lg {
    padding-left: 90%;
    padding-right: 90%;
  }
}
.pos-t-none {
  top: 0px;
}
.pos-r-none {
  right: 0px;
}
.pos-b-none {
  bottom: 0px;
}
.pos-l-none {
  left: 0px;
}
.pos-tn-none {
  top: 0px;
}
.pos-t-nano {
  top: 1px;
}
.pos-r-nano {
  right: 1px;
}
.pos-b-nano {
  bottom: 1px;
}
.pos-l-nano {
  left: 1px;
}
.pos-tn-nano {
  top: -1px;
}
.pos-t-tiny {
  top: 2px;
}
.pos-r-tiny {
  right: 2px;
}
.pos-b-tiny {
  bottom: 2px;
}
.pos-l-tiny {
  left: 2px;
}
.pos-tn-tiny {
  top: -2px;
}
.pos-t-mini {
  top: 3px;
}
.pos-r-mini {
  right: 3px;
}
.pos-b-mini {
  bottom: 3px;
}
.pos-l-mini {
  left: 3px;
}
.pos-tn-mini {
  top: -3px;
}
.pos-t-xxs {
  top: 4px;
}
.pos-r-xxs {
  right: 4px;
}
.pos-b-xxs {
  bottom: 4px;
}
.pos-l-xxs {
  left: 4px;
}
.pos-tn-xxs {
  top: -4px;
}
.pos-t-xs {
  top: 5px;
}
.pos-r-xs {
  right: 5px;
}
.pos-b-xs {
  bottom: 5px;
}
.pos-l-xs {
  left: 5px;
}
.pos-tn-xs {
  top: -5px;
}
.pos-t-s {
  top: 10px;
}
.pos-r-s {
  right: 10px;
}
.pos-b-s {
  bottom: 10px;
}
.pos-l-s {
  left: 10px;
}
.pos-tn-s {
  top: -10px;
}
.pos-t-m {
  top: 15px;
}
.pos-r-m {
  right: 15px;
}
.pos-b-m {
  bottom: 15px;
}
.pos-l-m {
  left: 15px;
}
.pos-tn-m {
  top: -15px;
}
.pos-t-l {
  top: 20px;
}
.pos-r-l {
  right: 20px;
}
.pos-b-l {
  bottom: 20px;
}
.pos-l-l {
  left: 20px;
}
.pos-tn-l {
  top: -20px;
}
.pos-t-xl {
  top: 25px;
}
.pos-r-xl {
  right: 25px;
}
.pos-b-xl {
  bottom: 25px;
}
.pos-l-xl {
  left: 25px;
}
.pos-tn-xl {
  top: -25px;
}
.pos-t-xxl {
  top: 30px;
}
.pos-r-xxl {
  right: 30px;
}
.pos-b-xxl {
  bottom: 30px;
}
.pos-l-xxl {
  left: 30px;
}
.pos-tn-xxl {
  top: -30px;
}
.pos-t-3xl {
  top: 35px;
}
.pos-r-3xl {
  right: 35px;
}
.pos-b-3xl {
  bottom: 35px;
}
.pos-l-3xl {
  left: 35px;
}
.pos-tn-3xl {
  top: -35px;
}
.pos-t-4xl {
  top: 40px;
}
.pos-r-4xl {
  right: 40px;
}
.pos-b-4xl {
  bottom: 40px;
}
.pos-l-4xl {
  left: 40px;
}
.pos-tn-4xl {
  top: -40px;
}
.pos-t-5xl {
  top: 50px;
}
.pos-r-5xl {
  right: 50px;
}
.pos-b-5xl {
  bottom: 50px;
}
.pos-l-5xl {
  left: 50px;
}
.pos-tn-5xl {
  top: -50px;
}
.pos-t-6xl {
  top: 60px;
}
.pos-r-6xl {
  right: 60px;
}
.pos-b-6xl {
  bottom: 60px;
}
.pos-l-6xl {
  left: 60px;
}
.pos-tn-6xl {
  top: -60px;
}
.pos-t-7xl {
  top: 70px;
}
.pos-r-7xl {
  right: 70px;
}
.pos-b-7xl {
  bottom: 70px;
}
.pos-l-7xl {
  left: 70px;
}
.pos-tn-7xl {
  top: -70px;
}
.pos-t-8xl {
  top: 80px;
}
.pos-r-8xl {
  right: 80px;
}
.pos-b-8xl {
  bottom: 80px;
}
.pos-l-8xl {
  left: 80px;
}
.pos-tn-8xl {
  top: -80px;
}
.pos-t-9xl {
  top: 90px;
}
.pos-r-9xl {
  right: 90px;
}
.pos-b-9xl {
  bottom: 90px;
}
.pos-l-9xl {
  left: 90px;
}
.pos-tn-9xl {
  top: -90px;
}
.pos-t-big {
  top: 100px;
}
.pos-r-big {
  right: 100px;
}
.pos-b-big {
  bottom: 100px;
}
.pos-l-big {
  left: 100px;
}
.pos-tn-big {
  top: -100px;
}
.pos-t-bigger {
  top: 150px;
}
.pos-r-bigger {
  right: 150px;
}
.pos-b-bigger {
  bottom: 150px;
}
.pos-l-bigger {
  left: 150px;
}
.pos-tn-bigger {
  top: -150px;
}
.pos-t-big2x {
  top: 200px;
}
.pos-r-big2x {
  right: 200px;
}
.pos-b-big2x {
  bottom: 200px;
}
.pos-l-big2x {
  left: 200px;
}
.pos-tn-big2x {
  top: -200px;
}
.pos-t-mega {
  top: 250px;
}
.pos-r-mega {
  right: 250px;
}
.pos-b-mega {
  bottom: 250px;
}
.pos-l-mega {
  left: 250px;
}
.pos-tn-mega {
  top: -250px;
}
.pos-t-big3x {
  top: 300px;
}
.pos-r-big3x {
  right: 300px;
}
.pos-b-big3x {
  bottom: 300px;
}
.pos-l-big3x {
  left: 300px;
}
.pos-tn-big3x {
  top: -300px;
}
.pos-t-big35x {
  top: 350px;
}
.pos-r-big35x {
  right: 350px;
}
.pos-b-big35x {
  bottom: 350px;
}
.pos-l-big35x {
  left: 350px;
}
.pos-tn-big35x {
  top: -350px;
}
.pos-t-big4x {
  top: 400px;
}
.pos-r-big4x {
  right: 400px;
}
.pos-b-big4x {
  bottom: 400px;
}
.pos-l-big4x {
  left: 400px;
}
.pos-tn-big4x {
  top: -400px;
}
.pos-t-big45x {
  top: 450px;
}
.pos-r-big45x {
  right: 450px;
}
.pos-b-big45x {
  bottom: 450px;
}
.pos-l-big45x {
  left: 450px;
}
.pos-tn-big45x {
  top: -450px;
}
.pos-t-big5x {
  top: 500px;
}
.pos-r-big5x {
  right: 500px;
}
.pos-b-big5x {
  bottom: 500px;
}
.pos-l-big5x {
  left: 500px;
}
.pos-tn-big5x {
  top: -500px;
}
.pos-t-big55x {
  top: 550px;
}
.pos-r-big55x {
  right: 550px;
}
.pos-b-big55x {
  bottom: 550px;
}
.pos-l-big55x {
  left: 550px;
}
.pos-tn-big55x {
  top: -550px;
}
.pos-t-big6x {
  top: 600px;
}
.pos-r-big6x {
  right: 600px;
}
.pos-b-big6x {
  bottom: 600px;
}
.pos-l-big6x {
  left: 600px;
}
.pos-tn-big6x {
  top: -600px;
}
.pos-t-big65x {
  top: 650px;
}
.pos-r-big65x {
  right: 650px;
}
.pos-b-big65x {
  bottom: 650px;
}
.pos-l-big65x {
  left: 650px;
}
.pos-tn-big65x {
  top: -650px;
}
.pos-t-big7x {
  top: 700px;
}
.pos-r-big7x {
  right: 700px;
}
.pos-b-big7x {
  bottom: 700px;
}
.pos-l-big7x {
  left: 700px;
}
.pos-tn-big7x {
  top: -700px;
}
.pos-t-big75x {
  top: 750px;
}
.pos-r-big75x {
  right: 750px;
}
.pos-b-big75x {
  bottom: 750px;
}
.pos-l-big75x {
  left: 750px;
}
.pos-tn-big75x {
  top: -750px;
}
.pos-t-full {
  top: 100%;
}
.pos-r-full {
  right: 100%;
}
.pos-b-full {
  bottom: 100%;
}
.pos-l-full {
  left: 100%;
}
.pos-tn-full {
  top: -100%;
}
.pos-t-auto {
  top: auto;
}
.pos-r-auto {
  right: auto;
}
.pos-b-auto {
  bottom: auto;
}
.pos-l-auto {
  left: auto;
}
.pos-tn-auto {
  top: -auto;
}
.pos-t-half {
  top: 50%;
}
.pos-r-half {
  right: 50%;
}
.pos-b-half {
  bottom: 50%;
}
.pos-l-half {
  left: 50%;
}
.pos-tn-half {
  top: -50%;
}
.pos-t-quarter {
  top: 25%;
}
.pos-r-quarter {
  right: 25%;
}
.pos-b-quarter {
  bottom: 25%;
}
.pos-l-quarter {
  left: 25%;
}
.pos-tn-quarter {
  top: -25%;
}
.pos-t-third {
  top: 33.33%;
}
.pos-r-third {
  right: 33.33%;
}
.pos-b-third {
  bottom: 33.33%;
}
.pos-l-third {
  left: 33.33%;
}
.pos-tn-third {
  top: -33.33%;
}
.pos-t-two-third {
  top: 66.67%;
}
.pos-r-two-third {
  right: 66.67%;
}
.pos-b-two-third {
  bottom: 66.67%;
}
.pos-l-two-third {
  left: 66.67%;
}
.pos-tn-two-third {
  top: -66.67%;
}
.pos-t-5pc {
  top: 5%;
}
.pos-r-5pc {
  right: 5%;
}
.pos-b-5pc {
  bottom: 5%;
}
.pos-l-5pc {
  left: 5%;
}
.pos-tn-5pc {
  top: -5%;
}
.pos-t-10pc {
  top: 10%;
}
.pos-r-10pc {
  right: 10%;
}
.pos-b-10pc {
  bottom: 10%;
}
.pos-l-10pc {
  left: 10%;
}
.pos-tn-10pc {
  top: -10%;
}
.pos-t-15pc {
  top: 15%;
}
.pos-r-15pc {
  right: 15%;
}
.pos-b-15pc {
  bottom: 15%;
}
.pos-l-15pc {
  left: 15%;
}
.pos-tn-15pc {
  top: -15%;
}
.pos-t-20pc {
  top: 20%;
}
.pos-r-20pc {
  right: 20%;
}
.pos-b-20pc {
  bottom: 20%;
}
.pos-l-20pc {
  left: 20%;
}
.pos-tn-20pc {
  top: -20%;
}
.pos-t-33pc {
  top: 33.33%;
}
.pos-r-33pc {
  right: 33.33%;
}
.pos-b-33pc {
  bottom: 33.33%;
}
.pos-l-33pc {
  left: 33.33%;
}
.pos-tn-33pc {
  top: -33.33%;
}
.pos-t-30pc {
  top: 30%;
}
.pos-r-30pc {
  right: 30%;
}
.pos-b-30pc {
  bottom: 30%;
}
.pos-l-30pc {
  left: 30%;
}
.pos-tn-30pc {
  top: -30%;
}
.pos-t-40pc {
  top: 40%;
}
.pos-r-40pc {
  right: 40%;
}
.pos-b-40pc {
  bottom: 40%;
}
.pos-l-40pc {
  left: 40%;
}
.pos-tn-40pc {
  top: -40%;
}
.pos-t-60pc {
  top: 60%;
}
.pos-r-60pc {
  right: 60%;
}
.pos-b-60pc {
  bottom: 60%;
}
.pos-l-60pc {
  left: 60%;
}
.pos-tn-60pc {
  top: -60%;
}
.pos-t-70pc {
  top: 70%;
}
.pos-r-70pc {
  right: 70%;
}
.pos-b-70pc {
  bottom: 70%;
}
.pos-l-70pc {
  left: 70%;
}
.pos-tn-70pc {
  top: -70%;
}
.pos-t-80pc {
  top: 80%;
}
.pos-r-80pc {
  right: 80%;
}
.pos-b-80pc {
  bottom: 80%;
}
.pos-l-80pc {
  left: 80%;
}
.pos-tn-80pc {
  top: -80%;
}
.pos-t-90pc {
  top: 90%;
}
.pos-r-90pc {
  right: 90%;
}
.pos-b-90pc {
  bottom: 90%;
}
.pos-l-90pc {
  left: 90%;
}
.pos-tn-90pc {
  top: -90%;
}
.pos-static {
  position: static;
}
.pos-absolute {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
.pos-relative {
  position: relative;
}
.pos-initial {
  position: initial;
}
.pos-inherit {
  position: inherit;
}
.dis-none {
  display: none;
}
.dis-block {
  display: block;
}
.dis-inline {
  display: inline;
}
.dis-inline-block {
  display: inline-block;
}
.dis-table {
  display: table;
}
.dis-table-row {
  display: table-row;
}
.dis-table-cell {
  display: table-cell;
}
.dis-flex {
  display: flex;
}
.op-none, .hover-op-none:hover, a:hover .hover-op-none {
  opacity: 0;
}
.hover-op-child:hover .hover-op-none {
  opacity: 0;
}
.op-full, .hover-op-full:hover, a:hover .hover-op-full {
  opacity: 1;
}
.hover-op-child:hover .hover-op-full {
  opacity: 1;
}
.op-10, .hover-op-10:hover, a:hover .hover-op-10 {
  opacity: 0.1;
}
.hover-op-child:hover .hover-op-10 {
  opacity: 0.1;
}
.op-20, .hover-op-20:hover, a:hover .hover-op-20 {
  opacity: 0.2;
}
.hover-op-child:hover .hover-op-20 {
  opacity: 0.2;
}
.op-25, .hover-op-25:hover, a:hover .hover-op-25 {
  opacity: 0.25;
}
.hover-op-child:hover .hover-op-25 {
  opacity: 0.25;
}
.op-30, .hover-op-30:hover, a:hover .hover-op-30 {
  opacity: 0.3;
}
.hover-op-child:hover .hover-op-30 {
  opacity: 0.3;
}
.op-40, .hover-op-40:hover, a:hover .hover-op-40 {
  opacity: 0.4;
}
.hover-op-child:hover .hover-op-40 {
  opacity: 0.4;
}
.op-50, .hover-op-50:hover, a:hover .hover-op-50 {
  opacity: 0.5;
}
.hover-op-child:hover .hover-op-50 {
  opacity: 0.5;
}
.op-60, .hover-op-60:hover, a:hover .hover-op-60 {
  opacity: 0.6;
}
.hover-op-child:hover .hover-op-60 {
  opacity: 0.6;
}
.op-70, .hover-op-70:hover, a:hover .hover-op-70 {
  opacity: 0.7;
}
.hover-op-child:hover .hover-op-70 {
  opacity: 0.7;
}
.op-75, .hover-op-75:hover, a:hover .hover-op-75 {
  opacity: 0.75;
}
.hover-op-child:hover .hover-op-75 {
  opacity: 0.75;
}
.op-80, .hover-op-80:hover, a:hover .hover-op-80 {
  opacity: 0.8;
}
.hover-op-child:hover .hover-op-80 {
  opacity: 0.8;
}
.op-90, .hover-op-90:hover, a:hover .hover-op-90 {
  opacity: 0.9;
}
.hover-op-child:hover .hover-op-90 {
  opacity: 0.9;
}
.pos-z--1 {
  z-index: -1;
}
.pos-z-0 {
  z-index: 0;
}
.pos-z-1 {
  z-index: 1;
}
.pos-z-2 {
  z-index: 2;
}
.pos-z-3 {
  z-index: 3;
}
.pos-z-4 {
  z-index: 4;
}
.pos-z-5 {
  z-index: 5;
}
.pos-z-6 {
  z-index: 6;
}
.pos-z-7 {
  z-index: 7;
}
.pos-z-8 {
  z-index: 8;
}
.pos-z-9 {
  z-index: 9;
}
.pos-z-10 {
  z-index: 10;
}
.width-auto {
  width: "auto";
}
.width-0 {
  width: 0%;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-33 {
  width: 33.33%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.width-95px {
  width: 95px;
}
.height-auto {
  height: "auto";
}
.height-10 {
  height: 10%;
}
.height-20 {
  height: 20%;
}
.height-25 {
  height: 25%;
}
.height-30 {
  height: 30%;
}
.height-40 {
  height: 40%;
}
.height-50 {
  height: 50%;
}
.height-60 {
  height: 60%;
}
.height-70 {
  height: 70%;
}
.height-75 {
  height: 75%;
}
.height-80 {
  height: 80%;
}
.height-90 {
  height: 90%;
}
.height-100 {
  height: 100%;
}
.height-95px {
  height: 95px;
}
.cl-both {
  clear: both;
}
.cl-l {
  clear: left;
}
.cl-r {
  clear: right;
}
.pos-new-root {
  display: block;
  position: relative;
}
.pos-vert-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  /*    width: 100%;*/
  /*    left: 0;*/
}
.pos-vert-hori-center {
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /*    width: 100%;*/
}
.pos-hori-center-bottom {
  left: 50%;
  margin: auto;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  /*    width: 100%;*/
}
.pos-hori-center-top {
  left: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  /*    width: 100%;*/
}
.pos-bottom {
  bottom: 0;
}
.pos-bottom-2em {
  bottom: 2em;
}
.pos-bottom-3em {
  bottom: 3em;
}
.pos-bottom-4em {
  bottom: 4em;
}
@media (max-width: 767px) {
  .pos-vert-center-xs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*    width: 100%;*/
    /*    left: 0;*/
  }
}
@media (min-width: 768px) {
  /*    .Microsoft-Internet-Explorer #footer.pos-fixed-sm.pos-bottom {
        position: relative;
        z-index: 0;
    }*/
  .Microsoft-Internet-Explorer .site {
    z-index: 1;
  }
  .Microsoft-Internet-Explorer #footer.pos-z--1 {
    z-index: 0;
  }
  .op-none-sm, .hover-op-none-sm:hover, a:hover .hover-op-none-sm {
    opacity: 0;
  }
  .hover-op-child-sm:hover .hover-op-none-sm {
    opacity: 0;
  }
  .op-full-sm, .hover-op-full-sm:hover, a:hover .hover-op-full-sm {
    opacity: 1;
  }
  .hover-op-child-sm:hover .hover-op-full-sm {
    opacity: 1;
  }
  .op-10-sm, .hover-op-10-sm:hover, a:hover .hover-op-10-sm {
    opacity: 0.1;
  }
  .hover-op-child-sm:hover .hover-op-10-sm {
    opacity: 0.1;
  }
  .op-20-sm, .hover-op-20-sm:hover, a:hover .hover-op-20-sm {
    opacity: 0.2;
  }
  .hover-op-child-sm:hover .hover-op-20-sm {
    opacity: 0.2;
  }
  .op-25-sm, .hover-op-25-sm:hover, a:hover .hover-op-25-sm {
    opacity: 0.25;
  }
  .hover-op-child-sm:hover .hover-op-25-sm {
    opacity: 0.25;
  }
  .op-30-sm, .hover-op-30-sm:hover, a:hover .hover-op-30-sm {
    opacity: 0.3;
  }
  .hover-op-child-sm:hover .hover-op-30-sm {
    opacity: 0.3;
  }
  .op-40-sm, .hover-op-40-sm:hover, a:hover .hover-op-40-sm {
    opacity: 0.4;
  }
  .hover-op-child-sm:hover .hover-op-40-sm {
    opacity: 0.4;
  }
  .op-50-sm, .hover-op-50-sm:hover, a:hover .hover-op-50-sm {
    opacity: 0.5;
  }
  .hover-op-child-sm:hover .hover-op-50-sm {
    opacity: 0.5;
  }
  .op-60-sm, .hover-op-60-sm:hover, a:hover .hover-op-60-sm {
    opacity: 0.6;
  }
  .hover-op-child-sm:hover .hover-op-60-sm {
    opacity: 0.6;
  }
  .op-70-sm, .hover-op-70-sm:hover, a:hover .hover-op-70-sm {
    opacity: 0.7;
  }
  .hover-op-child-sm:hover .hover-op-70-sm {
    opacity: 0.7;
  }
  .op-75-sm, .hover-op-75-sm:hover, a:hover .hover-op-75-sm {
    opacity: 0.75;
  }
  .hover-op-child-sm:hover .hover-op-75-sm {
    opacity: 0.75;
  }
  .op-80-sm, .hover-op-80-sm:hover, a:hover .hover-op-80-sm {
    opacity: 0.8;
  }
  .hover-op-child-sm:hover .hover-op-80-sm {
    opacity: 0.8;
  }
  .op-90-sm, .hover-op-90-sm:hover, a:hover .hover-op-90-sm {
    opacity: 0.9;
  }
  .hover-op-child-sm:hover .hover-op-90-sm {
    opacity: 0.9;
  }
  .pos-static-sm {
    position: static;
  }
  .pos-absolute-sm {
    position: absolute;
  }
  .pos-fixed-sm {
    position: fixed;
  }
  .pos-relative-sm {
    position: relative;
  }
  .pos-initial-sm {
    position: initial;
  }
  .pos-inherit-sm {
    position: inherit;
  }
  .pos-vert-center-sm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*    width: 100%;*/
    /*    left: 0;*/
  }
  .pos-vert-hori-center-sm {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /*    width: 100%;*/
  }
  .pos-hori-center-bottom-sm {
    left: 50%;
    margin: auto;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    /*    width: 100%;*/
  }
  .pos-hori-center-top-sm {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    /*    width: 100%;*/
  }
  .pos-pull-left-sm {
    float: left;
  }
  .pos-pull-right-sm {
    float: right;
  }
  .width-auto-sm {
    width: "auto";
  }
  .width-0-sm {
    width: 0%;
  }
  .width-10-sm {
    width: 10%;
  }
  .width-20-sm {
    width: 20%;
  }
  .width-25-sm {
    width: 25%;
  }
  .width-30-sm {
    width: 30%;
  }
  .width-33-sm {
    width: 33.33%;
  }
  .width-40-sm {
    width: 40%;
  }
  .width-50-sm {
    width: 50%;
  }
  .width-60-sm {
    width: 60%;
  }
  .width-70-sm {
    width: 70%;
  }
  .width-75-sm {
    width: 75%;
  }
  .width-80-sm {
    width: 80%;
  }
  .width-90-sm {
    width: 90%;
  }
  .width-100-sm {
    width: 100%;
  }
  .width-95px-sm {
    width: 95px;
  }
}
@media (min-width: 992px) {
  .pos-pull-left-md {
    float: left;
  }
  .pos-pull-right-md {
    float: right;
  }
  .pos-vert-center-md {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*    width: 100%;*/
    /*    left: 0;*/
  }
  .pos-vert-hori-center-md {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /*    width: 100%;*/
  }
  .width-auto-md {
    width: "auto";
  }
  .width-0-md {
    width: 0%;
  }
  .width-10-md {
    width: 10%;
  }
  .width-20-md {
    width: 20%;
  }
  .width-25-md {
    width: 25%;
  }
  .width-30-md {
    width: 30%;
  }
  .width-33-md {
    width: 33.33%;
  }
  .width-40-md {
    width: 40%;
  }
  .width-50-md {
    width: 50%;
  }
  .width-60-md {
    width: 60%;
  }
  .width-70-md {
    width: 70%;
  }
  .width-75-md {
    width: 75%;
  }
  .width-80-md {
    width: 80%;
  }
  .width-90-md {
    width: 90%;
  }
  .width-100-md {
    width: 100%;
  }
  .width-95px-md {
    width: 95px;
  }
}
@media (min-width: 1200px) {
  .pos-pull-left-lg {
    float: left;
  }
  .pos-pull-right-lg {
    float: right;
  }
  .width-auto-lg {
    width: "auto";
  }
  .width-0-lg {
    width: 0%;
  }
  .width-10-lg {
    width: 10%;
  }
  .width-20-lg {
    width: 20%;
  }
  .width-25-lg {
    width: 25%;
  }
  .width-30-lg {
    width: 30%;
  }
  .width-33-lg {
    width: 33.33%;
  }
  .width-40-lg {
    width: 40%;
  }
  .width-50-lg {
    width: 50%;
  }
  .width-60-lg {
    width: 60%;
  }
  .width-70-lg {
    width: 70%;
  }
  .width-75-lg {
    width: 75%;
  }
  .width-80-lg {
    width: 80%;
  }
  .width-90-lg {
    width: 90%;
  }
  .width-100-lg {
    width: 100%;
  }
  .width-95px-lg {
    width: 95px;
  }
}
.bs-light {
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,.5);
}
.bs-light-inset {
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,.5) inset;
}
.ts-light {
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.bs-box-nav {
  box-shadow: 0px 3px 3px 0 rgba(0,0,0,.2);
}
.bs-box-nav-inset {
  box-shadow: 0px 3px 3px 0 rgba(0,0,0,.2) inset;
}
.ts-box-nav {
  text-shadow: 0px 3px 3px rgba(0,0,0,.2);
}
.bs-box-top {
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,.3);
}
.bs-box-top-inset {
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,.3) inset;
}
.ts-box-top {
  text-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.bs-box-bottom {
  box-shadow: 0px -5px 10px -5px rgba(0,0,0,.4);
}
.bs-box-bottom-inset {
  box-shadow: 0px -5px 10px -5px rgba(0,0,0,.4) inset;
}
.ts-box-bottom {
  text-shadow: 0px -5px 10px rgba(0,0,0,.4);
}
.bs-xxs {
  box-shadow: 1px 1px 0px 0 rgba(0,0,0,.15);
}
.bs-xxs-inset {
  box-shadow: 1px 1px 0px 0 rgba(0,0,0,.15) inset;
}
.ts-xxs {
  text-shadow: 1px 1px 0px rgba(0,0,0,.15);
}
.bs-xs {
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.15);
}
.bs-xs-inset {
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.15) inset;
}
.ts-xs {
  text-shadow: 1px 1px 2px rgba(0,0,0,.15);
}
.bs-s {
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.35);
}
.bs-s-inset {
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.35) inset;
}
.ts-s {
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.bs-m {
  box-shadow: 0px 0px 10px 0 rgba(0,0,0,.5);
}
.bs-m-inset {
  box-shadow: 0px 0px 10px 0 rgba(0,0,0,.5) inset;
}
.ts-m {
  text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.bs-none {
  box-shadow: none;
}
.shade-tb-50pc-inset, .shade-t-50pc-inset, .shade-b-50pc-inset {
  overflow: hidden;
}
.shade-tb-50pc-inset:before, .shade-t-50pc-inset:before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 100px;
  top: -100px;
  left: 10%;
  margin-left: 0%;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 500px;
  border-radius: 500px;
  z-index: 1;
}
.shade-tb-50pc-inset:after, .shade-b-50pc-inset:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 100px;
  bottom: -100px;
  left: 10%;
  margin-left: -25%;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 500px;
  border-radius: 500px;
  z-index: 1;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000000;
  font-family: mhi-sub-headlinesub-headline;
  /*    font-weight: 600;*/
  line-height: 1.1;
  margin-top: 0;
  text-transform: uppercase;
}
a:hover, a:focus {
  text-decoration: none;
}
a:focus {
  outline: none !important;
  color: initial;
}
a:hover {
  color: #0276f9;
}
a {
  color: #014694;
}
p {
  margin: 0 0 1.42857em 0;
}
.important {
  color: #ff0000;
}
.detail {
  color: #014694;
}
.txt-black, .txt-black a, .hover-txt-black:hover, .hover-txt-black:focus {
  color: #000;
}
.txt-a-black a {
  color: #000;
}
.hover-a-black a:hover {
  color: #000;
}
.hover-i-black:hover i {
  color: #000;
}
.txt-white, .txt-white a, .hover-txt-white:hover, .hover-txt-white:focus {
  color: #FFF;
}
.txt-a-white a {
  color: #FFF;
}
.hover-a-white a:hover {
  color: #FFF;
}
.hover-i-white:hover i {
  color: #FFF;
}
.txt-red, .txt-red a, .hover-txt-red:hover, .hover-txt-red:focus {
  color: #ff0000;
}
.txt-a-red a {
  color: #ff0000;
}
.hover-a-red a:hover {
  color: #ff0000;
}
.hover-i-red:hover i {
  color: #ff0000;
}
.txt-green, .txt-green a, .hover-txt-green:hover, .hover-txt-green:focus {
  color: #b4cf60;
}
.txt-a-green a {
  color: #b4cf60;
}
.hover-a-green a:hover {
  color: #b4cf60;
}
.hover-i-green:hover i {
  color: #b4cf60;
}
.txt-base, .txt-base a, .hover-txt-base:hover, .hover-txt-base:focus {
  color: #000000;
}
.txt-a-base a {
  color: #000000;
}
.hover-a-base a:hover {
  color: #000000;
}
.hover-i-base:hover i {
  color: #000000;
}
.txt-brand1, .txt-brand1 a, .hover-txt-brand1:hover, .hover-txt-brand1:focus {
  color: #014694;
}
.txt-a-brand1 a {
  color: #014694;
}
.hover-a-brand1 a:hover {
  color: #014694;
}
.hover-i-brand1:hover i {
  color: #014694;
}
.txt-brand2, .txt-brand2 a, .hover-txt-brand2:hover, .hover-txt-brand2:focus {
  color: #336dac;
}
.txt-a-brand2 a {
  color: #336dac;
}
.hover-a-brand2 a:hover {
  color: #336dac;
}
.hover-i-brand2:hover i {
  color: #336dac;
}
.txt-brand3, .txt-brand3 a, .hover-txt-brand3:hover, .hover-txt-brand3:focus {
  color: #6692bf;
}
.txt-a-brand3 a {
  color: #6692bf;
}
.hover-a-brand3 a:hover {
  color: #6692bf;
}
.hover-i-brand3:hover i {
  color: #6692bf;
}
.txt-brand4, .txt-brand4 a, .hover-txt-brand4:hover, .hover-txt-brand4:focus {
  color: #014694;
}
.txt-a-brand4 a {
  color: #014694;
}
.hover-a-brand4 a:hover {
  color: #014694;
}
.hover-i-brand4:hover i {
  color: #014694;
}
.txt-brand5, .txt-brand5 a, .hover-txt-brand5:hover, .hover-txt-brand5:focus {
  color: #ef0355;
}
.txt-a-brand5 a {
  color: #ef0355;
}
.hover-a-brand5 a:hover {
  color: #ef0355;
}
.hover-i-brand5:hover i {
  color: #ef0355;
}
.txt-brand6, .txt-brand6 a, .hover-txt-brand6:hover, .hover-txt-brand6:focus {
  color: #0276f9;
}
.txt-a-brand6 a {
  color: #0276f9;
}
.hover-a-brand6 a:hover {
  color: #0276f9;
}
.hover-i-brand6:hover i {
  color: #0276f9;
}
.txt-brand7, .txt-brand7 a, .hover-txt-brand7:hover, .hover-txt-brand7:focus {
  color: #332429;
}
.txt-a-brand7 a {
  color: #332429;
}
.hover-a-brand7 a:hover {
  color: #332429;
}
.hover-i-brand7:hover i {
  color: #332429;
}
.txt-brand8, .txt-brand8 a, .hover-txt-brand8:hover, .hover-txt-brand8:focus {
  color: #442f36;
}
.txt-a-brand8 a {
  color: #442f36;
}
.hover-a-brand8 a:hover {
  color: #442f36;
}
.hover-i-brand8:hover i {
  color: #442f36;
}
.txt-brand9, .txt-brand9 a, .hover-txt-brand9:hover, .hover-txt-brand9:focus {
  color: #5d3945;
}
.txt-a-brand9 a {
  color: #5d3945;
}
.hover-a-brand9 a:hover {
  color: #5d3945;
}
.hover-i-brand9:hover i {
  color: #5d3945;
}
.txt-brand10, .txt-brand10 a, .hover-txt-brand10:hover, .hover-txt-brand10:focus {
  color: #764050;
}
.txt-a-brand10 a {
  color: #764050;
}
.hover-a-brand10 a:hover {
  color: #764050;
}
.hover-i-brand10:hover i {
  color: #764050;
}
.txt-gray-darker, .txt-gray-darker a, .hover-txt-gray-darker:hover, .hover-txt-gray-darker:focus {
  color: #222;
}
.txt-a-gray-darker a {
  color: #222;
}
.hover-a-gray-darker a:hover {
  color: #222;
}
.hover-i-gray-darker:hover i {
  color: #222;
}
.txt-gray-dark, .txt-gray-dark a, .hover-txt-gray-dark:hover, .hover-txt-gray-dark:focus {
  color: #333;
}
.txt-a-gray-dark a {
  color: #333;
}
.hover-a-gray-dark a:hover {
  color: #333;
}
.hover-i-gray-dark:hover i {
  color: #333;
}
.txt-gray, .txt-gray a, .hover-txt-gray:hover, .hover-txt-gray:focus {
  color: #939393;
}
.txt-a-gray a {
  color: #939393;
}
.hover-a-gray a:hover {
  color: #939393;
}
.hover-i-gray:hover i {
  color: #939393;
}
.txt-gray-medium, .txt-gray-medium a, .hover-txt-gray-medium:hover, .hover-txt-gray-medium:focus {
  color: #ccc;
}
.txt-a-gray-medium a {
  color: #ccc;
}
.hover-a-gray-medium a:hover {
  color: #ccc;
}
.hover-i-gray-medium:hover i {
  color: #ccc;
}
.txt-gray-light, .txt-gray-light a, .hover-txt-gray-light:hover, .hover-txt-gray-light:focus {
  color: #babbbd;
}
.txt-a-gray-light a {
  color: #babbbd;
}
.hover-a-gray-light a:hover {
  color: #babbbd;
}
.hover-i-gray-light:hover i {
  color: #babbbd;
}
.txt-gray-lighter, .txt-gray-lighter a, .hover-txt-gray-lighter:hover, .hover-txt-gray-lighter:focus {
  color: #e2e2e2;
}
.txt-a-gray-lighter a {
  color: #e2e2e2;
}
.hover-a-gray-lighter a:hover {
  color: #e2e2e2;
}
.hover-i-gray-lighter:hover i {
  color: #e2e2e2;
}
.txt-gray-very-lighter, .txt-gray-very-lighter a, .hover-txt-gray-very-lighter:hover, .hover-txt-gray-very-lighter:focus {
  color: #f2f2f2;
}
.txt-a-gray-very-lighter a {
  color: #f2f2f2;
}
.hover-a-gray-very-lighter a:hover {
  color: #f2f2f2;
}
.hover-i-gray-very-lighter:hover i {
  color: #f2f2f2;
}
.txt-transparent, .txt-transparent a, .hover-txt-transparent:hover, .hover-txt-transparent:focus {
  color: transparent;
}
.txt-a-transparent a {
  color: transparent;
}
.hover-a-transparent a:hover {
  color: transparent;
}
.hover-i-transparent:hover i {
  color: transparent;
}
.txt-plus, .txt-plus a, .hover-txt-plus:hover, .hover-txt-plus:focus {
  color: #b4cf60;
}
.txt-a-plus a {
  color: #b4cf60;
}
.hover-a-plus a:hover {
  color: #b4cf60;
}
.hover-i-plus:hover i {
  color: #b4cf60;
}
.txt-minus, .txt-minus a, .hover-txt-minus:hover, .hover-txt-minus:focus {
  color: #f97171;
}
.txt-a-minus a {
  color: #f97171;
}
.hover-a-minus a:hover {
  color: #f97171;
}
.hover-i-minus:hover i {
  color: #f97171;
}
.txt-state-0, .txt-state-0 a, .hover-txt-state-0:hover, .hover-txt-state-0:focus {
  color: #ff0000;
}
.txt-a-state-0 a {
  color: #ff0000;
}
.hover-a-state-0 a:hover {
  color: #ff0000;
}
.hover-i-state-0:hover i {
  color: #ff0000;
}
.txt-state-1, .txt-state-1 a, .hover-txt-state-1:hover, .hover-txt-state-1:focus {
  color: #0033ff;
}
.txt-a-state-1 a {
  color: #0033ff;
}
.hover-a-state-1 a:hover {
  color: #0033ff;
}
.hover-i-state-1:hover i {
  color: #0033ff;
}
.txt-state-2, .txt-state-2 a, .hover-txt-state-2:hover, .hover-txt-state-2:focus {
  color: #ffff00;
}
.txt-a-state-2 a {
  color: #ffff00;
}
.hover-a-state-2 a:hover {
  color: #ffff00;
}
.hover-i-state-2:hover i {
  color: #ffff00;
}
.txt-state-3, .txt-state-3 a, .hover-txt-state-3:hover, .hover-txt-state-3:focus {
  color: #009900;
}
.txt-a-state-3 a {
  color: #009900;
}
.hover-a-state-3 a:hover {
  color: #009900;
}
.hover-i-state-3:hover i {
  color: #009900;
}
.txt-state-9, .txt-state-9 a, .hover-txt-state-9:hover, .hover-txt-state-9:focus {
  color: #cccccc;
}
.txt-a-state-9 a {
  color: #cccccc;
}
.hover-a-state-9 a:hover {
  color: #cccccc;
}
.hover-i-state-9:hover i {
  color: #cccccc;
}
.txt-prio-1, .txt-prio-1 a, .hover-txt-prio-1:hover, .hover-txt-prio-1:focus {
  color: #ff0000;
}
.txt-a-prio-1 a {
  color: #ff0000;
}
.hover-a-prio-1 a:hover {
  color: #ff0000;
}
.hover-i-prio-1:hover i {
  color: #ff0000;
}
.txt-prio-3, .txt-prio-3 a, .hover-txt-prio-3:hover, .hover-txt-prio-3:focus {
  color: #ffff00;
}
.txt-a-prio-3 a {
  color: #ffff00;
}
.hover-a-prio-3 a:hover {
  color: #ffff00;
}
.hover-i-prio-3:hover i {
  color: #ffff00;
}
.txt-prio-6, .txt-prio-6 a, .hover-txt-prio-6:hover, .hover-txt-prio-6:focus {
  color: #009900;
}
.txt-a-prio-6 a {
  color: #009900;
}
.hover-a-prio-6 a:hover {
  color: #009900;
}
.hover-i-prio-6:hover i {
  color: #009900;
}
.txt-header {
  font-family: mhi-sub-headlinesub-headline;
}
.txt-default {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.txt-special-1 {
  font-family: mhi-headlineheadline;
}
.txt-special-2 {
  font-family: mhi-sub-headlinesub-headline;
}
.txt-tiny {
  font-size: 10px;
}
.hover-txt-tiny:hover {
  font-size: 10px;
}
.txt-xs {
  font-size: 11px;
}
.hover-txt-xs:hover {
  font-size: 11px;
}
.txt-s {
  font-size: 13px;
}
.hover-txt-s:hover {
  font-size: 13px;
}
.txt-m {
  font-size: 14px;
}
.hover-txt-m:hover {
  font-size: 14px;
}
.txt-l {
  font-size: 18px;
}
.hover-txt-l:hover {
  font-size: 18px;
}
.txt-xl {
  font-size: 24px;
}
.hover-txt-xl:hover {
  font-size: 24px;
}
.txt-xxl {
  font-size: 28px;
}
.hover-txt-xxl:hover {
  font-size: 28px;
}
.txt-xxxl {
  font-size: 34px;
}
.hover-txt-xxxl:hover {
  font-size: 34px;
}
.txt-3xl {
  font-size: 40px;
}
.hover-txt-3xl:hover {
  font-size: 40px;
}
.txt-4xl {
  font-size: 48px;
}
.hover-txt-4xl:hover {
  font-size: 48px;
}
.txt-5xl {
  font-size: 60px;
}
.hover-txt-5xl:hover {
  font-size: 60px;
}
.txt-6xl {
  font-size: 80px;
}
.hover-txt-6xl:hover {
  font-size: 80px;
}
.txt-7xl {
  font-size: 100px;
}
.hover-txt-7xl:hover {
  font-size: 100px;
}
.txt-8xl {
  font-size: 124px;
}
.hover-txt-8xl:hover {
  font-size: 124px;
}
.txt-9xl {
  font-size: 148px;
}
.hover-txt-9xl:hover {
  font-size: 148px;
}
.txt-lh-tiny {
  line-height: 0.7;
}
.txt-lh-xs {
  line-height: 0.8;
}
.txt-lh-s {
  line-height: 0.9;
}
.txt-lh-n {
  line-height: normal;
}
.txt-lh-m {
  line-height: 1;
}
.txt-lh-l {
  line-height: 1.2;
}
.txt-lh-xl {
  line-height: 1.3;
}
.txt-lh-xxl {
  line-height: 1.4;
}
.txt-lh-3xl {
  line-height: 1.5;
}
.txt-lh-4xl {
  line-height: 1.6;
}
.txt-lh-5xl {
  line-height: 1.8;
}
.txt-lh-6xl {
  line-height: 2;
}
.txt-lh-7xl {
  line-height: 2.2;
}
.txt-lh-8xl {
  line-height: 2.4;
}
.txt-italic {
  font-style: italic;
}
.txt-line-through {
  text-decoration: line-through;
}
.txt-overline {
  text-decoration: overline;
}
.txt-underline {
  text-decoration: underline;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-justify {
  text-align: justify;
}
.txt-upper {
  text-transform: uppercase;
}
.txt-lower {
  text-transform: lowercase;
}
.txt-cap {
  text-transform: capitalize;
}
.txt-normal {
  font-weight: normal;
}
.hover-txt-normal:hover {
  font-weight: normal;
}
.txt-bold {
  font-weight: bold;
}
.hover-txt-bold:hover {
  font-weight: bold;
}
.txt-w100 {
  font-weight: 100;
}
.hover-txt-w100:hover {
  font-weight: 100;
}
.txt-w200 {
  font-weight: 200;
}
.hover-txt-w200:hover {
  font-weight: 200;
}
.txt-w300 {
  font-weight: 300;
}
.hover-txt-w300:hover {
  font-weight: 300;
}
.txt-w400 {
  font-weight: 400;
}
.hover-txt-w400:hover {
  font-weight: 400;
}
.txt-w500 {
  font-weight: 500;
}
.hover-txt-w500:hover {
  font-weight: 500;
}
.txt-w600 {
  font-weight: 600;
}
.hover-txt-w600:hover {
  font-weight: 600;
}
.txt-w700 {
  font-weight: 700;
}
.hover-txt-w700:hover {
  font-weight: 700;
}
.txt-w800 {
  font-weight: 800;
}
.hover-txt-w800:hover {
  font-weight: 800;
}
.txt-w900 {
  font-weight: 900;
}
.hover-txt-w900:hover {
  font-weight: 900;
}
@media (min-width: 768px) {
  .txt-tiny-sm {
    font-size: 10px;
  }
  .txt-xs-sm {
    font-size: 11px;
  }
  .txt-s-sm {
    font-size: 13px;
  }
  .txt-m-sm {
    font-size: 14px;
  }
  .txt-l-sm {
    font-size: 18px;
  }
  .txt-xl-sm {
    font-size: 24px;
  }
  .txt-xxl-sm {
    font-size: 28px;
  }
  .txt-xxxl-sm {
    font-size: 34px;
  }
  .txt-3xl-sm {
    font-size: 40px;
  }
  .txt-4xl-sm {
    font-size: 48px;
  }
  .txt-5xl-sm {
    font-size: 60px;
  }
  .txt-6xl-sm {
    font-size: 80px;
  }
  .txt-7xl-sm {
    font-size: 100px;
  }
  .txt-8xl-sm {
    font-size: 124px;
  }
  .txt-9xl-sm {
    font-size: 148px;
  }
  .txt-left-sm {
    text-align: left;
  }
  .txt-right-sm {
    text-align: right;
  }
  .txt-center-sm {
    text-align: center;
  }
  .txt-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .txt-tiny-md {
    font-size: 10px;
  }
  .txt-xs-md {
    font-size: 11px;
  }
  .txt-s-md {
    font-size: 13px;
  }
  .txt-m-md {
    font-size: 14px;
  }
  .txt-l-md {
    font-size: 18px;
  }
  .txt-xl-md {
    font-size: 24px;
  }
  .txt-xxl-md {
    font-size: 28px;
  }
  .txt-xxxl-md {
    font-size: 34px;
  }
  .txt-3xl-md {
    font-size: 40px;
  }
  .txt-4xl-md {
    font-size: 48px;
  }
  .txt-5xl-md {
    font-size: 60px;
  }
  .txt-6xl-md {
    font-size: 80px;
  }
  .txt-7xl-md {
    font-size: 100px;
  }
  .txt-8xl-md {
    font-size: 124px;
  }
  .txt-9xl-md {
    font-size: 148px;
  }
  .txt-left-md {
    text-align: left;
  }
  .txt-right-md {
    text-align: right;
  }
  .txt-center-md {
    text-align: center;
  }
  .txt-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .txt-tiny-lg {
    font-size: 10px;
  }
  .txt-xs-lg {
    font-size: 11px;
  }
  .txt-s-lg {
    font-size: 13px;
  }
  .txt-m-lg {
    font-size: 14px;
  }
  .txt-l-lg {
    font-size: 18px;
  }
  .txt-xl-lg {
    font-size: 24px;
  }
  .txt-xxl-lg {
    font-size: 28px;
  }
  .txt-xxxl-lg {
    font-size: 34px;
  }
  .txt-3xl-lg {
    font-size: 40px;
  }
  .txt-4xl-lg {
    font-size: 48px;
  }
  .txt-5xl-lg {
    font-size: 60px;
  }
  .txt-6xl-lg {
    font-size: 80px;
  }
  .txt-7xl-lg {
    font-size: 100px;
  }
  .txt-8xl-lg {
    font-size: 124px;
  }
  .txt-9xl-lg {
    font-size: 148px;
  }
  .txt-left-lg {
    text-align: left;
  }
  .txt-right-lg {
    text-align: right;
  }
  .txt-center-lg {
    text-align: center;
  }
  .txt-justify-lg {
    text-align: justify;
  }
}
.tf-scale-1 {
  transform: scale(1);
}
.tf-scale-90pc {
  transform: scale(.9);
}
.tf-scale-120pc {
  transform: scale(1.2);
}
.tf-translate-up {
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}
.tf-translate-down {
  -webkit-transform: translate(0px, 100%);
  -moz-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  -o-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}
.webkit-anti-aliasing {
  -webkit-transform: rotate(360deg);
}
.d-block, .hover-show:hover, a:hover .hover-show {
  display: block;
}
.d-iblock {
  display: inline-block;
}
.d-none, .hover-hide:hover, a:hover .hover-hide {
  display: none;
}
.list-navigation {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.list-horizontal {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-horizontal li {
  display: inline-block;
  position: relative;
}
.list-horizontal a:hover {
  text-decoration: none;
}
.list-intended-vertical {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 20px;
}
.overflow-hidden {
  overflow: hidden;
  -ms-overflow-style: hidden;
}
.overflow-auto {
  overflow: auto;
  -ms-overflow-style: auto;
}
/*.touch .wow {
    opacity: 1 !important;
}*/
.wow.fadeInUp {
  /*    visibility: hidden; */
}
.touch .hover-op-50 {
  opacity: 0.5;
}
.touch .hover-op-full {
  opacity: 1;
}
.overlayBG {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.overlayBG.white {
  background-color: #fff;
  opacity: 0.2;
}
.overlayBG.transparent {
  background-color: transparent;
  opacity: 0.2;
}
.ajax-container-overlay {
  position: relative;
}
.cc_container {
  background-color: #000 !important;
}
.cc_container .cc_btn {
  background-color: #fff !important;
  color: #000 !important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #e6e6e6 !important;
}
.cc_more_info {
  color: #babbbd !important;
}
.cc_container a.cc_more_info:hover, .cc_container a.cc_more_info:active {
  color: #fff !important;
}
.cc_message {
  color: #fff !important;
}
.cc_message::selection {
  color: #000;
  background: #fff !important;
}
.cc_message::-moz-selection {
  color: #000;
  background: #fff !important;
}
.white-space-normal {
  white-space: normal;
}
.align-right {
  text-align: right;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table table {
  background-color: #fff;
}
::selection {
  color: #fff;
  background: #014694;
}
::-moz-selection {
  color: #fff;
  background: #014694;
}
/*.loading {
    height: 0;
    width: 0;
    overflow: hidden;
    position: relative;
}*/
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
body {
  color: #000000;
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.42857;
}
body .site {
  padding-top: 50px;
  /*    background: #eaeaea url("../../images/bg_body.jpg") repeat scroll left top;*/
  background: #f2f2f2;
}
.gm-style-iw {
  min-width: 220px !important;
}
.dim-google-map-height {
  height: 600px;
}
.approach-inner {
  text-align: center;
  margin-left: 15px;
}
.logo a {
  margin: 0 auto;
}
.logo img {
  width: 150px;
  height: auto;
  margin: 0 0 0 0;
}
.logo-small {
  display: none;
}
/***************************************
Tablet
***************************************/
@media (min-width: 768px) {
  .logo {
    /*        position: relative;*/
    z-index: 1;
    display: flex;
  }
  body .site {
    padding-top: 128px;
  }
  .fixed-small {
    top: -86px;
  }
  .logo {
    position: absolute;
    right: 0;
    bottom: 50px;
  }
  .logoSmall {
    bottom: 5px;
  }
  .logo img {
    width: 200px;
    height: auto;
    transition: all 0.2s ease-out 0s;
    margin: 0px 0 0;
  }
  .logo img.logoSmallImg {
    width: 96px;
    margin: 0px 0 0;
  }
}
/***************************************
Desktop
***************************************/
@media (min-width: 992px) {
  body .site {
    padding-top: 128px;
  }
  .fixed-small {
    top: -86px;
  }
  .logo img {
    width: 200px;
    margin: 0px 0 0;
    height: auto;
  }
  .logo img.logoSmallImg {
    width: 96px;
    margin: 0px 0 0;
  }
}
/***************************************
Large Desktop
***************************************/
@media (min-width: 1200px) {
  body .site {
    padding-top: 128px;
  }
  .fixed-small {
    top: -86px;
  }
  .logo img {
    width: 200px;
    margin: 0px 0 0;
    height: auto;
  }
  .logo img.logoSmallImg {
    width: 96px;
    margin: 0px 0 0;
  }
}
/*//
// layout
// --------------------------------------------------*/
/*******************************
Meine Navbar
*******************************/
#navFoot li a {
  padding: 0 5px;
}
#navFoot li {
  border-right: 1px solid #babbbd;
}
#navFoot li:last-child {
  border-right: none;
}
.dropdown-menu .menu-icon {
  display: none;
}
.navbar-default {
  border: none;
}
.navbar-border-bottom {
  border-bottom: 20px solid #014694;
}
#page_1 .navbar-border-bottom {
  border-bottom: 10px solid #014694;
}
a.navbar-brand {
  padding: 0;
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.right-caret:after, .left-caret:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left: 4px;
  position: relative;
}
.right-caret:after {
  border-top: 5px solid #014694;
}
.left-caret:after {
  border-top: 5px solid #014694;
}
.navbar {
  width: auto;
  margin: 0 auto;
}
/*******************************
Navbar Ende
*******************************/
/*.navbar-collapse.collapse {
    border-radius: 4px;
}*/
/*********************************************
Top Navigation Anfang
*********************************************/
#topNav #pageNav > li > a:hover, #topNav #socialNav a:hover, #bottom .nav > li > a:hover {
  /*    color: $9-color-2;*/
  background-color: transparent;
}
#topNav #pageNav .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #014694;
}
#bottom .nav-pills > li.active > a, #bottom .nav-pills > li.active > a:hover, #bottom .nav-pills > li.active > a:focus {
  color: #014694 !important;
  background-color: transparent;
}
#topNav #pageNav a {
  color: #fff;
  font-weight: normal;
}
#topNav #pageNav li {
  border-left: 1px solid #fff;
}
#topNav #pageNav li.first {
  border-left: none;
}
#topNav .nav > li > a:hover, #topNav .nav > li > a:focus {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
#topNav .nav > li.active > a {
  border-bottom: 1px solid #fff;
}
#topNav .nav > li > a {
  padding: 0;
}
#topNav .nav > li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
#topNav .nav > li.first {
  padding-left: 0;
}
/*********************************************
Top Navigation ENDE
*********************************************/
/*********************************************
Footer Navigation Anfang
*********************************************/
#bottom .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
}
#bottom a {
  font-weight: normal;
}
#bottom li {
  /*    border-left: 1px solid @gray-light;*/
}
#bottom li.first {
  /*    border-left: none;*/
}
#bottom .nav > li > a {
  padding: 0;
}
#bottom .nav > li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
#bottom .nav > li.first {
  padding-left: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: #014694;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #fff;
  font-weight: normal;
}
.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 {
  background-color: transparent;
  color: #fff;
  font-weight: normal;
}
/*********************************************
Footer Navigation ENDE
*********************************************/
/********************************
Sub-Navigation auf Unterseiten
********************************/
#nav-sub {
  /*        padding: 0px 10px 5px;*/
  background-color: transparent;
  color: #939393;
  /*        border-radius: 0;*/
  list-style: none;
  /*        border: 1px solid @dropdown-fallback-border; // IE8 fallback
    border: 1px solid @dropdown-border;*/
  /*        .box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));*/
  border-radius: 0;
  background-clip: padding-box;
  overflow: hidden;
  margin-top: 0;
}
.contentMain #nav-sub li:before {
  color: #adadad;
}
.contentMain #nav-sub li:before {
  color: #939393;
}
.contentMain #nav-sub li.active:before {
  color: #014694;
}
.contentMain #nav-sub li:hover:before {
  color: #014694;
}
#nav-sub #nav-sub-titel h3 {
  font-size: 1.2em;
  color: #fff;
  background-color: #014694;
  margin: 0;
  padding: 10px 10px;
  font-weight: normal;
}
#nav-sub .level-1 a {
  color: #939393;
  display: block;
}
#nav-sub .level-1 a:hover, #nav-sub .level-1 a:focus {
  text-decoration: none;
  color: #014694;
  /*        background-color: $9-color-1;*/
}
#nav-sub .level-1 a:focus.bottom-caret:after {
  border-top: 5px solid #fff;
}
#nav-sub ul.level-1 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  padding-left: 20px;
}
#nav-sub ul.level-1 > li.level-1.subLevel:before {
  content: "";
}
#nav-sub ul.level-2 {
  padding: 0px 0px 0px 30px;
  margin: 0;
}
#nav-sub li.level-1:hover > a {
  color: #014694;
  /*        background-color: $9-color-1;*/
  transition: color 0.1s ease-out 0s;
}
#nav-sub li.level-1:hover:before, #nav-sub li.level-1.active:before {
  content: "";
  color: #014694;
  transition: color 0.1s ease-out 0s;
}
#nav-sub li.active > a {
  color: #014694;
  font-weight: bold;
  /*        background-color: $9-color-1;*/
}
#nav-sub li.active .panel-title > a {
  color: #014694;
}
#nav-sub li.level-1:last-child {
  border-bottom: none;
}
#nav-sub li.level-1 {
  border-bottom: 1px solid #014694;
  padding-top: 4px;
  padding-bottom: 4px;
}
#nav-sub li {
  /*        padding: 2px 5px;*/
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#nav-sub li a {
  padding: 2px 0px;
  /*    font-weight: bold;*/
}
#nav-sub li:before {
  padding: 2px 0px;
}
#nav-sub .panel-title {
  font-size: 18px;
}
#nav-sub .panel-title a {
  position: relative;
}
#nav-sub .level-2 a {
  font-size: 0.9em;
}
#nav-sub .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#nav-sub .panel-heading {
  border: none;
  color: #fff;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
#nav-sub #accordion .in.panel, #nav-sub #accordion .out.panel {
  background-color: transparent;
}
#nav-sub .panel-body {
  padding: 0;
  border: none;
}
/********************************
Sub-Navigation auf Unterseiten Ende
********************************/
.dropdown-menu {
  border-radius: 0;
  padding: 0;
  background-color: #014694;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #014694;
  color: #fff;
}
.dropdown-menu > li > a {
  transform-origin: 50% 50% 0;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #babbbd;
  padding: 8px 50px 8px 15px;
}
.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
#mainnavigation .dropdown-menu > li > a {
  line-height: 1.5em;
}
/*Tablet*/
@media (min-width: 768px) {
  /*    #mainnavigation .dropdown-menu > li:first-child > a {
        font-size: $9-navbar-a-size-sm;
        background-color: $9-color-1;
        color: #fff;
    }*/
  /*    .nav-underline {
        margin-top: 3px;
        background-color: $9-navbar-a-hover-color;
        height: 1px;
        display: block;
        width: 0;
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    }
    .navbar-default .navbar-nav > li:hover .nav-underline, .navbar-default .navbar-nav > li:focus .nav-underline,
    .navbar-default .navbar-nav > .active .nav-underline{
        width: 100%;
    }*/
  #page_1 .navbar-default .navbar-nav > li > a.home {
    color: #fff;
    background-color: #014694;
    font-weight: 500;
  }
  .navbar-default {
    background-color: #fff;
  }
  .navbar-default.fixed-small {
    background-color: #fff;
  }
  #topNav li {
    border-right: 1px solid #939393;
  }
  #topNav li:last-child {
    border-right: none;
  }
  #topNav li a {
    padding: 0 10px;
  }
  #innerMainNav {
    position: relative;
    height: 118px;
    transition: all 0.2s ease-out 0s;
  }
  .fixed-small #innerMainNav {
    height: 118px;
  }
  #mainnavigation .navbar-nav > li:last-child {
    margin-right: 0;
  }
  #mainnavigation .navbar-nav > li {
    margin-right: 0px;
  }
  #mainnavigation .navbar-nav > li > a {
    margin-right: 2px;
  }
  .navbar-default {
    background-color: #fff;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: transparent;
  }
  .mainnavigation-inner {
    transition: all 0.2s ease-out 0s;
    padding-top: 0px;
  }
  .fixed-small #mainnavigation {
    bottom: 0;
  }
  #mainnavigation a {
    transition: all 0.2s ease-out 0s;
  }
  #mainnavigation {
    /*        float: left;*/
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: all 0.2s ease-out 0s;
  }
  #mainnavigation .navbar-nav > li > a {
    font-size: 14px;
    padding: 6px 12px;
    /*        font-weight: bold;*/
  }
  #mainnavigation .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 400;
  }
  .navbar-nav > li:last-child > a {
    margin-right: 0;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #014694;
    color: #fff;
    font-weight: 500;
    /*        border-bottom: 1px solid #fff;*/
  }
  .navbar-default .navbar-nav > li > a {
    border: 0;
    border-bottom: 0;
    color: #000;
    /*        border-bottom: 1px solid transparent;*/
    background-color: #e2e2e2;
    font-weight: 500;
    /*        text-transform: uppercase;*/
    /*        font-weight: bold;*/
  }
  .navbar-default .navbar-nav > li > a:focus {
    color: #000;
  }
  .navbar-default .navbar-nav > li > a:hover {
    /*    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {*/
    background-color: #014694;
    color: #fff;
    font-weight: 500;
    /*        border-bottom: 1px solid #fff;*/
  }
  #mainnavigation .dropdown > a .caret {
    display: none;
  }
  .navbar-default .navbar-nav > .dropdown > a .caret, #topNav .dropdown > a .caret {
    border-bottom-color: #000;
    border-top-color: #000;
  }
  .navbar-default .navbar-nav > .active.dropdown > a .caret, #topNav active .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret, #topNav .dropdown > a:hover .caret, #topNav .dropdown > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  #topNav .dropdown-menu {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.176);
    margin-top: -1px;
    background-color: #014694;
    border: none;
  }
  .navbar-nav > li > .dropdown-menu {
    padding: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.176);
    margin-top: 0px;
    background-color: #fff;
    border: none;
    border-top: 20px solid #014694;
    border-bottom: 10px solid #014694;
  }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #6692bf;
    color: #fff;
  }
  .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 {
    background-color: #6692bf;
    color: #fff;
    font-weight: 500;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #014694;
    color: #fff;
    font-weight: 500;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #014694;
    color: #fff;
  }
  .navbar .dropdown-menu.sub-menu:before {
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    display: inline-block;
    left: -14px;
    top: 6px;
    position: absolute;
  }
  .navbar .dropdown-menu.sub-menu:after {
    border-right: #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    display: inline-block;
    left: -12px;
    position: absolute;
    top: 7px;
  }
  .right-caret:after, .left-caret:after, .bottom-caret:after {
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    right: 8px;
    position: absolute;
    top: 8px;
  }
  .right-caret:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #014694;
  }
  .left-caret:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #014694;
  }
  .bottom-caret:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #014694;
    border-bottom: 5px solid transparent;
  }
  .active > .right-caret:after, .right-caret:hover:after {
    border-left: 5px solid #fff;
  }
  .active > .left-caret:after, .left-caret:hover:after {
    border-right: 5px solid #fff;
  }
  #nav-sub .bottom-caret:hover:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #fff;
  }
  #topNav #pageNav.nav-pills > li.active > a, #topNav #pageNav.nav-pills > li.active > a:hover, #topNav #pageNav.nav-pills > li.active > a:focus {
    background-color: transparent;
    /*        color: $9-color-1;*/
  }
}
/*Desktop*/
@media (min-width: 992px) {
  #mainnavigation .navbar-nav > li > a {
    font-size: 14px;
    padding: 6px 12px;
  }
  #mainnavigation .dropdown-menu > li > a {
    font-size: 14px;
  }
  .fixed-small .mainnavigation-inner {
    padding-top: 0px;
  }
  .mainnavigation-inner {
    padding-top: 0px;
  }
  .searchButton-Small.btn-primary {
    margin-top: 41px;
    background-color: #014694;
  }
  .headerTransparent {
    background-color: #fff;
  }
  .headerOpacity {
    opacity: 1;
    transition: opacity 0.5s ease-out 0s;
  }
  .headerOpacity:hover, .headerOpacity:focus {
    opacity: 1;
    transition: opacity 0.3s ease-out 0s;
  }
}
/*Large Desktop*/
@media (min-width: 1200px) {
  #mainnavigation .dropdown-menu > li > a {
    font-size: 14px;
  }
  #mainnavigation .navbar-nav > li > a {
    font-size: 14px;
    padding: 6px 12px;
  }
}
/*//
// layout
// --------------------------------------------------*/
/*#pushobj {
	position: absolute;
	top: 0px;
	left: 30%;
	color: #fff;
	background: #243342;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	z-index: 1;
}*/
#page_1 li.nav-mobile-entry.home a {
  color: #fff;
  font-weight: normal;
}
#page_1 li.nav-mobile-entry.home {
  color: #fff;
  background-color: transparent;
  font-weight: #fff;
}
.levelHolderClass.ltr h3.home {
  display: none;
}
.levelHolderClass.ltr.multilevelpushmenu_inactive h3.home {
  display: block;
}
#nav-mobile-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#main {
  /*    overflow-x: hidden;*/
}
#mobileMenu #logoutButton {
  height: 31px;
}
#mobileMenu #logoutButton button {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
}
#slide-nav.open {
  box-shadow: none;
}
#menuTrigger.open {
  background-color: #014694;
}
#menuTrigger.open .fa {
  color: #fff;
}
#menuTrigger .fa {
  color: #fff;
}
#menuTrigger {
  transition: all 0.2s ease-in 0s;
  border: none;
  height: 50px;
  border-radius: 0;
}
.multilevelpushmenu_wrapper li.nav-mobile-entry {
  padding-left: 20px;
}
/*#page_8 #mobileMenu {
    top: $9-body-padding-top-xs;
} */
#mobileMenu.open {
  -moz-box-shadow: 5px 0 5px -5px #000;
  -webkit-box-shadow: 5px 0 5px -5px #000;
  box-shadow: 5px 0 5px -5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=90,strength=2);
}
#mobileMenu {
  width: 0;
  position: absolute;
  top: 50px;
  /*    left: -30px;*/
  min-height: 100%;
  z-index: 1000;
  overflow: hidden;
}
.multilevelpushmenu_wrapper {
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  overflow: hidden;
  top: 0;
  background-color: #014694;
  width: auto;
  min-height: 100%;
  /*	font-family: 'Open Sans Condensed', sans-serif;*/
  font-size: 1em;
  zoom: 1;
}
.multilevelpushmenu_wrapper .ltr {
  margin-left: -100%;
  left: 0;
  -moz-box-shadow: 5px 32px 5px -5px #000;
  -webkit-box-shadow: 5px 32px 5px -5px #000;
  box-shadow: 5px 32px 5px -5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=90,strength=2);
}
.multilevelpushmenu_wrapper .ltr.multilevelpushmenu_inactive {
  -moz-box-shadow: 5px 0 5px -5px #000;
  -webkit-box-shadow: 5px 0 5px -5px #000;
  box-shadow: 5px 0 5px -5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=270,strength=2);
}
.multilevelpushmenu_wrapper .rtl {
  margin-right: -100%;
  right: 0;
  -moz-box-shadow: 5px 0 5px 5px #000;
  -webkit-box-shadow: 5px 0 5px 5px #000;
  box-shadow: 5px 0 5px 5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=270,strength=2);
}
.multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
  background-color: #012e61;
}
.levelHolderClass > h3 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  padding: 0 0.4em 0 20px;
  margin-top: 40px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.levelHolderClass.multilevelpushmenu_inactive > h3 {
  margin-top: 5px;
}
.levelHolderClass > h3 i {
  display: none;
}
.levelHolderClass > h3 .headerTitle {
  cursor: default;
}
.levelHolderClass.multilevelpushmenu_inactive > h3 .headerTitle {
  transform: rotate(-90deg);
  right: -180px;
  top: 220px;
  width: 400px;
  text-align: right;
  position: absolute;
  cursor: default;
  opacity: 0.3;
  font-size: 22px;
}
/*.levelHolderClass .home {
    display: none;
}
.levelHolderClass.multilevelpushmenu_inactive .home {
    display: block;
}
.multilevelpushmenu_inactive .home i {
    display: block;
}*/
.levelHolderClass.multilevelpushmenu_inactive > h3 i {
  display: block;
}
.levelHolderClass.multilevelpushmenu_inactive > h3 {
  position: relative;
}
.multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multilevelpushmenu_wrapper li {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 0.4em 0.4em 0.4em 0.4em;
}
.multilevelpushmenu_wrapper li:last-child {
  /*	border-bottom: 1px solid $9-color-1;*/
}
.multilevelpushmenu_wrapper li:hover {
  background-color: transparent;
}
.multilevelpushmenu_wrapper li.active a {
  color: #fff;
  font-weight: normal;
}
.multilevelpushmenu_wrapper li.active {
  background-color: transparent;
}
.multilevelpushmenu_wrapper li:hover > a {
  color: #fff;
}
.multilevelpushmenu_wrapper a {
  display: block;
  outline: none;
  overflow: hidden;
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 0.2em 0.2em;
  text-decoration: none;
  color: #fff;
}
.multilevelpushmenu_wrapper a:hover {
  color: #fff;
}
.multilevelpushmenu_wrapper .backItemClass {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 6px 5px;
  /*	background-color: $9-navbar-mobile-a-background-color;
	border-top: 1px solid $9-navbar-mobile-a-background-color;*/
  text-align: right;
  font-size: 10px;
  background-color: #012e61;
  color: #fff;
}
.backItemClass a {
  color: #fff;
}
.multilevelpushmenu_wrapper .backItemClass .floatRight {
  margin-left: 8px;
}
.multilevelpushmenu_wrapper .floatRight {
  float: right;
  margin-left: 15px;
}
.multilevelpushmenu_wrapper .floatLeft {
  float: left;
}
.multilevelpushmenu_wrapper .cursorPointer {
  cursor: pointer;
}
.multilevelpushmenu_wrapper .iconSpacing_ltr {
  padding: 1px 0.4em 0 0;
}
.multilevelpushmenu_wrapper .iconSpacing_rtl {
  padding: 0 0 0 0.4em;
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
/*//
// bullets
// --------------------------------------------------*/
ol {
  counter-reset: li;
  margin-left: 0;
  /* Initiate a counter */
  padding-left: 0;
}
ol > li {
  position: relative;
  list-style: none;
  /* Create a positioning context */
  /*	margin:0 0 6px 2em;  Give each list item a left margin to make room for the numbers 
	padding:4px 8px;  Add some spacing around the content */
  /* Disable the normal item numbering */
  /*	border-top:2px solid $9-color-3;
	background:$9-color-1;*/
}
ol > li:before {
  content: counters(li, "") ".";
  counter-increment: li;
  /* Use the counter as content */
  position: absolute;
  /* Increment the counter by 1 */
  /* Position and style the number */
  top: -4px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  margin-right: 8px;
  /* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
  padding: 4px;
  text-align: center;
  /*	border-top:2px solid $9-color-3;*/
  /*	color:#fff;*/
  /*	background:$9-color-3;*/
  /*	font-weight:bold;*/
  /*	font-family:"Helvetica Neue", Arial, sans-serif;*/
}
li ol, li ul {
  margin-top: 6px;
}
ol ol li:last-child {
  margin-bottom: 0;
}
.bullets ul.dropdown-menu li:before {
  content: "" !important;
}
.bullets ul.dropdown-menu {
  padding-left: 0 !important;
}
ul {
  list-style-type: none;
  padding-left: 0px;
}
.bullet-color-base ul:not(.nav) li:before, .bullet-color-base ol:not(.nav) li:before {
  color: #000000;
}
.bullet-color-1 ul:not(.nav) li:before, .bullet-color-1 ol:not(.nav) li:before {
  color: #014694;
}
.bullet-color-2 ul:not(.nav) li:before, .bullet-color-2 ol:not(.nav) li:before {
  color: #336dac;
}
.bullet-color-3 ul:not(.nav) li:before, .bullet-color-3 ol:not(.nav) li:before {
  color: #6692bf;
}
.bullet-color-4 ul:not(.nav) li:before, .bullet-color-4 ol:not(.nav) li:before {
  color: #014694;
}
.bullet-color-5 ul:not(.nav) li:before, .bullet-color-5 ol:not(.nav) li:before {
  color: #ef0355;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #0276f9;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #332429;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #442f36;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #5d3945;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #764050;
}
.bullet-color-green ul:not(.nav) li:before, .bullet-color-green ol:not(.nav) li:before {
  color: #b4cf60;
}
.bullet-color-red ul:not(.nav) li:before, .bullet-color-red ol:not(.nav) li:before {
  color: #ff0000;
}
.bullet-color-white ul:not(.nav) li:before, .bullet-color-white ol:not(.nav) li:before {
  color: #fff;
}
.bullet-color-black ul:not(.nav) li:before, .bullet-color-black ol:not(.nav) li:before {
  color: #000;
}
.bullet-inline-table ul:not(.nav) {
  display: inline-table;
}
.bullets.bullets-ul-margin-default ul:not(.nav), .bullets .bullets-ul-margin-default ul:not(.nav), .bullets.bullets-ul-margin-default ol:not(.nav), .bullets .bullets-ul-margin-default ol:not(.nav) {
  margin: 10px 20px 20px 20px;
}
.bullets .bullet-default ul:not(.nav), .bullets.bullet-default ul:not(.nav), .bullets .bullet-default ol:not(.nav), .bullets.bullet-default ol:not(.nav) {
  margin: 10px 20px 20px 20px;
}
.bullet-default ul:not(.nav) li, .bullet-default ol:not(.nav) li {
  margin-bottom: 10px;
}
.bullet-margin-bottom-0 ul:not(.nav) li, .bullet-margin-bottom-0 ol:not(.nav) li {
  margin-bottom: 0;
}
.bullet-margin-bottom-5 ul:not(.nav) li, .bullet-margin-bottom-5 ol:not(.nav) li {
  margin-bottom: 5px;
}
.bullet-margin-bottom-10 ul:not(.nav) li, .bullet-margin-bottom-10 ol:not(.nav) li {
  margin-bottom: 10px;
}
.bullet-margin-bottom-15 ul:not(.nav) li, .bullet-margin-bottom-15 ol:not(.nav) li {
  margin-bottom: 15px;
}
.bullet-margin-bottom-20 ul:not(.nav) li, .bullet-margin-bottom-20 ol:not(.nav) li {
  margin-bottom: 20px;
}
.bullets ul:not(.nav) li:last-child, .bullets ol:not(.nav) li:last-child {
  margin-bottom: 0;
}
/*.bullet-default ul:not(.nav) li {
    line-height: 1.5em;
}*/
.bullets ul:not(.nav) li:before {
  font-family: FontAwesome;
  float: left;
  display: inline-block;
  margin-left: -20px;
  width: 20px;
}
.bullets .bullets-lg ul:not(.nav) li:before {
  font-family: FontAwesome;
  float: left;
  display: inline-block;
  margin-left: -40px;
  width: 40px;
  font-size: 40px;
  margin-right: 10px;
  margin-top: -5px;
}
.bullets .text-center ul:not(.nav) li:before {
  float: none;
}
.bullets .bullet-noMargin-ul ul:not(.nav), .bullets.bullet-noMargin-ul ul:not(.nav), .bullets .bullet-noMargin-ul ol:not(.nav), .bullets.bullet-noMargin-ul ol:not(.nav) {
  margin: 0;
}
.bullets ul:not(.nav), .bullets ol:not(.nav) {
  padding-left: 20px;
}
/*.bullets li:before {
    width: 15px;
    margin-left: -15px;
}*/
.bullets .bullet-ul-margin-top-0 ul:not(.nav), .bullets .bullet-ul-margin-top-0 ol:not(.nav) {
  margin-top: 0;
}
.bullets .bullet-ul-margin-bottom-0 ul:not(.nav), .bullets .bullet-ul-margin-bottom-0 ol:not(.nav) {
  margin-bottom: 0;
}
.bullets .bullets-ul-margin-left-0 ul:not(.nav), .bullets .bullets-ul-margin-left-0 ol:not(.nav) {
  margin-left: 0px;
}
.bullets .bullets-ul-margin-left-10 ul:not(.nav), .bullets .bullets-ul-margin-left-10 ol:not(.nav) {
  margin-left: 10px;
}
.bullets .bullets-ul-margin-left-20 ul:not(.nav), .bullets .bullets-ul-margin-left-20 ol:not(.nav) {
  margin-left: 20px;
}
.bullets .bullets-ul-margin-left-30 ul:not(.nav), .bullets .bullets-ul-margin-left-30 ol:not(.nav) {
  margin-left: 30px;
}
.bullet-padding-0 ul:not(.nav), .bullet-padding-0 ol:not(.nav) {
  padding-left: 0px;
}
.bullet-padding-5 ul:not(.nav), .bullet-padding-5 ol:not(.nav) {
  padding-left: 5px;
}
.bullet-padding-10 ul:not(.nav), .bullet-padding-10 ol:not(.nav) {
  padding-left: 10px;
}
.bullet-padding-15 ul:not(.nav), .bullet-padding-15 ol:not(.nav) {
  padding-left: 15px;
}
.bullets .bullet-padding-15 ul:not(.nav) li:before, .bullets.bullet-padding-15 ul:not(.nav) li:before, .bullets .bullet-padding-15 ol:not(.nav) li:before, .bullets.bullet-padding-15 ol:not(.nav) li:before {
  width: 15px;
  margin-left: -15px;
}
.bullet-padding-30 ul:not(.nav), .bullet-padding-30 ol:not(.nav) {
  padding-left: 30px;
}
.bullets .bullet-padding-30 ul:not(.nav) li:before, .bullets.bullet-padding-30 ul:not(.nav) li:before, .bullets .bullet-padding-30 ol:not(.nav) li:before, .bullets.bullet-padding-30 ol:not(.nav) li:before {
  width: 30px;
  margin-left: -30px;
}
.bullet-padding-35 ul:not(.nav), .bullet-padding-35 ol:not(.nav) {
  padding-left: 35px;
}
.bullets .bullet-padding-35 ul:not(.nav) li:before, .bullets.bullet-padding-35 ul:not(.nav) li:before, .bullets .bullet-padding-35 ol:not(.nav) li:before, .bullets.bullet-padding-35 ol:not(.nav) li:before {
  width: 35px;
  margin-left: -35px;
}
.bullets .bullet-default ul:not(.nav) li:before, .bullets.bullet-default ul:not(.nav) li:before {
  content: "";
  /*    color: $9-color-2;*/
}
.bullets .bullet-style-0 ul:not(.nav) li:before, .bullets.bullet-style-0 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-1 ul:not(.nav) li:before, .bullets.bullet-style-1 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-2 ul:not(.nav) li:before, .bullets.bullet-style-2 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-3 ul:not(.nav) li:before, .bullets.bullet-style-3 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-4 ul:not(.nav) li:before, .bullets.bullet-style-4 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-5 ul:not(.nav) li:before, .bullets.bullet-style-5 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-none ul:not(.nav) li:before, .bullets.bullet-none ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-none ul:not(.nav) {
  margin-left: 0;
  padding-left: 0;
}
.bullets .bullet-arrow-right ul:not(.nav) li:before, .bullets.bullet-arrow-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-angle-double-right ul:not(.nav) li:before, .bullets.bullet-angle-double-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-angle-right ul:not(.nav) li:before, .bullets.bullet-angle-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-arrow-circle-right ul:not(.nav) li:before, .bullets.bullet-arrow-circle-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-chevron-circle-right ul:not(.nav) li:before, .bullets.bullet-chevron-circle-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-check ul:not(.nav) li:before, .bullets.bullet-check ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-check-square-o ul:not(.nav) li:before, .bullets.bullet-check-square-o ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-check-circle ul:not(.nav) li:before, .bullets.bullet-check-circle ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-hand-o-right ul:not(.nav) li:before, .bullets.bullet-hand-o-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-caret-right ul:not(.nav) li:before, .bullets.bullet-caret-right ul:not(.nav) li:before {
  content: "";
}
.bullet-width-100pc-xs li {
  width: 100%;
  float: left;
  /*    padding-right: 25px;
    padding-bottom: 15px;*/
  padding: 7px 25px 7px 0;
}
#footer .bullets li {
  padding-top: 7px;
  padding-bottom: 7px;
}
/*Tablet*/
@media (min-width: 768px) {
  #footer .bullets li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bullet-width-50pc-sm li {
    padding: 0 25px 0 0;
    width: 50%;
    float: left;
  }
}
/*Desktop*/
@media (min-width: 992px) {
  .bullet-width-33pc-md li {
    width: 33%;
    float: left;
  }
}
/*Large Desktop*/
/* 
 *  Owl Carousel - Animate Plugin
 */
@-webkit-keyframes walk {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px 100px;
  }
  /* <-- width of spritesheet*/
}
@-moz-keyframes walk {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px 100px;
  }
  /* <-- width of spritesheet*/
}
@-o-keyframes walk {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px 100px;
  }
  /* <-- width of spritesheet*/
}
@keyframes walk {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px 100px;
  }
  /* <-- width of spritesheet*/
}
.image-preview .bg-image {
  background-position: 0px 0px;
}
.image-preview.active .bg-image {
  background-position: 0 100px;
  -webkit-animation: walk 0.5s;
  -moz-animation: walk 0.5s;
  -o-animation: walk 0.5s;
  animation: walk 0.5s;
}
.owl-carousel .owl-item img.dim-width-auto {
  width: auto !important;
  max-width: 75px;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*   .dim-full-height.dim-full-width .owl-stage .owl-item .item {
        background-position: center center;
        background-size: auto 100%;
    }*/
.dim-full-width .owl-stage .owl-item .item {
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  /*    .owl-carousel .owl-item img.dim-width-auto {
        width: auto !important;
        max-width: 100%;
    }
    .owl-stage .owl-item .item {
        background-position: center center;
        background-size: 100% auto;
    }*/
}
@media (min-width: 992px) {
  .dim-full-height.dim-full-width .owl-stage .owl-item .item {
    background-position: center center;
    background-size: cover;
  }
  .dim-full-width .owl-stage .owl-item .item {
    background-position: center center;
    background-size: cover;
  }
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */
/*
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }
*/
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -48px;
  padding-bottom: 15px;
  position: relative;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  border: 1px solid #939393;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.15) inset;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border-color: #014694;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.owl-dots {
  display: none;
}
#owl-slider-home-top .owl-next {
  /*    border-radius: 60px 0 0 60px;*/
  overflow: hidden;
}
#owl-slider-home-top .owl-prev {
  /*    border-radius: 0 60px 60px 0;*/
  overflow: hidden;
}
#owl-testimonials .owl-dots .owl-dot:hover span, #owl-testimonials .owl-dots .owl-dot:active span {
  background: #0276f9;
}
#owl-testimonials .owl-dots .owl-dot span {
  border: 2px solid #0276f9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#owl-testimonials .owl-dots .owl-dot.active span {
  border: 2px solid #014694;
  background: #0276f9;
}
.default-box {
  background-color: #fff;
  border-top: 10px solid #014694;
  padding: 20px;
  /*    box-shadow: 1px 1px 2px 0px rgba(0,0,0, 0.15);*/
}
.default-box.no-padding {
  padding: 0;
}
.row-same-height .default-box {
  /*    height: 100%;*/
}
.row-same-height .bullets {
  /*    height: 100%;*/
}
.powered-by {
  display: none;
}
.cc-btn.cc-allow-all {
  background: #014694;
  color: #fff;
}
/***************************************
Tablet
***************************************/
@media (min-width: 768px) {
  /*    #page_1 .navbar-default.fixed-large {
        background-color: transparent;
        box-shadow: none;
        
    }
    
    #page_1.site {
        padding-top: 0;
    }*/
  .owl-dots {
    display: block;
  }
}
/***************************************
Desktop
***************************************/
/***************************************
Large Desktop
***************************************/
/*	
--------------------------------------------------
@Start smart forms
-------------------------------------------------- 
*/
/* Roboto google font import 
--------------------------------------- */
/*html, body{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline; 
	font: inherit;
}*/
/* @backgrounds :: modify or add yours below 
------------------------------------------------------------------- */
.darkbg {
  background: #6C82A2 url(../images/dark.png) repeat fixed;
}
.woodbg {
  background: #E6CCA6 url(../images/wood.png) repeat fixed;
}
/* @form wrappers 
---------------------------------- */
.smart-wrap {
  padding: 0 20px;
}
.smart-forms, .smart-forms * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smart-forms {
  /*	font-family:  "Roboto", Arial, Helvetica, sans-serif;*/
  line-height: 1.231;
  font-weight: 400;
  /*	font-size: 14px;*/
  /*	color: #34495E;*/
}
.smart-container {
  background: #fff;
  margin: 50px auto;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* @form container width 
/* @if you want to change the form container width change the values below 
/* @alternatively you can add yours eg .wrap4{ max-width:200px; } 
---------------------------------------------------------------------------- */
.wrap-0 {
  max-width: 952px;
}
.wrap-1 {
  max-width: 852px;
}
.wrap-2 {
  max-width: 652px;
}
.wrap-3 {
  max-width: 452px;
}
/* @form helper classes 
--------------------------------------------------------------- */
.smart-forms .section {
  margin-bottom: 22px;
}
.smart-forms .smart-link {
  color: #014694;
  text-decoration: none;
}
.smart-forms .smart-link:hover {
  text-decoration: underline;
}
.smart-forms .tagline {
  height: 0;
  border-top: 1px solid #D9DDE5;
  text-align: center;
}
.smart-forms .tagline span {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  background: #fff;
  color: #014694;
  top: -10px;
}
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.smart-forms .field {
  display: block;
  position: relative;
}
.smart-forms .field-icon i {
  color: #A2A6A8;
  position: relative;
  top: 0;
}
.smart-forms .field-label {
  display: block;
  margin-bottom: 7px;
}
.smart-forms .field-label.colm {
  padding-top: 12px;
}
.smart-forms .field-label em {
  color: #e74c3c;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 3px;
}
/* @form header section 
----------------------------------------- */
.smart-forms .form-header {
  overflow: hidden;
  position: relative;
  padding: 25px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.smart-forms .form-header h4 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: 300;
  font-size: 32px;
  padding: 0;
  margin: 0;
}
.smart-forms .form-header h4 i {
  font-size: 38px;
  position: relative;
  margin-right: 10px;
  top: 2px;
}
/* @header themes :: primary + lite 
---------------------------------------------- */
.smart-forms .header-primary {
  background-color: #014694;
  border-top: 1px solid #23E0BA;
  border-bottom: 5px solid #16A085;
}
.smart-forms .header-lite {
  background: #F3F5FA;
  border-top: 1px solid #23E0BA;
  border-bottom: 1px solid #D9DDE5;
}
.smart-forms .header-lite:before {
  content: "";
  background-color: #014694;
  position: absolute;
  height: 8px;
  z-index: 1;
  top: 0px;
  right: 0;
  left: 0;
}
.smart-forms .header-primary h4 {
  color: #fff;
}
.smart-forms .header-lite h4 {
  color: #5D6A87;
  padding-top: 5px;
}
/* @remove rounded corners form headers 
----------------------------------------------------------------- */
.smart-flat, .smart-flat .form-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* @form body + footer 
------------------------------------------------------------------- */
.smart-forms .form-body {
  padding: 40px 30px;
  padding-bottom: 20px;
}
.smart-forms .form-footer {
  overflow: hidden;
  padding: 20px 25px;
  padding-top: 25px;
  background: #F3F5FA url(../images/foobg.png) top left repeat-x;
}
/* @crossbrowser placeholder styling :: modern browsers only IE10+
------------------------------------------------------------------------ */
.smart-forms input[type=search] {
  -webkit-appearance: textfield;
}
.smart-forms ::-webkit-search-decoration, .smart-forms ::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.smart-forms input::-webkit-input-placeholder, .smart-forms textarea::-webkit-input-placeholder {
  color: #bebebe;
  font-size: small;
  font-style: italic;
}
.smart-forms input:focus::-webkit-input-placeholder, .smart-forms textarea:focus::-webkit-input-placeholder {
  color: #D6DBE0;
}
.smart-forms input:-moz-placeholder, .smart-forms textarea:-moz-placeholder {
  color: #bebebe;
  font-size: small;
  font-style: italic;
}
.smart-forms input:focus:-moz-placeholder, .smart-forms textarea:focus:-moz-placeholder {
  color: #D6DBE0;
}
.smart-forms input::-moz-placeholder, .smart-forms textarea::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
  font-size: small;
  font-style: italic;
}
.smart-forms input:focus::-moz-placeholder, .smart-forms textarea:focus::-moz-placeholder {
  color: #D6DBE0;
  opacity: 1;
}
.smart-forms input:-ms-input-placeholder, .smart-forms textarea:-ms-input-placeholder {
  color: #bebebe;
  font-size: small;
  font-style: italic;
}
.smart-forms input:focus:-ms-input-placeholder, .smart-forms textarea:focus:-ms-input-placeholder {
  color: #D6DBE0;
}
/* @element general styling :: fonts :: adjust accordingly
------------------------------------------------------------- */
.smart-forms label, .smart-forms input, .smart-forms button, .smart-forms select, .smart-forms .bootstrap-select .btn, .smart-forms textarea {
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  outline: none;
  /*	color: #34495E;*/
}
/* @remove browser specific styling
----------------------------------------------- */
.smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .bootstrap-select .btn, .smart-forms input[type="button"], .smart-forms input[type="submit"], .smart-forms input[type="search"], .smart-forms .select-multiple select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.smart-forms input[type="search"]::-webkit-search-decoration, .smart-forms input[type="search"]::-webkit-search-cancel-button, .smart-forms input[type="search"]::-webkit-search-results-button, .smart-forms input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* @labels font-size styling :: adjust to fit your needs 
--------------------------------------------------------- */
.smart-forms .switch, .smart-forms .option, .smart-forms .field-label {
  font-size: 14px;
}
/* @prevent user selection for usability purposes
----------------------------------------------------- */
.smart-forms .radio, .smart-forms .button, .smart-forms .checkbox, .smart-forms .switch > label {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* @universal rules for all elements 
---------------------------------------------------- */
.smart-forms .radio, .smart-forms .button, .smart-forms .tooltip, .smart-forms .checkbox, .smart-forms .gui-input, .smart-forms .notification, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .bootstrap-select .btn, .smart-forms .select-multiple select, .smart-forms input[type="button"].button, .smart-forms input[type="submit"].button, .smart-forms input[type="search"].gui-input {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  outline: none;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.smart-forms .select, .smart-forms .bootstrap-select .btn, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
  background: #fff;
  position: relative;
  vertical-align: top;
  border: 2px solid #BDC3C7;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #34495E;
  outline: none;
  height: 42px;
  width: 100%;
  *zoom: 1;
}
/* @styling inputs and textareas 
------------------------------------------- */
.smart-forms .gui-input, .smart-forms .gui-textarea {
  padding: 10px;
}
.smart-forms .gui-textarea {
  resize: none;
  line-height: 19px;
  overflow: auto;
  max-width: 100%;
  height: 96px;
}
/* @hint below textareas 
---------------------------------------- */
.smart-forms .input-hint {
  padding: 10px;
  display: block;
  margin-top: -4px;
  line-height: 16px;
  position: relative;
  background: #F2F4FA;
  border: 2px solid #bdc3c7;
  border-top: 1px solid #bdc3c7;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  font-size: 11px;
  color: #777;
}
/* @form selects :: dropdowns 
-------------------------------------------------- */
.smart-forms .select {
  border: 0;
  /*z-index:10; */
}
.smart-forms .select > select {
  display: block;
  padding: 9px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  z-index: 10;
  margin: 0;
}
.smart-forms .select > select::-ms-expand {
  display: none;
}
.smart-forms .select:before, .smart-forms .select:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 15;
}
.smart-forms .select:before {
  /*	top: 2px;
	right: 2px;
	width: 34px;
	bottom: 2px;
	background: #F2F4FA;
	border-left:1px solid #d3dae7;
	-webkit-border-radius: 0 1px 1px 0;
	-moz-border-radius: 0 1px 1px 0;
	-o-border-radius: 0 1px 1px 0;
	border-radius: 0 1px 1px 0;*/
}
.smart-forms .select .arrow {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: #F2F4FA;
  color: #B5C1C7;
  pointer-events: none;
  z-index: 16;
}
.smart-forms .select .arrow:after, .smart-forms .select .arrow:before {
  content: "";
  position: absolute;
  font: 12px "Consolas", monospace;
  font-style: normal;
  pointer-events: none;
  left: 6px;
}
.smart-forms .select .arrow:before {
  content: "▼";
  bottom: 4px;
}
.smart-forms .select .double:after {
  content: "▲";
  top: -1px;
}
.smart-forms .select .double:before {
  content: "▼";
  bottom: -1px;
}
.smart-forms .select-multiple select {
  width: 100%;
  height: 123px;
  padding: 10px;
}
/* @file inputs :: file uploaders 
-------------------------------------------------------- */
.smart-forms .file {
  display: block;
  width: 100%;
}
.smart-forms .file .gui-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 8px 10px;
  position: absolute;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 11;
  bottom: 0;
  right: 0;
}
.smart-forms .file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  z-index: 10;
}
/* @form element :hover state 
-------------------------------------------- */
/*.smart-forms .gui-input:hover,
.smart-forms .gui-textarea:hover,
.smart-forms .select > select:hover,
.smart-forms .select-multiple select:hover, 
.smart-forms .gui-input:hover ~ .input-hint,
.smart-forms .file .gui-file:hover + .gui-input,
.smart-forms .gui-textarea:hover ~ .input-hint{
	border-color: $9-smartform-color-active;
}*/
/* @form element :focus state 
-------------------------------------------------------- */
/*.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .bootstrap-select > .btn:focus,
.smart-forms .select > select:focus,
.smart-forms .select-multiple select:focus{ border-color: $9-smartform-color-active; color: $9-smartform-color-active-text; }
.smart-forms .gui-textarea:focus{  height: 120px; }
.smart-forms .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i{ color:$9-smartform-color-active; }
.smart-forms .select-multiple select:focus, 
.smart-forms .gui-input:focus ~ .input-hint,
.smart-forms .gui-textarea:focus ~ .input-hint, 
.smart-forms .file .gui-file:focus + .gui-input{ border-color: $9-smartform-color-active; }
.smart-forms .select > select:focus + .arrow{ color:$9-smartform-color-active; }*/
/* @radio + checkbox option elements 
----------------------------------------------------- */
.smart-forms .option {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.smart-forms .option > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.smart-forms .checkbox, .smart-forms .radio {
  position: relative;
  margin-right: 2px;
  background: white;
  display: inline-block;
  border: 3px solid #B5C1C7;
  height: 21px;
  width: 21px;
  top: 5px;
}
.smart-forms .checkbox:before, .smart-forms .radio:before {
  content: "";
  display: none;
}
.smart-forms input:checked + .checkbox:before, .smart-forms input:checked + .radio:before {
  display: block;
}
.smart-forms .checkbox:before {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 3px;
  border: solid #014694;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.smart-forms input:checked + .checkbox, .smart-forms input:checked + .radio {
  border: 3px solid #014694;
}
.smart-forms .radio {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.smart-forms .radio:before {
  margin: 4px;
  width: 7px;
  height: 7px;
  background: #014694;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* @radio + checkbox :hover state 
-------------------------------------------------- */
.smart-forms input:hover + .checkbox, .smart-forms input:hover + .radio {
  border-color: #014694;
}
/* @radio + checkbox :focus state 
--------------------------------------------------- */
.smart-forms input:focus + .checkbox, .smart-forms input:focus + .radio {
  border-color: #014694;
}
.smart-forms input:focus + .radio:before {
  background: #014694;
}
.smart-forms input:focus + .checkbox:before {
  border-color: #014694;
}
/* @toggle switch elements 
-------------------------------------------------- */
.smart-forms .switch {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  height: 26px;
}
.smart-forms .switch > label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 58px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #B5C1C7;
  border: 2px solid #B5C1C7;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.smart-forms .switch > label + span {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  top: -7px;
}
.smart-forms .switch > label:before {
  content: attr(data-off);
  position: absolute;
  top: 1px;
  right: 3px;
  width: 33px;
}
.smart-forms .switch > label:after {
  content: "";
  margin: 1px;
  width: 19px;
  height: 19px;
  display: block;
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.smart-forms .switch > input {
  -webkit-appearance: none;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  left: 0;
  top: 0;
}
/* @toggle switch focus state 
-------------------------------------------------------------- */
.smart-forms .switch > input:focus {
  outline: none;
}
.smart-forms .switch > input:focus + label {
  color: #fff;
  border-color: #a1a6a9;
  background: #a1a6a9;
}
.smart-forms .switch > input:focus + label:after {
  background: #fff;
}
/* @toggle switch normal state 
--------------------------------------------------------------- */
.smart-forms .switch > input:checked + label {
  border-color: #014694;
  background: #014694;
  padding-left: 33px;
  color: white;
}
.smart-forms .switch > input:checked + label:before {
  content: attr(data-on);
  left: 1px;
  top: 1px;
}
.smart-forms .switch > input:checked + label:after {
  margin: 1px;
  width: 19px;
  height: 19px;
  background: white;
}
/* @toggle switch normal state focus 
--------------------------------------------------------------------------------- */
.smart-forms .switch > input:checked:focus + label {
  background: #16a085;
  border-color: #16a085;
}
.smart-forms .switch-round > label {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
.smart-forms .switch-round > label + span {
  top: -2px;
}
.smart-forms .switch-round > label:before {
  width: 33px;
}
.smart-forms .switch-round > label:after {
  width: 19px;
  color: #B5C1C7;
  content: "•";
  font: 20px/20px Times, Serif;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
.smart-forms .switch-round > input:checked + label {
  padding-left: 33px;
}
.smart-forms .switch-round > input:checked + label:after {
  color: #014694;
}
/* @buttons 
----------------------------------------------------- */
.smart-forms .button {
  border: 0;
  height: 42px;
  color: #243140;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  padding: 0 18px;
  text-align: center;
  vertical-align: top;
  background: #bdc3c7;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
/* @buttons :hover, :active states 
---------------------------------------------------------------- */
.smart-forms .button:hover {
  color: #243140;
  background: #cacfd2;
}
.smart-forms .button:active {
  color: #1d2938;
  background: #a1a6a9;
}
.smart-forms a.button, .smart-forms span.button, .smart-forms label.button {
  line-height: 42px;
  text-decoration: none;
}
.smart-forms .button i {
  font-size: 14px;
}
.smart-forms .button-list .button {
  margin-bottom: 5px;
}
/* @primary button theme
-------------------------------------------- */
/*.smart-forms .btn-primary {  background-color: $9-color-1;  }
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus { background-color: #48c9b0; }
.smart-forms .btn-primary:active{ background-color: #16a085; }
.smart-forms .btn-primary, 
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus, 
.smart-forms .btn-primary:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }*/
/* @rounded buttons 
-------------------------------------------- */
.smart-forms .btn-rounded {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
}
/* @left + right buttons :: look like IOS
-------------------------------------------- */
.smart-forms .button-left, .smart-forms .button-right {
  position: relative;
  z-index: 9;
}
.smart-forms .button-left:before, .smart-forms .button-right:before {
  content: "";
  z-index: -1;
  width: 32px;
  height: 32px;
  position: absolute;
  background-color: inherit;
  border-color: inherit;
  border: none;
  top: 5px;
}
.smart-forms .button-left {
  border-left-width: 0;
  padding: 0 18px 0 7px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-left: 20px;
}
.smart-forms .button-left:before {
  left: -15px;
  -webkit-border-radius: 2px 5px 0 5px;
  -moz-border-radius: 2px 5px 0 5px;
  -o-border-radius: 2px 5px 0 5px;
  border-radius: 2px 5px 0 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.smart-forms .button-right {
  padding: 0 7px 0 18px;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-right: 20px;
}
.smart-forms .button-right:before {
  right: -15px;
  -webkit-border-radius: 5px 2px 5px 0;
  -moz-border-radius: 5px 2px 5px 0;
  -o-border-radius: 5px 2px 5px 0;
  border-radius: 5px 2px 5px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* @left right button pointed button shapes 
------------------------------------------------ */
.smart-forms .btn-pointed.button-left, .smart-forms .btn-pointed.button-right {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
}
.smart-forms .btn-rounded.button-left {
  -webkit-border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -o-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0;
}
.smart-forms .btn-rounded.button-right {
  -webkit-border-radius: 22px 0 0 22px;
  -moz-border-radius: 22px 0 0 22px;
  -o-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
}
/* @push buttons
------------------------------------------------ */
.smart-forms .pushed {
  -webkit-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.smart-forms .pushed:active {
  -webkit-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  top: 2px;
}
.smart-forms .pushed.button-left:before {
  -webkit-box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
}
.smart-forms .pushed:active.button-left:before {
  -webkit-box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
}
.smart-forms .pushed.button-right:before {
  -webkit-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
}
.smart-forms .pushed:active.button-right:before {
  -webkit-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
}
/* @adjust buttons in form footer
------------------------------------------------ */
.smart-forms .form-footer .button {
  margin-right: 10px;
  margin-bottom: 5px;
}
.smart-forms .align-right .button {
  margin-right: 0;
  margin-left: 10px;
}
/* @social buttons :: facebook :: twitter :: google +
---------------------------------------------------- */
.smart-forms .twitter, .smart-forms .twitter:hover, .smart-forms .twitter:focus, .smart-forms .facebook, .smart-forms .facebook:hover, .smart-forms .facebook:focus, .smart-forms .googleplus, .smart-forms .googleplus:hover, .smart-forms .googleplus:focus {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}
.smart-forms .facebook {
  background-color: #3b5998;
}
.smart-forms .twitter {
  background-color: #00acee;
}
.smart-forms .googleplus {
  background-color: #dd4b39;
}
.smart-forms .facebook:hover, .smart-forms .facebook:focus {
  background-color: #25385F;
}
.smart-forms .twitter:hover, .smart-forms .twitter:focus {
  background-color: #00749F;
}
.smart-forms .googleplus:hover, .smart-forms .googleplus:focus {
  background-color: #8D2418;
}
.smart-forms .span-left {
  padding-left: 52px;
  text-align: left;
}
.smart-forms .btn-social {
  position: relative;
  margin-bottom: 5px;
}
.smart-forms .btn-social i {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.smart-forms .btn-social span {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 42px;
  left: 0;
}
.smart-forms .twitter span {
  background-color: #009AD5;
}
.smart-forms .facebook span {
  background-color: #31497D;
}
.smart-forms .googleplus span {
  background-color: #C03121;
}
/* @rating and review star widget :: with hover back afetr selecting
------------------------------------------------------------------------ */
.smart-forms .rating {
  overflow: hidden;
}
.smart-forms .rating.block {
  display: block;
  margin: 10px 0;
}
.smart-forms .rating label {
  color: #B5C1C7;
}
.smart-forms .rating label i {
  font-size: 17px;
  text-align: center;
  color: inherit;
}
.smart-forms .rating label span {
  font: 22px/22px Times, Serif;
}
.smart-forms .rating-star {
  margin-left: 4px;
}
.smart-forms .rating-input {
  position: absolute;
  left: -9999px;
  top: auto;
}
.smart-forms .rating:hover .rating-star:hover, .smart-forms .rating:hover .rating-star:hover ~ .rating-star, .smart-forms .rating-input:checked ~ .rating-star {
  color: #014694;
}
.smart-forms .rating-star, .smart-forms .rating:hover .rating-star {
  width: 18px;
  float: right;
  display: block;
  cursor: pointer;
  color: #B5C1C7;
}
/* @smart widget
   @this widget helps us to position an element eg button or label or span
   @the positions can either be left or right while the input stays 100%
   @you ca use this to rapidly create search widgets, newsletter subscribe etc 
---------------------------------------------------------------------------------*/
.smart-forms .smart-widget, .smart-forms .append-picker-icon, .smart-forms .prepend-picker-icon {
  position: relative;
  display: block;
}
.smart-forms .smart-widget .field input, .smart-forms .append-picker-icon input, .smart-forms .prepend-picker-icon input {
  width: 100%;
}
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon button, .smart-forms .smart-widget .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  height: 42px;
  top: 0;
}
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon .gui-input, .smart-forms .sm-left .field input, .smart-forms .sm-right .button {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -o-border-top-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.smart-forms .prepend-picker-icon button, .smart-forms .append-picker-icon .gui-input, .smart-forms .sm-right .field input, .smart-forms .sm-left .button {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -o-border-top-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-forms .prepend-picker-icon button, .smart-forms .sm-left .button {
  left: 0;
}
.smart-forms .append-picker-icon button, .smart-forms .sm-right .button {
  right: 0;
}
/* @smart widget buttons - to left 
------------------------------------------------- */
.smart-forms .sml-50, .smart-forms .prepend-picker-icon {
  padding-left: 50px;
}
.smart-forms .sml-50 .button, .smart-forms .prepend-picker-icon button {
  width: 50px;
}
.smart-forms .sml-80 {
  padding-left: 80px;
}
.smart-forms .sml-80 .button {
  width: 80px;
}
.smart-forms .sml-120 {
  padding-left: 120px;
}
.smart-forms .sml-120 .button {
  width: 120px;
}
/* @smart widget buttons - to right 
------------------------------------------------- */
.smart-forms .smr-50, .smart-forms .append-picker-icon {
  padding-right: 50px;
}
.smart-forms .smr-50 .button, .smart-forms .append-picker-icon button {
  width: 50px;
}
.smart-forms .smr-80 {
  padding-right: 80px;
}
.smart-forms .smr-80 .button {
  width: 80px;
}
.smart-forms .smr-120 {
  padding-right: 120px;
}
.smart-forms .smr-120 .button {
  width: 120px;
}
/* @picker buttons
------------------------------------------------- */
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon button {
  background: #bdc3c7;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  cursor: pointer;
  color: #243140;
  border: 0;
}
/* @ picker buttons :hover :active states 
---------------------------------------------------------------- */
.smart-forms .append-picker-icon button:hover, .smart-forms .prepend-picker-icon button:hover {
  color: #243140;
  background: #cacfd2;
}
.smart-forms .append-picker-icon button:active, .smart-forms .prepend-picker-icon button:active {
  color: #1d2938;
  background: #a1a6a9;
}
/* @icon append (right) :: prepend (left)
------------------------------------------------- */
.smart-forms .append-icon, .smart-forms .prepend-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.smart-forms .append-icon .field-icon, .smart-forms .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 42px;
  color: inherit;
  line-height: 42px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
.smart-forms .append-icon .field-icon i, .smart-forms .prepend-icon .field-icon i {
  position: relative;
  font-size: 14px;
}
.smart-forms .prepend-icon .field-icon {
  left: 0;
}
.smart-forms .append-icon .field-icon {
  right: 0;
}
.smart-forms .prepend-icon > input, .smart-forms .prepend-icon > textarea {
  padding-left: 36px;
}
.smart-forms .append-icon > input, .smart-forms .append-icon > textarea {
  padding-right: 36px;
  padding-left: 10px;
}
.smart-forms .append-icon > textarea {
  padding-right: 36px;
}
/* @tooltips on inputs + textareas 
------------------------------------------------- */
.smart-forms .tooltip {
  position: absolute;
  z-index: -1;
  opacity: 0;
  color: #fff;
  width: 184px;
  left: -9999px;
  top: auto;
  font-size: 11px;
  font-weight: normal;
  background: #34495E;
  -webkit-transition: margin 0.6s, opacity 0.6s;
  -moz-transition: margin 0.6s, opacity 0.6s;
  -ms-transition: margin 0.6s, opacity 0.6s;
  -o-transition: margin 0.6s, opacity 0.6s;
  transition: margin 0.6s, opacity 0.6s;
}
.smart-forms .tooltip > em {
  padding: 12px;
  font-style: normal;
  display: block;
  position: static;
}
.smart-forms .tooltip:after {
  content: "";
  position: absolute;
}
.smart-forms .gui-input:focus + .tooltip, .smart-forms .gui-textarea:focus + .tooltip {
  opacity: 1;
  z-index: 999;
}
/* @tooltip left
------------------------------------------------- */
.smart-forms .tip-left {
  top: 1px;
  margin-right: -20px;
}
.smart-forms .tip-left:after {
  top: 12px;
  left: 100%;
  border-left: 8px solid #34495E;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-left, .smart-forms .gui-textarea:focus + .tip-left {
  margin-right: 5px;
  right: 100%;
  left: auto;
}
/* @tooltip right
------------------------------------------------- */
.smart-forms .tip-right {
  top: 1px;
  margin-left: -20px;
}
.smart-forms .tip-right:after {
  top: 12px;
  right: 100%;
  border-right: 8px solid #34495E;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-right, .smart-forms .gui-textarea:focus + .tip-right {
  left: 100%;
  margin-left: 5px;
}
/* @tooltip right-top
------------------------------------------------- */
.smart-forms .tip-right-top {
  bottom: 100%;
  margin-bottom: -20px;
}
.smart-forms .tip-right-top:after {
  top: 100%;
  right: 12px;
  border-top: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-right-top, .smart-forms .gui-textarea:focus + .tip-right-top {
  right: 0;
  left: auto;
  margin-bottom: 10px;
}
/* @tooltip left-top
------------------------------------------------- */
.smart-forms .tip-left-top {
  bottom: 100%;
  margin-bottom: -20px;
}
.smart-forms .tip-left-top:after {
  top: 100%;
  left: 12px;
  border-top: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-left-top, .smart-forms .gui-textarea:focus + .tip-left-top {
  left: 0;
  right: auto;
  margin-bottom: 10px;
}
/* @tooltip right-bottom
------------------------------------------------- */
.smart-forms .tip-right-bottom {
  top: 100%;
  margin-top: -20px;
}
.smart-forms .tip-right-bottom:after {
  right: 12px;
  bottom: 100%;
  border-bottom: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-right-bottom, .smart-forms .gui-textarea:focus + .tip-right-bottom {
  margin-top: 10px;
  left: auto;
  right: 0;
}
/* @tooltip left-bottom
------------------------------------------------- */
.smart-forms .tip-left-bottom {
  top: 100%;
  margin-top: -20px;
}
.smart-forms .tip-left-bottom:after {
  left: 12px;
  bottom: 100%;
  border-bottom: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-left-bottom, .smart-forms .gui-textarea:focus + .tip-left-bottom {
  margin-top: 10px;
  right: auto;
  left: 0;
}
/* @lists
-------------------------------------------------------------- */
.smart-forms .smart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.smart-forms .smart-list li {
  margin-bottom: 20px;
}
/* @notification messages | info | error | warning | success
-------------------------------------------------------------- */
.smart-forms .form-msg {
  display: none;
}
.smart-forms .notification {
  color: #444;
  padding: 15px;
  position: relative;
}
.smart-forms .notification p {
  margin: 0;
  padding: 0 15px;
  padding-left: 5px;
  line-height: normal;
}
.smart-forms .notification .close-btn {
  margin-top: -7px;
  padding: inherit;
  position: absolute;
  text-decoration: none;
  font: bold 20px/20px Arial, sans-serif;
  opacity: 0.65;
  color: inherit;
  display: block;
  right: 1px;
  top: 14%;
}
.smart-forms .notification .close-btn:hover {
  opacity: 1;
}
.smart-forms .alert-info {
  color: #163161;
  background-color: #cfe6fc;
}
.smart-forms .alert-success {
  color: #336633;
  background-color: #d2f7ad;
}
.smart-forms .alert-warning {
  color: #CC6600;
  background-color: #fae7a2;
}
.smart-forms .alert-error {
  color: #990000;
  background-color: #FBDBCF;
}
/* @validaion - error state
------------------------------------- */
.smart-forms .state-error .gui-input, .smart-forms .state-error .gui-textarea, .smart-forms .state-error.select > select, .smart-forms .state-error.select-multiple > select, .smart-forms .state-error input:hover + .checkbox, .smart-forms .state-error input:hover + .radio, .smart-forms .state-error input:focus + .checkbox, .smart-forms .state-error input:focus + .radio, .smart-forms .state-error .checkbox, .smart-forms .state-error .radio {
  /*	background:#FEEFE9;*/
  border-color: #E46B66;
}
.smart-forms .state-error .gui-input ~ .field-icon i, .smart-forms .state-error .gui-textarea ~ .field-icon i {
  color: #e74c3c;
}
.smart-forms .state-error.select .arrow {
  color: #e74c3c;
}
.smart-forms .state-error.select:before {
  border-left: 1px solid #E46B66;
}
.smart-forms .state-error .gui-input ~ .input-hint, .smart-forms .state-error.file .gui-file:hover + .gui-input, .smart-forms .state-error .gui-textarea ~ .input-hint {
  border-color: #E46B66;
}
.smart-forms .state-error + em {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
  color: #CC0000;
  font-size: 0.85em;
}
/* @validaion - success state 
-------------------------------------------------- */
.smart-forms .state-success .gui-input, .smart-forms .state-success .gui-textarea, .smart-forms .state-success.select > select, .smart-forms .state-success.select-multiple > select, .smart-forms .state-success input:hover + .checkbox, .smart-forms .state-success input:hover + .radio, .smart-forms .state-success input:focus + .checkbox, .smart-forms .state-success input:focus + .radio, .smart-forms .state-success .checkbox, .smart-forms .state-success .radio {
  /*	background:#EAFCD8;*/
  border-color: #2ecc71;
}
.smart-forms .state-success .gui-input ~ .field-icon i, .smart-forms .state-success .gui-textarea ~ .field-icon i {
  color: #2ecc71;
}
.smart-forms .state-success.select .arrow {
  color: #2ecc71;
}
.smart-forms .state-success.select:before {
  border-left: 1px solid #2ecc71;
}
.smart-forms .state-success .gui-input ~ .input-hint, .smart-forms .state-success.file .gui-file:hover + .gui-input, .smart-forms .state-success .gui-textarea ~ .input-hint {
  border-color: #2ecc71;
}
/* @disabled state 
----------------------------------------------- */
.smart-forms .button[disabled], .smart-forms .state-disabled .button, .smart-forms input[disabled] + .radio, .smart-forms input[disabled] + .checkbox, .smart-forms .switch > input[disabled] + label {
  cursor: default;
  opacity: 0.5;
}
.smart-forms .gui-input[disabled], .smart-forms .gui-textarea[disabled], .smart-forms .select > select[disabled], .smart-forms .select-multiple select[disabled], .smart-forms .gui-input[disabled] ~ .input-hint, .smart-forms .file .gui-file[disabled] + .gui-input, .smart-forms .file .gui-file[disabled]:hover + .gui-input, .smart-forms .gui-textarea[disabled] ~ .input-hint {
  background-color: #f4f6f6;
  border-color: #d5dbdb !important;
  cursor: default;
  color: #d5dbdb;
  opacity: 0.7;
}
.smart-forms input[disabled] ~ .field-icon i, .smart-forms textarea[disabled] ~ .field-icon i, .smart-forms .select > select[disabled] + .arrow {
  opacity: 0.4;
}
/* @datepicker - requires jquery ui
----------------------------------------------- */
.ui-datepicker {
  width: auto;
  margin-top: 14px;
  display: none;
  background: #fff;
  position: relative;
  font: 14px/1.55 "Roboto", Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: 5px solid #014694;
  z-index: 9999 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #666;
}
.ui-datepicker:before {
  content: "";
  bottom: auto;
  border: solid;
  border-width: 16px 16px 16px;
  border-color: transparent transparent #014694 transparent;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #014694 rgba(255, 255, 255, 0);
  position: absolute;
  margin-left: -10px;
  display: block;
  top: -32px;
  left: 10%;
  height: 0;
  width: 0;
}
.ui-datepicker a {
  color: #404040;
  text-align: center;
}
.ui-datepicker .ui-state-disabled span {
  color: #D9DDE5;
}
.ui-timepicker-div .ui-widget-header, .ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #014694;
  line-height: 27px;
  font-size: 15px;
  padding: 10px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 34px;
  height: 34px;
  display: block;
  font-size: 14px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  top: 19.5%;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #fff;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  border-collapse: collapse;
}
.ui-datepicker th {
  padding: 0.5em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 2px 5px;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 0.25em;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ui-datepicker td span:hover, .ui-datepicker td a:hover {
  background: #D7DCDE;
}
.ui-datepicker .ui-state-disabled span:hover {
  background: none;
}
.ui-datepicker-today a, .ui-datepicker-today a:hover, .ui-datepicker .ui-state-highlight {
  font-weight: 700;
  /*	background: $9-smartform-color-active !important;*/
  background: #fff !important;
  border-color: #014694;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #014694;
}
.ui-datepicker-today a.ui-state-highlight.ui-state-active {
  color: #014694;
}
/* @multiple calendars || not responsive use carefully 
--------------------------------------------------------------- */
.cal-widget .ui-datepicker {
  width: 100%;
  margin-top: 0;
}
.cal-widget .ui-datepicker:before {
  display: none;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.333%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* @ ui buttons
---------------------------------------------------------------- */
.ui-datepicker-buttonpane {
  border-top: 1px solid #D9DDE5;
  padding: 10px;
}
.ui-datepicker-buttonpane button {
  padding: 8px 12px;
  margin-right: 0.2em;
  position: relative;
  line-height: normal;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  background: #bdc3c7;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  color: #243140;
  border: 0;
}
/* @ ui buttons :hover, :active states 
---------------------------------------------------------------- */
.ui-datepicker-buttonpane button:hover {
  color: #243140;
  background: #cacfd2;
}
.ui-datepicker-buttonpane button:active {
  color: #1d2938;
  background: #a1a6a9;
}
.ui-monthpicker .ui-datepicker-header {
  margin-bottom: 3px;
}
/* @ui slider - requires jquery ui
------------------------------------------------------*/
.smart-forms .slider-wrapper, .smart-forms .sliderv-wrapper {
  background: #E2E8F1;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.smart-forms .ui-slider {
  position: relative;
  text-align: left;
}
.smart-forms .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
  cursor: default;
  background: #fff;
  text-decoration: none;
  border: 3px solid #014694;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -ms-touch-action: none;
  touch-action: none;
  margin-top: -3px;
  outline: none;
}
.smart-forms .ui-slider .ui-slider-handle:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #014694;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
  left: 4px;
  top: 4px;
}
.smart-forms .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #014694;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle, .smart-forms .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.smart-forms .ui-slider-horizontal {
  height: 0.5em;
}
.smart-forms .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.smart-forms .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.smart-forms .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.smart-forms .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.smart-forms .ui-slider-vertical, .smart-forms .sliderv-wrapper {
  width: 0.5em;
  height: 100px;
}
.smart-forms .ui-slider-vertical .ui-slider-handle {
  left: -0.45em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.smart-forms .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.smart-forms .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.smart-forms .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.smart-forms .slider-input {
  color: #f6931f !important;
  border: 0;
  background: none;
}
.smart-forms .slider-group .sliderv-wrapper {
  height: 150px;
  float: left;
  margin: 15px 15px;
}
.smart-forms .ui-slider .ui-state-active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* @ui slider tooltip
------------------------------------------------------*/
.smart-forms .slider-tip {
  display: block;
  position: absolute;
  text-align: center;
  font: 10pt Tahoma, Arial, sans-serif;
  background: #34495E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
}
.smart-forms .slider-wrapper .slider-tip {
  top: -50px;
  left: -15px;
}
.smart-forms .slider-wrapper .slider-tip:after {
  content: "";
  position: absolute;
  top: 98%;
  left: 35%;
  border-top: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .sliderv-wrapper .slider-tip {
  left: 30px;
  top: -12px;
}
.smart-forms .sliderv-wrapper .slider-tip:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 98%;
  border-right: 8px solid #34495E;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
/* @ui slider themes
------------------------------------------------------*/
.smart-forms .yellow-slider .ui-slider .ui-slider-handle {
  border-color: #ed9c28;
}
.smart-forms .yellow-slider .ui-slider .ui-slider-handle:before, .smart-forms .yellow-slider .ui-slider .ui-slider-range {
  background-color: #ed9c28;
}
.smart-forms .red-slider .ui-slider .ui-slider-handle {
  border-color: #e74c3c;
}
.smart-forms .red-slider .ui-slider .ui-slider-handle:before, .smart-forms .red-slider .ui-slider .ui-slider-range {
  background-color: #e74c3c;
}
.smart-forms .purple-slider .ui-slider .ui-slider-handle {
  border-color: #9B59B6;
}
.smart-forms .purple-slider .ui-slider .ui-slider-handle:before, .smart-forms .purple-slider .ui-slider .ui-slider-range {
  background-color: #9B59B6;
}
.smart-forms .blue-slider .ui-slider .ui-slider-handle {
  border-color: #3498db;
}
.smart-forms .blue-slider .ui-slider .ui-slider-handle:before, .smart-forms .blue-slider .ui-slider .ui-slider-range {
  background-color: #3498db;
}
.smart-forms .black-slider .ui-slider .ui-slider-handle {
  border-color: #34495e;
}
.smart-forms .black-slider .ui-slider .ui-slider-handle:before, .smart-forms .black-slider .ui-slider .ui-slider-range {
  background-color: #34495e;
}
.smart-forms .green-slider .ui-slider .ui-slider-handle {
  border-color: #2ecc71;
}
.smart-forms .green-slider .ui-slider .ui-slider-handle:before, .smart-forms .green-slider .ui-slider .ui-slider-range {
  background-color: #2ecc71;
}
/* @ui timepicker - requires jquery ui
------------------------------------------------------*/
.ui-timepicker-div .ui-widget-header {
  position: relative;
  line-height: 27px;
  font-size: 15px;
  padding: 10px;
}
.ui-timepicker-div dl {
  text-align: left;
  border: 1px solid #D9DDE5;
  border-width: 1px 0 0 0;
  padding: 15px 10px;
  margin: 0;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 20px 40%;
}
.ui-timepicker-div dl .ui_tpicker_hour, .ui-timepicker-div dl .ui_tpicker_minute, .ui-timepicker-div dl .ui_tpicker_second, .ui-timepicker-div dl .ui_tpicker_millisec {
  background: transparent;
  position: relative;
  top: 6px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/* @progress bars 
------------------------------------------------------*/
.smart-forms .progress-section {
  display: none;
}
.smart-forms .progress-bar {
  position: relative;
  background: #EDF0F8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.smart-forms .progress-bar .percent {
  position: absolute;
  display: inline-block;
  top: -3px;
  right: -24px;
  font-size: 9px;
  color: #93A2AA;
}
.smart-forms .progress-bar > .bar {
  width: 60%;
  height: 7px;
  display: block;
  background-size: 16px 16px;
  background-color: #bdc3c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* @progress bar themes
----------------------------------------------------------- */
.smart-forms .bar-primary > .bar {
  background-color: #014694;
}
.smart-forms .bar-blue > .bar {
  background-color: #3498db;
}
.smart-forms .bar-black > .bar {
  background-color: #34495e;
}
.smart-forms .bar-green > .bar {
  background-color: #2ecc71;
}
.smart-forms .bar-purple > .bar {
  background-color: #9B59B6;
}
.smart-forms .bar-red > .bar {
  background-color: #e74c3c;
}
.smart-forms .bar-yellow > .bar {
  background-color: #ed9c28;
}
/* @progress bar strips + animation IE10+ 
----------------------------------------------------------- */
.smart-forms .ui-slider .ui-slider-range, .smart-forms .progress > button[type="submit"]:hover, .smart-forms .progress > button[type="submit"], .smart-forms .progress-bar > .bar {
  background-size: 16px 16px;
  background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-image: -o-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
}
.smart-forms .progress > button[type="submit"], .smart-forms .progress > button[type="submit"]:hover, .smart-forms .progress-animated > .bar {
  -webkit-animation: sfprogress 0.6s linear infinite;
  -moz-animation: sfprogress 0.6s linear infinite;
  -o-animation: sfprogress 0.6s linear infinite;
  animation: sfprogress 0.6s linear infinite;
}
.smart-forms .progress > button[type="submit"]:hover {
  cursor: wait;
}
@-webkit-keyframes sfprogress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -16px 0;
  }
}
@-moz-keyframes sfprogress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -16px 0;
  }
}
@-o-keyframes sfprogress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -16px 0;
  }
}
@keyframes sfprogress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -16px 0;
  }
}
/* @google map :: block elements 
----------------------------------------------------------------------- */
.smart-forms .map-container {
  padding: 10px;
  border: 2px solid #BDC3C7;
}
.smart-forms #map_canvas {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.smart-forms .block {
  display: block;
}
/* @form grid
----------------------------------- */
/* @form rows 
--------------------------------- */
.smart-forms .frm-row {
  margin: 0 -10px;
}
.smart-forms .slider-group:before, .smart-forms .slider-group:after, .smart-forms .frm-row:before, .smart-forms .frm-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.smart-forms .slider-group:after, .smart-forms .frm-row:after {
  clear: both;
}
/* @form columns 
----------------------------------- */
.smart-forms .frm-row .colm {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}
.smart-forms .frm-row .colm1 {
  width: 8.33%;
}
.smart-forms .frm-row .colm2 {
  width: 16.66%;
}
.smart-forms .frm-row .colm3 {
  width: 25%;
}
.smart-forms .frm-row .colm4 {
  width: 33.33%;
}
.smart-forms .frm-row .colm5 {
  width: 41.66%;
}
.smart-forms .frm-row .colm6 {
  width: 50%;
}
.smart-forms .frm-row .colm7 {
  width: 58.33%;
}
.smart-forms .frm-row .colm8 {
  width: 66.66%;
}
.smart-forms .frm-row .colm9 {
  width: 75%;
}
.smart-forms .frm-row .colm10 {
  width: 83.33%;
}
.smart-forms .frm-row .colm11 {
  width: 91.66%;
}
.smart-forms .frm-row .colm12 {
  width: 100%;
}
.smart-forms .frm-row .colm1-5 {
  width: 20%;
}
.smart-forms .frm-row .colm1-8 {
  width: 12.5%;
}
/* @spacers 
--------------------------------------- */
.smart-forms .spacer {
  border-top: 1px solid #D9DDE5;
  display: block;
  height: 0;
}
/* @margin spacers :: modify accordingly 
-------------------------------------------- */
.smart-forms .spacer-t10 {
  margin-top: 10px;
}
.smart-forms .spacer-b10 {
  margin-bottom: 10px;
}
.smart-forms .spacer-t15 {
  margin-top: 15px;
}
.smart-forms .spacer-b15 {
  margin-bottom: 15px;
}
.smart-forms .spacer-t20 {
  margin-top: 20px;
}
.smart-forms .spacer-b20 {
  margin-bottom: 20px;
}
.smart-forms .spacer-t25 {
  margin-top: 25px;
}
.smart-forms .spacer-b25 {
  margin-bottom: 25px;
}
.smart-forms .spacer-t30 {
  margin-top: 30px;
}
.smart-forms .spacer-b30 {
  margin-bottom: 30px;
}
.smart-forms .spacer-t40 {
  margin-top: 40px;
}
.smart-forms .spacer-b40 {
  margin-bottom: 40px;
}
/* @padding spacers :: modify accordingly 
-------------------------------------------------- */
.smart-forms .frm-row .pad-l10 {
  padding-left: 10px;
}
.smart-forms .frm-row .pad-r10 {
  padding-right: 10px;
}
.smart-forms .frm-row .pad-l20 {
  padding-left: 20px;
}
.smart-forms .frm-row .pad-r20 {
  padding-right: 20px;
}
.smart-forms .frm-row .pad-l30 {
  padding-left: 30px;
}
.smart-forms .frm-row .pad-r30 {
  padding-right: 30px;
}
.smart-forms .frm-row .pad-l40 {
  padding-left: 40px;
}
.smart-forms .frm-row .pad-r40 {
  padding-right: 40px;
}
/* @border spacers + text adjust
-------------------------------------------------- */
.smart-forms .bdl {
  border-left: 1px solid #D9DDE5;
}
.smart-forms .bdr {
  border-right: 1px solid #D9DDE5;
}
.smart-forms .fine-grey {
  color: #919DA8;
}
.smart-forms .small-text {
  font-size: 11px;
  font-style: normal;
}
.smart-forms .text-align {
  height: 42px;
  line-height: 42px;
}
/* @element alignment
-------------------------------------------------- */
.smart-forms .align-right {
  text-align: right;
}
.smart-forms .align-center {
  text-align: center;
}
/* @simple price boxes :: depend on grid
-------------------------------------------------- */
.smart-forms .price-box {
  padding: 30px;
  text-align: center;
  position: relative;
  border: 1px solid #D0D6DF;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
.smart-forms .price-box p {
  line-height: 1.5em;
  color: #526066;
  margin-bottom: 0;
}
.smart-forms .price-box h5 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  font-size: 15px;
  color: #BACDD6;
  letter-spacing: 2px;
}
.smart-forms .price-box h4 {
  font-size: 60px;
  font-weight: 300;
  margin: 0;
  color: #547698;
}
.smart-forms .selected-box h4 {
  color: #014694;
}
.smart-forms .price-box h4 sup {
  position: relative;
  font-size: 30px;
  vertical-align: top;
  top: 15px;
}
.smart-forms .price-box h4 .per-month {
  font-size: 14px;
}
.smart-forms .expand {
  height: 50px;
  line-height: 50px !important;
}
/* @simple price boxes ribbon IE8+
----------------------------------------- */
.smart-forms .ribbon, .smart-forms .ribbon-large {
  width: 75px;
  height: 78px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 1;
}
.smart-forms .ribbon-inner {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #014694;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 0;
  width: 100px;
  color: #fff;
  z-index: 1;
  left: 3px;
  top: 6px;
}
.smart-forms .ribbon-inner:before, .smart-forms .ribbon-inner:after {
  content: "";
  border-top: 3px solid #16a085;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.smart-forms .ribbon-inner:before {
  left: 0px;
}
.smart-forms .ribbon-inner:after {
  right: 0px;
}
.smart-forms .ribbon-large {
  width: 115px;
  height: 118px;
}
.smart-forms .ribbon-large .ribbon-inner {
  width: 160px;
  left: -8px;
  top: 28px;
}
/* @captcha refresh button + icon 
-------------------------------------------------- */
.smart-forms .sfcode {
  padding-left: 24px;
}
.smart-forms .captcode {
  padding: 0;
  position: relative;
}
.smart-forms .captcode img {
  position: absolute;
  top: 1px;
  /*    -webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-o-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;		 */
  left: 1px;
}
.smart-forms .refresh-captcha {
  position: absolute;
  background: #fff;
  border: 3px solid #1bb6e4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  right: -15px;
  height: 32px;
  width: 32px;
  top: 4px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.smart-forms .refresh-captcha i {
  position: absolute;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  color: #1bb6e4;
  left: 24%;
}
/* @captcha refresh button themes
-------------------------------------------------- */
.smart-forms .refresh-black {
  background: #34495e;
  border-color: #2c3e50;
}
.smart-forms .refresh-blue {
  background: #3498db;
  border-color: #2c81ba;
}
.smart-forms .refresh-green {
  background: #2ecc71;
  border-color: #27ad60;
}
.smart-forms .refresh-purple {
  background: #9B59B6;
  border-color: #8E44AD;
}
.smart-forms .refresh-red {
  background: #e74c3c;
  border-color: #c44133;
}
.smart-forms .refresh-yellow {
  background: #ed9c28;
  border-color: #d58512;
}
/* @Fix old of versions android + ios
------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .smart-forms .option, .smart-forms .rating, .smart-forms .switch, .smart-forms .captcode {
    -webkit-animation: bugfix infinite 1s;
  }
  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  .smart-forms .switch {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .smart-forms .option {
    margin-right: 15px;
  }
}
/* @responsiveness for tablets + smart mobile 
-------------------------------------------------- */
@media (max-width: 768px) {
  .smart-forms .frm-row {
    margin: 0;
  }
  .smart-forms .frm-row .colm {
    width: 100%;
    float: none;
    padding: 0;
  }
  .smart-forms .bdl {
    border-left: 0;
  }
  .smart-forms .bdr {
    border-right: 0;
  }
  .smart-forms .align-right {
    text-align: left;
  }
}
/*//
// Forms
// --------------------------------------------------*/
/*.smart-wrap {
    border: 1px solid $9-color-1;
    padding-top: 20px;
}*/
.smart-forms .section {
  /*    background-color: $9-gray-lighter;
    padding: 10px;*/
}
.smart-forms .gui-input.border-none {
  border: none;
}
.smart-forms .gui-input.js-only-number {
  font-size: 24px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a i.check-mark {
  display: none;
  margin-top: 7.5px;
  position: absolute;
  right: 15px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
}
.smart-forms .bootstrap-select.btn-group .dropdown-menu > li > a i {
  color: #b4cf60;
}
.smart-forms .bootstrap-select .filter-option {
  text-align: left;
  width: 100%;
}
.smart-forms .bootstrap-select .caret {
  position: relative;
  right: 15px;
}
.error {
  color: #ff0000;
}
.smart-forms .select, .smart-forms .bootstrap-select .btn, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
  /*    border-top: none;
    border-left: none;
    border-right: none;*/
  /*    border-bottom: 1px dashed $9-color-1;*/
  background-color: #fff;
  color: #000000;
  border: 1px solid #babbbd;
}
.smart-forms .no-labels .field-label {
  display: none;
}
.fiels-label-special-font .smart-forms .field-label {
  font-weight: 400;
  color: #c0c0c0;
  font-family: mhi-headlineheadline;
  font-size: 40px;
}
.smart-forms .field-label {
  font-weight: 400;
  color: #939393;
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.no-labels .field-label {
  display: none;
}
.smart-wrap {
  padding: 0;
}
.form-control, .gui-input {
  /*    background-color: $9-color-7;*/
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 0;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.gui-textarea:focus {
  height: 150px;
}
.form-control:focus, .gui-textarea:focus, .gui-input:focus {
  border-color: #336dac;
  background-color: #fff;
  /*     color: #fff;*/
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 4px rgba(139, 119, 94, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 4px rgba(139, 119, 94, 0);
}
.smart-forms input:focus::-moz-placeholder, .smart-forms textarea:focus::-moz-placeholder {
  color: #777;
}
.smart-forms .bootstrap-select.open .btn {
  border-color: #bdc3c7;
  background-color: #000;
  color: #fff;
}
/*Bootstrap-select*/
.smart-forms .bootstrap-select .dropdown-menu {
  background-color: #e2e2e2;
  width: 100%;
}
.smart-forms .bootstrap-required .first {
  color: #babbbd;
}
.smart-forms .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #000;
  color: #fff;
}
.smart-forms .refresh-captcha {
  border: 3px solid #014694;
}
.smart-forms .refresh-captcha i {
  color: #014694;
}
.smart-forms .tagline {
  border-color: #336dac;
}
.smart-forms .tagline span {
  background: #014694 none repeat scroll 0;
  color: #fff;
  padding: 5px 15px;
  top: -14px;
}
.smart-forms .checkbox::before {
  border-color: #014694 !important;
  height: 6px;
  left: 3px;
  top: 4px;
  width: 10px;
}
.smart-forms input:checked + .checkbox, .smart-forms input:checked + .radio {
  border: 3px solid #014694;
}
.checkbox, .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.smart-forms .form-footer {
  background: none;
  display: none;
}
.smart-forms .form-body {
  padding: 0;
}
.ui-datepicker table {
  font-size: 15px;
}
.smart-forms .gui-textarea {
  height: 192px;
}
.smart-forms .tagline {
  border: none;
  height: auto;
  padding-left: 10px;
  text-align: left;
}
.smart-forms .tagline span {
  background-color: transparent;
  display: inline;
  font-family: "mhi-sub-headlinesub-headline";
  font-size: 24px;
  padding: 0;
  text-transform: none;
  top: 0;
  color: #000;
}
.smart-forms .select {
  border: none;
}
#nav-rootline li:last-child {
  font-weight: bold;
}
#main {
  position: relative;
}
.locationTeaserInner .businessAreas {
  max-width: 80%;
}
#locationTeaser .tab-content {
  padding: 5px 0 60px;
  border: none;
}
.company-title {
  /*    font-size: 16px;
    line-height: 1em;*/
}
.nav-tabs > li > a {
  color: #939393;
}
.nav.nav-tabs > li > a:hover {
  background-color: #014694;
  color: #fff;
}
#locationTeaser .nav-tabs > li {
  margin-bottom: 1px !important;
}
#locationTeaser .nav-tabs > li > a {
  padding: 3px 12px;
  font-weight: bold;
  border-top-color: #fff;
  border-right-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #fff;
  border: none;
  border-radius: 0;
}
#locationTeaser .nav-tabs > li.active > a, #locationTeaser .nav-tabs > li.active > a:hover, #locationTeaser .nav-tabs > li.active > a:focus {
  background-color: #014694;
  color: #fff;
  border-color: #014694;
  border: none;
}
#locationTeaser .nav-tabs {
  border-bottom: 1px solid #6692bf;
}
#locationTeaser .tab-content .fa, .locationContact .fa {
  /*    color: $9-color-3;*/
}
.addressBlock {
  display: block;
  margin: -20px 0 10px 20px;
}
.locationTeaserBottom {
  background-color: #014694;
  padding: 20px;
  margin: 0 -20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#locationTeaser .locationTeaserBottom a {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
}
#locationTeaser .locationTeaserBottom a:hover {
  color: #0276f9;
}
#locationTeaser .closeTeaser {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
/*#locationTeaser:after {
   width: 0;
   height: 0;
   border-left: 20px solid #fff;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;    
   content:"";
   position: absolute;
   top: 20px;
   right: -20px;
   
}*/
#locationTeaser .triangle-with-shadow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50px;
  right: -10px;
  background-color: #fff;
  transform: rotate(315deg);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
}
#locationTeaser .triangle-with-shadow-business {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 250px;
  right: -10px;
  background-color: #fff;
  transform: rotate(315deg);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
}
#locationTeaser .triangle-with-shadow-left {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 250px;
  left: -10px;
  background-color: #fff;
  transform: rotate(495deg);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
}
#locationTeaser {
  padding: 10px 20px 0;
  position: absolute;
  background-color: #fff;
  width: 380px;
  min-height: 320px;
  z-index: 10001;
}
.jvectormap-label {
  position: absolute;
  display: none;
  color: #000;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #014694;
  font-size: smaller;
  /*    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;*/
}
.jvectormap-zoomin:before {
  font-family: FontAwesome;
  content: "";
  color: #014694;
  width: 1.5em;
  display: block;
  text-align: center;
  padding: 3px;
  background-color: #fff;
  position: absolute;
}
.jvectormap-zoomout:before {
  font-family: FontAwesome;
  content: "";
  color: #014694;
  width: 1.5em;
  display: block;
  text-align: center;
  padding: 3px;
  background-color: #fff;
  position: absolute;
}
.jvectormap-zoomin, .jvectormap-zoomout {
  position: absolute;
  left: 10px;
  cursor: pointer;
  color: #fff;
  margin-bottom: 10px;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
.companyLogoDetailLarge {
  max-height: 85px;
  max-width: 150px;
  height: auto;
  width: auto;
}
.companyLogoDetailSmall {
  max-height: 45px;
  max-width: 80px;
  height: auto;
  width: auto;
}
.demo-icon {
  font-family: "mhi-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
i.icon-mhi-kalender.icon-large, i.icon-mhi-standorte.icon-large, i.icon-mhi-auszubildende.icon-large {
  font-size: 35px;
  height: 70px;
  padding-top: 18px;
}
i.icon-large {
  font-size: 70px;
  width: 70px;
  padding: 0;
  margin: 0;
}
i.icon-medium {
  font-size: 32px;
  width: 32px;
  margin-bottom: 5px;
}
#approachGermany {
  height: 800px;
}
#searchJobofferHomeForm a.submitBtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}
#searchCeBtnHome-outer {
  position: absolute;
  bottom: 20px;
  right: 35px;
  color: #fff;
}
#searchCeBtnHome {
  color: #fff;
}
input#searchCeBtnHome {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.detailRow:nth-child(2n+2) {
  background-color: #e2e2e2;
}
.detailRow {
  padding: 6px 12px;
}
#searchtext {
  border: none;
  padding: 5px 5px;
  width: 250px;
  height: 26px;
}
#searchtext-box .fa {
  padding: 6px 8px;
  cursor: pointer;
}
#searchtext-box span {
  padding: 6px 20px 5px;
  top: 1px;
  position: absolute;
  right: 45px;
}
#searchtext-box span:before {
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-right: 16px solid #6692bf;
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 0;
}
.jobOffer-list-item {
  cursor: pointer;
  transition: background-color 0.2s ease-in 0s;
}
/*.jobOffer-list-item a {
    color: $9-color-base;
}

.jobOffer-list-item:hover,
.jobOffer-list-item:focus {
    background-color: $9-color-1;    
}
.jobOffer-list-item:hover a,
.jobOffer-list-item:focus a {
    color: #fff;
}*/
#locationsMap {
  position: relative;
}
.location-list-item-small-container {
  display: none;
}
.company-list-item-large {
  border-bottom: 1px solid #6692bf;
  transition: background-color 0.2s ease-in 0s;
}
.company-list-item-large:hover, .company-list-item-large:focus {
  background-color: #e2e2e2;
}
.location-list-item-large {
  border-bottom: 1px solid #6692bf;
  transition: background-color 0.2s ease-in 0s;
}
.location-list-item-large .fa {
  color: #014694;
}
.location-list-item-large .addressBlock {
  display: block;
  margin: -20px 0 10px 20px;
}
.location-list-item-large:hover, .location-list-item-large:focus {
  background-color: #e2e2e2;
}
.location-list-item-small {
  border-bottom: 1px solid #babbbd;
  transition: background-color 0.2s ease-in 0s;
}
.location-list-item-small a {
  color: #000;
}
.location-list-item-small.active {
  background-color: #e2e2e2;
}
.location-list-item-small:hover, .location-list-item-small:focus {
  background-color: #e2e2e2;
}
#social-facebook-1, #social-twitter-1 {
  width: 100%;
}
/***************************************
Tablet
***************************************/
@media (min-width: 768px) {
  /*    #social-facebook-1, #social-twitter-1 {
        width: 320px;
    }*/
  .border-right-joboffer {
    border-right: 1px solid #babbbd;
  }
  .location-list-item-small-container {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 760px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 275px;
  }
}
/***************************************
Desktop
***************************************/
@media (min-width: 992px) {
  .location-list-item-small-container {
    width: 350px;
  }
}
/***************************************
Large Desktop
***************************************/
/*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .progress-bar, .progress-animated .bar {
  background: url("../img/progressbar.gif") !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process, .files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") center no-repeat;
  background-size: contain;
}
.files audio, .files video {
  max-width: 300px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
@media (max-width: 767px) {
  .fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio, .files video {
    max-width: 80px;
  }
  .files img, .files canvas {
    max-width: 100%;
  }
}
/*//
// Navigation BigNav
// --------------------------------------------------*/
.nav-box-content {
  display: none;
}
@media (min-width: 768px) {
  .nav-seperator-bottom {
    height: 20px;
  }
  .nav-seperator-bottom.page_79 {
    height: 10px;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .big-nav .no-link {
    border-bottom: 1px solid #ebebeb;
  }
  .navbar .big-nav.dropdown-menu:before {
    border: none;
  }
  .navbar .big-nav.dropdown-menu:after {
    border: none;
  }
  .navbar-nav > li > .big-nav.dropdown-menu {
    background-color: #fff;
    border-top: 20px solid #014694;
    margin-top: 0;
    padding: 15px 20px;
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 0;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 10px solid #014694;
    /*        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);*/
  }
  .big-nav > li:not(.dropdown-box) {
    display: block;
    float: left;
    margin-right: 25px;
  }
  .nav > li.big-nav-container {
    position: static;
  }
  .big-nav .level-title {
    /*        border-bottom: 1px solid #adadad;*/
    padding: 5px;
    display: block;
  }
  .big-nav .level-title a {
    color: #000;
  }
  .big-nav li .level-title a:hover, .big-nav li .level-title a:active, .big-nav li.active .level-title a {
    color: #014694;
  }
  .big-nav .level-2 li a {
    padding: 5px;
    display: block;
    /*        border-bottom: 1px solid #adadad;*/
    border-top: 1px solid #ebebeb;
    color: #000;
  }
  .big-nav .level-2 li a:hover, .big-nav .level-2 li a:active, .big-nav .level-2 li.active a {
    color: #fff;
    background-color: #014694;
  }
  .navbar-default .navbar-nav .open .big-nav.dropdown-menu > .active > a, .navbar-default .navbar-nav .open .big-nav.dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .big-nav.dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #014694;
  }
  .dropdown-menu.big-nav > li > a {
    padding: 5px;
    display: block;
    border-bottom: 1px solid #cbdbea;
    color: #014694;
  }
  .dropdown-menu.big-nav > li > a:hover, .dropdown-menu.big-nav > li > a:active {
    color: #fff;
    background-color: #014694;
  }
  .nav-box-content {
    display: block;
    float: right;
    width: 200px;
    height: 200px;
    margin-left: 20px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .nav-box-content.font-huge p {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.42857;
  }
  .nav-box-content:last-child {
    margin-left: 0;
  }
  .big-nav > li:not(.dropdown-box) {
    min-width: 145px;
    max-width: 215px;
  }
}
@media (min-width: 1200px) {
  .big-nav > li:not(.dropdown-box) {
    min-width: 190px;
  }
}
/*!
 * bootstrap-select v1.3.5
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
/* .bootstrap-required ul li:first-child {
     font-size: 0.9em;
     font-style: italic;
 }*/
.bootstrap-select.bootstrap-required button span.first, .bootstrap-select.bootstrap-required li > a.first {
  color: #bebebe;
  font-size: small;
  font-style: italic;
}
.bootstrap-select .dropdown-menu > li > a {
  color: #000;
}
.bootstrap-select a {
  transition-property: background-color;
}
.bootstrap-select.form-control:hover, .bootstrap-select.form-control:focus {
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow-x: hidden;
  /*    max-width: 100%;*/
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.176);
}
.bootstrap-select.btn-group .dropdown-menu li {
  margin: 0;
  padding: 0;
}
.section .bootstrap-select.btn-group, .section .bootstrap-select.btn-group[class*="span"] {
  margin-bottom: 0;
}
.bootstrap-select .btn-default {
  color: #000;
  background-color: #fff;
  border-color: #014694;
}
.bootstrap-select .dropdown-menu a:hover, .bootstrap-select .dropdown-menu a:focus {
  /*    color: $9-link-color !important;*/
  color: #ffffff !important;
  background-color: #014694;
}
.bootstrap-select .dropdown-menu a {
  transition: background-color 0.2s ease-in 0s;
}
.bootstrap-select .dropdown-menu.inner {
  /*     max-width: 150px;*/
}
.bootstrap-select .dropdown-menu.open {
  /*     max-width: 100%;*/
}
#sidebarTicketList .bootstrap-select .dropdown-menu.open {
  left: auto;
  right: 0;
}
.bootstrap-select .disabled {
  /*     background-color: @input-bg-disabled !important;*/
  opacity: 1;
  cursor: not-allowed;
}
.bootstrap-select btn.disabled {
  cursor: not-allowed;
}
.bootstrap-select .btn {
  /*    .form-control-focus();*/
}
.bootstrap-select .btn:hover, .bootstrap-select .btn:focus {
  background-color: #fff !important;
}
.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right, .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  /*    width: 220px\0; IE9 and below*/
  width: 100%;
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.dropdown-menu {
  z-index: 2000;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  /*    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;*/
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 7.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox {
  padding: 4px 8px;
}
/*Tablet*/
/*Desktop*/
/*Large Desktop*/
/*//
// Search
// --------------------------------------------------*/
#formSearch {
  display: none;
}
.tx-indexedsearch-percent.percent.percent-tmpl-css {
  display: none;
}
.tx-indexedsearch-res.res.res-tmpl-css {
  margin-bottom: 15px;
  border-bottom: 1px dashed #014694;
}
.browsebox {
  display: none;
}
.modal-body #searchFulltext-query {
  float: none !important;
}
/*Tablet*/
@media (min-width: 768px) {
  /*    .btn.searchButton-Small.onlyTablet.pull-right {
        margin-top: 3px;
    }*/
  /*.searchInput:before {
        content: "\f002";
        font-family: FontAwesome;
        margin-right: -20px;
        color: @gray-light;
    }*/
  #searchFulltext-query {
    display: block;
    float: left;
    width: 80%;
    margin-right: 5px;
  }
  #searchFulltext-query {
    width: 90%;
  }
  #formSearch {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
  }
  #formSearch.open {
    width: 120px;
  }
  #formSearch .form-group {
    margin-bottom: 0;
    line-height: 35px;
  }
  #formSearch #searchFulltext-query {
    float: right;
    margin-right: 0;
    background: #e2e2e2;
    line-height: 1em;
    padding: 0.4em 0.4em 0.4em 25px;
    width: 100%;
    /*    border: 1px solid #ddd;*/
    outline: none;
    color: #939393;
    border-radius: 0px;
    border: none;
    /*    -webkit-box-shadow: inset 0px 2px 3px -1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 2px 3px -1px rgba(0, 0, 0, 0.2);                
        -webkit-border-radius: 4px;*/
    margin-top: -2px;
    box-shadow: none;
  }
  #formSearch .btn {
    margin-top: -2px;
  }
}
/*Desktop*/
@media (min-width: 992px) {
  #formSearch.open {
    width: 250px;
  }
  #formSearch #searchFulltext-query {
    width: 250px;
  }
}
/*Large Desktop*/
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/fileadmin/fonts/open-sans-v17-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/fileadmin/fonts/open-sans-v17-latin-300.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/open-sans-v17-latin-300.woff2") format("woff2"), url("/fileadmin/fonts/open-sans-v17-latin-300.woff") format("woff"), url("/fileadmin/fonts/open-sans-v17-latin-300.ttf") format("truetype"), url("/fileadmin/fonts/open-sans-v17-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fileadmin/fonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/fileadmin/fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("/fileadmin/fonts/open-sans-v17-latin-regular.woff") format("woff"), url("/fileadmin/fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("/fileadmin/fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/fileadmin/fonts/open-sans-v17-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/fileadmin/fonts/open-sans-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/open-sans-v17-latin-600.woff2") format("woff2"), url("/fileadmin/fonts/open-sans-v17-latin-600.woff") format("woff"), url("/fileadmin/fonts/open-sans-v17-latin-600.ttf") format("truetype"), url("/fileadmin/fonts/open-sans-v17-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fileadmin/fonts/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/fileadmin/fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("/fileadmin/fonts/open-sans-v17-latin-700.woff") format("woff"), url("/fileadmin/fonts/open-sans-v17-latin-700.ttf") format("truetype"), url("/fileadmin/fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/fileadmin/fonts/open-sans-v17-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/fileadmin/fonts/open-sans-v17-latin-800.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/open-sans-v17-latin-800.woff2") format("woff2"), url("/fileadmin/fonts/open-sans-v17-latin-800.woff") format("woff"), url("/fileadmin/fonts/open-sans-v17-latin-800.ttf") format("truetype"), url("/fileadmin/fonts/open-sans-v17-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/fileadmin/stylesheets/plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/fileadmin/stylesheets/plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fileadmin/stylesheets/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fileadmin/stylesheets/plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fileadmin/stylesheets/plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fileadmin/stylesheets/plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before, .fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before, .fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before, .fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before, .fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before, .fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before, .fa-users:before {
  content: "";
}
.fa-chain:before, .fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before, .fa-scissors:before {
  content: "";
}
.fa-copy:before, .fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before, .fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before, .fa-sort:before {
  content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}
.fa-legal:before, .fa-gavel:before {
  content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before, .fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before, .fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before, .fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before, .fa-usd:before {
  content: "";
}
.fa-rupee:before, .fa-inr:before {
  content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}
.fa-won:before, .fa-krw:before {
  content: "";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before, .fa-car:before {
  content: "";
}
.fa-cab:before, .fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "";
}
.fa-ge:before, .fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before, .fa-weixin:before {
  content: "";
}
.fa-send:before, .fa-paper-plane:before {
  content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before, .fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before, .fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before, .fa-battery-full:before {
  content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before, .fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before, .fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
/*!
 *  Animate
 */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-30deg/2);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-30deg/2);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/*!
 *  ilightbox
 */
/* Import Skins */
/*@import url('dark-skin/skin');
@import url('light-skin/skin');
@import url('parade-skin/skin');
@import url('metro-black-skin/skin');
@import url('metro-white-skin/skin');
@import url('mac-skin/skin');
@import url('smooth-skin/skin');*/
.ilightbox-overlay.dark {
  background: #000;
}
.ilightbox-loader.dark {
  -webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;
  box-shadow: black 0px 0px 85px, black 0px 0px 85px;
}
.ilightbox-loader.dark div {
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.dark {
  padding: 5px;
  background: #000;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.ilightbox-holder.dark .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/caption-bg.png");
  color: #FFF;
  text-shadow: 0 1px black;
}
.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/caption-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.dark .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/alert.png") no-repeat center top;
  color: #555;
}
/* Style toolbar */
.ilightbox-toolbar.dark {
  top: 11px;
  left: 10px;
}
.ilightbox-toolbar.dark a {
  width: 25px;
  height: 23px;
  background: black url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.dark a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000 !important;
}
.ilightbox-toolbar.dark a:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ilightbox-toolbar.dark a:last-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ilightbox-toolbar.dark a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-position: 6px -33px;
  right: 35px;
}
.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.ilightbox-toolbar.dark a.ilightbox-play {
  background-position: 8px -57px;
}
.ilightbox-toolbar.dark a.ilightbox-play:hover {
  background-position: -32px -57px;
}
.ilightbox-toolbar.dark a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar.dark a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar.dark {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.isMobile .ilightbox-toolbar.dark a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}
.isMobile .ilightbox-toolbar.dark a:hover {
  background-color: #111;
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #FFF;
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
  -webkit-border-radius: 0;
  border-radius: 0;
  float: right;
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* Style thumbnails */
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/thumb-overlay-play.png") no-repeat center;
}
/* Configure arrow buttons */
.ilightbox-button.dark.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  /* IE7-8 */
  cursor: default;
  background-color: #000 !important;
}
.ilightbox-button.dark span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.dark {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 45% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 95px;
  /* IE7-8 */
  height: 75px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-next-vertical-icon-64.png") no-repeat 50% 65%;
  background-color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-button.dark:hover {
  background-color: #111;
}
.ilightbox-button.ilightbox-prev-button.dark {
  top: 0;
  bottom: auto;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-prev-vertical-icon-64.png");
  background-position: 50% 35%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ilightbox-button.dark.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 41% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 75px;
  /* IE7-8 */
  height: 95px;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-next-icon-64.png");
  background-position: 65% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.dark.horizontal {
  right: auto;
  left: 0;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-prev-icon-64.png");
  background-position: 35% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-overlay.light {
  background: #FFF;
}
.ilightbox-loader.light {
  -webkit-box-shadow: #dacffc 0px 0px 85px, #dacffc 0px 0px 85px;
  box-shadow: #dacffc 0px 0px 85px, #dacffc 0px 0px 85px;
}
.ilightbox-loader.light div {
  background: #FFF url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.light {
  padding: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 15px #dacffc;
  box-shadow: 0 0 15px #dacffc;
}
.ilightbox-holder.light .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/caption-bg.png");
  color: #000;
  text-shadow: 0 1px #FFF;
}
.ilightbox-holder.light .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/caption-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.light .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/alert.png") no-repeat center top;
  color: #89949B;
}
/* Style toolbar */
.ilightbox-toolbar.light {
  top: 8px;
  left: 8px;
  height: 23px;
  -webkit-box-shadow: 0 0 7px #dacffc;
  box-shadow: 0 0 7px #dacffc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ilightbox-toolbar.light a {
  width: 25px;
  height: 23px;
  background: white url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.light a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #FFF;
}
.ilightbox-toolbar.light a:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ilightbox-toolbar.light a:last-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ilightbox-toolbar.light a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.ilightbox-toolbar.light a.ilightbox-fullscreen {
  background-position: 6px -33px;
}
.ilightbox-toolbar.light a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.ilightbox-toolbar.light a.ilightbox-play {
  background-position: 8px -57px;
}
.ilightbox-toolbar.light a.ilightbox-play:hover {
  background-position: -32px -57px;
}
.ilightbox-toolbar.light a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar.light a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar.light {
  background: #FFF;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px #dacffc;
  box-shadow: 0 0 25px #dacffc;
}
.isMobile .ilightbox-toolbar.light a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}
.isMobile .ilightbox-toolbar.light a:hover {
  background-color: #f6f3ff;
}
.isMobile .ilightbox-toolbar.light a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
/* Style thumbnails */
.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px #dacffc;
}
.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/thumb-overlay-play.png") no-repeat center;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #000;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* Configure arrow buttons */
.ilightbox-button.light.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* IE7-8 */
  cursor: default;
  background-color: #FFF !important;
}
.ilightbox-button.light span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.ilightbox-next-button.light, .ilightbox-button.ilightbox-prev-button.light {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 45% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 95px;
  /* IE7-8 */
  height: 75px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-next-vertical-icon-64.png") no-repeat 50% 65%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px #dacffc;
  box-shadow: 0 0 15px #dacffc;
}
.ilightbox-button.ilightbox-button.light:hover {
  background-color: #f6f3ff;
}
.ilightbox-button.ilightbox-prev-button.light {
  top: 0;
  bottom: auto;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-prev-vertical-icon-64.png");
  background-position: 50% 35%;
}
.ilightbox-button.ilightbox-next-button.light.horizontal, .ilightbox-button.ilightbox-prev-button.light.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 41% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 75px;
  /* IE7-8 */
  height: 95px;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-next-icon-64.png");
  background-position: 65% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.light.horizontal {
  right: auto;
  left: 0;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-prev-icon-64.png");
  background-position: 35% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-overlay.parade {
  background: #333 url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/pattern.png");
}
.ilightbox-loader.parade {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.ilightbox-loader.parade div {
  background: white url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.parade {
  padding: 10px;
  background: #333;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ilightbox-holder.parade .ilightbox-container {
  background: #FFF;
}
.ilightbox-holder.parade .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/caption-bg.png");
  color: #FFF;
  text-shadow: 0 1px black;
}
.ilightbox-holder.parade .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/caption-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.parade .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/alert.png") no-repeat center top;
  color: #555;
}
.ilightbox-toolbar.parade {
  top: 11px;
  left: 10px;
  padding: 3px;
  background: #333;
  background: rgba(0, 0, 0, 0.25);
}
.ilightbox-toolbar.parade a {
  width: 29px;
  height: 25px;
  background: #FFF url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/buttons.png") no-repeat 8px 6px;
}
.ilightbox-toolbar.parade a:hover {
  background-color: #f5f5f5;
}
.ilightbox-toolbar.parade a.ilightbox-close:hover {
  background-position: -29px 6px;
}
.ilightbox-toolbar.parade a.ilightbox-fullscreen {
  background-position: 8px -33px;
  right: 35px;
}
.ilightbox-toolbar.parade a.ilightbox-fullscreen:hover {
  background-position: -29px -33px;
}
.ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/thumb-overlay-play.png") no-repeat center;
}
.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #FFF;
}
.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-overlay.metro-black {
  background: #000;
}
.ilightbox-loader.metro-black {
  -webkit-box-shadow: black 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
  box-shadow: black 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
}
.ilightbox-loader.metro-black div {
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.metro-black {
  padding: 3px;
  background: #000;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
}
.ilightbox-holder.metro-black .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/caption-bg.png") repeat-x bottom;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  padding-top: 15px;
}
.ilightbox-holder.metro-black .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/social-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.metro-black .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/alert.png") no-repeat center top;
  color: #555;
}
/* Style toolbar */
.ilightbox-toolbar.metro-black {
  top: 8px;
  left: 8px;
  height: 25px;
}
.ilightbox-toolbar.metro-black a {
  width: 27px;
  height: 25px;
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.metro-black a:hover {
  background-color: #51b7ff;
}
.ilightbox-toolbar.metro-black a.ilightbox-close:hover {
  background-color: #d94947;
}
.ilightbox-toolbar.metro-black a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
  background-position: 6px -31px;
}
.ilightbox-toolbar.metro-black a.ilightbox-play {
  background-position: 8px -55px;
}
.ilightbox-toolbar.metro-black a.ilightbox-pause {
  background-position: 8px -81px;
}
.isMobile .ilightbox-toolbar.metro-black {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar.metro-black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #acacad;
}
.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
/* Style thumbnails */
.ilightbox-thumbnails.metro-black.ilightbox-horizontal {
  height: 104px;
}
.ilightbox-thumbnails.metro-black.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 104px;
}
.ilightbox-thumbnails.metro-black.ilightbox-vertical {
  width: 144px;
}
.ilightbox-thumbnails.metro-black.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 144px;
}
.ilightbox-thumbnails.metro-black .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  border: 2px solid #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-thumbnails.metro-black .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/thumb-overlay-play.png") no-repeat center;
}
/* Configure arrow buttons */
.ilightbox-button.metro-black.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.metro-black span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.ilightbox-next-button.metro-black, .ilightbox-button.ilightbox-prev-button.metro-black {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 35% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 30%;
  /* IE7-8 */
  height: 100px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrows_vertical.png") no-repeat 50% -100px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.ilightbox-button.ilightbox-prev-button.metro-black {
  top: 0;
  bottom: auto;
  background-position: 50% 0;
}
.ilightbox-button.ilightbox-next-button.metro-black.horizontal, .ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 36% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 100px;
  /* IE7-8 */
  height: 30%;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrows_horizontal.png");
  background-position: -93px 50%;
}
.ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
  right: auto;
  left: 0;
  background-position: -7px 50%;
}
.ilightbox-overlay.metro-white {
  background: #FFF;
}
.ilightbox-loader.metro-white {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 55px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 55px;
}
.ilightbox-loader.metro-white div {
  background: #FFF url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.metro-white {
  padding: 3px;
  background: #FFF;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
.ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/caption-bg.png") repeat-x bottom;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
}
.ilightbox-holder.metro-white .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/social-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.metro-white .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/alert.png") no-repeat center top;
  color: #89949B;
}
/* Style toolbar */
.ilightbox-toolbar.metro-white {
  top: 8px;
  left: 8px;
  height: 25px;
}
.ilightbox-toolbar.metro-white a {
  width: 27px;
  height: 25px;
  background: white url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.metro-white a:hover {
  background-color: #51b7ff;
}
.ilightbox-toolbar.metro-white a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #FFF;
}
.ilightbox-toolbar.metro-white a.ilightbox-close:hover {
  background-color: #d94947;
  background-position: -30px 6px;
}
.ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
  background-position: 6px -31px;
}
.ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
  background-position: -29px -31px;
}
.ilightbox-toolbar.metro-white a.ilightbox-play {
  background-position: 8px -55px;
}
.ilightbox-toolbar.metro-white a.ilightbox-play:hover {
  background-position: -30px -55px;
}
.ilightbox-toolbar.metro-white a.ilightbox-pause {
  background-position: 8px -81px;
}
.ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
  background-position: -30px -81px;
}
.isMobile .ilightbox-toolbar.metro-white {
  background: #FFF;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.isMobile .ilightbox-toolbar.metro-white a, .isMobile .ilightbox-toolbar.metro-white a:hover {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/fullscreen-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/fullscreen-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-close:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/x-mark-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/x-mark-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button.disabled {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button.disabled {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-play:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/play-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/play-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/pause-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/pause-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
/* Style thumbnails */
.ilightbox-thumbnails.metro-white.ilightbox-horizontal {
  height: 104px;
}
.ilightbox-thumbnails.metro-white.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 104px;
}
.ilightbox-thumbnails.metro-white.ilightbox-vertical {
  width: 144px;
}
.ilightbox-thumbnails.metro-white.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 144px;
}
.ilightbox-thumbnails.metro-white .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-thumbnails.metro-white .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/thumb-overlay-play.png") no-repeat center;
}
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #535352;
}
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
/* Configure arrow buttons */
.ilightbox-button.metro-white.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.metro-white span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.ilightbox-next-button.metro-white, .ilightbox-button.ilightbox-prev-button.metro-white {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 35% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 30%;
  /* IE7-8 */
  height: 100px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrows_vertical.png") no-repeat 50% -100px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.6);
}
.ilightbox-button.ilightbox-prev-button.metro-white {
  top: 0;
  bottom: auto;
  background-position: 50% 0;
}
.ilightbox-button.ilightbox-next-button.metro-white.horizontal, .ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 36% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 100px;
  /* IE7-8 */
  height: 30%;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrows_horizontal.png");
  background-position: -93px 50%;
}
.ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
  right: auto;
  left: 0;
  background-position: -7px 50%;
}
.ilightbox-overlay.mac {
  background: #2B2B2B;
}
.ilightbox-loader.mac {
  -webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;
  box-shadow: black 0px 0px 85px, black 0px 0px 85px;
}
.ilightbox-loader.mac div {
  background: #141414 url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.mac {
  padding: 2px;
  background: rgba(35, 35, 35, 0.9);
  background/*\**/: #232323 \9 ;
  -webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.6);
  /* IE7-8 */
  -moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.6);
  box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.6);
}
.ilightbox-holder.mac .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/caption-bg.png");
  color: #FFF;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: rgba(255, 255, 255, 0.8) 1px solid;
  border/*\**/: whitesmoke 1px solid\9 ;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  /* IE7-8 */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ilightbox-holder.mac .ilightbox-container .ilightbox-social {
  background: #FFF;
}
.ilightbox-holder.mac .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/alert.png") no-repeat center top;
  color: #555;
}
/* Style toolbar */
.ilightbox-toolbar.mac {
  top: 15px;
  left: 15px;
  background: #414141;
  /* Old browsers */
  background: -moz-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(40%, #414141), color-stop(60%, #323232), color-stop(100%, #323232));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141", endColorstr="#323232",GradientType=0);
  /* IE7-9 */
  border: rgba(30, 30, 30, 0.6) 1px solid;
  border/*\**/: #1e1e1e 1px solid\9 ;
  overflow: hidden;
  /* IE7-8 */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ilightbox-toolbar.mac a {
  width: 28px;
  height: 28px;
  background: no-repeat 50%;
}
.ilightbox-toolbar.mac a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* IE7-8 */
  cursor: default;
  background-color: transparent !important;
}
.ilightbox-toolbar.mac a:hover {
  background-color: #4B4B4B;
}
.ilightbox-toolbar.mac a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/close-25.png");
}
.ilightbox-toolbar.mac a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/resize-25.png");
  right: 35px;
}
.ilightbox-toolbar.mac a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/play-25.png");
  right: 35px;
}
.ilightbox-toolbar.mac a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/pause-25.png");
  right: 35px;
}
.isMobile .ilightbox-toolbar.mac {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #414141;
  /* Old browsers */
  background: -moz-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(40%, #414141), color-stop(60%, #323232), color-stop(100%, #323232));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141", endColorstr="#323232",GradientType=0);
  /* IE7-9 */
  border: 0;
  border-top: rgba(30, 30, 30, 0.6) 1px solid;
  border-top/*\**/: #1e1e1e 1px solid\9 ;
  overflow: hidden;
  /* IE7-8 */
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.isMobile .ilightbox-toolbar.mac a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/resize-50.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/resize-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/close-50.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/close-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/forward-50.png");
  background-position: 52% 50% !important;
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/forward-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/back-50.png");
  background-position: 48% 50% !important;
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/back-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/play-50.png");
  background-size: 80%;
  background-position: 70% 50% !important;
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/play-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/pause-50.png");
  background-size: 80%;
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/pause-ie.png") \9 ;
  /* IE7-8 */
}
.ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  color: #000;
}
.ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar {
  display: inline-block;
  left: -15px;
  top: -15px;
}
.ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* Style thumbnails */
.ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/thumb-overlay-play.png") no-repeat center;
}
/* Configure arrow buttons */
.ilightbox-button.mac.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* IE7-8 */
  cursor: default;
  background: #3b3b3b !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141", endColorstr="#323232",GradientType=0);
  /* IE7-9 */
}
.ilightbox-button.mac span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.mac {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 45% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 95px;
  /* IE7-8 */
  height: 55px;
  margin: auto;
  background: #414141;
  /* Old browsers */
  background: -moz-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(40%, #414141), color-stop(60%, #323232), color-stop(100%, #323232));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141", endColorstr="#323232",GradientType=0);
  /* IE7-9 */
  border: rgba(30, 30, 30, 0.6) 1px solid;
  border/*\**/: #1e1e1e 1px solid\9 ;
  -webkit-border-radius: 0;
  /* IE7-8 */
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-button.mac:hover {
  background: #4b4b4b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(40%, #4b4b4b), color-stop(60%, #3c3c3c), color-stop(100%, #3c3c3c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b4b4b", endColorstr="#3c3c3c",GradientType=0);
  /* IE7-9 */
}
.ilightbox-button.ilightbox-prev-button.mac {
  top: 0;
  bottom: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ilightbox-button.ilightbox-next-button.mac span {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/forward-vertical-50.png") no-repeat 50% 75%;
}
.ilightbox-button.ilightbox-prev-button.mac span {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/back-vertical-50.png") no-repeat 50% 25%;
}
.ilightbox-button.ilightbox-next-button.mac.horizontal, .ilightbox-button.ilightbox-prev-button.mac.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 41% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 55px;
  /* IE7-8 */
  height: 95px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.mac.horizontal {
  right: auto;
  left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-next-button.mac.horizontal span {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/forward-50.png") no-repeat 75% 50%;
}
.ilightbox-button.ilightbox-prev-button.mac.horizontal span {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/back-50.png") no-repeat 25% 50%;
}
.ilightbox-overlay.smooth {
  background: #0F0F0F;
}
.ilightbox-loader.smooth {
  -webkit-box-shadow: black 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
  box-shadow: black 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
}
.ilightbox-loader.smooth div {
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.smooth {
  border/*\**/: black 1px solid\9 ;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.9);
  /* IE7-8 */
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.9);
}
.ilightbox-holder.smooth .ilightbox-container > * {
  pointer-events: all;
}
.ilightbox-holder.smooth .ilightbox-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
}
.ilightbox-holder.smooth .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/caption-bg.png");
  border: 1px solid rgba(0, 0, 0, 0.2);
  left: 1px;
  right: 1px;
  bottom: 1px;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-holder.smooth .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/caption-bg.png");
  border: 1px solid rgba(0, 0, 0, 0.2);
  left: 1px;
  top: 1px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-holder.smooth .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/alert.png") no-repeat center top;
  color: #555;
}
/* Style toolbar */
.ilightbox-toolbar.smooth {
  top: 8px;
  left: 8px;
  height: 25px;
}
.ilightbox-toolbar.smooth a {
  width: 27px;
  height: 25px;
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.smooth a:hover {
  background-color: #51b7ff;
}
.ilightbox-toolbar.smooth a.ilightbox-close:hover {
  background-color: #d94947;
}
.ilightbox-toolbar.smooth a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.ilightbox-toolbar.smooth a.ilightbox-fullscreen {
  background-position: 6px -31px;
}
.ilightbox-toolbar.smooth a.ilightbox-play {
  background-position: 8px -55px;
}
.ilightbox-toolbar.smooth a.ilightbox-pause {
  background-position: 8px -81px;
}
.isMobile .ilightbox-toolbar.smooth {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar.smooth a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
.ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #acacad;
}
.ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
/* Style thumbnails */
.ilightbox-thumbnails.smooth.ilightbox-horizontal {
  height: 100px;
}
.ilightbox-thumbnails.smooth.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 100px;
}
.ilightbox-thumbnails.smooth.ilightbox-vertical {
  width: 140px;
}
.ilightbox-thumbnails.smooth.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
}
.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  padding: 10px;
}
.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
}
.ilightbox-thumbnails.smooth.ilightbox-vertical .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  margin-bottom: -10px;
}
.ilightbox-thumbnails.smooth.ilightbox-horizontal .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  margin-right: -10px;
}
.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/thumb-overlay-play.png") no-repeat center;
}
/* Configure arrow buttons */
.ilightbox-button.smooth.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.smooth span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.smooth {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 45% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 120px;
  /* IE7-8 */
  height: 70px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrows_vertical.png") no-repeat 50% -110px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border: rgba(255, 255, 255, 0.2) 1px solid;
  border/*\**/: #646464 1px solid\9 ;
  /* IE7-8 */
}
.ilightbox-button.ilightbox-next-button.smooth {
  border-bottom: 0;
}
.ilightbox-button.ilightbox-prev-button.smooth {
  top: 0;
  bottom: auto;
  background-position: 50% -15px;
  border-top: 0;
}
.ilightbox-button.smooth.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 41% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 70px;
  /* IE7-8 */
  height: 120px;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrows_horizontal.png");
  background-position: -110px 50%;
  border: rgba(255, 255, 255, 0.2) 1px solid;
  border/*\**/: #646464 1px solid\9 ;
  /* IE7-8 */
}
.ilightbox-button.ilightbox-next-button.smooth.horizontal {
  border-right: 0;
}
.ilightbox-button.ilightbox-prev-button.smooth.horizontal {
  right: auto;
  left: 0;
  background-position: -18px 50%;
  border-left: 0;
}
/* Reset Styles */
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
/* Disable & Hide Scrollbar */
.ilightbox-noscroll {
  overflow: hidden;
}
.ilightbox-closedhand * {
  cursor: url(closedhand.cur), default !important;
}
.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}
.ilightbox-loader div {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}
.ilightbox-loader.horizontal {
  left: 45%;
  top: -192px;
  padding: 0;
  padding-top: 30px;
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}
.ilightbox-loader.horizontal div {
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}
.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
}
.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
}
.ilightbox-toolbar .ilightbox-prev-button, .ilightbox-toolbar .ilightbox-next-button {
  display: none;
}
.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}
.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden;
}
.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px;
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-interpolation-mode: bicubic;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}
.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none;
}
.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}
.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.ilightbox-holder.supportTouch div.ilightbox-container {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px;
  padding-left: 0;
  z-index: 20003;
  height: 16px;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: left;
  list-style: none;
  height: 16px;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  float: left;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background-image: url("social_icons/facebook_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
  background-image: url("social_icons/digg_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background-image: url("social_icons/twitter_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
  background-image: url("social_icons/delicious_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
  background-image: url("social_icons/reddit_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background-image: url("social_icons/google_plus_16.png");
}
.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px;
}
.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
}
/* Style arrow buttons */
.ilightbox-button {
  position: fixed;
  z-index: 100008;
  cursor: pointer;
}
/* Style mobile devices */
.isMobile .ilightbox-button, .isMobile .ilightbox-thumbnails {
  display: none !important;
}
.isMobile .ilightbox-toolbar .ilightbox-prev-button, .isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block;
}
