/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot");
  src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.woff") format("woff"), url("aui/alloy-font-awesome/font/fontawesome-alloy.ttf") format("truetype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

.aui {
  /*!
   * Bootstrap v2.3.2
   *
   * Copyright 2012 Twitter, Inc
   * Licensed under the Apache License v2.0
   * http://www.apache.org/licenses/LICENSE-2.0
   *
   * Designed and built with all the love in the world @twitter by @mdo and @fat.
   */
  /* Allow for input prepend/append in search forms */
  /* White icons with optional class, or on hover/focus/active states of certain elements */
  /* move down carets for tabs */
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0; }

    to {
      background-position: 0 0; } }

  @-moz-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0; }

    to {
      background-position: 0 0; } }

  @-ms-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0; }

    to {
      background-position: 0 0; } }

  @-o-keyframes progress-bar-stripes {
    from {
      background-position: 0 0; }

    to {
      background-position: 40px 0; } }

  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0; }

    to {
      background-position: 0 0; } }

  /*$color-black-real:#214b87;*/
  /*override*/
  /* ================ Timeline Media Queries ================ */
  /*
      Created on : 30-nov-2016
      Author     : gianluca dario
  */
  /*!
   * Bootstrap Responsive v2.3.2
   *
   * Copyright 2012 Twitter, Inc
   * Licensed under the Apache License v2.0
   * http://www.apache.org/licenses/LICENSE-2.0
   *
   * Designed and built with all the love in the world @twitter by @mdo and @fat.
   */
  @-ms-viewport {
    width: device-width; }

  /* ---------- Help messages, general additional information, etc. ---------- */
  /* ---------- Error messages ---------- */
  /* ---------- Success messages ---------- */
  /* ---------- Misc ---------- */
  /* FONT AWESOME CORE
   * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* makes sure icons active on rollover in links */
  /* increased font size for icon-large */
  /* BOOTSTRAP SPECIFIC CLASSES
   * -------------------------- */
  /* Bootstrap 2.0 sprites.less reset */
  /* more sprites.less reset */
  /* keeps Bootstrap styles with and without icons the same */
  /* Fixes alignment in nav lists */
  /* EXTRAS
   * -------------------------- */
  /* Stacked and layered icon */
  /* Animated rotating icon */
  /* Prevent stack and spinners from being taken inline when inside a link */
  @-moz-keyframes spin {
    0% {
      -moz-transform: rotate(0deg); }

    100% {
      -moz-transform: rotate(359deg); } }

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

    100% {
      -webkit-transform: rotate(359deg); } }

  @-o-keyframes spin {
    0% {
      -o-transform: rotate(0deg); }

    100% {
      -o-transform: rotate(359deg); } }

  @-ms-keyframes spin {
    0% {
      -ms-transform: rotate(0deg); }

    100% {
      -ms-transform: rotate(359deg); } }

  @keyframes spin {
    0% {
      transform: rotate(0deg); }

    100% {
      transform: rotate(359deg); } }

  /* Icon rotations and mirroring */
  /* ensure rotation occurs inside anchor tags */
  @font-face {
    font-family: 'fontawesome-alloy';
    src: url("fonts/fontawesome-alloy.eot");
    src: url("fonts/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-alloy.woff") format("woff"), url("fonts/fontawesome-alloy.ttf") format("truetype"), url("fonts/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
    font-weight: normal;
    font-style: normal; }

  /* Use the following CSS code if you want to use data attributes for inserting your icons */
  /* Use the following CSS code if you want to have a class per icon */
  /*
  Instead of a list of all class selectors,
  you can use the generic selector below, but it's slower:
  [class*="icon-"] {
  */
  background-color: white;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0; }
  .aui article,
  .aui aside,
  .aui details,
  .aui figcaption,
  .aui figure,
  .aui footer,
  .aui header,
  .aui hgroup,
  .aui nav,
  .aui section {
    display: block; }
  .aui audio,
  .aui canvas,
  .aui video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .aui audio:not([controls]) {
    display: none; }
  .aui html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }
  .aui a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .aui a:hover,
  .aui a:active {
    outline: 0; }
  .aui sub,
  .aui sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .aui sup {
    top: -0.5em; }
  .aui sub {
    bottom: -0.25em; }
  .aui img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic; }
  .aui #map_canvas img,
  .aui .google-maps img {
    max-width: none; }
  .aui button,
  .aui input,
  .aui select,
  .aui textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle; }
  .aui button,
  .aui input {
    *overflow: visible;
    line-height: normal; }
  .aui button::-moz-focus-inner,
  .aui input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .aui button,
  .aui html input[type="button"],
  .aui input[type="reset"],
  .aui input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .aui label,
  .aui select,
  .aui button,
  .aui input[type="button"],
  .aui input[type="reset"],
  .aui input[type="submit"],
  .aui input[type="radio"],
  .aui input[type="checkbox"] {
    cursor: pointer; }
  .aui input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield; }
  .aui input[type="search"]::-webkit-search-decoration,
  .aui input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }
  .aui textarea {
    overflow: auto;
    vertical-align: top; }
  @media print {
    .aui {
      @page {
        margin: 0.5cm; }
 }
      .aui * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important; }
      .aui a,
      .aui a:visited {
        text-decoration: underline; }
      .aui a[href]:after {
        content: " (" attr(href) ")"; }
      .aui abbr[title]:after {
        content: " (" attr(title) ")"; }
      .aui .ir a:after,
      .aui a[href^="javascript:"]:after,
      .aui a[href^="#"]:after {
        content: ""; }
      .aui pre,
      .aui blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }
      .aui thead {
        display: table-header-group; }
      .aui tr,
      .aui img {
        page-break-inside: avoid; }
      .aui img {
        max-width: 100% !important; }
      .aui p,
      .aui h2,
      .aui h3 {
        orphans: 3;
        widows: 3; }
      .aui h2,
      .aui h3 {
        page-break-after: avoid; } }
  .aui body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: white; }
  .aui a {
    color: #00aaff;
    text-decoration: none; }
  .aui a:hover,
  .aui a:focus {
    color: #0077b3;
    text-decoration: underline; }
  .aui .img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .aui .img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .aui .img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px; }
  .aui .row {
    margin-left: -20px;
    *zoom: 1; }
    .aui .row:before, .aui .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .row:after {
      clear: both; }
  .aui [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }
  .aui .container,
  .aui .navbar-static-top .container,
  .aui .navbar-fixed-top .container,
  .aui .navbar-fixed-bottom .container {
    width: 940px; }
  .aui .span1 {
    width: 60px; }
  .aui .span2 {
    width: 140px; }
  .aui .span3 {
    width: 220px; }
  .aui .span4 {
    width: 300px; }
  .aui .span5 {
    width: 380px; }
  .aui .span6 {
    width: 460px; }
  .aui .span7 {
    width: 540px; }
  .aui .span8 {
    width: 620px; }
  .aui .span9 {
    width: 700px; }
  .aui .span10 {
    width: 780px; }
  .aui .span11 {
    width: 860px; }
  .aui .span12 {
    width: 940px; }
  .aui .offset1 {
    margin-left: 100px; }
  .aui .offset2 {
    margin-left: 180px; }
  .aui .offset3 {
    margin-left: 260px; }
  .aui .offset4 {
    margin-left: 340px; }
  .aui .offset5 {
    margin-left: 420px; }
  .aui .offset6 {
    margin-left: 500px; }
  .aui .offset7 {
    margin-left: 580px; }
  .aui .offset8 {
    margin-left: 660px; }
  .aui .offset9 {
    margin-left: 740px; }
  .aui .offset10 {
    margin-left: 820px; }
  .aui .offset11 {
    margin-left: 900px; }
  .aui .offset12 {
    margin-left: 980px; }
  .aui .row-fluid {
    width: 100%;
    *zoom: 1; }
    .aui .row-fluid:before, .aui .row-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .row-fluid:after {
      clear: both; }
    .aui .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.12766%;
      *margin-left: 2.07447%; }
    .aui .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    .aui .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.12766%; }
    .aui .row-fluid .span1 {
      width: 6.38298%;
      *width: 6.32979%; }
    .aui .row-fluid .span2 {
      width: 14.89362%;
      *width: 14.84043%; }
    .aui .row-fluid .span3 {
      width: 23.40426%;
      *width: 23.35106%; }
    .aui .row-fluid .span4 {
      width: 31.91489%;
      *width: 31.8617%; }
    .aui .row-fluid .span5 {
      width: 40.42553%;
      *width: 40.37234%; }
    .aui .row-fluid .span6 {
      width: 48.93617%;
      *width: 48.88298%; }
    .aui .row-fluid .span7 {
      width: 57.44681%;
      *width: 57.39362%; }
    .aui .row-fluid .span8 {
      width: 65.95745%;
      *width: 65.90426%; }
    .aui .row-fluid .span9 {
      width: 74.46809%;
      *width: 74.41489%; }
    .aui .row-fluid .span10 {
      width: 82.97872%;
      *width: 82.92553%; }
    .aui .row-fluid .span11 {
      width: 91.48936%;
      *width: 91.43617%; }
    .aui .row-fluid .span12 {
      width: 100%;
      *width: 99.94681%; }
    .aui .row-fluid .offset1 {
      margin-left: 10.6383%;
      *margin-left: 10.53191%; }
    .aui .row-fluid .offset1:first-child {
      margin-left: 8.51064%;
      *margin-left: 8.40426%; }
    .aui .row-fluid .offset2 {
      margin-left: 19.14894%;
      *margin-left: 19.04255%; }
    .aui .row-fluid .offset2:first-child {
      margin-left: 17.02128%;
      *margin-left: 16.91489%; }
    .aui .row-fluid .offset3 {
      margin-left: 27.65957%;
      *margin-left: 27.55319%; }
    .aui .row-fluid .offset3:first-child {
      margin-left: 25.53191%;
      *margin-left: 25.42553%; }
    .aui .row-fluid .offset4 {
      margin-left: 36.17021%;
      *margin-left: 36.06383%; }
    .aui .row-fluid .offset4:first-child {
      margin-left: 34.04255%;
      *margin-left: 33.93617%; }
    .aui .row-fluid .offset5 {
      margin-left: 44.68085%;
      *margin-left: 44.57447%; }
    .aui .row-fluid .offset5:first-child {
      margin-left: 42.55319%;
      *margin-left: 42.44681%; }
    .aui .row-fluid .offset6 {
      margin-left: 53.19149%;
      *margin-left: 53.08511%; }
    .aui .row-fluid .offset6:first-child {
      margin-left: 51.06383%;
      *margin-left: 50.95745%; }
    .aui .row-fluid .offset7 {
      margin-left: 61.70213%;
      *margin-left: 61.59574%; }
    .aui .row-fluid .offset7:first-child {
      margin-left: 59.57447%;
      *margin-left: 59.46809%; }
    .aui .row-fluid .offset8 {
      margin-left: 70.21277%;
      *margin-left: 70.10638%; }
    .aui .row-fluid .offset8:first-child {
      margin-left: 68.08511%;
      *margin-left: 67.97872%; }
    .aui .row-fluid .offset9 {
      margin-left: 78.7234%;
      *margin-left: 78.61702%; }
    .aui .row-fluid .offset9:first-child {
      margin-left: 76.59574%;
      *margin-left: 76.48936%; }
    .aui .row-fluid .offset10 {
      margin-left: 87.23404%;
      *margin-left: 87.12766%; }
    .aui .row-fluid .offset10:first-child {
      margin-left: 85.10638%;
      *margin-left: 85.0%; }
    .aui .row-fluid .offset11 {
      margin-left: 95.74468%;
      *margin-left: 95.6383%; }
    .aui .row-fluid .offset11:first-child {
      margin-left: 93.61702%;
      *margin-left: 93.51064%; }
    .aui .row-fluid .offset12 {
      margin-left: 104.25532%;
      *margin-left: 104.14894%; }
    .aui .row-fluid .offset12:first-child {
      margin-left: 102.12766%;
      *margin-left: 102.02128%; }
  .aui [class*="span"].hide,
  .aui .row-fluid [class*="span"].hide {
    display: none; }
  .aui [class*="span"].pull-right,
  .aui .row-fluid [class*="span"].pull-right {
    float: right; }
  .aui .container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1; }
    .aui .container:before, .aui .container:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .container:after {
      clear: both; }
  .aui .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1; }
    .aui .container-fluid:before, .aui .container-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .container-fluid:after {
      clear: both; }
  .aui p {
    margin: 0 0 10px; }
  .aui .lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px; }
  .aui small {
    font-size: 85%; }
  .aui strong {
    font-weight: bold; }
  .aui em {
    font-style: italic; }
  .aui cite {
    font-style: normal; }
  .aui .muted {
    color: #999999; }
  .aui a.muted:hover,
  .aui a.muted:focus {
    color: gray; }
  .aui .text-warning {
    color: #bf7900; }
  .aui a.text-warning:hover,
  .aui a.text-warning:focus {
    color: #8c5900; }
  .aui .text-error {
    color: #b50303; }
  .aui a.text-error:hover,
  .aui a.text-error:focus {
    color: #830202; }
  .aui .text-info {
    color: #12718f; }
  .aui a.text-info:hover,
  .aui a.text-info:focus {
    color: #0c4d62; }
  .aui .text-success {
    color: #488f06; }
  .aui a.text-success:hover,
  .aui a.text-success:focus {
    color: #2f5e04; }
  .aui .text-left {
    text-align: left; }
  .aui .text-right {
    text-align: right; }
  .aui .text-center {
    text-align: center; }
  .aui h1, .aui h2, .aui h3, .aui h4, .aui h5, .aui h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility; }
    .aui h1 small, .aui h2 small, .aui h3 small, .aui h4 small, .aui h5 small, .aui h6 small {
      font-weight: normal;
      line-height: 1;
      color: #999999; }
  .aui h1,
  .aui h2,
  .aui h3 {
    line-height: 40px; }
  .aui h1 {
    font-size: 38.5px; }
  .aui h2 {
    font-size: 31.5px; }
  .aui h3 {
    font-size: 24.5px; }
  .aui h4 {
    font-size: 17.5px; }
  .aui h5 {
    font-size: 14px; }
  .aui h6 {
    font-size: 11.9px; }
  .aui h1 small {
    font-size: 24.5px; }
  .aui h2 small {
    font-size: 17.5px; }
  .aui h3 small {
    font-size: 14px; }
  .aui h4 small {
    font-size: 14px; }
  .aui .page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee; }
  .aui ul, .aui ol {
    padding: 0;
    margin: 0 0 10px 25px; }
  .aui ul ul,
  .aui ul ol,
  .aui ol ol,
  .aui ol ul {
    margin-bottom: 0; }
  .aui li {
    line-height: 20px; }
  .aui ul.unstyled,
  .aui ol.unstyled {
    margin-left: 0;
    list-style: none; }
  .aui ul.inline,
  .aui ol.inline {
    margin-left: 0;
    list-style: none; }
    .aui ul.inline > li,
    .aui ol.inline > li {
      display: inline-block;
      *display: inline;
      /* IE7 inline-block hack */
      *zoom: 1;
      padding-left: 5px;
      padding-right: 5px; }
  .aui dl {
    margin-bottom: 20px; }
  .aui dt,
  .aui dd {
    line-height: 20px; }
  .aui dt {
    font-weight: bold; }
  .aui dd {
    margin-left: 10px; }
  .aui .dl-horizontal {
    *zoom: 1; }
    .aui .dl-horizontal:before, .aui .dl-horizontal:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .dl-horizontal:after {
      clear: both; }
    .aui .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .aui .dl-horizontal dd {
      margin-left: 180px; }
  .aui hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid white; }
  .aui abbr[title],
  .aui abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999; }
  .aui abbr.initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .aui blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee; }
    .aui blockquote p {
      margin-bottom: 0;
      font-size: 17.5px;
      font-weight: 300;
      line-height: 1.25; }
    .aui blockquote small {
      display: block;
      line-height: 20px;
      color: #999999; }
      .aui blockquote small:before {
        content: '\2014 \00A0'; }
    .aui blockquote.pull-right {
      float: right;
      padding-right: 15px;
      padding-left: 0;
      border-right: 5px solid #eeeeee;
      border-left: 0; }
      .aui blockquote.pull-right p,
      .aui blockquote.pull-right small {
        text-align: right; }
      .aui blockquote.pull-right small:before {
        content: ''; }
      .aui blockquote.pull-right small:after {
        content: '\00A0 \2014'; }
  .aui q:before,
  .aui q:after,
  .aui blockquote:before,
  .aui blockquote:after {
    content: ""; }
  .aui address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px; }
  .aui code,
  .aui pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .aui code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap; }
  .aui pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .aui pre.prettyprint {
      margin-bottom: 20px; }
    .aui pre code {
      padding: 0;
      color: inherit;
      white-space: pre;
      white-space: pre-wrap;
      background-color: transparent;
      border: 0; }
  .aui .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .aui form {
    margin: 0 0 20px; }
  .aui fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  .aui legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
    .aui legend small {
      font-size: 15px;
      color: #999999; }
  .aui label,
  .aui input,
  .aui button,
  .aui select,
  .aui textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px; }
  .aui input,
  .aui button,
  .aui select,
  .aui textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui label {
    display: block;
    margin-bottom: 5px; }
  .aui select,
  .aui textarea,
  .aui input[type="text"],
  .aui input[type="password"],
  .aui input[type="datetime"],
  .aui input[type="datetime-local"],
  .aui input[type="date"],
  .aui input[type="month"],
  .aui input[type="time"],
  .aui input[type="week"],
  .aui input[type="number"],
  .aui input[type="email"],
  .aui input[type="url"],
  .aui input[type="search"],
  .aui input[type="tel"],
  .aui input[type="color"],
  .aui .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle; }
  .aui input,
  .aui textarea,
  .aui .uneditable-input {
    width: 206px; }
  .aui textarea {
    height: auto; }
  .aui textarea,
  .aui input[type="text"],
  .aui input[type="password"],
  .aui input[type="datetime"],
  .aui input[type="datetime-local"],
  .aui input[type="date"],
  .aui input[type="month"],
  .aui input[type="time"],
  .aui input[type="week"],
  .aui input[type="number"],
  .aui input[type="email"],
  .aui input[type="url"],
  .aui input[type="search"],
  .aui input[type="tel"],
  .aui input[type="color"],
  .aui .uneditable-input {
    background-color: white;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-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 linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
    .aui textarea:focus,
    .aui input[type="text"]:focus,
    .aui input[type="password"]:focus,
    .aui input[type="datetime"]:focus,
    .aui input[type="datetime-local"]:focus,
    .aui input[type="date"]:focus,
    .aui input[type="month"]:focus,
    .aui input[type="time"]:focus,
    .aui input[type="week"]:focus,
    .aui input[type="number"]:focus,
    .aui input[type="email"]:focus,
    .aui input[type="url"]:focus,
    .aui input[type="search"]:focus,
    .aui input[type="tel"]:focus,
    .aui input[type="color"]:focus,
    .aui .uneditable-input:focus {
      border-color: rgba(82, 168, 236, 0.8);
      outline: 0;
      outline: thin dotted \9;
      /* IE6-9 */
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
  .aui input[type="radio"],
  .aui input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal; }
  .aui input[type="file"],
  .aui input[type="image"],
  .aui input[type="submit"],
  .aui input[type="reset"],
  .aui input[type="button"],
  .aui input[type="radio"],
  .aui input[type="checkbox"] {
    width: auto; }
  .aui select,
  .aui input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px; }
  .aui select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: white; }
  .aui select[multiple],
  .aui select[size] {
    height: auto; }
  .aui select:focus,
  .aui input[type="file"]:focus,
  .aui input[type="radio"]:focus,
  .aui input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .aui .uneditable-input,
  .aui .uneditable-textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed; }
  .aui .uneditable-input {
    overflow: hidden;
    white-space: nowrap; }
  .aui .uneditable-textarea {
    width: auto;
    height: auto; }
  .aui input:-moz-placeholder,
  .aui textarea:-moz-placeholder {
    color: #999999; }
  .aui input:-ms-input-placeholder,
  .aui textarea:-ms-input-placeholder {
    color: #999999; }
  .aui input::-webkit-input-placeholder,
  .aui textarea::-webkit-input-placeholder {
    color: #999999; }
  .aui .radio,
  .aui .checkbox {
    min-height: 20px;
    padding-left: 20px; }
  .aui .radio input[type="radio"],
  .aui .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px; }
  .aui .controls > .radio:first-child,
  .aui .controls > .checkbox:first-child {
    padding-top: 5px; }
  .aui .radio.inline,
  .aui .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle; }
  .aui .radio.inline + .radio.inline,
  .aui .checkbox.inline + .checkbox.inline {
    margin-left: 10px; }
  .aui .input-mini {
    width: 60px; }
  .aui .input-small {
    width: 90px; }
  .aui .input-medium {
    width: 150px; }
  .aui .input-large {
    width: 210px; }
  .aui .input-xlarge {
    width: 270px; }
  .aui .input-xxlarge {
    width: 530px; }
  .aui input[class*="span"],
  .aui select[class*="span"],
  .aui textarea[class*="span"],
  .aui .uneditable-input[class*="span"],
  .aui .row-fluid input[class*="span"],
  .aui .row-fluid select[class*="span"],
  .aui .row-fluid textarea[class*="span"],
  .aui .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0; }
  .aui .input-append input[class*="span"],
  .aui .input-append .uneditable-input[class*="span"],
  .aui .input-prepend input[class*="span"],
  .aui .input-prepend .uneditable-input[class*="span"],
  .aui .row-fluid input[class*="span"],
  .aui .row-fluid select[class*="span"],
  .aui .row-fluid textarea[class*="span"],
  .aui .row-fluid .uneditable-input[class*="span"],
  .aui .row-fluid .input-prepend [class*="span"],
  .aui .row-fluid .input-append [class*="span"] {
    display: inline-block; }
  .aui input,
  .aui textarea,
  .aui .uneditable-input {
    margin-left: 0; }
  .aui .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }
  .aui input.span1,
  .aui textarea.span1,
  .aui .uneditable-input.span1 {
    width: 46px; }
  .aui input.span2,
  .aui textarea.span2,
  .aui .uneditable-input.span2 {
    width: 126px; }
  .aui input.span3,
  .aui textarea.span3,
  .aui .uneditable-input.span3 {
    width: 206px; }
  .aui input.span4,
  .aui textarea.span4,
  .aui .uneditable-input.span4 {
    width: 286px; }
  .aui input.span5,
  .aui textarea.span5,
  .aui .uneditable-input.span5 {
    width: 366px; }
  .aui input.span6,
  .aui textarea.span6,
  .aui .uneditable-input.span6 {
    width: 446px; }
  .aui input.span7,
  .aui textarea.span7,
  .aui .uneditable-input.span7 {
    width: 526px; }
  .aui input.span8,
  .aui textarea.span8,
  .aui .uneditable-input.span8 {
    width: 606px; }
  .aui input.span9,
  .aui textarea.span9,
  .aui .uneditable-input.span9 {
    width: 686px; }
  .aui input.span10,
  .aui textarea.span10,
  .aui .uneditable-input.span10 {
    width: 766px; }
  .aui input.span11,
  .aui textarea.span11,
  .aui .uneditable-input.span11 {
    width: 846px; }
  .aui input.span12,
  .aui textarea.span12,
  .aui .uneditable-input.span12 {
    width: 926px; }
  .aui .controls-row {
    *zoom: 1; }
    .aui .controls-row:before, .aui .controls-row:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .controls-row:after {
      clear: both; }
  .aui .controls-row [class*="span"],
  .aui .row-fluid .controls-row [class*="span"] {
    float: left; }
  .aui .controls-row .checkbox[class*="span"],
  .aui .controls-row .radio[class*="span"] {
    padding-top: 5px; }
  .aui input[disabled],
  .aui select[disabled],
  .aui textarea[disabled],
  .aui input[readonly],
  .aui select[readonly],
  .aui textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  .aui input[type="radio"][disabled],
  .aui input[type="checkbox"][disabled],
  .aui input[type="radio"][readonly],
  .aui input[type="checkbox"][readonly] {
    background-color: transparent; }
  .aui .control-group.warning .control-label,
  .aui .control-group.warning .help-block,
  .aui .control-group.warning .help-inline {
    color: #bf7900; }
  .aui .control-group.warning .checkbox,
  .aui .control-group.warning .radio,
  .aui .control-group.warning input,
  .aui .control-group.warning select,
  .aui .control-group.warning textarea {
    color: #bf7900; }
  .aui .control-group.warning input,
  .aui .control-group.warning select,
  .aui .control-group.warning textarea {
    border-color: #bf7900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .aui .control-group.warning input:focus,
    .aui .control-group.warning select:focus,
    .aui .control-group.warning textarea:focus {
      border-color: #8c5900;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26; }
  .aui .control-group.warning .input-prepend .add-on,
  .aui .control-group.warning .input-append .add-on {
    color: #bf7900;
    background-color: #fffbdc;
    border-color: #bf7900; }
  .aui .control-group.error .control-label,
  .aui .control-group.error .help-block,
  .aui .control-group.error .help-inline {
    color: #b50303; }
  .aui .control-group.error .checkbox,
  .aui .control-group.error .radio,
  .aui .control-group.error input,
  .aui .control-group.error select,
  .aui .control-group.error textarea {
    color: #b50303; }
  .aui .control-group.error input,
  .aui .control-group.error select,
  .aui .control-group.error textarea {
    border-color: #b50303;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .aui .control-group.error input:focus,
    .aui .control-group.error select:focus,
    .aui .control-group.error textarea:focus {
      border-color: #830202;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }
  .aui .control-group.error .input-prepend .add-on,
  .aui .control-group.error .input-append .add-on {
    color: #b50303;
    background-color: #fee5e2;
    border-color: #b50303; }
  .aui .control-group.success .control-label,
  .aui .control-group.success .help-block,
  .aui .control-group.success .help-inline {
    color: #488f06; }
  .aui .control-group.success .checkbox,
  .aui .control-group.success .radio,
  .aui .control-group.success input,
  .aui .control-group.success select,
  .aui .control-group.success textarea {
    color: #488f06; }
  .aui .control-group.success input,
  .aui .control-group.success select,
  .aui .control-group.success textarea {
    border-color: #488f06;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .aui .control-group.success input:focus,
    .aui .control-group.success select:focus,
    .aui .control-group.success textarea:focus {
      border-color: #2f5e04;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }
  .aui .control-group.success .input-prepend .add-on,
  .aui .control-group.success .input-append .add-on {
    color: #488f06;
    background-color: #f1fbd1;
    border-color: #488f06; }
  .aui .control-group.info .control-label,
  .aui .control-group.info .help-block,
  .aui .control-group.info .help-inline {
    color: #12718f; }
  .aui .control-group.info .checkbox,
  .aui .control-group.info .radio,
  .aui .control-group.info input,
  .aui .control-group.info select,
  .aui .control-group.info textarea {
    color: #12718f; }
  .aui .control-group.info input,
  .aui .control-group.info select,
  .aui .control-group.info textarea {
    border-color: #12718f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .aui .control-group.info input:focus,
    .aui .control-group.info select:focus,
    .aui .control-group.info textarea:focus {
      border-color: #0c4d62;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3; }
  .aui .control-group.info .input-prepend .add-on,
  .aui .control-group.info .input-append .add-on {
    color: #12718f;
    background-color: #cef1fc;
    border-color: #12718f; }
  .aui input:focus:invalid,
  .aui textarea:focus:invalid,
  .aui select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b; }
    .aui input:focus:invalid:focus,
    .aui textarea:focus:invalid:focus,
    .aui select:focus:invalid:focus {
      border-color: #e9322d;
      -webkit-box-shadow: 0 0 6px #f8b9b7;
      -moz-box-shadow: 0 0 6px #f8b9b7;
      box-shadow: 0 0 6px #f8b9b7; }
  .aui .form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border-top: 1px solid #e5e5e5;
    *zoom: 1; }
    .aui .form-actions:before, .aui .form-actions:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .form-actions:after {
      clear: both; }
  .aui .help-block,
  .aui .help-inline {
    color: #595959; }
  .aui .help-block {
    display: block;
    margin-bottom: 10px; }
  .aui .help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px; }
  .aui .input-append,
  .aui .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap; }
    .aui .input-append input,
    .aui .input-append select,
    .aui .input-append .uneditable-input,
    .aui .input-append .dropdown-menu,
    .aui .input-append .popover,
    .aui .input-prepend input,
    .aui .input-prepend select,
    .aui .input-prepend .uneditable-input,
    .aui .input-prepend .dropdown-menu,
    .aui .input-prepend .popover {
      font-size: 14px; }
    .aui .input-append input,
    .aui .input-append select,
    .aui .input-append .uneditable-input,
    .aui .input-prepend input,
    .aui .input-prepend select,
    .aui .input-prepend .uneditable-input {
      position: relative;
      margin-bottom: 0;
      *margin-left: 0;
      vertical-align: top;
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0; }
      .aui .input-append input:focus,
      .aui .input-append select:focus,
      .aui .input-append .uneditable-input:focus,
      .aui .input-prepend input:focus,
      .aui .input-prepend select:focus,
      .aui .input-prepend .uneditable-input:focus {
        z-index: 2; }
    .aui .input-append .add-on,
    .aui .input-prepend .add-on {
      display: inline-block;
      width: auto;
      height: 20px;
      min-width: 16px;
      padding: 4px 5px;
      font-size: 14px;
      font-weight: normal;
      line-height: 20px;
      text-align: center;
      text-shadow: 0 1px 0 white;
      background-color: #eeeeee;
      border: 1px solid #ccc; }
    .aui .input-append .add-on,
    .aui .input-append .btn,
    .aui .input-append .btn-group > .dropdown-toggle,
    .aui .input-prepend .add-on,
    .aui .input-prepend .btn,
    .aui .input-prepend .btn-group > .dropdown-toggle {
      vertical-align: top;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .aui .input-append .active,
    .aui .input-prepend .active {
      background-color: #a9dba9;
      border-color: #46a546; }
  .aui .input-prepend .add-on,
  .aui .input-prepend .btn {
    margin-right: -1px; }
  .aui .input-prepend .add-on:first-child,
  .aui .input-prepend .btn:first-child {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
  .aui .input-append input,
  .aui .input-append select,
  .aui .input-append .uneditable-input {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
    .aui .input-append input + .btn-group .btn:last-child,
    .aui .input-append select + .btn-group .btn:last-child,
    .aui .input-append .uneditable-input + .btn-group .btn:last-child {
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0; }
  .aui .input-append .add-on,
  .aui .input-append .btn,
  .aui .input-append .btn-group {
    margin-left: -1px; }
  .aui .input-append .add-on:last-child,
  .aui .input-append .btn:last-child,
  .aui .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }
  .aui .input-prepend.input-append input,
  .aui .input-prepend.input-append select,
  .aui .input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .aui .input-prepend.input-append input + .btn-group .btn,
    .aui .input-prepend.input-append select + .btn-group .btn,
    .aui .input-prepend.input-append .uneditable-input + .btn-group .btn {
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0; }
  .aui .input-prepend.input-append .add-on:first-child,
  .aui .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
  .aui .input-prepend.input-append .add-on:last-child,
  .aui .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }
  .aui .input-prepend.input-append .btn-group:first-child {
    margin-left: 0; }
  .aui input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  .aui .form-search .input-append .search-query,
  .aui .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .aui .form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px; }
  .aui .form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0; }
  .aui .form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0; }
  .aui .form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px; }
  .aui .form-search input,
  .aui .form-search textarea,
  .aui .form-search select,
  .aui .form-search .help-inline,
  .aui .form-search .uneditable-input,
  .aui .form-search .input-prepend,
  .aui .form-search .input-append,
  .aui .form-inline input,
  .aui .form-inline textarea,
  .aui .form-inline select,
  .aui .form-inline .help-inline,
  .aui .form-inline .uneditable-input,
  .aui .form-inline .input-prepend,
  .aui .form-inline .input-append,
  .aui .form-horizontal input,
  .aui .form-horizontal textarea,
  .aui .form-horizontal select,
  .aui .form-horizontal .help-inline,
  .aui .form-horizontal .uneditable-input,
  .aui .form-horizontal .input-prepend,
  .aui .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle; }
  .aui .form-search .hide,
  .aui .form-inline .hide,
  .aui .form-horizontal .hide {
    display: none; }
  .aui .form-search label,
  .aui .form-inline label,
  .aui .form-search .btn-group,
  .aui .form-inline .btn-group {
    display: inline-block; }
  .aui .form-search .input-append,
  .aui .form-inline .input-append,
  .aui .form-search .input-prepend,
  .aui .form-inline .input-prepend {
    margin-bottom: 0; }
  .aui .form-search .radio,
  .aui .form-search .checkbox,
  .aui .form-inline .radio,
  .aui .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .aui .form-search .radio input[type="radio"],
  .aui .form-search .checkbox input[type="checkbox"],
  .aui .form-inline .radio input[type="radio"],
  .aui .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0; }
  .aui .control-group {
    margin-bottom: 10px; }
  .aui legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate; }
  .aui .form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1; }
    .aui .form-horizontal .control-group:before, .aui .form-horizontal .control-group:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .form-horizontal .control-group:after {
      clear: both; }
  .aui .form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right; }
  .aui .form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0; }
    .aui .form-horizontal .controls:first-child {
      *padding-left: 180px; }
  .aui .form-horizontal .help-block {
    margin-bottom: 0; }
  .aui .form-horizontal input + .help-block,
  .aui .form-horizontal select + .help-block,
  .aui .form-horizontal textarea + .help-block,
  .aui .form-horizontal .uneditable-input + .help-block,
  .aui .form-horizontal .input-prepend + .help-block,
  .aui .form-horizontal .input-append + .help-block {
    margin-top: 10px; }
  .aui .form-horizontal .form-actions {
    padding-left: 180px; }
  .aui table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0; }
  .aui .table {
    width: 100%;
    margin-bottom: 20px; }
    .aui .table th,
    .aui .table td {
      padding: 8px;
      line-height: 20px;
      text-align: left;
      vertical-align: top;
      border-top: 1px solid #dddddd; }
    .aui .table th {
      font-weight: bold; }
    .aui .table thead th {
      vertical-align: bottom; }
    .aui .table caption + thead tr:first-child th,
    .aui .table caption + thead tr:first-child td,
    .aui .table colgroup + thead tr:first-child th,
    .aui .table colgroup + thead tr:first-child td,
    .aui .table thead:first-child tr:first-child th,
    .aui .table thead:first-child tr:first-child td {
      border-top: 0; }
    .aui .table tbody + tbody {
      border-top: 2px solid #dddddd; }
    .aui .table .table {
      background-color: white; }
  .aui .table-condensed th,
  .aui .table-condensed td {
    padding: 4px 5px; }
  .aui .table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .aui .table-bordered th,
    .aui .table-bordered td {
      border-left: 1px solid #dddddd; }
    .aui .table-bordered caption + thead tr:first-child th,
    .aui .table-bordered caption + tbody tr:first-child th,
    .aui .table-bordered caption + tbody tr:first-child td,
    .aui .table-bordered colgroup + thead tr:first-child th,
    .aui .table-bordered colgroup + tbody tr:first-child th,
    .aui .table-bordered colgroup + tbody tr:first-child td,
    .aui .table-bordered thead:first-child tr:first-child th,
    .aui .table-bordered tbody:first-child tr:first-child th,
    .aui .table-bordered tbody:first-child tr:first-child td {
      border-top: 0; }
    .aui .table-bordered thead:first-child tr:first-child > th:first-child,
    .aui .table-bordered tbody:first-child tr:first-child > td:first-child,
    .aui .table-bordered tbody:first-child tr:first-child > th:first-child {
      -webkit-border-top-left-radius: 2px;
      -moz-border-radius-topleft: 2px;
      border-top-left-radius: 2px; }
    .aui .table-bordered thead:first-child tr:first-child > th:last-child,
    .aui .table-bordered tbody:first-child tr:first-child > td:last-child,
    .aui .table-bordered tbody:first-child tr:first-child > th:last-child {
      -webkit-border-top-right-radius: 2px;
      -moz-border-radius-topright: 2px;
      border-top-right-radius: 2px; }
    .aui .table-bordered thead:last-child tr:last-child > th:first-child,
    .aui .table-bordered tbody:last-child tr:last-child > td:first-child,
    .aui .table-bordered tbody:last-child tr:last-child > th:first-child,
    .aui .table-bordered tfoot:last-child tr:last-child > td:first-child,
    .aui .table-bordered tfoot:last-child tr:last-child > th:first-child {
      -webkit-border-bottom-left-radius: 2px;
      -moz-border-radius-bottomleft: 2px;
      border-bottom-left-radius: 2px; }
    .aui .table-bordered thead:last-child tr:last-child > th:last-child,
    .aui .table-bordered tbody:last-child tr:last-child > td:last-child,
    .aui .table-bordered tbody:last-child tr:last-child > th:last-child,
    .aui .table-bordered tfoot:last-child tr:last-child > td:last-child,
    .aui .table-bordered tfoot:last-child tr:last-child > th:last-child {
      -webkit-border-bottom-right-radius: 2px;
      -moz-border-radius-bottomright: 2px;
      border-bottom-right-radius: 2px; }
    .aui .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      border-bottom-left-radius: 0; }
    .aui .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      border-bottom-right-radius: 0; }
    .aui .table-bordered caption + thead tr:first-child th:first-child,
    .aui .table-bordered caption + tbody tr:first-child td:first-child,
    .aui .table-bordered colgroup + thead tr:first-child th:first-child,
    .aui .table-bordered colgroup + tbody tr:first-child td:first-child {
      -webkit-border-top-left-radius: 2px;
      -moz-border-radius-topleft: 2px;
      border-top-left-radius: 2px; }
    .aui .table-bordered caption + thead tr:first-child th:last-child,
    .aui .table-bordered caption + tbody tr:first-child td:last-child,
    .aui .table-bordered colgroup + thead tr:first-child th:last-child,
    .aui .table-bordered colgroup + tbody tr:first-child td:last-child {
      -webkit-border-top-right-radius: 2px;
      -moz-border-radius-topright: 2px;
      border-top-right-radius: 2px; }
  .aui .table-striped tbody > tr:nth-child(odd) > td,
  .aui .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9; }
  .aui .table-hover tbody tr:hover > td,
  .aui .table-hover tbody tr:hover > th {
    background-color: whitesmoke; }
  .aui table td[class*="span"],
  .aui table th[class*="span"],
  .aui .row-fluid table td[class*="span"],
  .aui .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0; }
  .aui .table td.span1,
  .aui .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0; }
  .aui .table td.span2,
  .aui .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0; }
  .aui .table td.span3,
  .aui .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0; }
  .aui .table td.span4,
  .aui .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0; }
  .aui .table td.span5,
  .aui .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0; }
  .aui .table td.span6,
  .aui .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0; }
  .aui .table td.span7,
  .aui .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0; }
  .aui .table td.span8,
  .aui .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0; }
  .aui .table td.span9,
  .aui .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0; }
  .aui .table td.span10,
  .aui .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0; }
  .aui .table td.span11,
  .aui .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0; }
  .aui .table td.span12,
  .aui .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0; }
  .aui .table tbody tr.success > td {
    background-color: #f1fbd1; }
  .aui .table tbody tr.error > td {
    background-color: #fee5e2; }
  .aui .table tbody tr.warning > td {
    background-color: #fffbdc; }
  .aui .table tbody tr.info > td {
    background-color: #cef1fc; }
  .aui .table-hover tbody tr.success:hover > td {
    background-color: #eaf9ba; }
  .aui .table-hover tbody tr.error:hover > td {
    background-color: #fdcfc9; }
  .aui .table-hover tbody tr.warning:hover > td {
    background-color: #fff8c3; }
  .aui .table-hover tbody tr.info:hover > td {
    background-color: #b6eafb; }
  .aui [class^="icon-"],
  .aui [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/aui/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px; }
  .aui .icon-white,
  .aui .nav-pills > .active > a > [class^="icon-"],
  .aui .nav-pills > .active > a > [class*=" icon-"],
  .aui .nav-list > .active > a > [class^="icon-"],
  .aui .nav-list > .active > a > [class*=" icon-"],
  .aui .navbar-inverse .nav > .active > a > [class^="icon-"],
  .aui .navbar-inverse .nav > .active > a > [class*=" icon-"],
  .aui .dropdown-menu > li > a:hover > [class^="icon-"],
  .aui .dropdown-menu > li > a:focus > [class^="icon-"],
  .aui .dropdown-menu > li > a:hover > [class*=" icon-"],
  .aui .dropdown-menu > li > a:focus > [class*=" icon-"],
  .aui .dropdown-menu > .active > a > [class^="icon-"],
  .aui .dropdown-menu > .active > a > [class*=" icon-"],
  .aui .dropdown-submenu:hover > a > [class^="icon-"],
  .aui .dropdown-submenu:focus > a > [class^="icon-"],
  .aui .dropdown-submenu:hover > a > [class*=" icon-"],
  .aui .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../images/aui/glyphicons-halflings-white.png"); }
  .aui .icon-glass {
    background-position: 0      0; }
  .aui .icon-music {
    background-position: -24px  0; }
  .aui .icon-search {
    background-position: -48px  0; }
  .aui .icon-envelope {
    background-position: -72px  0; }
  .aui .icon-heart {
    background-position: -96px  0; }
  .aui .icon-star {
    background-position: -120px 0; }
  .aui .icon-star-empty {
    background-position: -144px 0; }
  .aui .icon-user {
    background-position: -168px 0; }
  .aui .icon-film {
    background-position: -192px 0; }
  .aui .icon-th-large {
    background-position: -216px 0; }
  .aui .icon-th {
    background-position: -240px 0; }
  .aui .icon-th-list {
    background-position: -264px 0; }
  .aui .icon-ok {
    background-position: -288px 0; }
  .aui .icon-remove {
    background-position: -312px 0; }
  .aui .icon-zoom-in {
    background-position: -336px 0; }
  .aui .icon-zoom-out {
    background-position: -360px 0; }
  .aui .icon-off {
    background-position: -384px 0; }
  .aui .icon-signal {
    background-position: -408px 0; }
  .aui .icon-cog {
    background-position: -432px 0; }
  .aui .icon-trash {
    background-position: -456px 0; }
  .aui .icon-home {
    background-position: 0      -24px; }
  .aui .icon-file {
    background-position: -24px  -24px; }
  .aui .icon-time {
    background-position: -48px  -24px; }
  .aui .icon-road {
    background-position: -72px  -24px; }
  .aui .icon-download-alt {
    background-position: -96px  -24px; }
  .aui .icon-download {
    background-position: -120px -24px; }
  .aui .icon-upload {
    background-position: -144px -24px; }
  .aui .icon-inbox {
    background-position: -168px -24px; }
  .aui .icon-play-circle {
    background-position: -192px -24px; }
  .aui .icon-repeat {
    background-position: -216px -24px; }
  .aui .icon-refresh {
    background-position: -240px -24px; }
  .aui .icon-list-alt {
    background-position: -264px -24px; }
  .aui .icon-lock {
    background-position: -287px -24px; }
  .aui .icon-flag {
    background-position: -312px -24px; }
  .aui .icon-headphones {
    background-position: -336px -24px; }
  .aui .icon-volume-off {
    background-position: -360px -24px; }
  .aui .icon-volume-down {
    background-position: -384px -24px; }
  .aui .icon-volume-up {
    background-position: -408px -24px; }
  .aui .icon-qrcode {
    background-position: -432px -24px; }
  .aui .icon-barcode {
    background-position: -456px -24px; }
  .aui .icon-tag {
    background-position: 0      -48px; }
  .aui .icon-tags {
    background-position: -25px  -48px; }
  .aui .icon-book {
    background-position: -48px  -48px; }
  .aui .icon-bookmark {
    background-position: -72px  -48px; }
  .aui .icon-print {
    background-position: -96px  -48px; }
  .aui .icon-camera {
    background-position: -120px -48px; }
  .aui .icon-font {
    background-position: -144px -48px; }
  .aui .icon-bold {
    background-position: -167px -48px; }
  .aui .icon-italic {
    background-position: -192px -48px; }
  .aui .icon-text-height {
    background-position: -216px -48px; }
  .aui .icon-text-width {
    background-position: -240px -48px; }
  .aui .icon-align-left {
    background-position: -264px -48px; }
  .aui .icon-align-center {
    background-position: -288px -48px; }
  .aui .icon-align-right {
    background-position: -312px -48px; }
  .aui .icon-align-justify {
    background-position: -336px -48px; }
  .aui .icon-list {
    background-position: -360px -48px; }
  .aui .icon-indent-left {
    background-position: -384px -48px; }
  .aui .icon-indent-right {
    background-position: -408px -48px; }
  .aui .icon-facetime-video {
    background-position: -432px -48px; }
  .aui .icon-picture {
    background-position: -456px -48px; }
  .aui .icon-pencil {
    background-position: 0      -72px; }
  .aui .icon-map-marker {
    background-position: -24px  -72px; }
  .aui .icon-adjust {
    background-position: -48px  -72px; }
  .aui .icon-tint {
    background-position: -72px  -72px; }
  .aui .icon-edit {
    background-position: -96px  -72px; }
  .aui .icon-share {
    background-position: -120px -72px; }
  .aui .icon-check {
    background-position: -144px -72px; }
  .aui .icon-move {
    background-position: -168px -72px; }
  .aui .icon-step-backward {
    background-position: -192px -72px; }
  .aui .icon-fast-backward {
    background-position: -216px -72px; }
  .aui .icon-backward {
    background-position: -240px -72px; }
  .aui .icon-play {
    background-position: -264px -72px; }
  .aui .icon-pause {
    background-position: -288px -72px; }
  .aui .icon-stop {
    background-position: -312px -72px; }
  .aui .icon-forward {
    background-position: -336px -72px; }
  .aui .icon-fast-forward {
    background-position: -360px -72px; }
  .aui .icon-step-forward {
    background-position: -384px -72px; }
  .aui .icon-eject {
    background-position: -408px -72px; }
  .aui .icon-chevron-left {
    background-position: -432px -72px; }
  .aui .icon-chevron-right {
    background-position: -456px -72px; }
  .aui .icon-plus-sign {
    background-position: 0      -96px; }
  .aui .icon-minus-sign {
    background-position: -24px  -96px; }
  .aui .icon-remove-sign {
    background-position: -48px  -96px; }
  .aui .icon-ok-sign {
    background-position: -72px  -96px; }
  .aui .icon-question-sign {
    background-position: -96px  -96px; }
  .aui .icon-info-sign {
    background-position: -120px -96px; }
  .aui .icon-screenshot {
    background-position: -144px -96px; }
  .aui .icon-remove-circle {
    background-position: -168px -96px; }
  .aui .icon-ok-circle {
    background-position: -192px -96px; }
  .aui .icon-ban-circle {
    background-position: -216px -96px; }
  .aui .icon-arrow-left {
    background-position: -240px -96px; }
  .aui .icon-arrow-right {
    background-position: -264px -96px; }
  .aui .icon-arrow-up {
    background-position: -289px -96px; }
  .aui .icon-arrow-down {
    background-position: -312px -96px; }
  .aui .icon-share-alt {
    background-position: -336px -96px; }
  .aui .icon-resize-full {
    background-position: -360px -96px; }
  .aui .icon-resize-small {
    background-position: -384px -96px; }
  .aui .icon-plus {
    background-position: -408px -96px; }
  .aui .icon-minus {
    background-position: -433px -96px; }
  .aui .icon-asterisk {
    background-position: -456px -96px; }
  .aui .icon-exclamation-sign {
    background-position: 0      -120px; }
  .aui .icon-gift {
    background-position: -24px  -120px; }
  .aui .icon-leaf {
    background-position: -48px  -120px; }
  .aui .icon-fire {
    background-position: -72px  -120px; }
  .aui .icon-eye-open {
    background-position: -96px  -120px; }
  .aui .icon-eye-close {
    background-position: -120px -120px; }
  .aui .icon-warning-sign {
    background-position: -144px -120px; }
  .aui .icon-plane {
    background-position: -168px -120px; }
  .aui .icon-calendar {
    background-position: -192px -120px; }
  .aui .icon-random {
    background-position: -216px -120px;
    width: 16px; }
  .aui .icon-comment {
    background-position: -240px -120px; }
  .aui .icon-magnet {
    background-position: -264px -120px; }
  .aui .icon-chevron-up {
    background-position: -288px -120px; }
  .aui .icon-chevron-down {
    background-position: -313px -119px; }
  .aui .icon-retweet {
    background-position: -336px -120px; }
  .aui .icon-shopping-cart {
    background-position: -360px -120px; }
  .aui .icon-folder-close {
    background-position: -384px -120px;
    width: 16px; }
  .aui .icon-folder-open {
    background-position: -408px -120px;
    width: 16px; }
  .aui .icon-resize-vertical {
    background-position: -432px -119px; }
  .aui .icon-resize-horizontal {
    background-position: -456px -118px; }
  .aui .icon-hdd {
    background-position: 0      -144px; }
  .aui .icon-bullhorn {
    background-position: -24px  -144px; }
  .aui .icon-bell {
    background-position: -48px  -144px; }
  .aui .icon-certificate {
    background-position: -72px  -144px; }
  .aui .icon-thumbs-up {
    background-position: -96px  -144px; }
  .aui .icon-thumbs-down {
    background-position: -120px -144px; }
  .aui .icon-hand-right {
    background-position: -144px -144px; }
  .aui .icon-hand-left {
    background-position: -168px -144px; }
  .aui .icon-hand-up {
    background-position: -192px -144px; }
  .aui .icon-hand-down {
    background-position: -216px -144px; }
  .aui .icon-circle-arrow-right {
    background-position: -240px -144px; }
  .aui .icon-circle-arrow-left {
    background-position: -264px -144px; }
  .aui .icon-circle-arrow-up {
    background-position: -288px -144px; }
  .aui .icon-circle-arrow-down {
    background-position: -312px -144px; }
  .aui .icon-globe {
    background-position: -336px -144px; }
  .aui .icon-wrench {
    background-position: -360px -144px; }
  .aui .icon-tasks {
    background-position: -384px -144px; }
  .aui .icon-filter {
    background-position: -408px -144px; }
  .aui .icon-briefcase {
    background-position: -432px -144px; }
  .aui .icon-fullscreen {
    background-position: -456px -144px; }
  .aui .dropup,
  .aui .dropdown {
    position: relative; }
  .aui .dropdown-toggle {
    *margin-bottom: -3px; }
  .aui .dropdown-toggle:active,
  .aui .open .dropdown-toggle {
    outline: 0; }
  .aui .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""; }
  .aui .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px; }
  .aui .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;
    background-color: white;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    .aui .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .aui .dropdown-menu .divider {
      *width: 100%;
      height: 1px;
      margin: 9px 1px;
      *margin: -5px 0 5px;
      overflow: hidden;
      background-color: #e5e5e5;
      border-bottom: 1px solid white; }
    .aui .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 20px;
      color: #333333;
      white-space: nowrap; }
  .aui .dropdown-menu > li > a:hover,
  .aui .dropdown-menu > li > a:focus,
  .aui .dropdown-submenu:hover > a,
  .aui .dropdown-submenu:focus > a {
    text-decoration: none;
    color: white;
    background-color: #0db5e7;
    background-image: -moz-linear-gradient(top, #0ebdf1, #0caad9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ebdf1), to(#0caad9));
    background-image: -webkit-linear-gradient(top, #0ebdf1, #0caad9);
    background-image: -o-linear-gradient(top, #0ebdf1, #0caad9);
    background-image: linear-gradient(to bottom, #0ebdf1, #0caad9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0EBDF1', endColorstr='#FF0CAAD9', GradientType=0); }
  .aui .dropdown-menu > .active > a,
  .aui .dropdown-menu > .active > a:hover,
  .aui .dropdown-menu > .active > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #0faeff;
    background-image: -moz-linear-gradient(top, #1ab2ff, #00aaff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1ab2ff), to(#00aaff));
    background-image: -webkit-linear-gradient(top, #1ab2ff, #00aaff);
    background-image: -o-linear-gradient(top, #1ab2ff, #00aaff);
    background-image: linear-gradient(to bottom, #1ab2ff, #00aaff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1AB2FF', endColorstr='#FF00AAFF', GradientType=0); }
  .aui .dropdown-menu > .disabled > a,
  .aui .dropdown-menu > .disabled > a:hover,
  .aui .dropdown-menu > .disabled > a:focus {
    color: #999999; }
  .aui .dropdown-menu > .disabled > a:hover,
  .aui .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: default; }
  .aui .open {
    *z-index: 1000; }
    .aui .open > .dropdown-menu {
      display: block; }
  .aui .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .aui .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .aui .dropup .caret,
  .aui .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    content: ""; }
  .aui .dropup .dropdown-menu,
  .aui .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px; }
  .aui .dropdown-submenu {
    position: relative; }
  .aui .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px; }
  .aui .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .aui .dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0; }
  .aui .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px; }
  .aui .dropdown-submenu:hover > a:after {
    border-left-color: white; }
  .aui .dropdown-submenu.pull-left {
    float: none; }
    .aui .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px; }
  .aui .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px; }
  .aui .typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .aui .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .aui .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
  .aui .well-large {
    padding: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .aui .well-small {
    padding: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .aui .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    .aui .fade.in {
      opacity: 1; }
  .aui .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease; }
    .aui .collapse.in {
      height: auto; }
  .aui .close, .aui .btn.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .aui .close:hover, .aui .btn.close:focus,
    .aui .btn.close:hover,
    .aui .btn.close.active, .aui .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.4;
      filter: alpha(opacity=40); }
  .aui button.close, .aui button.btn.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .aui .btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: linear-gradient(to bottom, #f6f6f6, #eaeaea);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFEAEAEA', GradientType=0);
    border-color: #eaeaea #eaeaea #c4c4c4;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #eaeaea;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cfcfcf;
    *border: 0;
    border-bottom-color: #b5b5b5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
    .aui .btn:hover, .aui .btn:focus, .aui .btn:active, .aui .btn.active, .aui .btn.disabled, .aui .btn[disabled] {
      color: #333333;
      background-color: #eaeaea;
      *background-color: #dddddd; }
    .aui .btn:active, .aui .btn.active {
      background-color: #d1d1d1 \9; }
    .aui .btn:first-child {
      *margin-left: 0; }
    .aui .btn:hover, .aui .btn:focus {
      color: #333333;
      text-decoration: none;
      background-position: 0 -15px;
      -webkit-transition: background-position 0.1s linear;
      -moz-transition: background-position 0.1s linear;
      -o-transition: background-position 0.1s linear;
      transition: background-position 0.1s linear; }
    .aui .btn:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .aui .btn.active, .aui .btn:active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
    .aui .btn.disabled, .aui .btn[disabled] {
      cursor: default;
      background-image: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .aui .btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .aui .btn-large [class^="icon-"],
  .aui .btn-large [class*=" icon-"] {
    margin-top: 4px; }
  .aui .btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .aui .btn-small [class^="icon-"],
  .aui .btn-small [class*=" icon-"] {
    margin-top: 0; }
  .aui .btn-mini [class^="icon-"],
  .aui .btn-mini [class*=" icon-"] {
    margin-top: -1px; }
  .aui .btn-mini {
    padding: 0px 6px;
    font-size: 10.5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .aui .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui .btn-block + .btn-block {
    margin-top: 5px; }
  .aui input[type="submit"].btn-block,
  .aui input[type="reset"].btn-block,
  .aui input[type="button"].btn-block {
    width: 100%; }
  .aui .btn-primary.active,
  .aui .btn-warning.active,
  .aui .btn-danger.active,
  .aui .btn-success.active,
  .aui .btn-info.active,
  .aui .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75); }
  .aui .btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #50a2f5;
    background-image: -moz-linear-gradient(top, #54aaff, #4a96e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54aaff), to(#4a96e8));
    background-image: -webkit-linear-gradient(top, #54aaff, #4a96e8);
    background-image: -o-linear-gradient(top, #54aaff, #4a96e8);
    background-image: linear-gradient(to bottom, #54aaff, #4a96e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF54AAFF', endColorstr='#FF4A96E8', GradientType=0);
    border-color: #4a96e8 #4a96e8 #1a6fcc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #4a96e8;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .aui .btn-primary:hover, .aui .btn-primary:focus, .aui .btn-primary:active, .aui .btn-primary.active, .aui .btn-primary.disabled, .aui .btn-primary[disabled] {
      color: white;
      background-color: #4a96e8;
      *background-color: #3389e5; }
    .aui .btn-primary:active, .aui .btn-primary.active {
      background-color: #1d7ce2 \9; }
  .aui .btn-warning {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fa9f50;
    background-image: -moz-linear-gradient(top, #ffa658, #f49645);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa658), to(#f49645));
    background-image: -webkit-linear-gradient(top, #ffa658, #f49645);
    background-image: -o-linear-gradient(top, #ffa658, #f49645);
    background-image: linear-gradient(to bottom, #ffa658, #f49645);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFA658', endColorstr='#FFF49645', GradientType=0);
    border-color: #f49645 #f49645 #df6e0d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f49645;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .aui .btn-warning:hover, .aui .btn-warning:focus, .aui .btn-warning:active, .aui .btn-warning.active, .aui .btn-warning.disabled, .aui .btn-warning[disabled] {
      color: white;
      background-color: #f49645;
      *background-color: #f3882d; }
    .aui .btn-warning:active, .aui .btn-warning.active {
      background-color: #f17b15 \9; }
  .aui .btn-danger {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f1331e;
    background-image: -moz-linear-gradient(top, #f53924, #ed2c17);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f53924), to(#ed2c17));
    background-image: -webkit-linear-gradient(top, #f53924, #ed2c17);
    background-image: -o-linear-gradient(top, #f53924, #ed2c17);
    background-image: linear-gradient(to bottom, #f53924, #ed2c17);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF53924', endColorstr='#FFED2C17', GradientType=0);
    border-color: #ed2c17 #ed2c17 #aa1d0d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ed2c17;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .aui .btn-danger:hover, .aui .btn-danger:focus, .aui .btn-danger:active, .aui .btn-danger.active, .aui .btn-danger.disabled, .aui .btn-danger[disabled] {
      color: white;
      background-color: #ed2c17;
      *background-color: #da2511; }
    .aui .btn-danger:active, .aui .btn-danger.active {
      background-color: #c2210f \9; }
  .aui .btn-success {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0cc523;
    background-image: -moz-linear-gradient(top, #0ecd27, #0aba1d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ecd27), to(#0aba1d));
    background-image: -webkit-linear-gradient(top, #0ecd27, #0aba1d);
    background-image: -o-linear-gradient(top, #0ecd27, #0aba1d);
    background-image: linear-gradient(to bottom, #0ecd27, #0aba1d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0ECD27', endColorstr='#FF0ABA1D', GradientType=0);
    border-color: #0aba1d #0aba1d #067112;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0aba1d;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .aui .btn-success:hover, .aui .btn-success:focus, .aui .btn-success:active, .aui .btn-success.active, .aui .btn-success.disabled, .aui .btn-success[disabled] {
      color: white;
      background-color: #0aba1d;
      *background-color: #09a219; }
    .aui .btn-success:active, .aui .btn-success.active {
      background-color: #078a15 \9; }
  .aui .btn-info {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00c8f7;
    background-image: -moz-linear-gradient(top, #00cfff, #00beeb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00cfff), to(#00beeb));
    background-image: -webkit-linear-gradient(top, #00cfff, #00beeb);
    background-image: -o-linear-gradient(top, #00cfff, #00beeb);
    background-image: linear-gradient(to bottom, #00cfff, #00beeb);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00CFFF', endColorstr='#FF00BEEB', GradientType=0);
    border-color: #00beeb #00beeb #00809e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #00beeb;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .aui .btn-info:hover, .aui .btn-info:focus, .aui .btn-info:active, .aui .btn-info.active, .aui .btn-info.disabled, .aui .btn-info[disabled] {
      color: white;
      background-color: #00beeb;
      *background-color: #00aad1; }
    .aui .btn-info:active, .aui .btn-info.active {
      background-color: #0095b8 \9; }
  .aui .btn-inverse {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(to bottom, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0);
    border-color: #222222 #222222 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .aui .btn-inverse:hover, .aui .btn-inverse:focus, .aui .btn-inverse:active, .aui .btn-inverse.active, .aui .btn-inverse.disabled, .aui .btn-inverse[disabled] {
      color: white;
      background-color: #222222;
      *background-color: #151515; }
    .aui .btn-inverse:active, .aui .btn-inverse.active {
      background-color: #090909 \9; }
  .aui button.btn,
  .aui input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px; }
    .aui button.btn::-moz-focus-inner,
    .aui input[type="submit"].btn::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .aui button.btn.btn-large,
    .aui input[type="submit"].btn.btn-large {
      *padding-top: 7px;
      *padding-bottom: 7px; }
    .aui button.btn.btn-small,
    .aui input[type="submit"].btn.btn-small {
      *padding-top: 3px;
      *padding-bottom: 3px; }
    .aui button.btn.btn-mini,
    .aui input[type="submit"].btn.btn-mini {
      *padding-top: 1px;
      *padding-bottom: 1px; }
  .aui .btn-link,
  .aui .btn-link:active,
  .aui .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .aui .btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #00aaff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .aui .btn-link:hover,
  .aui .btn-link:focus {
    color: #0077b3;
    text-decoration: underline;
    background-color: transparent; }
  .aui .btn-link[disabled]:hover,
  .aui .btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none; }
  .aui .btn-hidden {
    display: none; }
  .aui .btn.close:focus,
  .aui .btn.close:focus,
  .aui .btn.close:hover,
  .aui .btn.close.active,
  .aui .btn.active.close {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .aui .btn.close:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .aui .btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em; }
    .aui .btn-group:first-child {
      *margin-left: 0; }
  .aui .btn-group + .btn-group {
    margin-left: 5px; }
  .aui .btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px; }
    .aui .btn-toolbar > .btn + .btn,
    .aui .btn-toolbar > .btn-group + .btn,
    .aui .btn-toolbar > .btn + .btn-group {
      margin-left: 5px; }
  .aui .btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .aui .btn-group > .btn + .btn {
    margin-left: -1px; }
  .aui .btn-group > .btn,
  .aui .btn-group > .dropdown-menu,
  .aui .btn-group > .popover {
    font-size: 14px; }
  .aui .btn-group > .btn-mini {
    font-size: 10.5px; }
  .aui .btn-group > .btn-small {
    font-size: 11.9px; }
  .aui .btn-group > .btn-large {
    font-size: 17.5px; }
  .aui .btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px; }
  .aui .btn-group > .btn:last-child,
  .aui .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px; }
  .aui .btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px; }
  .aui .btn-group > .btn.large:last-child,
  .aui .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px; }
  .aui .btn-group > .btn:hover,
  .aui .btn-group > .btn:focus,
  .aui .btn-group > .btn:active,
  .aui .btn-group > .btn.active {
    z-index: 2; }
  .aui .btn-group .dropdown-toggle:active,
  .aui .btn-group.open .dropdown-toggle {
    outline: 0; }
  .aui .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px; }
  .aui .btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px; }
  .aui .btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px; }
  .aui .btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px; }
  .aui .btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .aui .btn-group.open .btn.dropdown-toggle {
    background-color: #eaeaea; }
  .aui .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #4a96e8; }
  .aui .btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f49645; }
  .aui .btn-group.open .btn-danger.dropdown-toggle {
    background-color: #ed2c17; }
  .aui .btn-group.open .btn-success.dropdown-toggle {
    background-color: #0aba1d; }
  .aui .btn-group.open .btn-info.dropdown-toggle {
    background-color: #00beeb; }
  .aui .btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222; }
  .aui .btn .caret {
    margin-top: 8px;
    margin-left: 0; }
  .aui .btn-large .caret {
    margin-top: 6px; }
  .aui .btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px; }
  .aui .btn-mini .caret,
  .aui .btn-small .caret {
    margin-top: 8px; }
  .aui .dropup .btn-large .caret {
    border-bottom-width: 5px; }
  .aui .btn-primary .caret,
  .aui .btn-warning .caret,
  .aui .btn-danger .caret,
  .aui .btn-info .caret,
  .aui .btn-success .caret,
  .aui .btn-inverse .caret {
    border-top-color: white;
    border-bottom-color: white; }
  .aui .btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1; }
  .aui .btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .aui .btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px; }
  .aui .btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0; }
  .aui .btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }
  .aui .btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .aui .btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
  .aui .btn-group-hidden {
    display: none; }
  .aui .alert, .aui .portlet-msg-alert, .aui .portlet-msg-error, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress, .aui .portlet-msg-success {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fffbdc;
    border: 1px solid #f1d875;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .aui .alert, .aui .portlet-msg-alert, .aui .portlet-msg-error, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress, .aui .portlet-msg-success,
  .aui .alert h4,
  .aui .portlet-msg-alert h4,
  .aui .portlet-msg-error h4,
  .aui .portlet-msg-help h4,
  .aui .portlet-msg-info h4,
  .aui .portlet-msg-progress h4,
  .aui .portlet-msg-success h4 {
    color: #bf7900; }
  .aui .alert h4, .aui .portlet-msg-alert h4, .aui .portlet-msg-error h4, .aui .portlet-msg-help h4, .aui .portlet-msg-info h4, .aui .portlet-msg-progress h4, .aui .portlet-msg-success h4 {
    margin: 0; }
  .aui .alert .close, .aui .portlet-msg-alert .close, .aui .portlet-msg-error .close, .aui .portlet-msg-help .close, .aui .portlet-msg-info .close, .aui .portlet-msg-progress .close, .aui .portlet-msg-success .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px; }
  .aui .alert-success, .aui .portlet-msg-success {
    background-color: #f1fbd1;
    border-color: #bce830;
    color: #488f06; }
  .aui .alert-success h4, .aui .portlet-msg-success h4 {
    color: #488f06; }
  .aui .alert-danger,
  .aui .alert-error,
  .aui .portlet-msg-error {
    background-color: #fee5e2;
    border-color: #fcaca5;
    color: #b50303; }
  .aui .alert-danger h4,
  .aui .alert-error h4,
  .aui .portlet-msg-error h4 {
    color: #b50303; }
  .aui .alert-info, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress {
    background-color: #cef1fc;
    border-color: #9ee3f9;
    color: #12718f; }
  .aui .alert-info h4, .aui .portlet-msg-help h4, .aui .portlet-msg-info h4, .aui .portlet-msg-progress h4 {
    color: #12718f; }
  .aui .alert-block {
    padding-top: 14px;
    padding-bottom: 14px; }
  .aui .alert-block > p,
  .aui .alert-block > ul {
    margin-bottom: 0; }
  .aui .alert-block p + p {
    margin-top: 5px; }
  .aui .nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none; }
  .aui .nav > li > a {
    display: block; }
  .aui .nav > li > a:hover,
  .aui .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
  .aui .nav > li > a > img {
    max-width: none; }
  .aui .nav > .pull-right {
    float: right; }
  .aui .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
  .aui .nav li + .nav-header {
    margin-top: 9px; }
  .aui .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; }
  .aui .nav-list > li > a,
  .aui .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  .aui .nav-list > li > a {
    padding: 3px 15px; }
  .aui .nav-list > .active > a,
  .aui .nav-list > .active > a:hover,
  .aui .nav-list > .active > a:focus {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #00aaff; }
  .aui .nav-list [class^="icon-"],
  .aui .nav-list [class*=" icon-"] {
    margin-right: 2px; }
  .aui .nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white; }
  .aui .nav-tabs,
  .aui .nav-pills {
    *zoom: 1; }
    .aui .nav-tabs:before, .aui .nav-tabs:after,
    .aui .nav-pills:before,
    .aui .nav-pills:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .nav-tabs:after,
    .aui .nav-pills:after {
      clear: both; }
  .aui .nav-tabs > li,
  .aui .nav-pills > li {
    float: left; }
  .aui .nav-tabs > li > a,
  .aui .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px; }
  .aui .nav-tabs {
    border-bottom: 1px solid #ddd; }
  .aui .nav-tabs > li {
    margin-bottom: -1px; }
  .aui .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
    .aui .nav-tabs > li > a:hover, .aui .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #dddddd; }
  .aui .nav-tabs > .active > a,
  .aui .nav-tabs > .active > a:hover,
  .aui .nav-tabs > .active > a:focus {
    color: #555555;
    background-color: white;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }
  .aui .nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .aui .nav-pills > .active > a,
  .aui .nav-pills > .active > a:hover,
  .aui .nav-pills > .active > a:focus {
    color: white;
    background-color: #00aaff; }
  .aui .nav-stacked > li {
    float: none; }
  .aui .nav-stacked > li > a {
    margin-right: 0; }
  .aui .nav-tabs.nav-stacked {
    border-bottom: 0; }
  .aui .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .aui .nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }
  .aui .nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px; }
  .aui .nav-tabs.nav-stacked > li > a:hover,
  .aui .nav-tabs.nav-stacked > li > a:focus {
    border-color: #ddd;
    z-index: 2; }
  .aui .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px; }
  .aui .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px; }
  .aui .nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  .aui .nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .aui .nav .dropdown-toggle .caret {
    border-top-color: #00aaff;
    border-bottom-color: #00aaff;
    margin-top: 6px; }
  .aui .nav .dropdown-toggle:hover .caret,
  .aui .nav .dropdown-toggle:focus .caret {
    border-top-color: #0077b3;
    border-bottom-color: #0077b3; }
  .aui .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px; }
  .aui .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .aui .nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555; }
  .aui .nav > .dropdown.active > a:hover,
  .aui .nav > .dropdown.active > a:focus {
    cursor: pointer; }
  .aui .nav-tabs .open .dropdown-toggle,
  .aui .nav-pills .open .dropdown-toggle,
  .aui .nav > li.dropdown.open.active > a:hover,
  .aui .nav > li.dropdown.open.active > a:focus {
    color: white;
    background-color: #999999;
    border-color: #999999; }
  .aui .nav li.dropdown.open .caret,
  .aui .nav li.dropdown.open.active .caret,
  .aui .nav li.dropdown.open a:hover .caret,
  .aui .nav li.dropdown.open a:focus .caret {
    border-top-color: white;
    border-bottom-color: white;
    opacity: 1;
    filter: alpha(opacity=100); }
  .aui .tabs-stacked .open > a:hover,
  .aui .tabs-stacked .open > a:focus {
    border-color: #999999; }
  .aui .tabbable {
    *zoom: 1; }
    .aui .tabbable:before, .aui .tabbable:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .tabbable:after {
      clear: both; }
  .aui .tab-content {
    overflow: auto; }
  .aui .tabs-below > .nav-tabs,
  .aui .tabs-right > .nav-tabs,
  .aui .tabs-left > .nav-tabs {
    border-bottom: 0; }
  .aui .tab-content > .tab-pane,
  .aui .pill-content > .pill-pane {
    display: none; }
  .aui .tab-content > .active,
  .aui .pill-content > .active {
    display: block; }
  .aui .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd; }
  .aui .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
  .aui .tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
    .aui .tabs-below > .nav-tabs > li > a:hover, .aui .tabs-below > .nav-tabs > li > a:focus {
      border-bottom-color: transparent;
      border-top-color: #ddd; }
  .aui .tabs-below > .nav-tabs > .active > a,
  .aui .tabs-below > .nav-tabs > .active > a:hover,
  .aui .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd; }
  .aui .tabs-left > .nav-tabs > li,
  .aui .tabs-right > .nav-tabs > li {
    float: none; }
  .aui .tabs-left > .nav-tabs > li > a,
  .aui .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px; }
  .aui .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd; }
  .aui .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
  .aui .tabs-left > .nav-tabs > li > a:hover,
  .aui .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee; }
  .aui .tabs-left > .nav-tabs .active > a,
  .aui .tabs-left > .nav-tabs .active > a:hover,
  .aui .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: white; }
  .aui .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd; }
  .aui .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
  .aui .tabs-right > .nav-tabs > li > a:hover,
  .aui .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd; }
  .aui .tabs-right > .nav-tabs .active > a,
  .aui .tabs-right > .nav-tabs .active > a:hover,
  .aui .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: white; }
  .aui .nav > .disabled > a {
    color: #999999; }
  .aui .nav > .disabled > a:hover,
  .aui .nav > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default; }
  .aui .tabbable-hidden {
    display: none; }
  .aui .navbar {
    overflow: visible;
    margin-bottom: 20px;
    *position: relative;
    *z-index: 2; }
  .aui .navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, #f9f9f9, #f3f3f3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f3f3f3);
    background-image: -o-linear-gradient(top, #f9f9f9, #f3f3f3);
    background-image: linear-gradient(to bottom, #f9f9f9, #f3f3f3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFF3F3F3', GradientType=0);
    border: 1px solid #dddddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1; }
    .aui .navbar-inner:before, .aui .navbar-inner:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .navbar-inner:after {
      clear: both; }
  .aui .navbar .container {
    width: auto; }
  .aui .nav-collapse.collapse {
    height: auto;
    overflow: visible; }
  .aui .navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #555555;
    text-shadow: 0 1px 0 #f9f9f9; }
    .aui .navbar .brand:hover, .aui .navbar .brand:focus {
      text-decoration: none; }
  .aui .navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #555555; }
  .aui .navbar-link {
    color: #555555; }
    .aui .navbar-link:hover, .aui .navbar-link:focus {
      color: #0077b3; }
  .aui .navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f9f9f9; }
  .aui .navbar .btn,
  .aui .navbar .btn-group {
    margin-top: 5px; }
  .aui .navbar .btn-group .btn,
  .aui .navbar .input-prepend .btn,
  .aui .navbar .input-append .btn,
  .aui .navbar .input-prepend .btn-group,
  .aui .navbar .input-append .btn-group {
    margin-top: 0; }
  .aui .navbar-form {
    margin-bottom: 0;
    *zoom: 1; }
    .aui .navbar-form:before, .aui .navbar-form:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .navbar-form:after {
      clear: both; }
    .aui .navbar-form input,
    .aui .navbar-form select,
    .aui .navbar-form .radio,
    .aui .navbar-form .checkbox {
      margin-top: 5px; }
    .aui .navbar-form input,
    .aui .navbar-form select,
    .aui .navbar-form .btn {
      display: inline-block;
      margin-bottom: 0; }
    .aui .navbar-form input[type="image"],
    .aui .navbar-form input[type="checkbox"],
    .aui .navbar-form input[type="radio"] {
      margin-top: 3px; }
    .aui .navbar-form .input-append,
    .aui .navbar-form .input-prepend {
      margin-top: 5px;
      white-space: nowrap; }
      .aui .navbar-form .input-append input,
      .aui .navbar-form .input-prepend input {
        margin-top: 0; }
  .aui .navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0; }
    .aui .navbar-search .search-query {
      margin-bottom: 0;
      padding: 4px 14px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13px;
      font-weight: normal;
      line-height: 1;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
  .aui .navbar-static-top {
    position: static;
    margin-bottom: 0; }
    .aui .navbar-static-top .navbar-inner {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .aui .navbar-fixed-top,
  .aui .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0; }
  .aui .navbar-fixed-top .navbar-inner,
  .aui .navbar-static-top .navbar-inner {
    border-width: 0 0 1px; }
  .aui .navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0; }
  .aui .navbar-fixed-top .navbar-inner,
  .aui .navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .aui .navbar-static-top .container,
  .aui .navbar-fixed-top .container,
  .aui .navbar-fixed-bottom .container {
    width: 940px; }
  .aui .navbar-fixed-top {
    top: 0; }
  .aui .navbar-fixed-top .navbar-inner,
  .aui .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .aui .navbar-fixed-bottom {
    bottom: 0; }
    .aui .navbar-fixed-bottom .navbar-inner {
      -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }
  .aui .navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0; }
  .aui .navbar .nav.pull-right {
    float: right;
    margin-right: 0; }
  .aui .navbar .nav > li {
    float: left; }
  .aui .navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #555555;
    text-decoration: none;
    text-shadow: 0 1px 0 #f9f9f9; }
  .aui .navbar .nav .dropdown-toggle .caret {
    margin-top: 8px; }
  .aui .navbar .nav > li > a:focus,
  .aui .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #0077b3;
    text-decoration: none; }
  .aui .navbar .nav > .active > a,
  .aui .navbar .nav > .active > a:hover,
  .aui .navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background-color: white;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }
  .aui .navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e9e9e9;
    background-image: -moz-linear-gradient(top, #ececec, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ececec, #e6e6e6);
    background-image: -o-linear-gradient(top, #ececec, #e6e6e6);
    background-image: linear-gradient(to bottom, #ececec, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECECEC', endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 silver;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }
    .aui .navbar .btn-navbar:hover, .aui .navbar .btn-navbar:focus, .aui .navbar .btn-navbar:active, .aui .navbar .btn-navbar.active, .aui .navbar .btn-navbar.disabled, .aui .navbar .btn-navbar[disabled] {
      color: white;
      background-color: #e6e6e6;
      *background-color: #d9d9d9; }
    .aui .navbar .btn-navbar:active, .aui .navbar .btn-navbar.active {
      background-color: #cdcdcd \9; }
  .aui .navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .aui .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px; }
  .aui .navbar .nav > li > .dropdown-menu: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;
    top: -7px;
    left: 9px; }
  .aui .navbar .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px; }
  .aui .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto; }
  .aui .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid white;
    border-bottom: 0;
    bottom: -6px;
    top: auto; }
  .aui .navbar .nav li.dropdown > a:hover .caret,
  .aui .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #555555;
    border-bottom-color: #555555; }
  .aui .navbar .nav li.dropdown.open > .dropdown-toggle,
  .aui .navbar .nav li.dropdown.active > .dropdown-toggle,
  .aui .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: white;
    color: #555555; }
  .aui .navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555; }
  .aui .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
  .aui .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
  .aui .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555; }
  .aui .navbar .pull-right > li > .dropdown-menu,
  .aui .navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0; }
    .aui .navbar .pull-right > li > .dropdown-menu:before,
    .aui .navbar .nav > li > .dropdown-menu.pull-right:before {
      left: auto;
      right: 12px; }
    .aui .navbar .pull-right > li > .dropdown-menu:after,
    .aui .navbar .nav > li > .dropdown-menu.pull-right:after {
      left: auto;
      right: 13px; }
    .aui .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
    .aui .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
      left: auto;
      right: 100%;
      margin-left: 0;
      margin-right: -1px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px; }
  .aui .navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
    border-color: #252525; }
  .aui .navbar-inverse .brand,
  .aui .navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .aui .navbar-inverse .brand:hover, .aui .navbar-inverse .brand:focus,
    .aui .navbar-inverse .nav > li > a:hover,
    .aui .navbar-inverse .nav > li > a:focus {
      color: white; }
  .aui .navbar-inverse .brand {
    color: #999999; }
  .aui .navbar-inverse .navbar-text {
    color: #999999; }
  .aui .navbar-inverse .nav > li > a:focus,
  .aui .navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: white; }
  .aui .navbar-inverse .nav .active > a,
  .aui .navbar-inverse .nav .active > a:hover,
  .aui .navbar-inverse .nav .active > a:focus {
    color: white;
    background-color: #111111; }
  .aui .navbar-inverse .navbar-link {
    color: #999999; }
    .aui .navbar-inverse .navbar-link:hover, .aui .navbar-inverse .navbar-link:focus {
      color: white; }
  .aui .navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222; }
  .aui .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  .aui .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  .aui .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: white; }
  .aui .navbar-inverse .nav li.dropdown > a:hover .caret,
  .aui .navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: white;
    color: white; }
  .aui .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .aui .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
  .aui .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
  .aui .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white; }
  .aui .navbar-inverse .navbar-search .search-query {
    color: white;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
    .aui .navbar-inverse .navbar-search .search-query:-moz-placeholder {
      color: #cccccc; }
    .aui .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
      color: #cccccc; }
    .aui .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
      color: #cccccc; }
    .aui .navbar-inverse .navbar-search .search-query:focus, .aui .navbar-inverse .navbar-search .search-query.focused {
      padding: 5px 15px;
      color: #333333;
      text-shadow: 0 1px 0 white;
      background-color: white;
      border: 0;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
      outline: 0; }
  .aui .navbar-inverse .btn-navbar {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
    border-color: #040404 #040404 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .aui .navbar-inverse .btn-navbar:hover, .aui .navbar-inverse .btn-navbar:focus, .aui .navbar-inverse .btn-navbar:active, .aui .navbar-inverse .btn-navbar.active, .aui .navbar-inverse .btn-navbar.disabled, .aui .navbar-inverse .btn-navbar[disabled] {
      color: white;
      background-color: #040404;
      *background-color: black; }
    .aui .navbar-inverse .btn-navbar:active, .aui .navbar-inverse .btn-navbar.active {
      background-color: black \9; }
  .aui .breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .aui .breadcrumb > li {
      display: inline-block;
      *display: inline;
      /* IE7 inline-block hack */
      *zoom: 1;
      text-shadow: 0 1px 0 white; }
      .aui .breadcrumb > li > .divider {
        padding: 0 5px;
        color: #ccc; }
    .aui .breadcrumb .active {
      color: #999999; }
  .aui .pagination {
    margin: 20px 0; }
  .aui .pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .aui .pagination ul > li {
    display: inline; }
  .aui .pagination ul > li > a,
  .aui .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: white;
    border: 1px solid #dddddd;
    border-left-width: 0; }
  .aui .pagination ul > li > a:hover,
  .aui .pagination ul > li > a:focus,
  .aui .pagination ul > .active > a,
  .aui .pagination ul > .active > span {
    background-color: whitesmoke; }
  .aui .pagination ul > .active > a,
  .aui .pagination ul > .active > span {
    color: #999999;
    cursor: default; }
  .aui .pagination ul > .disabled > span,
  .aui .pagination ul > .disabled > a,
  .aui .pagination ul > .disabled > a:hover,
  .aui .pagination ul > .disabled > a:focus {
    color: #999999;
    background-color: transparent;
    cursor: default; }
  .aui .pagination ul > li:first-child > a,
  .aui .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px; }
  .aui .pagination ul > li:last-child > a,
  .aui .pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px; }
  .aui .pagination-centered {
    text-align: center; }
  .aui .pagination-right {
    text-align: right; }
  .aui .pagination-large ul > li > a,
  .aui .pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px; }
  .aui .pagination-large ul > li:first-child > a,
  .aui .pagination-large ul > li:first-child > span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px; }
  .aui .pagination-large ul > li:last-child > a,
  .aui .pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px; }
  .aui .pagination-mini ul > li:first-child > a,
  .aui .pagination-mini ul > li:first-child > span,
  .aui .pagination-small ul > li:first-child > a,
  .aui .pagination-small ul > li:first-child > span {
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px; }
  .aui .pagination-mini ul > li:last-child > a,
  .aui .pagination-mini ul > li:last-child > span,
  .aui .pagination-small ul > li:last-child > a,
  .aui .pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px; }
  .aui .pagination-small ul > li > a,
  .aui .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px; }
  .aui .pagination-mini ul > li > a,
  .aui .pagination-mini ul > li > span {
    padding: 0px 6px;
    font-size: 10.5px; }
  .aui .pagination-hidden {
    display: none; }
  .aui .pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
    *zoom: 1; }
    .aui .pager:before, .aui .pager:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .pager:after {
      clear: both; }
  .aui .pager li {
    display: inline; }
  .aui .pager li > a,
  .aui .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  .aui .pager li > a:hover,
  .aui .pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  .aui .pager .next > a,
  .aui .pager .next > span {
    float: right; }
  .aui .pager .previous > a,
  .aui .pager .previous > span {
    float: left; }
  .aui .pager .disabled > a,
  .aui .pager .disabled > a:hover,
  .aui .pager .disabled > a:focus,
  .aui .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: default; }
  .aui .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black; }
    .aui .modal-backdrop.fade {
      opacity: 0; }
  .aui .modal-backdrop,
  .aui .modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .aui .modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none; }
    .aui .modal.fade {
      -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
      -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -o-transition: opacity 0.3s linear, top 0.3s ease-out;
      transition: opacity 0.3s linear, top 0.3s ease-out;
      top: -25%; }
    .aui .modal.fade.in {
      top: 10%; }
  .aui .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee; }
    .aui .modal-header .close {
      margin-top: 2px; }
    .aui .modal-header h3 {
      margin: 0;
      line-height: 30px; }
  .aui .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px; }
  .aui .modal-form {
    margin-bottom: 0; }
  .aui .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
    *zoom: 1; }
    .aui .modal-footer:before, .aui .modal-footer:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .modal-footer:after {
      clear: both; }
    .aui .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .aui .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .aui .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
  .aui .modal-hidden {
    display: none; }
  .aui .modal-content {
    overflow: hidden; }
  .aui .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0); }
    .aui .tooltip.in {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .aui .tooltip.top {
      margin-top: -3px;
      padding: 5px 0; }
    .aui .tooltip.right {
      margin-left: 3px;
      padding: 0 5px; }
    .aui .tooltip.bottom {
      margin-top: 3px;
      padding: 5px 0; }
    .aui .tooltip.left {
      margin-left: -3px;
      padding: 0 5px; }
  .aui .tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .aui .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .aui .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black; }
  .aui .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black; }
  .aui .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black; }
  .aui .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black; }
  .aui .tooltip-help {
    font-size: 14px; }
    .aui .tooltip-help .tooltip-inner {
      color: #535353;
      background-color: #fdfaec;
      border: 1px solid #b0ad95;
      max-width: 400px;
      text-align: left; }
    .aui .tooltip-help.top .tooltip-arrow {
      border-top-color: #b0ad95; }
    .aui .tooltip-help.right .tooltip-arrow {
      border-right-color: #b0ad95; }
    .aui .tooltip-help.left .tooltip-arrow {
      border-left-color: #b0ad95; }
    .aui .tooltip-help.bottom .tooltip-arrow {
      border-bottom-color: #b0ad95; }
  .aui .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal; }
    .aui .popover.top {
      margin-top: -10px; }
    .aui .popover.right {
      margin-left: 10px; }
    .aui .popover.bottom {
      margin-top: 10px; }
    .aui .popover.left {
      margin-left: -10px; }
  .aui .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    .aui .popover-title:empty {
      display: none; }
  .aui .popover-content {
    padding: 9px 14px; }
  .aui .popover .arrow,
  .aui .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .aui .popover .arrow {
    border-width: 11px; }
  .aui .popover .arrow:after {
    border-width: 10px;
    content: ""; }
  .aui .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; }
    .aui .popover.top .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: white; }
  .aui .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); }
    .aui .popover.right .arrow:after {
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: white; }
  .aui .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; }
    .aui .popover.bottom .arrow:after {
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: white; }
  .aui .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); }
    .aui .popover.left .arrow:after {
      right: 1px;
      border-right-width: 0;
      border-left-color: white;
      bottom: -10px; }
  .aui .popover-hidden {
    display: none; }
  .aui .thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1; }
    .aui .thumbnails:before, .aui .thumbnails:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .thumbnails:after {
      clear: both; }
  .aui .row-fluid .thumbnails {
    margin-left: 0; }
  .aui .thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px; }
  .aui .thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .aui a.thumbnail:hover,
  .aui a.thumbnail:focus {
    border-color: #00aaff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }
  .aui .thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .aui .thumbnail .caption {
    padding: 9px;
    color: #555555; }
  .aui .media,
  .aui .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }
  .aui .media,
  .aui .media .media {
    margin-top: 15px; }
  .aui .media:first-child {
    margin-top: 0; }
  .aui .media-object {
    display: block; }
  .aui .media-heading {
    margin: 0 0 5px; }
  .aui .media > .pull-left {
    margin-right: 10px; }
  .aui .media > .pull-right {
    margin-left: 10px; }
  .aui .media-list {
    margin-left: 0;
    list-style: none; }
  .aui .label,
  .aui .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: white;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999; }
  .aui .label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .aui .badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }
  .aui .label:empty,
  .aui .badge:empty {
    display: none; }
  .aui a.label:hover, .aui a.label:focus, .aui a.badge:hover, .aui a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  .aui .label-important {
    background-color: #b50303; }
  .aui .label-important[href] {
    background-color: #830202; }
  .aui .label-warning {
    background-color: #f89406; }
  .aui .label-warning[href] {
    background-color: #c67605; }
  .aui .label-success {
    background-color: #488f06; }
  .aui .label-success[href] {
    background-color: #2f5e04; }
  .aui .label-info {
    background-color: #12718f; }
  .aui .label-info[href] {
    background-color: #0c4d62; }
  .aui .label-inverse {
    background-color: #333333; }
  .aui .label-inverse[href] {
    background-color: #1a1a1a; }
  .aui .badge-important {
    background-color: #b50303; }
  .aui .badge-important[href] {
    background-color: #830202; }
  .aui .badge-warning {
    background-color: #f89406; }
  .aui .badge-warning[href] {
    background-color: #c67605; }
  .aui .badge-success {
    background-color: #488f06; }
  .aui .badge-success[href] {
    background-color: #2f5e04; }
  .aui .badge-info {
    background-color: #12718f; }
  .aui .badge-info[href] {
    background-color: #0c4d62; }
  .aui .badge-inverse {
    background-color: #333333; }
  .aui .badge-inverse[href] {
    background-color: #1a1a1a; }
  .aui .btn .label,
  .aui .btn .badge {
    position: relative;
    top: -1px; }
  .aui .btn-mini .label,
  .aui .btn-mini .badge {
    top: 0; }
  .aui .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .aui .progress .bar {
    width: 0%;
    height: 100%;
    color: white;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0d90d1;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-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-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  .aui .progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
  .aui .progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px; }
  .aui .progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  .aui .progress-danger .bar, .aui .progress .bar-danger {
    background-color: #dd514b;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0); }
  .aui .progress-danger.progress-striped .bar, .aui .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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); }
  .aui .progress-success .bar, .aui .progress .bar-success {
    background-color: #5db95d;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0); }
  .aui .progress-success.progress-striped .bar, .aui .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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); }
  .aui .progress-info .bar, .aui .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0); }
  .aui .progress-info.progress-striped .bar, .aui .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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); }
  .aui .progress-warning .bar, .aui .progress .bar-warning {
    background-color: #f9a732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0); }
  .aui .progress-warning.progress-striped .bar, .aui .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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); }
  .aui .progress-hiden {
    display: none; }
  .aui .progress.vertical {
    width: 20px;
    height: 100%;
    margin-right: 20px; }
  .aui .progress .bar {
    overflow: hidden; }
  .aui .progress .bar p {
    margin: 0;
    color: white;
    font-size: 11px;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); }
  .aui .progress.vertical .bar {
    width: 100%;
    height: 0; }
  .aui .progress.vertical.bottom {
    position: relative; }
  .aui .progress.vertical.bottom .bar {
    position: absolute;
    bottom: 0; }
  .aui .accordion {
    margin-bottom: 20px; }
  .aui .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .aui .accordion-heading {
    border-bottom: 0; }
  .aui .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px; }
  .aui .accordion-toggle {
    cursor: pointer; }
  .aui .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5; }
  .aui .carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1; }
  .aui .carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative; }
  .aui .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .aui .carousel-inner > .item > img,
    .aui .carousel-inner > .item > a > img {
      display: block;
      line-height: 1; }
  .aui .carousel-inner > .active,
  .aui .carousel-inner > .next,
  .aui .carousel-inner > .prev {
    display: block; }
  .aui .carousel-inner > .active {
    left: 0; }
  .aui .carousel-inner > .next,
  .aui .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .aui .carousel-inner > .next {
    left: 100%; }
  .aui .carousel-inner > .prev {
    left: -100%; }
  .aui .carousel-inner > .next.left,
  .aui .carousel-inner > .prev.right {
    left: 0; }
  .aui .carousel-inner > .active.left {
    left: -100%; }
  .aui .carousel-inner > .active.right {
    left: 100%; }
  .aui .carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: white;
    text-align: center;
    background: #222222;
    border: 3px solid white;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50); }
    .aui .carousel-control.right {
      left: auto;
      right: 15px; }
    .aui .carousel-control:hover, .aui .carousel-control:focus {
      color: white;
      text-decoration: none;
      opacity: 0.9;
      filter: alpha(opacity=90); }
  .aui .carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none; }
    .aui .carousel-indicators li {
      display: block;
      float: left;
      width: 10px;
      height: 10px;
      margin-left: 5px;
      text-indent: -999px;
      background-color: #ccc;
      background-color: rgba(255, 255, 255, 0.25);
      border-radius: 5px; }
    .aui .carousel-indicators .active {
      background-color: #fff; }
  .aui .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75); }
  .aui .carousel-caption h4,
  .aui .carousel-caption p {
    color: white;
    line-height: 20px; }
  .aui .carousel-caption h4 {
    margin: 0 0 5px; }
  .aui .carousel-caption p {
    margin-bottom: 0; }
  .aui .carousel-hidden {
    display: none; }
  .aui .hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .aui .hero-unit h1 {
      margin-bottom: 0;
      font-size: 60px;
      line-height: 1;
      color: inherit;
      letter-spacing: -1px; }
    .aui .hero-unit li {
      line-height: 30px; }
  .aui .pull-right {
    float: right; }
  .aui .pull-left {
    float: left; }
  .aui .hide {
    display: none; }
  .aui .show {
    display: block; }
  .aui .invisible {
    visibility: hidden; }
  .aui .affix {
    position: fixed; }
  .aui .clearfix {
    *zoom: 1; }
    .aui .clearfix:before, .aui .clearfix:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .clearfix:after {
      clear: both; }
  .aui .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .aui .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui .hide {
    display: none !important; }
  .aui .show {
    display: block !important; }
  .aui .hide-accessible {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    /*Webkit and IE7 let clipped content change the scroll height of the page*/
    /*Scale webkit to 0*/
    -webkit-transform: scale(0);
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 0px;
    /*Change IE7 to using fixed*/
    *position: fixed !important;
    /*...And reset back to absolute for IE6*/
    _position: absolute !important; }
  .aui .force-offset {
    display: block !important;
    position: absolute !important;
    visibility: hidden !important; }
  .aui .unselectable, .aui .unselectable * {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  .aui .scroll-lock {
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .aui .woerndle-root.blue .container-fluid #navigation ul li, .aui .woerndle-root.blue #wrapper #navigation ul li {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out; }
    .aui .woerndle-root.blue .container-fluid #navigation ul li a, .aui .woerndle-root.blue #wrapper #navigation ul li a {
      transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -webkit-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out; }
  .aui .woerndle-root.blue .container-fluid #navigation ul li:hover, .aui .woerndle-root.blue #wrapper #navigation ul li:hover {
    background: white; }
    .aui .woerndle-root.blue .container-fluid #navigation ul li:hover a, .aui .woerndle-root.blue #wrapper #navigation ul li:hover a {
      color: #214b87; }
  .aui .woerndle-root.blue .container-fluid .footer .backtotop-footer, .aui .woerndle-root.blue #wrapper .footer .backtotop-footer {
    background: #214b87; }
    .aui .woerndle-root.blue .container-fluid .footer .backtotop-footer .a, .aui .woerndle-root.blue #wrapper .footer .backtotop-footer .a {
      padding-left: 18px;
      padding-right: 18px;
      transition: all 0.1 ease-out;
      -moz-transition: all 0.1 ease-out;
      -webkit-transition: all 0.1 ease-out;
      -ms-transition: all 0.1 ease-out;
      -o-transition: all 0.1 ease-out; }
      .aui .woerndle-root.blue .container-fluid .footer .backtotop-footer .a:hover, .aui .woerndle-root.blue #wrapper .footer .backtotop-footer .a:hover {
        color: #214b87;
        background: white; }
  .aui .column-filter {
    float: left;
    clear: none;
    width: 23.8%;
    margin-right: 1.6%; }
    @media (max-width: 650px) {
      .aui .column-filter {
        width: 100%;
        margin-right: 0; } }
    .aui .column-filter ul {
      float: left;
      width: 100%;
      clear: both; }
    .aui .column-filter .headline {
      color: #333333;
      font-size: 16px;
      font-family: dinproregular;
      margin-bottom: 18px;
      padding-bottom: 18px;
      border-bottom: solid 1px #ebebeb;
      float: none;
      width: 100%;
      clear: both;
      text-transform: uppercase;
      margin-top: 0px; }
    .aui .column-filter .product-filter {
      float: left;
      width: 100%;
      margin: 0; }
      .aui .column-filter .product-filter li {
        position: relative;
        float: left;
        width: 100%;
        display: block;
        line-height: 30px;
        cursor: pointer;
        color: #666;
        font-size: 13px;
        font-family: "dinproregular"; }
        .aui .column-filter .product-filter li:before {
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          background-image: url(../images/checkbox.png);
          background-size: cover;
          background-position: center;
          position: absolute;
          background-repeat: no-repeat;
          top: 5px;
          left: -30px; }
        .aui .column-filter .product-filter li.selected:before {
          background-image: url(../images/checkbox-selected.png); }
    .aui .column-filter .facet {
      float: left;
      width: 100%;
      display: block;
      margin-bottom: 18px; }
      .aui .column-filter .facet.always-open {
        margin-bottom: 0; }
        .aui .column-filter .facet.always-open .facetValues {
          display: block !important;
          opacity: 1 !important;
          height: auto !important; }
      .aui .column-filter .facet .facetValues {
        padding-left: 20px;
        float: left;
        width: 100%; }
        .aui .column-filter .facet .facetValues li {
          margin: 0;
          margin-top: 18px;
          float: left;
          width: 100%; }
          .aui .column-filter .facet .facetValues li a {
            color: #959595; }
          .aui .column-filter .facet .facetValues li .facetValueCount {
            display: none; }
  .aui #wrapper #content {
    float: left;
    width: 100%;
    margin-top: 36px; }
    .aui #wrapper #content #main-content {
      float: left;
      width: 100%; }
      .aui #wrapper #content #main-content .carousel {
        float: left;
        width: 100%;
        margin-top: 30px; }
        .aui #wrapper #content #main-content .carousel img {
          float: left;
          width: 100%; }
      .aui #wrapper #content #main-content .carousel-and-text {
        border-top: solid 1px #ebebeb;
        padding-top: 18px;
        padding-bottom: 18px;
        float: left;
        clear: both;
        width: 100%;
        margin-bottom: 36px; }
        .aui #wrapper #content #main-content .carousel-and-text.border-bottom {
          border-bottom: solid 1px #ebebeb; }
        .aui #wrapper #content #main-content .carousel-and-text h2 {
          font-family: "dinpromedium";
          text-decoration: none;
          text-transform: uppercase;
          color: #333333;
          font-weight: normal;
          margin-top: 0; }
        .aui #wrapper #content #main-content .carousel-and-text .left {
          float: left; }
        .aui #wrapper #content #main-content .carousel-and-text .col {
          float: left;
          position: relative; }
          .aui #wrapper #content #main-content .carousel-and-text .col .readmore {
            color: #666;
            font-family: "dinproregular";
            line-height: 1.2em;
            font-size: 13px;
            text-decoration: underline;
            display: block;
            transition: all 1s ease-out;
            -moz-transition: all 1s ease-out;
            -webkit-transition: all 1s ease-out;
            -ms-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            padding-top: 0em;
            font-size: 13px;
            line-height: 16px;
            color: #666;
            font-family: "dinproregular";
            text-decoration: none; }
            .aui #wrapper #content #main-content .carousel-and-text .col .readmore:hover {
              text-decoration: none;
              color: #3faf4b; }
          .aui #wrapper #content #main-content .carousel-and-text .col ul.link {
            padding-left: 15px;
            float: left;
            width: 100%; }
            .aui #wrapper #content #main-content .carousel-and-text .col ul.link li {
              text-transform: uppercase;
              float: left;
              width: 100%;
              text-align: left;
              list-style-position: inside;
              clear: left;
              position: relative;
              display: block; }
              .aui #wrapper #content #main-content .carousel-and-text .col ul.link li a {
                display: inline;
                color: inherit;
                float: none;
                text-decoration: none; }
                .aui #wrapper #content #main-content .carousel-and-text .col ul.link li a span {
                  transition: all 0.5s ease-out;
                  -moz-transition: all 0.5s ease-out;
                  -webkit-transition: all 0.5s ease-out;
                  -ms-transition: all 0.5s ease-out;
                  -o-transition: all 0.5s ease-out; }
                .aui #wrapper #content #main-content .carousel-and-text .col ul.link li a:hover span {
                  text-decoration: none;
                  color: #3faf4b; }
              .aui #wrapper #content #main-content .carousel-and-text .col ul.link li .arrow {
                background-position: center;
                background-image: url(../images/arrow-list.png);
                background-repeat: no-repeat;
                height: 1em;
                width: 5%;
                margin-right: 2%;
                position: absolute;
                top: 0;
                height: 100%;
                left: 0; }
              .aui #wrapper #content #main-content .carousel-and-text .col ul.link li span {
                display: block;
                width: 90%;
                font-family: "dinpromedium";
                font-size: 12px;
                text-transform: none;
                font-size: 13px;
                line-height: 16px;
                color: #666;
                font-family: "dinproregular";
                padding-left: 5%; }
            .aui #wrapper #content #main-content .carousel-and-text .col ul.link p {
              margin: 30px 0;
              overflow: hidden;
              position: relative;
              margin-bottom: 0;
              line-height: 1.2em;
              height: 9.2em;
              transition: all 1s linear;
              -moz-transition: all 1s linear;
              -webkit-transition: all 1s linear;
              -ms-transition: all 1s linear;
              -o-transition: all 1s linear; }
          .aui #wrapper #content #main-content .carousel-and-text .col.col1 {
            opacity: 0; }
          .aui #wrapper #content #main-content .carousel-and-text .col.col2 {
            width: 66%; }
            @media (max-width: 900px) {
              .aui #wrapper #content #main-content .carousel-and-text .col.col2 {
                width: 100%;
                padding: 0; } }
          .aui #wrapper #content #main-content .carousel-and-text .col.show {
            opacity: 1 !important; }
          .aui #wrapper #content #main-content .carousel-and-text .col.col1 {
            width: 34%;
            padding-right: 5%; }
            @media (max-width: 900px) {
              .aui #wrapper #content #main-content .carousel-and-text .col.col1 {
                width: 100%;
                padding: 0; } }
          .aui #wrapper #content #main-content .carousel-and-text .col.right {
            float: right; }
          .aui #wrapper #content #main-content .carousel-and-text .col img {
            float: left;
            width: 100%; }
        .aui #wrapper #content #main-content .carousel-and-text .carousel-content {
          float: left;
          width: 100%;
          position: relative;
          margin: 0;
          height: 300px; }
          .aui #wrapper #content #main-content .carousel-and-text .carousel-content .carousel-item {
            position: absolute;
            overflow: hidden;
            display: none;
            opacity: 0;
            height: 300px;
            width: 100%; }
            .aui #wrapper #content #main-content .carousel-and-text .carousel-content .carousel-item.carousel-item-active {
              display: block;
              opacity: 1; }
            .aui #wrapper #content #main-content .carousel-and-text .carousel-content .carousel-item a {
              height: 300px;
              float: left;
              display: block;
              width: 100%;
              background-position: center;
              background-size: cover; }
  .aui #wrapper .footer {
    margin-top: 120px;
    margin-top: 0;
    padding-top: 0;
    float: left;
    width: 100%; }
    .aui #wrapper .footer .footer_logo {
      width: 100%;
      float: left;
      clear: both;
      margin-top: 90px;
      margin-bottom: 18px; }
      @media (max-width: 650px) {
        .aui #wrapper .footer .footer_logo {
          margin-top: 20px;
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 650px) {
        .aui #wrapper .footer .footer_logo + .footer-top {
          padding-left: 20px;
          padding-right: 20px; } }
      .aui #wrapper .footer .footer_logo + .footer-top .testo-centrato {
        margin-top: 0;
        padding-top: 0; }
      .aui #wrapper .footer .footer_logo span {
        font-family: allura;
        font-size: 40px;
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        color: #3faf4b; }
      .aui #wrapper .footer .footer_logo img {
        width: 31.8%;
        max-width: 372px;
        margin: auto;
        display: block; }
    .aui #wrapper .footer .backtotop-footer {
      height: 48px;
      float: left;
      margin-top: 18px;
      line-height: 48px;
      background: black;
      width: 100%;
      margin-bottom: 0;
      text-align: center; }
      .aui #wrapper .footer .backtotop-footer .a {
        cursor: pointer;
        font-family: "dinpromedium";
        font-size: 12px;
        text-transform: uppercase;
        color: white;
        display: inline-block;
        text-align: center; }
        .aui #wrapper .footer .backtotop-footer .a:hover {
          color: #3faf4b; }
      .aui #wrapper .footer .backtotop-footer img {
        margin-left: 8px; }
    .aui #wrapper .footer .footer-top {
      float: left;
      clear: both;
      width: 100%;
      background: none; }
      .aui #wrapper .footer .footer-top .testo-centrato {
        border: none;
        margin-bottom: 18px; }
        .aui #wrapper .footer .footer-top .testo-centrato p {
          font-size: 13px;
          line-height: 20px;
          color: #666;
          font-family: 'dinprolight';
          font-style: italic !important; }
        .aui #wrapper .footer .footer-top .testo-centrato h2 {
          float: left;
          clear: both;
          width: 100%;
          color: #333333;
          font-family: dinpromedium;
          font-size: 12px;
          text-transform: uppercase; }
    .aui #wrapper .footer .footer-bottom {
      margin-top: 0;
      background: none;
      float: left;
      clear: both;
      width: 100%;
      padding-bottom: 21px;
      padding-top: 21px;
      line-height: 1em;
      border-top: solid 1px #ebebeb; }
      .aui #wrapper .footer .footer-bottom .separator {
        font-size: 10px;
        font-family: dinpromedium;
        text-transform: uppercase;
        color: #b3b3b3;
        margin-top: 15px;
        margin-bottom: 17px;
        display: block;
        float: left;
        width: 1px;
        height: 1em;
        margin-left: 12px;
        margin-right: 12px; }
      .aui #wrapper .footer .footer-bottom a {
        margin-top: 17px;
        margin-bottom: 17px;
        text-transform: uppercase;
        display: block;
        float: left;
        color: #b3b3b3;
        text-decoration: none;
        border-bottom: solid 1px transparent;
        font-size: 10px;
        font-family: dinpromedium;
        text-transform: uppercase; }
        .aui #wrapper .footer .footer-bottom a:hover {
          color: #3faf4b; }
      .aui #wrapper .footer .footer-bottom .country {
        width: 23.8%;
        float: right;
        color: #b3b3b3; }
      .aui #wrapper .footer .footer-bottom .woerndle-data {
        float: left;
        width: auto;
        display: none;
        clear: left;
        font-size: 13px;
        line-height: 16px;
        color: #666;
        font-family: "dinproregular";
        padding: 18px;
        border: none;
        padding-left: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        padding: 0;
        font-size: 12px;
        font-family: dinpromedium;
        text-transform: none;
        color: #b3b3b3;
        border-top: solid 1px;
        padding-top: 9px; }
      @media (max-width: 650px) {
        .aui #wrapper .footer .footer-bottom {
          text-align: center; }
          .aui #wrapper .footer .footer-bottom a, .aui #wrapper .footer .footer-bottom .separator {
            display: inline;
            float: none; }
          .aui #wrapper .footer .footer-bottom .separator {
            margin-left: 5px;
            margin-right: 5px; } }
      @media (max-width: 480px) {
        .aui #wrapper .footer .footer-bottom .separator {
          display: none; }
        .aui #wrapper .footer .footer-bottom .separator + a {
          margin-left: 5px; } }
  .aui body.signed-in #wrapper .footer .footer-bottom {
    margin-bottom: 40px; }
  .aui .woerndle-root .control-group {
    margin-bottom: 0px;
    float: left;
    width: 100%; }
  .aui .woerndle-root form {
    margin: 0; }
    .aui .woerndle-root form select, .aui .woerndle-root form input[type="file"] {
      background: none;
      height: inherit;
      line-height: inherit; }
    .aui .woerndle-root form textarea, .aui .woerndle-root form input[type="text"], .aui .woerndle-root form input[type="password"], .aui .woerndle-root form input[type="datetime"], .aui .woerndle-root form input[type="datetime-local"], .aui .woerndle-root form input[type="date"], .aui .woerndle-root form input[type="month"], .aui .woerndle-root form input[type="time"], .aui .woerndle-root form input[type="week"], .aui .woerndle-root form input[type="number"], .aui .woerndle-root form input[type="email"], .aui .woerndle-root form input[type="url"], .aui .woerndle-root form input[type="search"], .aui .woerndle-root form input[type="tel"], .aui .woerndle-root form input[type="color"], .aui .woerndle-root form .uneditable-input {
      background: none;
      box-shadow: none;
      -webkit-box-shadow: none; }
    .aui .woerndle-root form select, .aui .woerndle-root form textarea, .aui .woerndle-root form input[type="text"], .aui .woerndle-root form input[type="password"], .aui .woerndle-root form input[type="datetime"], .aui .woerndle-root form input[type="datetime-local"], .aui .woerndle-root form input[type="date"], .aui .woerndle-root form input[type="month"], .aui .woerndle-root form input[type="time"], .aui .woerndle-root form input[type="week"], .aui .woerndle-root form input[type="number"], .aui .woerndle-root form input[type="email"], .aui .woerndle-root form input[type="url"], .aui .woerndle-root form input[type="search"], .aui .woerndle-root form input[type="tel"], .aui .woerndle-root form input[type="color"], .aui .woerndle-root form .uneditable-input {
      height: inherit;
      margin: 0;
      margin-bottom: 0;
      line-height: inherit;
      border-radius: 0; }
    .aui .woerndle-root form input[type="checkbox"] {
      float: left;
      width: auto; }
    .aui .woerndle-root form input, .aui .woerndle-root form select, .aui .woerndle-root form button {
      padding: 16px 17px;
      box-sizing: border-box;
      border: solid 1px #ebebeb;
      color: #333333;
      font-family: "dinpromedium";
      font-size: 12px;
      text-transform: uppercase;
      position: relative;
      float: left;
      width: auto;
      display: block;
      outline: none;
      clear: both;
      line-height: 14px; }
      .aui .woerndle-root form input:focus, .aui .woerndle-root form select:focus, .aui .woerndle-root form button:focus {
        border-color: #3faf4b; }
    .aui .woerndle-root form button + button {
      clear: none;
      margin-left: 9px; }
    .aui .woerndle-root form label {
      font-size: 13px;
      text-transform: uppercase;
      width: 100%;
      float: left; }
    .aui .woerndle-root form input {
      float: left;
      width: 100%; }
    .aui .woerndle-root form textarea {
      float: left;
      width: 100%;
      clear: both;
      min-height: 200px; }
    .aui .woerndle-root form select {
      float: left;
      width: 100%;
      cursor: pointer; }
  .aui .btn {
    padding: 16px 17px;
    box-sizing: border-box;
    border: solid 1px #ebebeb;
    color: #333333;
    font-family: "dinpromedium";
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 100%;
    display: block;
    outline: none;
    outline: 0;
    line-height: 14px; }
    .aui .btn:hover {
      border-color: #3faf4b !important;
      color: #333333 !important; }
    .aui .btn:focus {
      border-color: #3faf4b; }
    .aui .btn.btn-primary {
      border-color: #ebebeb;
      background-color: #ebebeb;
      text-shadow: none;
      background: #ebebeb; }
    .aui .btn .caret {
      margin-top: 0;
      margin-left: 0;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      display: block;
      border-top: 8px solid #214b87;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
      @media (max-width: 979px) {
        .aui .btn .caret {
          border-top: 8px solid #214b87;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          margin-top: 0; } }
  .aui .modal .dropdown-toggle {
    box-sizing: border-box;
    border: solid 1px #ebebeb;
    color: #333;
    font-family: "dinpromedium";
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 100%;
    display: block;
    outline: 0;
    box-shadow: none;
    padding: 0; }
  .aui .modal .lfr-pagination-delta-selector, .aui .modal .lfr-pagination-page-selector {
    width: auto !important; }
  .aui .dropdown-toggle.btn .lfr-icon-menu-text {
    float: left;
    display: block; }
  .aui .dropdown-toggle.btn .caret {
    position: relative;
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    float: left;
    top: inherit;
    right: inherit;
    height: 1em;
    margin: 0;
    width: auto;
    margin-right: 18px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px; }
  .aui * {
    box-sizing: border-box; }
  .aui a {
    color: #214b87; }
  .aui .woerndle-root .body-all {
    opacity: 0; }
  .aui .clear {
    clear: both; }
  .aui #wrapper {
    position: relative;
    background: white;
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .aui .center_wrapper {
    margin: auto;
    width: 100%;
    max-width: 1214px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    @media (max-width: 650px) {
      .aui .center_wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
  .aui .skip-to-content {
    display: none; }
  .aui .dropdown-menu {
    bottom: 48px;
    top: inherit; }
  .aui .woerndle-root {
    float: left;
    width: 100%;
    margin: 0;
    /*
    .grid-items{
        a{
            &.item {
                margin-bottom: 18px;
                margin-top: 0;
                position: relative;
                float: left;
                width: 23%;
                clear: none;
                border: solid 1px $border-color;
                padding-left: 9px;
                padding-right: 9px;
                margin-left: 2%;

                overflow:hidden;
                transition: all 1s ease-out;
                -moz-transition: all 1s ease-out;
                -webkit-transition: all 1s ease-out;
                -ms-transition: all 1s ease-out;
                -o-transition: all 1s ease-out;



                &.hide{
                    display:none;
                }


                .item_bottom{
                    font-family: dinproregular;
                    margin-bottom: 9px;
                    position: relative;
                    top: 0;
                    background: rgba(235, 235, 235, 0.4);
                    width: 100%;
                    color: $color-black;
                    text-transform: uppercase;
                    text-align: center;
                    float: left;
                    padding: 5px;
                }
                .img{
                    float:left;
                    width:100%;
                    background-size:cover;
                    background-position:center;
                    transition: all 1s ease-out;
                    -moz-transition: all 1s ease-out;
                    -webkit-transition: all 1s ease-out;
                    -ms-transition: all 1s ease-out;
                    -o-transition: all 1s ease-out;
                    &:after{
                        content: '';
                        display: block;
                        padding-top: 66%;
                    }
                }
                &:hover{
                    border-color:$site-color-green;
                    .img{
                        transform: scale(1.3);
                    }

                }
                &:nth-child(4n+1){
                    clear: left;
                }
                @media (max-width: 800px){
                    width:32%;
                    &:nth-child(3n+1){
                        margin-left:0;
                        clear:left;
                    }
                    &:nth-child(4n+1){
                        clear:none;
                    }
                }
                @media (max-width: 650px){
                    width:49%;
                    margin-bottom:2%;
                    &:nth-child(3n+1){
                        clear:none;
                    }
                    &:nth-child(4n+1){
                        clear:none;
                    }
                    &:nth-child(2n+1){
                        clear:left;
                        margin-left:0;
                    }
                    &:nth-child(2n+2){
                        clear:none;
                        margin-left:2%;
                    }
                }
            }
        }
    }*/ }
    @media screen and (max-width: 767px) {
      .aui .woerndle-root {
        padding: 0; } }
    .aui .woerndle-root a, .aui .woerndle-root .a {
      transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out; }
    .aui .woerndle-root p {
      color: #333333;
      font-size: 13px;
      line-height: 18px;
      color: #666;
      font-family: "dinproregular"; }
      .aui .woerndle-root p strong, .aui .woerndle-root p b {
        font-size: 13px;
        text-transform: uppercase; }
    .aui .woerndle-root a {
      cursor: pointer; }
    .aui .woerndle-root #banner, .aui .woerndle-root #navigation, .aui .woerndle-root #content, .aui .woerndle-root #footer {
      margin: 0; }
    .aui .woerndle-root .container-fluid, .aui .woerndle-root #wrapper {
      float: left;
      width: 100%;
      margin: 0; }
    .aui .woerndle-root .prodotti {
      border-top: solid 1px #ebebeb;
      padding-top: 18px;
      padding-bottom: 18px;
      float: left;
      clear: both;
      width: 100%; }
      .aui .woerndle-root .prodotti.border-bottom {
        border-bottom: solid 1px #ebebeb; }
    .aui .woerndle-root .column-products {
      float: left;
      clear: none;
      width: 74.6%;
      padding-top: 40px; }
      @media (max-width: 700px) {
        .aui .woerndle-root .column-products {
          width: 100%;
          padding-top: 0; } }
      .aui .woerndle-root .column-products.full {
        width: 100%; }
  .aui .testo-centrato {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 36px;
    border-top: solid 1px #ebebeb;
    padding-top: 18px; }
    .aui .testo-centrato h2 {
      text-transform: uppercase;
      margin-bottom: 18px;
      font-family: "dinpromedium";
      text-decoration: none;
      text-transform: uppercase;
      color: #333333;
      font-weight: normal;
      margin-top: 0; }
    .aui .testo-centrato p {
      max-width: 600px;
      margin: auto;
      float: none;
      width: 100%;
      margin-bottom: 36px; }
      @media (max-width: 650px) {
        .aui .testo-centrato p {
          margin-bottom: 0; } }
  .aui h2 {
    font-size: 1.5em;
    line-height: 1.2; }
  .aui h3 {
    font-size: 1.17em;
    line-height: 1.2; }
  .aui .woerndle-catalog-portlet {
    padding-top: 18px;
    float: left;
    width: 100%; }
    .aui .woerndle-catalog-portlet form button {
      width: 100%; }
  .aui .table-bordered th, .aui .table-bordered td {
    border: none; }
  .aui .table-bordered {
    border: none; }
  .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer tbody {
    width: 100%;
    float: left; }
  .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer {
    float: left;
    width: 100%; }
    .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer .table-cell.first, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer .table-cell.first, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer .table-cell.first {
      width: 120px; }
    .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table {
      float: left;
      width: 100%;
      display: block; }
      .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr {
        float: left;
        display: block;
        width: 100%; }
        .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td {
          display: block;
          float: left;
          padding: 18px;
          position: relative;
          height: 66px;
          text-align: left;
          margin: 5px 0; }
          .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1), .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1), .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1) {
            width: 120px;
            padding: 0; }
            .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1) a, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1) a, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1) a {
              left: 0;
              position: relative;
              top: 0;
              transform: translateY(0); }
              .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1) a img, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1) a img, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1) a img {
                height: 66px; }
          .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(2), .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(2), .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(2) {
            width: calc(100% - 320px); }
          .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(3), .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(3), .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(3) {
            width: 150px; }
          .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(4), .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(4), .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(4) {
            width: 50px; }
          .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td a, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td a, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td a {
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
            width: 100%;
            left: 18px;
            text-decoration: none;
            transition: all 1s ease-out;
            -moz-transition: all 1s ease-out;
            -webkit-transition: all 1s ease-out;
            -ms-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            cursor: pointer;
            color: #666;
            font-size: 13px;
            font-family: "dinproregular";
            text-transform: none;
            max-width: calc(100% - 18px); }
            @media (max-width: 480px) {
              .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td a, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td a, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td a {
                left: 0;
                padding: 3px;
                max-width: 100%;
                font-size: 10px; } }
          @media (max-width: 480px) {
            .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1), .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1), .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(1) {
              width: 100px !important; }
            .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(2), .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(2), .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(2) {
              width: calc(100% - 210px);
              padding: 0; }
            .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(3), .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(3), .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(3) {
              width: 80px;
              padding: 0; }
            .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(4), .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(4), .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr td:nth-child(4) {
              width: 30px;
              padding: 0; } }
        .aui #_2_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr:hover td, .aui #_1_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr:hover td, .aui #_3_WAR_woerndlecatalogportlet_itemsSearchContainerSearchContainer table tr:hover td {
          background: #f1f1f1; }
  .aui .portlet-login form input {
    font-size: 14px; }
  .aui header {
    float: left;
    width: 100%;
    margin: 0;
    display: block;
    text-align: center; }
    .aui header .site-title {
      position: relative;
      float: left;
      width: 100%;
      margin: 0;
      display: block;
      padding: 36px 0;
      transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out; }
      .aui header .site-title #logo-wis {
        display: block;
        width: 320px;
        height: 80px;
        margin: 10px auto 0; }
      .aui header .site-title #logo-gcs {
        display: block;
        width: 190px;
        height: 76px;
        float: left; }
      .aui header .site-title #logo-onlineshop {
        display: block;
        float: right;
        width: 120px; }
      .aui header .site-title .openmenu-mobile {
        display: none;
        cursor: pointer; }
      @media (max-width: 979px) {
        .aui header .site-title .logo a {
          max-width: 100%;
          height: auto;
          display: block; }
        .aui header .site-title .logo.pull-left {
          width: 125px;
          height: 50px; }
        .aui header .site-title .logo.pull-right a {
          width: 70px;
          height: auto; }
          .aui header .site-title .logo.pull-right a img {
            position: relative;
            top: 0;
            transform: translateY(0); }
        .aui header .site-title .logo.center {
          width: 203px;
          height: 50px; } }
      @media (max-width: 767px) {
        .aui header .site-title .logo.pull-left {
          display: none; }
        .aui header .site-title .openmenu-mobile {
          display: block;
          width: 24px;
          height: 24px;
          position: relative;
          overflow: hidden;
          margin-top: 0;
          /*
          &.open{
          	span{
          		&:after{
          			transform: rotate(-45deg);
          			transform-origin: left top;
          		}
          		&:before{
          			transform: rotate(45deg);
          			transform-origin: left bottom;
          		}
          	}
          }*/ }
          .aui header .site-title .openmenu-mobile span {
            position: absolute;
            top: 11px;
            width: 100%;
            height: 2px;
            background: #000;
            left: 0;
            transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -webkit-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out; }
            .aui header .site-title .openmenu-mobile span:after {
              position: absolute;
              top: 10px;
              left: 0;
              width: 200%;
              height: 2px;
              background: #000;
              display: block;
              content: '';
              transition: all 300ms ease-out;
              -moz-transition: all 300ms ease-out;
              -webkit-transition: all 300ms ease-out;
              -ms-transition: all 300ms ease-out;
              -o-transition: all 300ms ease-out; }
            .aui header .site-title .openmenu-mobile span:before {
              position: absolute;
              top: -10px;
              width: 200%;
              height: 2px;
              left: 0;
              background: #000;
              display: block;
              content: '';
              transition: all 300ms ease-out;
              -moz-transition: all 300ms ease-out;
              -webkit-transition: all 300ms ease-out;
              -ms-transition: all 300ms ease-out;
              -o-transition: all 300ms ease-out; } }
      @media (max-width: 650px) {
        .aui header .site-title {
          padding-top: 20px;
          padding-bottom: 20px; }
          .aui header .site-title .logo.pull-right {
            display: none; } }
    .aui header .logo {
      text-align: center;
      transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out; }
      .aui header .logo.center {
        display: inline;
        position: absolute;
        top: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        height: 90px; }
        @media (max-width: 380px) {
          .aui header .logo.center {
            left: 100% !important;
            transform: translateX(-100%) translateY(-50%) !important; } }
      .aui header .logo.pull-left {
        position: relative;
        float: left;
        display: block;
        height: 90px; }
      .aui header .logo.pull-right {
        float: right;
        display: block;
        right: 0;
        height: 90px;
        position: relative; }
      .aui header .logo img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 100%;
        left: 0;
        max-height: 100%;
        transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out; }
  .aui .header-top {
    float: left;
    width: 100%;
    margin: 0;
    text-align: right;
    background: white;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    height: 42px;
    border-bottom: solid 1px transparent;
    height: 36px;
    border-bottom: solid 1px #ebebeb; }
    .aui .header-top a, .aui .header-top span {
      height: 36px;
      line-height: 36px;
      color: #959595;
      font-size: 10px;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "dinprobold";
      margin-left: 5px; }
      .aui .header-top a:hover, .aui .header-top span:hover {
        color: #3faf4b; }
      .aui .header-top a.disabled, .aui .header-top span.disabled {
        color: #3faf4b; }
    @media (max-width: 650px) {
      .aui .header-top {
        text-align: center; }
        .aui .header-top a {
          display: inline;
          float: none;
          margin-left: 10px; } }
    .aui .header-top .en {
      display: none; }
    .aui .header-top .fr {
      display: none; }
    .aui .header-top .es {
      display: none; }
  .aui .center_header {
    background: #6d3073;
    background-image: url(../img/bkg_center_header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 36px;
    background: none;
    /*posizione fissa*/
    position: fixed;
    top: 36px;
    background: white;
    z-index: 80;
    margin-top: 0;
    padding-top: 0px;
    left: 0; }
    @media (min-width: 651px) and (max-width: 1024px) {
      .aui .center_header {
        padding-top: 0; }
        .aui .center_header #heading .site-title {
          padding-top: 9px;
          padding-bottom: 9px; }
          .aui .center_header #heading .site-title .logo.center, .aui .center_header #heading .site-title .logo.pull-right, .aui .center_header #heading .site-title .logo.pull-left {
            height: 50px !important; }
          .aui .center_header #heading .site-title #logo-wis {
            width: 200px;
            height: 50px;
            margin: 0; }
          .aui .center_header #heading .site-title .logo img {
            width: auto !important;
            float: right;
            position: relative;
            top: 0;
            left: inherit;
            transform: translateY(0%);
            height: 100% !important; }
          .aui .center_header #heading .site-title .logo {
            height: 100% !important; }
            .aui .center_header #heading .site-title .logo a {
              height: 100% !important; } }
    @media (min-width: 651px) {
      .aui .center_header.reduce {
        padding-top: 0; }
        .aui .center_header.reduce #heading .site-title {
          padding-top: 9px;
          padding-bottom: 9px; }
          .aui .center_header.reduce #heading .site-title .logo.center, .aui .center_header.reduce #heading .site-title .logo.pull-right, .aui .center_header.reduce #heading .site-title .logo.pull-left {
            height: 50px !important; }
          .aui .center_header.reduce #heading .site-title #logo-wis {
            width: 200px;
            height: 50px;
            margin: 0; }
          .aui .center_header.reduce #heading .site-title .logo img {
            width: auto !important;
            float: right;
            position: relative;
            top: 0;
            left: inherit;
            transform: translateY(0%);
            height: 100% !important; }
          .aui .center_header.reduce #heading .site-title .logo {
            height: 100% !important; }
            .aui .center_header.reduce #heading .site-title .logo a {
              height: 100% !important; } }
  @media (max-width: 650px) {
    .aui #banner {
      border-bottom: solid 1px #ebebeb; } }
  .aui #wrapper #navigation {
    float: left;
    background: #214b87;
    width: 100%;
    border: none; }
    @media (max-width: 979px) {
      .aui #wrapper #navigation {
        display: block; } }
    .aui #wrapper #navigation .iconclose {
      display: none; }
    .aui #wrapper #navigation ul {
      float: left;
      width: 100%;
      clear: both;
      text-transform: uppercase;
      color: white;
      display: block;
      width: 100%;
      float: left;
      text-align: center;
      margin: 0;
      padding: 0; }
      .aui #wrapper #navigation ul li {
        padding-left: 18px;
        padding-right: 18px;
        font-family: "dinpromedium";
        color: white;
        font-size: 12px;
        display: inline-block;
        width: auto;
        line-height: 48px; }
        .aui #wrapper #navigation ul li.only-mobile {
          display: none; }
        .aui #wrapper #navigation ul li:hover a {
          color: #3faf4b; }
        .aui #wrapper #navigation ul li a {
          border-radius: 0;
          color: white;
          padding: 0;
          text-decoration: none; }
        .aui #wrapper #navigation ul li.nav-item-type-url > a {
          background: none; }
    @media (max-width: 767px) {
      .aui #wrapper #navigation {
        display: block;
        height: calc(100% - 36px);
        top: 36px;
        overflow: auto;
        left: 0;
        position: fixed;
        width: 85%;
        background: white;
        transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -webkit-transition: all 500ms ease-out;
        -ms-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transform: translateX(-100%);
        border-right: solid 1px #ebebeb; }
        .aui #wrapper #navigation.open {
          transform: translateX(0%); }
        .aui #wrapper #navigation .center_wrapper {
          float: left;
          padding: 0;
          width: 100%; }
        .aui #wrapper #navigation .iconclose {
          display: block;
          width: 100%;
          padding: 0.9em; }
          .aui #wrapper #navigation .iconclose .close {
            display: block;
            width: 30px;
            height: 30px;
            float: right;
            cursor: pointer;
            clear: both;
            position: absolute;
            right: 10px;
            background: url(../images/close.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 18px;
            top: 10px; }
        .aui #wrapper #navigation ul {
          margin-top: 10px; }
          .aui #wrapper #navigation ul li {
            padding: 0;
            float: left;
            width: 100%; }
            .aui #wrapper #navigation ul li span {
              float: left;
              padding: 0 15px;
              transition: all 0.8s ease-out;
              -moz-transition: all 0.8s ease-out;
              -webkit-transition: all 0.8s ease-out;
              -ms-transition: all 0.8s ease-out;
              -o-transition: all 0.8s ease-out; }
            .aui #wrapper #navigation ul li.only-mobile {
              display: block;
              padding: 0;
              padding-bottom: 0;
              float: left;
              margin-top: 20px;
              border: none; }
              .aui #wrapper #navigation ul li.only-mobile a {
                padding: 0 20px;
                margin: 0;
                width: 100%;
                border: none;
                display: block;
                float: left; }
                .aui #wrapper #navigation ul li.only-mobile a span {
                  float: left;
                  padding: 5px; }
                .aui #wrapper #navigation ul li.only-mobile a img {
                  display: block;
                  float: left; }
            .aui #wrapper #navigation ul li:hover a span {
              transform: translateX(8px);
              -webkit-transform: translateX(8px);
              -moz-transform: translateX(8px); }
            .aui #wrapper #navigation ul li a {
              float: left;
              width: 100%;
              color: #214b87;
              border-bottom: solid 1px #ebebeb; } }
  .aui #wrapper .news-filter {
    float: left;
    width: 100%;
    display: block;
    padding-left: 18px;
    margin: 0;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 36px; }
    .aui #wrapper .news-filter li {
      float: left;
      width: 100%;
      display: block;
      position: relative; }
      .aui #wrapper .news-filter li.height ul {
        height: auto; }
      .aui #wrapper .news-filter li > span {
        text-transform: uppercase;
        font-size: 12px;
        font-family: "dinpromedium";
        color: #333333;
        position: relative;
        cursor: pointer; }
        .aui #wrapper .news-filter li > span:before {
          height: 10px;
          width: 16px;
          background-position: center;
          background-image: url(../images/arrow-list-right.png);
          background-repeat: no-repeat;
          position: absolute;
          content: '';
          display: block;
          left: -20px;
          top: 50%;
          margin-top: -5px; }
        .aui #wrapper .news-filter li > span:hover {
          color: #3faf4b; }
      .aui #wrapper .news-filter li ul {
        transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        margin-bottom: 18px;
        padding-left: 0px;
        float: left;
        width: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        margin-left: 0; }
        .aui #wrapper .news-filter li ul li {
          cursor: pointer;
          margin: 0;
          margin-top: 18px;
          float: left;
          width: 100%;
          display: block;
          font-size: 12px;
          color: #959595;
          font-family: dinpromedium;
          text-transform: none; }
          .aui #wrapper .news-filter li ul li a {
            color: #959595; }
          .aui #wrapper .news-filter li ul li:hover {
            color: #3faf4b; }
          .aui #wrapper .news-filter li ul li.selected {
            color: #333333; }
  .aui #wrapper .news-content {
    float: left;
    width: 100%;
    display: none; }
    .aui #wrapper .news-content.current {
      display: block; }
    .aui #wrapper .news-content .data-month, .aui #wrapper .news-content .data-year, .aui #wrapper .news-content .data-month-number, .aui #wrapper .news-content .data-day {
      display: none; }
    .aui #wrapper .news-content h2 {
      float: left;
      font-family: "dinpromedium";
      text-decoration: none;
      text-transform: uppercase;
      color: #333333;
      font-weight: normal;
      margin-top: 0;
      width: 100%; }
    .aui #wrapper .news-content p {
      float: left;
      width: 100%;
      /* line-height: 1.2; */
      color: #333333;
      /* font-size: 12px; */
      font-size: 13px;
      line-height: 16px;
      color: #666;
      font-family: "dinproregular";
      margin-top: 0;
      margin-bottom: 18px;
      column-count: 2;
      column-gap: 18px;
      text-align: justify; }
      .aui #wrapper .news-content p.full {
        column-count: 1;
        text-align: justify; }
      @media (max-width: 700px) {
        .aui #wrapper .news-content p {
          column-count: 1;
          column-gap: 0; } }
    .aui #wrapper .news-content img {
      float: left;
      width: 100%;
      margin-bottom: 18px; }
      .aui #wrapper .news-content img.width50 {
        width: calc(50% - 9px); }
        @media (max-width: 480px) {
          .aui #wrapper .news-content img.width50 {
            width: 100%; } }
        .aui #wrapper .news-content img.width50 + .width50 {
          margin-left: 18px; }
          @media (max-width: 480px) {
            .aui #wrapper .news-content img.width50 + .width50 {
              margin-left: 0; } }
    .aui #wrapper .news-content ul {
      float: left;
      width: 100%;
      margin-bottom: 18px;
      margin-top: 0; }
      .aui #wrapper .news-content ul li {
        float: left;
        /* line-height: 1.2; */
        color: #333333;
        /* font-size: 12px; */
        font-size: 13px;
        line-height: 16px;
        color: #666;
        font-family: "dinproregular";
        width: 100%; }
  .aui .portlet-body {
    float: left;
    width: 100%; }
    .aui .portlet-body .header-title {
      float: left;
      width: 100%;
      font-family: "dinpromedium";
      text-decoration: none;
      text-transform: uppercase;
      color: #333333;
      font-weight: normal;
      margin-top: 0; }
  .aui .portlet-borderless-container.nope {
    min-height: 0; }
  .aui .portlet-borderless-bar, .aui .portlet-content .lfr-icon-actions {
    background: #214b87; }
    .aui .portlet-borderless-bar a span, .aui .portlet-content .lfr-icon-actions a span {
      color: #fff; }
  .aui .portlet-dockbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    border-top: solid 1px #ebebeb; }
  .aui .taglib-header {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    padding-bottom: 9px; }
    .aui .taglib-header .header-back-to {
      float: left;
      width: 30px;
      display: block; }
      .aui .taglib-header .header-back-to a {
        padding: 0;
        margin: 0;
        width: 19px;
        height: 19px;
        background-image: url(../images/go-back-arrow.png);
        background-size: cover;
        background-position: center; }
        .aui .taglib-header .header-back-to a:before {
          content: ''; }
      .aui .taglib-header .header-back-to + .header-title {
        width: calc(100% - 40px); }
  .aui .taglib-language-list-text {
    border: none; }
  .aui .portlet-content, .aui .portlet-minimized .portlet-content-container {
    padding: 0; }
  .aui .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle, .aui .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-toggle, .aui .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle, .aui .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-toggle {
    padding: 0;
    border: none;
    background: none; }
  .aui .portlet-title {
    display: block;
    margin: 0; }
    .aui .portlet-title span {
      display: block; }
  .aui .portal-popup .lfr-search-container {
    float: left;
    width: 100%; }
  .aui .portlet-login {
    float: none;
    margin: auto;
    width: 400px;
    max-width: 100%;
    padding: 20px; }
    .aui .portlet-login h1.portlet-title {
      float: left;
      width: 100%;
      font-family: "dinpromedium";
      text-decoration: none;
      text-transform: uppercase;
      color: #333;
      font-weight: normal;
      margin-top: 0;
      font-size: 1.17em;
      line-height: 1.2; }
    .aui .portlet-login .portlet-topper .portlet-topper-toolbar {
      display: none; }
    .aui .portlet-login .btn.btn-primary {
      width: 100%; }
    .aui .portlet-login form select, .aui .portlet-login form textarea, .aui .portlet-login form input[type="text"], .aui .portlet-login form input[type="password"], .aui .portlet-login form input[type="datetime"], .aui .portlet-login form input[type="datetime-local"], .aui .portlet-login form input[type="date"], .aui .portlet-login form input[type="month"], .aui .portlet-login form input[type="time"], .aui .portlet-login form input[type="week"], .aui .portlet-login form input[type="number"], .aui .portlet-login form input[type="email"], .aui .portlet-login form input[type="url"], .aui .portlet-login form input[type="search"], .aui .portlet-login form input[type="tel"], .aui .portlet-login form input[type="color"], .aui .portlet-login form .uneditable-input {
      text-transform: none; }
  .aui .lfr-meta-actions .lfr-icon-actions span {
    color: #214b87; }
  .aui .portlet-journal .journal-article-component-container {
    margin: 3px;
    float: left;
    width: calc(100% - 6px); }
  .aui #portlet-set-properties .form-hint {
    float: left; }
  .aui .lfr-translation-manager-selector, .aui .lfr-translation-manager-add-menu {
    display: block;
    margin: .5em 0;
    white-space: nowrap;
    float: left;
    white-space: inherit; }
  .aui .portlet-journal .journal-article-header-edit {
    float: left;
    width: 100%; }
  .aui .portlet-journal .journal-metadata {
    min-height: 1.8em;
    float: left;
    width: 100%; }
  @media (max-width: 979px) {
    .aui .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
      display: block; } }
  @media (max-width: 767px) {
    .aui [class*="span"], .aui .uneditable-input[class*="span"], .aui .row-fluid [class*="span"] {
      float: left; } }
  .aui .woerndle-root #wrapper .column-products .grid-items a.item {
    margin-bottom: 18px;
    margin-top: 0;
    position: relative;
    float: left;
    width: 23.5%;
    clear: none;
    border: solid 1px #ebebeb;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 2%;
    overflow: hidden;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out; }
    .aui .woerndle-root #wrapper .column-products .grid-items a.item.hide {
      display: none; }
    .aui .woerndle-root #wrapper .column-products .grid-items a.item .item_bottom {
      font-family: dinproregular;
      margin-bottom: 9px;
      position: relative;
      top: 0;
      background: rgba(235, 235, 235, 0.4);
      width: 100%;
      color: #333333;
      text-transform: uppercase;
      text-align: center;
      float: left;
      padding: 5px; }
    .aui .woerndle-root #wrapper .column-products .grid-items a.item .over-img {
      position: absolute;
      top: 0;
      height: 100%;
      display: block;
      background: rgba(100, 200, 250, 0.4);
      width: 100%;
      border: solid 2px #fff; }
      .aui .woerndle-root #wrapper .column-products .grid-items a.item .over-img:after {
        content: '';
        display: block;
        padding-top: 66%; }
    .aui .woerndle-root #wrapper .column-products .grid-items a.item .img {
      float: left;
      width: 100%;
      background-size: cover;
      background-position: center;
      transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -ms-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      position: relative;
      overflow: hidden; }
      .aui .woerndle-root #wrapper .column-products .grid-items a.item .img:after {
        content: '';
        display: block;
        padding-top: 66%; }
      .aui .woerndle-root #wrapper .column-products .grid-items a.item .img .bkg {
        float: left;
        width: 100%;
        background-size: cover;
        background-position: center;
        transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transform: scale(1.02); }
    .aui .woerndle-root #wrapper .column-products .grid-items a.item:hover {
      border-color: #3faf4b; }
      .aui .woerndle-root #wrapper .column-products .grid-items a.item:hover .img .bkg {
        transform: scale(1.3); }
    .aui .woerndle-root #wrapper .column-products .grid-items a.item:nth-child(4n+1) {
      clear: left;
      margin-left: 0; }
    @media (max-width: 800px) {
      .aui .woerndle-root #wrapper .column-products .grid-items a.item {
        width: 32%; }
        .aui .woerndle-root #wrapper .column-products .grid-items a.item:nth-child(4n+1) {
          clear: none;
          margin-left: 2%; }
        .aui .woerndle-root #wrapper .column-products .grid-items a.item:nth-child(3n+1) {
          margin-left: 0;
          clear: left; } }
    @media (max-width: 650px) {
      .aui .woerndle-root #wrapper .column-products .grid-items a.item {
        width: 49%;
        margin-bottom: 2%; }
        .aui .woerndle-root #wrapper .column-products .grid-items a.item:nth-child(3n+1) {
          clear: none;
          margin-left: 2%; }
        .aui .woerndle-root #wrapper .column-products .grid-items a.item:nth-child(4n+1) {
          clear: none;
          margin-left: 2%; }
        .aui .woerndle-root #wrapper .column-products .grid-items a.item:nth-child(2n+1) {
          clear: left;
          margin-left: 0; }
        .aui .woerndle-root #wrapper .column-products .grid-items a.item:nth-child(2n+2) {
          clear: none;
          margin-left: 2%; } }
  .aui .info-products-grid-styles {
    display: none; }
  .aui .dockbar-ready .controls-visible .info-products-grid-styles {
    display: block;
    width: 100%;
    color: #333333; }
  .aui .dockbar-ready .controls-hidden .info-products-grid-styles {
    display: none;
    width: 100%; }
  .aui .table-100 .lfr-search-container {
    float: left;
    width: 100%; }
    .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom {
      float: left;
      width: 100%;
      margin-bottom: 36px; }
      .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .search-results, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .search-results {
        float: left;
        width: 10%;
        height: 48px;
        vertical-align: middle;
        display: flex;
        align-items: center;
        padding: 0 9px;
        background-position: center left;
        background-size: 6px;
        background-repeat: no-repeat;
        font-size: 12px;
        color: #959595;
        font-family: dinpromedium;
        text-transform: none;
        line-height: 1em; }
        @media (max-width: 1300px) {
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .search-results, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .search-results {
            width: auto;
            margin-left: 0;
            padding-left: 0; } }
        @media (max-width: 1100px) {
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .search-results, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .search-results {
            margin-top: 0;
            width: 100%;
            clear: left;
            text-align: center;
            display: block;
            line-height: 48px;
            color: #333;
            font-family: "dinpromedium";
            font-size: 12px;
            text-transform: uppercase; } }
      .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config {
        float: left;
        width: 40%; }
        @media (max-width: 1100px) {
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config {
            width: 80%; } }
        @media (max-width: 1300px) {
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config {
            width: 100%; }
            .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector {
              margin-bottom: 18px; } }
        .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-toggle, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-toggle {
          float: left;
          width: 100%;
          background: none;
          text-decoration: none; }
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle:hover span, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-toggle:hover span, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle:hover span, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-toggle:hover span {
            border-color: #3faf4b; }
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle span, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-toggle span, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle span, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-toggle span {
            float: left;
            width: 100%;
            display: block;
            border: solid 1px #ebebeb;
            padding: 16px 17px;
            color: #333333;
            font-family: "dinpromedium";
            font-size: 12px;
            text-transform: uppercase;
            position: relative;
            transition: all 1s ease-out;
            -moz-transition: all 1s ease-out;
            -webkit-transition: all 1s ease-out;
            -ms-transition: all 1s ease-out;
            -o-transition: all 1s ease-out; }
        .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu {
          float: left;
          width: 100%;
          margin: 0;
          display: block;
          padding: 0;
          position: absolute;
          border: solid 1px #ebebeb;
          top: 48px;
          z-index: 9;
          display: none; }
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu li, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu li, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu li, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu li {
            display: block;
            float: left;
            width: 100%;
            background: white; }
            .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu li:nth-child(2n+1), .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu li:nth-child(2n+1), .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu li:nth-child(2n+1), .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu li:nth-child(2n+1) {
              background: #fcfcfc; }
            .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu li:hover, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu li:hover, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu li:hover, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu li:hover {
              background: #f1f1f1; }
            .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu li a, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu li a, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .dropdown-menu li a, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .dropdown-menu li a {
              cursor: pointer;
              display: block;
              float: left;
              height: auto;
              padding: 9px;
              color: #959595;
              font-size: 10px;
              text-transform: uppercase;
              text-decoration: none;
              font-family: "dinprobold"; }
        .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector {
          float: left;
          width: 50%;
          padding-right: 9px; }
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector .btn-group, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector .btn-group {
            position: relative;
            float: left;
            width: 100%; }
        .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector {
          float: left;
          width: 50%;
          padding-left: 9px; }
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector .btn-group, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector .btn-group {
            position: relative;
            float: left;
            width: 100%; }
        @media (max-width: 600px) {
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-delta-selector, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-config .lfr-pagination-page-selector, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-delta-selector, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-config .lfr-pagination-page-selector {
            width: 100%;
            padding-left: 0;
            padding-right: 0; } }
      .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons {
        float: right;
        width: 45%;
        padding: 0;
        margin: 0; }
        @media (max-width: 1100px) {
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons {
            width: 100%;
            margin-top: 18px; } }
        @media (max-width: 600px) {
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons {
            width: 100%;
            margin-top: 0; } }
        .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons li, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons li {
          float: left;
          width: 25%;
          display: block;
          padding: 0 9px; }
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons li:first-child, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons li:first-child {
            padding-left: 0; }
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons li:last-child, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons li:last-child {
            padding-right: 0; }
          @media (max-width: 480px) {
            .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons li, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons li {
              width: 50%;
              margin-top: 9px; }
              .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons li:nth-child(2n+1), .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons li:nth-child(2n+1) {
                padding-left: 0;
                padding-right: 9px; }
              .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons li:nth-child(2n+2), .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons li:nth-child(2n+2) {
                padding-left: 9px;
                padding-right: 0; } }
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons li a, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons li a {
            float: left;
            width: 100%;
            display: block;
            text-decoration: none;
            float: left;
            width: 100%;
            display: block;
            border: solid 1px #ebebeb;
            padding: 16px 17px;
            color: #333333;
            font-family: "dinpromedium";
            font-size: 12px;
            text-transform: uppercase;
            position: relative;
            transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            -webkit-transition: all 0.1s ease-out;
            -ms-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            text-align: center;
            border-radius: 0;
            -webkit-border-radius: 0; }
            @media (max-width: 600px) {
              .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons li a, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons li a {
                padding-left: 5px;
                padding-right: 5px; } }
          .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-top .lfr-pagination-buttons li:hover a, .aui .table-100 .lfr-search-container .taglib-search-iterator-page-iterator-bottom .lfr-pagination-buttons li:hover a {
            border-color: #3faf4b; }
    .aui .table-100 .lfr-search-container .searchcontainer {
      float: left;
      width: 100%;
      margin-bottom: 36px; }
      .aui .table-100 .lfr-search-container .searchcontainer table {
        float: left;
        width: 100%;
        display: block; }
        .aui .table-100 .lfr-search-container .searchcontainer table .table-columns {
          float: left;
          width: 100%;
          display: block; }
        .aui .table-100 .lfr-search-container .searchcontainer table .table-data {
          float: left;
          width: 100%;
          display: block;
          margin-top: 4px;
          padding-top: 4px;
          border-top: solid 1px;
          border-top: solid 1px #ebebeb; }
        .aui .table-100 .lfr-search-container .searchcontainer table tr {
          float: left;
          display: block;
          width: 100%; }
          .aui .table-100 .lfr-search-container .searchcontainer table tr + tr {
            margin-top: 4px;
            padding-top: 4px;
            border-top: solid 1px;
            border-top: solid 1px #ebebeb; }
          .aui .table-100 .lfr-search-container .searchcontainer table tr td, .aui .table-100 .lfr-search-container .searchcontainer table tr th {
            display: block;
            float: left;
            padding: 18px;
            position: relative;
            height: 66px;
            text-align: left;
            margin: 5px 0; }
            .aui .table-100 .lfr-search-container .searchcontainer table tr td a, .aui .table-100 .lfr-search-container .searchcontainer table tr th a {
              position: absolute;
              top: 50%;
              transform: translatey(-50%);
              width: 100%;
              left: 18px;
              text-decoration: none;
              transition: all 1s ease-out;
              -moz-transition: all 1s ease-out;
              -webkit-transition: all 1s ease-out;
              -ms-transition: all 1s ease-out;
              -o-transition: all 1s ease-out; }
            .aui .table-100 .lfr-search-container .searchcontainer table tr td:nth-child(1), .aui .table-100 .lfr-search-container .searchcontainer table tr th:nth-child(1) {
              width: 100px;
              height: 66px;
              padding: 0; }
              .aui .table-100 .lfr-search-container .searchcontainer table tr td:nth-child(1) a, .aui .table-100 .lfr-search-container .searchcontainer table tr th:nth-child(1) a {
                position: relative;
                left: 0;
                top: 0;
                transform: translateY(0);
                float: left;
                display: block;
                width: 100%;
                height: 100%;
                /*background: #666;*/
                /*overflow: hidden;
                /*text-indent: -999px;*/
                position: relative; }
                .aui .table-100 .lfr-search-container .searchcontainer table tr td:nth-child(1) a img, .aui .table-100 .lfr-search-container .searchcontainer table tr th:nth-child(1) a img {
                  position: absolute;
                  max-width: 100%;
                  float: left;
                  max-height: 66px;
                  top: 50%;
                  left: 0;
                  transform: translateY(-50%); }
            .aui .table-100 .lfr-search-container .searchcontainer table tr td:nth-child(2), .aui .table-100 .lfr-search-container .searchcontainer table tr th:nth-child(2) {
              width: calc(100% - 300px); }
            .aui .table-100 .lfr-search-container .searchcontainer table tr td:nth-child(3), .aui .table-100 .lfr-search-container .searchcontainer table tr th:nth-child(3) {
              width: 150px; }
            .aui .table-100 .lfr-search-container .searchcontainer table tr td.last, .aui .table-100 .lfr-search-container .searchcontainer table tr th.last {
              width: 50px; }
          .aui .table-100 .lfr-search-container .searchcontainer table tr td {
            transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -webkit-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out; }
            .aui .table-100 .lfr-search-container .searchcontainer table tr td a {
              cursor: pointer;
              color: #666;
              font-size: 13px;
              font-family: "dinproregular";
              text-transform: none; }
          .aui .table-100 .lfr-search-container .searchcontainer table tr th {
            color: #333333;
            font-size: 16px;
            font-family: dinproregular;
            margin-bottom: 0;
            padding-bottom: 18px;
            text-transform: uppercase;
            text-align: left;
            height: auto !important;
            padding: 9px 18px; }
            .aui .table-100 .lfr-search-container .searchcontainer table tr th:nth-child(1) {
              padding: 9px 18px;
              padding-left: 0; }
          .aui .table-100 .lfr-search-container .searchcontainer table tr:nth-child(2n+1) td {
            background: #fcfcfc; }
          .aui .table-100 .lfr-search-container .searchcontainer table tr:hover td {
            background: #f1f1f1; }
            .aui .table-100 .lfr-search-container .searchcontainer table tr:hover td a {
              color: #3faf4b; }
            .aui .table-100 .lfr-search-container .searchcontainer table tr:hover td:nth-child(1) a {
              opacity: 0.8; }
  .aui .btn.btn-wishlist {
    max-width: 100%;
    width: 30px !important;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    background: #214b87;
    background-image: url(../images/wishlist.png);
    background-size: cover;
    background-position: center;
    float: right;
    border: solid 1px #214b87 !important;
    padding: 0 !important; }
    .aui .btn.btn-wishlist:hover {
      border-color: #fff !important;
      color: #fff !important; }
    .aui .btn.btn-wishlist.btn-wishlist-full {
      text-indent: 0;
      width: 100% !important;
      background-image: none;
      height: auto;
      padding: 16px 17px !important;
      text-align: center;
      color: #fff; }
  .aui #wrapper .bottom_header {
    float: left;
    width: 100%;
    clear: both; }
    .aui #wrapper .bottom_header .filter_main {
      float: left;
      width: 100%;
      margin-top: 36px;
      margin-bottom: 36px;
      clear: both; }
      @media (max-width: 650px) {
        .aui #wrapper .bottom_header .filter_main {
          margin-top: 10px; } }
      .aui #wrapper .bottom_header .filter_main ul.filtri {
        text-transform: uppercase;
        color: #333333;
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 650px) {
          .aui #wrapper .bottom_header .filter_main ul.filtri {
            margin: 0; } }
        .aui #wrapper .bottom_header .filter_main ul.filtri li {
          text-align: left;
          cursor: pointer;
          display: block;
          float: left;
          width: 23.8%;
          margin-left: 0.8%;
          margin-right: 0.8%;
          padding: 16px 17px;
          box-sizing: border-box;
          border: solid 1px #ebebeb;
          color: #333333;
          font-family: "dinpromedium";
          font-size: 12px;
          text-transform: uppercase;
          position: relative;
          transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -webkit-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out; }
          .aui #wrapper .bottom_header .filter_main ul.filtri li:first-child {
            margin-left: 0; }
          .aui #wrapper .bottom_header .filter_main ul.filtri li.selected, .aui #wrapper .bottom_header .filter_main ul.filtri li:hover {
            border-color: #3faf4b; }
          .aui #wrapper .bottom_header .filter_main ul.filtri li a {
            color: #333333; }
          .aui #wrapper .bottom_header .filter_main ul.filtri li .name {
            float: left;
            clear: both;
            display: block;
            width: 100%;
            font-family: dinpromedium;
            font-size: 12px;
            color: #333333; }
          .aui #wrapper .bottom_header .filter_main ul.filtri li .image {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 14px;
            right: 17px; }
            .aui #wrapper .bottom_header .filter_main ul.filtri li .image img {
              float: left;
              clear: both;
              display: block;
              width: 100%; }
          @media (max-width: 650px) {
            .aui #wrapper .bottom_header .filter_main ul.filtri li {
              width: 48%;
              margin-left: 0 !important;
              margin-right: 0 !important; }
              .aui #wrapper .bottom_header .filter_main ul.filtri li:nth-child(2n+2) {
                margin-left: 4% !important;
                margin-bottom: 2%; }
              .aui #wrapper .bottom_header .filter_main ul.filtri li:nth-child(2n+1) {
                clear: left; } }
          @media (max-width: 480px) {
            .aui #wrapper .bottom_header .filter_main ul.filtri li {
              margin-bottom: 2%;
              width: 100%;
              margin-left: 0 !important;
              margin-right: 0 !important; }
              .aui #wrapper .bottom_header .filter_main ul.filtri li:nth-child(2n+2) {
                margin-left: 0% !important; }
              .aui #wrapper .bottom_header .filter_main ul.filtri li:nth-child(2n+1) {
                margin-left: 0% !important; } }
        .aui #wrapper .bottom_header .filter_main ul.filtri.num-2 li:first-child {
          margin-left: 25.4%; }
        .aui #wrapper .bottom_header .filter_main ul.filtri.num-3 li:first-child {
          margin-left: 12.7%; }
    .aui #wrapper .bottom_header .filter-detail {
      float: left;
      clear: both;
      display: block;
      width: 100%;
      margin-bottom: 36px;
      margin-bottom: 0; }
      .aui #wrapper .bottom_header .filter-detail.border-bottom {
        border-bottom: solid 1px #ebebeb; }
      .aui #wrapper .bottom_header .filter-detail .filter-detail-element {
        margin-top: 0px;
        float: left;
        clear: both;
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 0;
        height: 0;
        overflow: hidden;
        transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out; }
        .aui #wrapper .bottom_header .filter-detail .filter-detail-element.currentButton {
          padding-bottom: 36px; }
        .aui #wrapper .bottom_header .filter-detail .filter-detail-element.show-important {
          display: block !important;
          height: auto !important;
          padding-bottom: 18px !important;
          margin: 0 !important; }
        .aui #wrapper .bottom_header .filter-detail .filter-detail-element .title {
          float: left;
          clear: both;
          display: block;
          width: 100%;
          padding-bottom: 18px;
          border-bottom: solid 1px #ebebeb;
          margin-bottom: 18px;
          text-transform: uppercase;
          color: #333333;
          font-size: 16px;
          font-family: dinproregular;
          letter-spacing: 0.5px; }
          .aui #wrapper .bottom_header .filter-detail .filter-detail-element .title .close {
            color: #b1b1b1;
            cursor: pointer;
            position: absolute;
            float: right;
            width: auto;
            right: 0;
            top: 6px;
            display: block; }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .title .close .text {
              float: left;
              clear: none;
              display: block;
              color: #959595;
              font-family: "dinprobold";
              font-size: 10px;
              line-height: 10px; }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .title .close .close-x {
              float: left;
              background: url(../images/cross.png);
              background-position: center;
              background-repeat: no-repeat;
              background-size: 10px;
              clear: none;
              display: block;
              width: 10px;
              margin-left: 8px;
              height: 10px; }
        .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters {
          float: left;
          clear: both;
          display: block;
          width: 100%;
          margin-bottom: 18px; }
          .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters.padding-top {
            padding-top: 18px; }
          .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters a {
            font-family: dinpromedium;
            font-size: 12px;
            color: #333;
            text-decoration: none;
            float: left;
            width: 100%; }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters a:hover {
              text-decoration: none; }
          .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri {
            text-transform: uppercase;
            color: #333333;
            display: block;
            width: 100%;
            float: left;
            padding: 0;
            text-align: center;
            margin: 0; }
            @media screen and (max-width: 650px) {
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri {
                margin: 0; } }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li {
              text-align: left;
              cursor: pointer;
              display: block;
              float: left;
              width: 23.8%;
              margin-left: 0.8%;
              margin-right: 0.8%;
              padding: 16px 17px;
              box-sizing: border-box;
              border: solid 1px #ebebeb;
              color: #333333;
              font-family: "dinpromedium";
              font-size: 12px;
              text-transform: uppercase;
              position: relative; }
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li:hover {
                border-color: #3faf4b; }
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li .image {
                width: 20px;
                height: 20px;
                position: absolute;
                top: 14px;
                right: 17px; }
                .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li .image img {
                  float: left;
                  clear: both;
                  display: block;
                  width: 100%; }
              @media (max-width: 650px) {
                .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li {
                  width: 48%;
                  margin-left: 0 !important;
                  margin-right: 0 !important; }
                  .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li:nth-child(2n+2) {
                    margin-left: 4% !important;
                    margin-bottom: 2%; }
                  .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li:nth-child(2n+1) {
                    clear: left; } }
              @media (max-width: 480px) {
                .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li {
                  float: left;
                  width: 100%; }
                  .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li:nth-child(2n+2) {
                    margin-left: 0% !important;
                    margin-bottom: 2%; }
                  .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li:nth-child(2n+1) {
                    margin-bottom: 2%; } }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri li:first-child {
              margin-left: 0; }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri.num-2 li:first-child {
              margin-left: 25.4%; }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri.num-3 li:first-child {
              margin-left: 12.7%; }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri.num-4 {
              padding: 0; }
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters ul.filtri.num-4 li:last-child {
                margin-right: 0; }
          .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form {
            float: left;
            width: 100%;
            margin: 0; }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .fieldset {
              float: left;
              width: 100%;
              margin: 0;
              padding: 0;
              border: none; }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .icon-search {
              display: block;
              height: 1em;
              font-family: 'fontawesome-alloy';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased; }
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .icon-search:before {
                text-decoration: inherit;
                display: inline-block;
                speak: none; }
            .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .row-fluid {
              float: left;
              width: 100%;
              margin: 0; }
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .row-fluid .span2 {
                float: left;
                width: 20%;
                margin: 0;
                padding-left: 0.8%;
                padding-right: 0.8%; }
                @media (max-width: 650px) {
                  .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .row-fluid .span2 {
                    width: 40%;
                    padding: 0; } }
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .row-fluid .span3 {
                float: left;
                width: 30%;
                margin: 0;
                padding-left: 0.8%;
                padding-right: 0.8%; }
                @media (max-width: 650px) {
                  .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .row-fluid .span3 {
                    width: 58%;
                    padding: 0;
                    margin-right: 2%; } }
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .row-fluid .span5 {
                float: left;
                width: 50%;
                margin: 0;
                padding-left: 0.8%;
                padding-right: 0.8%; }
                @media (max-width: 650px) {
                  .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .row-fluid .span5 {
                    width: 100%;
                    padding: 0;
                    margin-bottom: 2%; } }
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .row-fluid > div:first-child {
                padding-left: 0; }
              .aui #wrapper .bottom_header .filter-detail .filter-detail-element .filters form .row-fluid > div:last-child {
                padding-right: 0; }
  .aui .woerndle-root #content .columns-products {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 18px;
    padding: 0;
    border-top: solid 1px #ebebeb;
    padding-top: 18px;
    margin-bottom: 36px; }
    .aui .woerndle-root #content .columns-products.no-border-top {
      border-top: none;
      margin-top: 0;
      padding-top: 0; }
    .aui .woerndle-root #content .columns-products .columns-products-wrapper {
      float: none;
      width: 768px;
      max-width: 100%;
      margin: auto; }
    .aui .woerndle-root #content .columns-products .column {
      margin: 0;
      display: block;
      float: left;
      width: 50%;
      padding: 0; }
      @media (max-width: 480px) {
        .aui .woerndle-root #content .columns-products .column {
          width: 100%;
          padding: 0; } }
      .aui .woerndle-root #content .columns-products .column li {
        display: block;
        float: left;
        width: 100%; }
        .aui .woerndle-root #content .columns-products .column li + li {
          margin-top: 15px; }
        .aui .woerndle-root #content .columns-products .column li.title {
          font-family: dinpromedium;
          font-size: 16px;
          color: #333333;
          text-transform: uppercase;
          text-align: left; }
        .aui .woerndle-root #content .columns-products .column li .image {
          float: left;
          width: 100px;
          height: 66px;
          margin-right: 25px;
          background-position: center;
          background-size: contain;
          border: solid 1px #3faf4b; }
        .aui .woerndle-root #content .columns-products .column li .text {
          float: left;
          width: calc(100% - 125px);
          line-height: 1.2em;
          font-size: 13px;
          color: #959595;
          font-family: dinpromedium;
          height: 66px;
          display: flex;
          align-items: center; }
        .aui .woerndle-root #content .columns-products .column li:hover .text {
          color: #3faf4b; }
      @media (max-width: 480px) {
        .aui .woerndle-root #content .columns-products .column:nth-child(2) {
          margin-top: 20px; } }
      .aui .woerndle-root #content .columns-products .column:nth-child(2) li.title {
        text-align: right; }
        @media (max-width: 480px) {
          .aui .woerndle-root #content .columns-products .column:nth-child(2) li.title {
            text-align: left; } }
      .aui .woerndle-root #content .columns-products .column:nth-child(2) .image {
        float: right;
        margin-left: 25px;
        margin-right: 0; }
        @media (max-width: 480px) {
          .aui .woerndle-root #content .columns-products .column:nth-child(2) .image {
            float: left;
            margin-left: 0;
            margin-right: 25px; } }
      .aui .woerndle-root #content .columns-products .column:nth-child(2) .text {
        text-align: right; }
        .aui .woerndle-root #content .columns-products .column:nth-child(2) .text p {
          float: left;
          width: 100%; }
        @media (max-width: 480px) {
          .aui .woerndle-root #content .columns-products .column:nth-child(2) .text {
            text-align: left; } }
      @media (max-width: 650px) {
        .aui .woerndle-root #content .columns-products .column li {
          position: relative; }
          .aui .woerndle-root #content .columns-products .column li .text {
            float: left;
            width: calc(100% - 125px);
            line-height: 1em;
            position: absolute;
            font-size: 13px;
            color: #959595;
            font-family: dinpromedium;
            right: 0;
            top: 50%;
            transform: translateY(-50%); } }
      @media (max-width: 650px) and (min-width: 481px) {
        .aui .woerndle-root #content .columns-products .column:nth-child(2) li .text {
          left: 0; } }
  .aui #wrapper .wishlist {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    z-index: 90;
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    opacity: 0;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; }
    @media (max-width: 650px) {
      .aui #wrapper .wishlist {
        z-index: 999999; } }
    .aui #wrapper .wishlist.show_wishlist {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      opacity: 1; }
    .aui #wrapper .wishlist .wishlist_center {
      width: 700px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      max-width: 90vw;
      margin: auto;
      height: 700px;
      max-height: 90vh;
      border: solid 1px #ebebeb;
      background: white;
      padding: 40px; }
      @media (max-width: 650px) {
        .aui #wrapper .wishlist .wishlist_center {
          position: fixed;
          top: 0;
          transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          left: 0;
          width: 100%;
          background: 0;
          max-width: 100%;
          height: 100vh;
          max-height: 100vh;
          overflow: hidden;
          background: #fff;
          padding: 20px; } }
      .aui #wrapper .wishlist .wishlist_center.no-border {
        padding: 0;
        border: none; }
        .aui #wrapper .wishlist .wishlist_center.no-border .center_wrapper .table .table-data tr td {
          height: 2em;
          padding: 0; }
          .aui #wrapper .wishlist .wishlist_center.no-border .center_wrapper .table .table-data tr td:nth-child(1) {
            display: none; }
          .aui #wrapper .wishlist .wishlist_center.no-border .center_wrapper .table .table-data tr td:nth-child(5) {
            display: none; }
          .aui #wrapper .wishlist .wishlist_center.no-border .center_wrapper .table .table-data tr td :nth-child(3) {
            width: calc(70% - 40px); }
    .aui #wrapper .wishlist .center_wrapper {
      padding: 0;
      float: left;
      width: 100%;
      overflow: auto;
      height: calc(100% - 60px); }
      .aui #wrapper .wishlist .center_wrapper .close {
        position: absolute;
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: cover;
        background-image: url(../images/cross-big.png);
        top: 10px;
        cursor: pointer;
        right: 10px; }
        @media (max-width: 650px) {
          .aui #wrapper .wishlist .center_wrapper .close {
            right: 40px;
            top: 40px; } }
      .aui #wrapper .wishlist .center_wrapper .download {
        float: left;
        width: auto;
        display: block;
        text-decoration: none;
        float: left;
        width: calc(100% - 80px);
        display: block;
        border: solid 1px #ebebeb;
        padding: 16px 17px;
        color: #333333;
        font-family: "dinpromedium";
        font-size: 12px;
        text-transform: uppercase;
        position: relative;
        transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        text-align: center;
        position: absolute;
        bottom: 20px;
        background: white; }
        .aui #wrapper .wishlist .center_wrapper .download.hide {
          display: none; }
      .aui #wrapper .wishlist .center_wrapper h2 {
        float: left;
        width: 100%;
        font-family: "dinpromedium";
        text-decoration: none;
        text-transform: uppercase;
        color: #333333;
        font-weight: normal;
        margin-top: 0; }
      .aui #wrapper .wishlist .center_wrapper table {
        float: left;
        width: 100%; }
        .aui #wrapper .wishlist .center_wrapper table .table-columns {
          float: left;
          width: 100%; }
          .aui #wrapper .wishlist .center_wrapper table .table-columns tr {
            float: left;
            width: 100%; }
            .aui #wrapper .wishlist .center_wrapper table .table-columns tr th {
              float: left;
              width: 20%;
              color: #333333;
              font-size: 16px;
              font-family: dinproregular;
              margin-bottom: 0;
              padding-bottom: 18px;
              text-transform: uppercase;
              text-align: left;
              height: auto !important;
              padding: 9px 18px; }
              @media (max-width: 650px) {
                .aui #wrapper .wishlist .center_wrapper table .table-columns tr th {
                  font-size: 12px; } }
        .aui #wrapper .wishlist .center_wrapper table .table-data {
          float: left;
          width: 100%; }
          .aui #wrapper .wishlist .center_wrapper table .table-data tr {
            float: left;
            width: 100%; }
            .aui #wrapper .wishlist .center_wrapper table .table-data tr:hover td {
              background: #f1f1f1 !important; }
            .aui #wrapper .wishlist .center_wrapper table .table-data tr:nth-child(2n+1) td {
              background: #fcfcfc; }
            .aui #wrapper .wishlist .center_wrapper table .table-data tr + tr {
              margin-top: 4px;
              padding-top: 4px;
              border-top: solid 1px;
              border-top: solid 1px #ebebeb; }
            .aui #wrapper .wishlist .center_wrapper table .table-data tr td {
              float: left;
              width: 100%; }
        .aui #wrapper .wishlist .center_wrapper table .table-data tr th, .aui #wrapper .wishlist .center_wrapper table .table-data tr td, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td {
          transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -webkit-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          display: block;
          float: left;
          padding: 18px;
          position: relative;
          height: 66px;
          text-align: left; }
          .aui #wrapper .wishlist .center_wrapper table .table-data tr th a, .aui #wrapper .wishlist .center_wrapper table .table-data tr th p, .aui #wrapper .wishlist .center_wrapper table .table-data tr td a, .aui #wrapper .wishlist .center_wrapper table .table-data tr td p, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th a, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th p, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td a, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td p {
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
            -webkit-transform: translatey(-50%);
            width: 100%;
            left: 18px;
            text-decoration: none;
            transition: all 1s ease-out;
            -moz-transition: all 1s ease-out;
            -webkit-transition: all 1s ease-out;
            -ms-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            cursor: pointer;
            color: #666;
            font-size: 13px;
            font-family: "dinproregular";
            text-transform: uppercase; }
            @media (max-width: 650px) {
              .aui #wrapper .wishlist .center_wrapper table .table-data tr th a, .aui #wrapper .wishlist .center_wrapper table .table-data tr th p, .aui #wrapper .wishlist .center_wrapper table .table-data tr td a, .aui #wrapper .wishlist .center_wrapper table .table-data tr td p, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th a, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th p, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td a, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td p {
                font-size: 12px; } }
          .aui #wrapper .wishlist .center_wrapper table .table-data tr th:nth-child(1), .aui #wrapper .wishlist .center_wrapper table .table-data tr td:nth-child(1), .aui #wrapper .wishlist .center_wrapper table .table-columns tr th:nth-child(1), .aui #wrapper .wishlist .center_wrapper table .table-columns tr td:nth-child(1) {
            width: 15%;
            height: 66px;
            padding: 0; }
            .aui #wrapper .wishlist .center_wrapper table .table-data tr th:nth-child(1) div, .aui #wrapper .wishlist .center_wrapper table .table-data tr td:nth-child(1) div, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th:nth-child(1) div, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td:nth-child(1) div {
              position: relative;
              left: 0;
              top: 0;
              transform: translateY(0);
              -webkit-transform: translateY(0);
              float: left;
              display: block;
              width: 100%;
              height: 100%;
              background: #666;
              overflow: hidden;
              text-indent: -999px;
              background-size: cover;
              background-position: center; }
          @media (max-width: 650px) {
            .aui #wrapper .wishlist .center_wrapper table .table-data tr th, .aui #wrapper .wishlist .center_wrapper table .table-data tr td, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td {
              padding: 0; }
              .aui #wrapper .wishlist .center_wrapper table .table-data tr th a, .aui #wrapper .wishlist .center_wrapper table .table-data tr th p, .aui #wrapper .wishlist .center_wrapper table .table-data tr td a, .aui #wrapper .wishlist .center_wrapper table .table-data tr td p, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th a, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th p, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td a, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td p {
                left: 0;
                width: 100%;
                display: block; } }
          .aui #wrapper .wishlist .center_wrapper table .table-data tr th:nth-child(2), .aui #wrapper .wishlist .center_wrapper table .table-data tr td:nth-child(2), .aui #wrapper .wishlist .center_wrapper table .table-columns tr th:nth-child(2), .aui #wrapper .wishlist .center_wrapper table .table-columns tr td:nth-child(2) {
            width: 15%; }
          .aui #wrapper .wishlist .center_wrapper table .table-data tr th:nth-child(3), .aui #wrapper .wishlist .center_wrapper table .table-data tr td:nth-child(3), .aui #wrapper .wishlist .center_wrapper table .table-columns tr th:nth-child(3), .aui #wrapper .wishlist .center_wrapper table .table-columns tr td:nth-child(3) {
            width: calc(55% - 40px); }
          .aui #wrapper .wishlist .center_wrapper table .table-data tr th:nth-child(4), .aui #wrapper .wishlist .center_wrapper table .table-data tr td:nth-child(4), .aui #wrapper .wishlist .center_wrapper table .table-columns tr th:nth-child(4), .aui #wrapper .wishlist .center_wrapper table .table-columns tr td:nth-child(4) {
            width: 15%; }
          .aui #wrapper .wishlist .center_wrapper table .table-data tr th:nth-child(5), .aui #wrapper .wishlist .center_wrapper table .table-data tr td:nth-child(5), .aui #wrapper .wishlist .center_wrapper table .table-columns tr th:nth-child(5), .aui #wrapper .wishlist .center_wrapper table .table-columns tr td:nth-child(5) {
            width: 40px;
            padding: 0; }
            .aui #wrapper .wishlist .center_wrapper table .table-data tr th:nth-child(5) div, .aui #wrapper .wishlist .center_wrapper table .table-data tr td:nth-child(5) div, .aui #wrapper .wishlist .center_wrapper table .table-columns tr th:nth-child(5) div, .aui #wrapper .wishlist .center_wrapper table .table-columns tr td:nth-child(5) div {
              background-image: url(../images/bin.png);
              width: 20px;
              height: 100%;
              background-size: 20px;
              background-position: center;
              background-repeat: no-repeat;
              text-indent: -9999px;
              overflow: hidden; }
  .aui .partners-wrapper h3 {
    font-family: "dinpromedium";
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
    margin-top: 0; }
  .aui .partners-wrapper .logos-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    .aui .partners-wrapper .logos-wrapper .partner-logo {
      padding: 20px;
      /* -webkit-filter: grayscale(100%);
       filter: grayscale(100%);*/
      height: 100px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .aui .partners-wrapper .logos-wrapper .partner-logo {
          width: 50%;
          float: left; } }
      .aui .partners-wrapper .logos-wrapper .partner-logo:hover {
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
      .aui .partners-wrapper .logos-wrapper .partner-logo img {
        max-height: 80px;
        width: 150px;
        position: relative;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%; }
  .aui .carousel-and-text .col1 {
    padding-top: 5%; }
    .aui .carousel-and-text .col1 p {
      text-align: justify; }
  .aui .carousel-and-text .col2 .wide {
    padding: 23%;
    background-size: cover; }
  .aui .wrapper-timeline {
    overflow-y: auto;
    height: 82vh;
    position: relative;
    width: 100%;
    margin: auto; }
  .aui .timeline {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 18px;
    padding: 1em 0;
    list-style-type: none;
    color: #333333; }
  .aui .timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: #d7e4ed;
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0, #d7e4ed 2%, #d7e4ed 96%, rgba(80, 80, 79, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    z-index: 0; }
  .aui .timeline li {
    padding: 1em 0; }
  .aui .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .aui .direction-l {
    position: relative;
    width: 257px;
    float: left;
    text-align: right;
    background: #f8f8f8;
    border-radius: 5px; }
  .aui .direction-r {
    position: relative;
    width: 257px;
    float: right;
    background: #f8f8f8;
    border-radius: 5px; }
  .aui .flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center; }
  .aui .flag {
    position: relative;
    display: inline;
    font-weight: 600;
    text-align: left;
    padding: 0 10px;
    top: 9px;
    font-family: "dinproregular"; }
  .aui .direction-l .flag:before, .aui .direction-l .flag:before, .aui .direction-r .flag:before, .aui .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -28.5px;
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    background: #214b87;
    border-radius: 50%;
    box-shadow: 0 0 0 3px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 0 3px rgba(0, 0, 0, 0.05);
    z-index: 0; }
  .aui .direction-r .flag:before {
    left: -29.5px; }
  .aui .direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #f8f8f8;
    border-width: 8px;
    pointer-events: none; }
    @media screen and (max-width: 660px) {
      .aui .direction-l .flag:after {
        transform: translateY(-10px);
        border-bottom-color: #f8f8f8;
        background: none; } }
  .aui .direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #f8f8f8;
    border-width: 8px;
    pointer-events: none; }
  .aui .time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 0.66666em;
    color: #fa5050;
    vertical-align: middle; }
  .aui .direction-l .time-wrapper {
    float: left; }
  .aui .direction-r .time-wrapper {
    float: right; }
  .aui .time {
    display: inline-block;
    padding: 4px 6px;
    background: #f8f8f8; }
  .aui .desc {
    margin: 1em 0.75em 0 0;
    color: #333333;
    font-size: 0.77777em;
    line-height: 1.5em;
    font-family: "dinproregular"; }
  .aui .direction-r .desc {
    margin: 1em 0 0 0.75em; }
  @media screen and (max-width: 1230px) {
    .aui .direction-l, .aui .direction-r {
      width: 45%; } }
  @media screen and (max-width: 920px) {
    .aui .direction-l, .aui .direction-r {
      width: 43%; } }
  @media screen and (max-width: 767px) {
    .aui .direction-l, .aui .direction-r {
      width: 46%; }
    .aui .wrapper-timeline {
      height: auto; } }
  @media screen and (max-width: 660px) {
    .aui .timeline {
      width: 100%;
      padding: 4em 0 1em 0; }
    .aui .timeline li {
      padding: 2em 0; }
    .aui .direction-l,
    .aui .direction-r {
      float: none;
      width: 100%;
      text-align: center; }
    .aui .flag-wrapper {
      text-align: center; }
    .aui .direction-l .flag:before,
    .aui .direction-r .flag:before {
      position: absolute;
      top: -30px;
      left: 50%;
      content: ' ';
      display: block;
      width: 12px;
      height: 12px;
      margin-left: -9px;
      background: #214b87;
      border-radius: 10px;
      border: 4px solid #214b87;
      z-index: 0; }
    .aui .direction-l .flag:after,
    .aui .direction-r .flag:after {
      content: "";
      position: absolute;
      left: 50%;
      top: -8px;
      height: 0;
      width: 0;
      margin-left: -8px;
      border: solid transparent;
      border-bottom-color: white;
      border-width: 8px;
      pointer-events: none; }
    .aui .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0 0; }
    .aui .direction-l .time-wrapper {
      float: none; }
    .aui .direction-r .time-wrapper {
      float: none; }
    .aui .desc {
      position: relative;
      margin: 1em 0 0 0;
      padding: 1em; }
    .aui .direction-l .desc, .aui .direction-l .desc, .aui .direction-r .desc, .aui .direction-r .desc {
      position: relative;
      margin: 1em 1em 0 1em;
      padding: 1em; } }
  .aui .woerndle-root .iscontact .taglib-captcha {
    float: left;
    margin: 18px 0; }
  .aui .woerndle-root .iscontact .portlet-title {
    height: auto;
    margin: 0; }
    .aui .woerndle-root .iscontact .portlet-title span {
      display: block; }
  .aui .woerndle-root .iscontact iframe {
    width: 100%; }
  .aui .woerndle-root .iscontact form legend span {
    font-family: "dinpromedium";
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
    margin-top: 0; }
  .aui .woerndle-root .iscontact form p.lft-webform {
    position: relative;
    top: 9px; }
  .aui .woerndle-root .iscontact form label {
    line-height: 18px;
    color: #333333;
    margin-bottom: 4px;
    margin-top: 9px; }
  .aui .woerndle-root .iscontact form button {
    margin: 0;
    min-width: 200px;
    margin-bottom: 36px; }
  .aui .brands-wrapper {
    width: 90%;
    margin: auto; }
    .aui .brands-wrapper h2 {
      font-family: "dinpromedium";
      text-decoration: none;
      text-transform: uppercase;
      color: #333;
      font-weight: normal;
      margin-top: 0; }
    .aui .brands-wrapper ul {
      display: block;
      margin: 0 14px; }
      @media screen and (max-width: 480px) {
        .aui .brands-wrapper ul {
          margin: 0;
          width: 100%;
          float: left; } }
      .aui .brands-wrapper ul li {
        width: 100%;
        height: auto;
        display: block;
        padding: 18px 0px;
        list-style: none;
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 950px) {
          .aui .brands-wrapper ul li {
            flex-direction: column; } }
        .aui .brands-wrapper ul li .brand-logo {
          padding: 20px;
          width: 80px;
          height: 80px;
          display: block;
          float: left;
          background-size: cover !important; }
          @media screen and (max-width: 480px) {
            .aui .brands-wrapper ul li .brand-logo {
              width: 50%;
              height: auto;
              margin-left: 25%;
              margin-right: 25%;
              margin-bottom: 9px; }
              .aui .brands-wrapper ul li .brand-logo:before {
                content: '';
                margin-top: 100%;
                display: block; } }
        .aui .brands-wrapper ul li p {
          height: 90px;
          margin: 0;
          width: 80%;
          text-align: justify; }
          @media screen and (max-width: 950px) {
            .aui .brands-wrapper ul li p {
              width: 100%; } }
  .aui .navbar .navbar-inner .container .btn.btn-navbar {
    width: 40px;
    height: 40px; }
    .aui .navbar .navbar-inner .container .btn.btn-navbar img {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
  .aui .calendar-portlet-wrapper .scheduler-base-controls {
    display: flex !important;
    align-items: center; }
    @media (max-width: 767px) {
      .aui .calendar-portlet-wrapper .scheduler-base-controls {
        flex-direction: column; } }
    .aui .calendar-portlet-wrapper .scheduler-base-controls button {
      width: auto; }
    .aui .calendar-portlet-wrapper .scheduler-base-controls .btn-group {
      padding: 3%;
      width: 50%; }
      .aui .calendar-portlet-wrapper .scheduler-base-controls .btn-group button {
        width: auto; }
  .aui .calendar-portlet-wrapper .scheduler-base-views {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .aui .calendar-portlet-wrapper .scheduler-base-views button {
      width: 50%; }
  .aui .signed-in.controls-visible #wrapper .news-content {
    display: block; }
    .aui .signed-in.controls-visible #wrapper .news-content p {
      display: none; }
    .aui .signed-in.controls-visible #wrapper .news-content img {
      display: none; }
  .aui .signed-in.controls-visible .column-filter {
    display: none; }
  .aui .signed-in.controls-visible.woerndle-root .column-products {
    width: 100%; }
  .aui .signed-in.controls-visible .portlet-journal-content {
    float: left;
    width: 100%;
    position: relative; }
  .aui .hidden {
    display: none;
    visibility: hidden; }
  .aui .visible-phone {
    display: none !important; }
  .aui .visible-tablet {
    display: none !important; }
  .aui .hidden-desktop {
    display: none !important; }
  .aui .visible-desktop {
    display: inherit !important; }
  @media (min-width: 768px) and (max-width: 979px) {
    .aui .hidden-desktop {
      display: inherit !important; }
    .aui .visible-desktop {
      display: none !important; }
    .aui .visible-tablet {
      display: inherit !important; }
    .aui .hidden-tablet {
      display: none !important; } }
  @media (max-width: 767px) {
    .aui .hidden-desktop {
      display: inherit !important; }
    .aui .visible-desktop {
      display: none !important; }
    .aui .visible-phone {
      display: inherit !important; }
    .aui .hidden-phone {
      display: none !important; } }
  .aui .visible-print {
    display: none !important; }
  @media print {
    .aui .visible-print {
      display: inherit !important; }
    .aui .hidden-print {
      display: none !important; } }
  .aui .clearfix {
    *zoom: 1; }
    .aui .clearfix:before, .aui .clearfix:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .clearfix:after {
      clear: both; }
  .aui .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .aui .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 1200px) {
    .aui .row {
      margin-left: -30px;
      *zoom: 1; }
      .aui .row:before, .aui .row:after {
        display: table;
        content: "";
        line-height: 0; }
      .aui .row:after {
        clear: both; }
    .aui [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 30px; }
    .aui .container,
    .aui .navbar-static-top .container,
    .aui .navbar-fixed-top .container,
    .aui .navbar-fixed-bottom .container {
      width: 1170px; }
    .aui .span1 {
      width: 70px; }
    .aui .span2 {
      width: 170px; }
    .aui .span3 {
      width: 270px; }
    .aui .span4 {
      width: 370px; }
    .aui .span5 {
      width: 470px; }
    .aui .span6 {
      width: 570px; }
    .aui .span7 {
      width: 670px; }
    .aui .span8 {
      width: 770px; }
    .aui .span9 {
      width: 870px; }
    .aui .span10 {
      width: 970px; }
    .aui .span11 {
      width: 1070px; }
    .aui .span12 {
      width: 1170px; }
    .aui .offset1 {
      margin-left: 130px; }
    .aui .offset2 {
      margin-left: 230px; }
    .aui .offset3 {
      margin-left: 330px; }
    .aui .offset4 {
      margin-left: 430px; }
    .aui .offset5 {
      margin-left: 530px; }
    .aui .offset6 {
      margin-left: 630px; }
    .aui .offset7 {
      margin-left: 730px; }
    .aui .offset8 {
      margin-left: 830px; }
    .aui .offset9 {
      margin-left: 930px; }
    .aui .offset10 {
      margin-left: 1030px; }
    .aui .offset11 {
      margin-left: 1130px; }
    .aui .offset12 {
      margin-left: 1230px; }
    .aui .row-fluid {
      width: 100%;
      *zoom: 1; }
      .aui .row-fluid:before, .aui .row-fluid:after {
        display: table;
        content: "";
        line-height: 0; }
      .aui .row-fluid:after {
        clear: both; }
      .aui .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.5641%;
        *margin-left: 2.51091%; }
      .aui .row-fluid [class*="span"]:first-child {
        margin-left: 0; }
      .aui .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.5641%; }
      .aui .row-fluid .span1 {
        width: 5.98291%;
        *width: 5.92971%; }
      .aui .row-fluid .span2 {
        width: 14.52991%;
        *width: 14.47672%; }
      .aui .row-fluid .span3 {
        width: 23.07692%;
        *width: 23.02373%; }
      .aui .row-fluid .span4 {
        width: 31.62393%;
        *width: 31.57074%; }
      .aui .row-fluid .span5 {
        width: 40.17094%;
        *width: 40.11775%; }
      .aui .row-fluid .span6 {
        width: 48.71795%;
        *width: 48.66476%; }
      .aui .row-fluid .span7 {
        width: 57.26496%;
        *width: 57.21177%; }
      .aui .row-fluid .span8 {
        width: 65.81197%;
        *width: 65.75877%; }
      .aui .row-fluid .span9 {
        width: 74.35897%;
        *width: 74.30578%; }
      .aui .row-fluid .span10 {
        width: 82.90598%;
        *width: 82.85279%; }
      .aui .row-fluid .span11 {
        width: 91.45299%;
        *width: 91.3998%; }
      .aui .row-fluid .span12 {
        width: 100%;
        *width: 99.94681%; }
      .aui .row-fluid .offset1 {
        margin-left: 11.11111%;
        *margin-left: 11.00473%; }
      .aui .row-fluid .offset1:first-child {
        margin-left: 8.54701%;
        *margin-left: 8.44063%; }
      .aui .row-fluid .offset2 {
        margin-left: 19.65812%;
        *margin-left: 19.55174%; }
      .aui .row-fluid .offset2:first-child {
        margin-left: 17.09402%;
        *margin-left: 16.98763%; }
      .aui .row-fluid .offset3 {
        margin-left: 28.20513%;
        *margin-left: 28.09875%; }
      .aui .row-fluid .offset3:first-child {
        margin-left: 25.64103%;
        *margin-left: 25.53464%; }
      .aui .row-fluid .offset4 {
        margin-left: 36.75214%;
        *margin-left: 36.64575%; }
      .aui .row-fluid .offset4:first-child {
        margin-left: 34.18803%;
        *margin-left: 34.08165%; }
      .aui .row-fluid .offset5 {
        margin-left: 45.29915%;
        *margin-left: 45.19276%; }
      .aui .row-fluid .offset5:first-child {
        margin-left: 42.73504%;
        *margin-left: 42.62866%; }
      .aui .row-fluid .offset6 {
        margin-left: 53.84615%;
        *margin-left: 53.73977%; }
      .aui .row-fluid .offset6:first-child {
        margin-left: 51.28205%;
        *margin-left: 51.17567%; }
      .aui .row-fluid .offset7 {
        margin-left: 62.39316%;
        *margin-left: 62.28678%; }
      .aui .row-fluid .offset7:first-child {
        margin-left: 59.82906%;
        *margin-left: 59.72268%; }
      .aui .row-fluid .offset8 {
        margin-left: 70.94017%;
        *margin-left: 70.83379%; }
      .aui .row-fluid .offset8:first-child {
        margin-left: 68.37607%;
        *margin-left: 68.26969%; }
      .aui .row-fluid .offset9 {
        margin-left: 79.48718%;
        *margin-left: 79.3808%; }
      .aui .row-fluid .offset9:first-child {
        margin-left: 76.92308%;
        *margin-left: 76.81669%; }
      .aui .row-fluid .offset10 {
        margin-left: 88.03419%;
        *margin-left: 87.92781%; }
      .aui .row-fluid .offset10:first-child {
        margin-left: 85.47009%;
        *margin-left: 85.3637%; }
      .aui .row-fluid .offset11 {
        margin-left: 96.5812%;
        *margin-left: 96.47481%; }
      .aui .row-fluid .offset11:first-child {
        margin-left: 94.01709%;
        *margin-left: 93.91071%; }
      .aui .row-fluid .offset12 {
        margin-left: 105.12821%;
        *margin-left: 105.02182%; }
      .aui .row-fluid .offset12:first-child {
        margin-left: 102.5641%;
        *margin-left: 102.45772%; }
    .aui input,
    .aui textarea,
    .aui .uneditable-input {
      margin-left: 0; }
    .aui .controls-row [class*="span"] + [class*="span"] {
      margin-left: 30px; }
    .aui input.span1,
    .aui textarea.span1,
    .aui .uneditable-input.span1 {
      width: 56px; }
    .aui input.span2,
    .aui textarea.span2,
    .aui .uneditable-input.span2 {
      width: 156px; }
    .aui input.span3,
    .aui textarea.span3,
    .aui .uneditable-input.span3 {
      width: 256px; }
    .aui input.span4,
    .aui textarea.span4,
    .aui .uneditable-input.span4 {
      width: 356px; }
    .aui input.span5,
    .aui textarea.span5,
    .aui .uneditable-input.span5 {
      width: 456px; }
    .aui input.span6,
    .aui textarea.span6,
    .aui .uneditable-input.span6 {
      width: 556px; }
    .aui input.span7,
    .aui textarea.span7,
    .aui .uneditable-input.span7 {
      width: 656px; }
    .aui input.span8,
    .aui textarea.span8,
    .aui .uneditable-input.span8 {
      width: 756px; }
    .aui input.span9,
    .aui textarea.span9,
    .aui .uneditable-input.span9 {
      width: 856px; }
    .aui input.span10,
    .aui textarea.span10,
    .aui .uneditable-input.span10 {
      width: 956px; }
    .aui input.span11,
    .aui textarea.span11,
    .aui .uneditable-input.span11 {
      width: 1056px; }
    .aui input.span12,
    .aui textarea.span12,
    .aui .uneditable-input.span12 {
      width: 1156px; }
    .aui .thumbnails {
      margin-left: -30px; }
    .aui .thumbnails > li {
      margin-left: 30px; }
    .aui .row-fluid .thumbnails {
      margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .aui .row {
      margin-left: -20px;
      *zoom: 1; }
      .aui .row:before, .aui .row:after {
        display: table;
        content: "";
        line-height: 0; }
      .aui .row:after {
        clear: both; }
    .aui [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 20px; }
    .aui .container,
    .aui .navbar-static-top .container,
    .aui .navbar-fixed-top .container,
    .aui .navbar-fixed-bottom .container {
      width: 724px; }
    .aui .span1 {
      width: 42px; }
    .aui .span2 {
      width: 104px; }
    .aui .span3 {
      width: 166px; }
    .aui .span4 {
      width: 228px; }
    .aui .span5 {
      width: 290px; }
    .aui .span6 {
      width: 352px; }
    .aui .span7 {
      width: 414px; }
    .aui .span8 {
      width: 476px; }
    .aui .span9 {
      width: 538px; }
    .aui .span10 {
      width: 600px; }
    .aui .span11 {
      width: 662px; }
    .aui .span12 {
      width: 724px; }
    .aui .offset1 {
      margin-left: 82px; }
    .aui .offset2 {
      margin-left: 144px; }
    .aui .offset3 {
      margin-left: 206px; }
    .aui .offset4 {
      margin-left: 268px; }
    .aui .offset5 {
      margin-left: 330px; }
    .aui .offset6 {
      margin-left: 392px; }
    .aui .offset7 {
      margin-left: 454px; }
    .aui .offset8 {
      margin-left: 516px; }
    .aui .offset9 {
      margin-left: 578px; }
    .aui .offset10 {
      margin-left: 640px; }
    .aui .offset11 {
      margin-left: 702px; }
    .aui .offset12 {
      margin-left: 764px; }
    .aui .row-fluid {
      width: 100%;
      *zoom: 1; }
      .aui .row-fluid:before, .aui .row-fluid:after {
        display: table;
        content: "";
        line-height: 0; }
      .aui .row-fluid:after {
        clear: both; }
      .aui .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.76243%;
        *margin-left: 2.70924%; }
      .aui .row-fluid [class*="span"]:first-child {
        margin-left: 0; }
      .aui .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.76243%; }
      .aui .row-fluid .span1 {
        width: 5.8011%;
        *width: 5.74791%; }
      .aui .row-fluid .span2 {
        width: 14.36464%;
        *width: 14.31145%; }
      .aui .row-fluid .span3 {
        width: 22.92818%;
        *width: 22.87499%; }
      .aui .row-fluid .span4 {
        width: 31.49171%;
        *width: 31.43852%; }
      .aui .row-fluid .span5 {
        width: 40.05525%;
        *width: 40.00206%; }
      .aui .row-fluid .span6 {
        width: 48.61878%;
        *width: 48.56559%; }
      .aui .row-fluid .span7 {
        width: 57.18232%;
        *width: 57.12913%; }
      .aui .row-fluid .span8 {
        width: 65.74586%;
        *width: 65.69266%; }
      .aui .row-fluid .span9 {
        width: 74.30939%;
        *width: 74.2562%; }
      .aui .row-fluid .span10 {
        width: 82.87293%;
        *width: 82.81974%; }
      .aui .row-fluid .span11 {
        width: 91.43646%;
        *width: 91.38327%; }
      .aui .row-fluid .span12 {
        width: 100%;
        *width: 99.94681%; }
      .aui .row-fluid .offset1 {
        margin-left: 11.32597%;
        *margin-left: 11.21958%; }
      .aui .row-fluid .offset1:first-child {
        margin-left: 8.56354%;
        *margin-left: 8.45715%; }
      .aui .row-fluid .offset2 {
        margin-left: 19.8895%;
        *margin-left: 19.78312%; }
      .aui .row-fluid .offset2:first-child {
        margin-left: 17.12707%;
        *margin-left: 17.02069%; }
      .aui .row-fluid .offset3 {
        margin-left: 28.45304%;
        *margin-left: 28.34666%; }
      .aui .row-fluid .offset3:first-child {
        margin-left: 25.69061%;
        *margin-left: 25.58422%; }
      .aui .row-fluid .offset4 {
        margin-left: 37.01657%;
        *margin-left: 36.91019%; }
      .aui .row-fluid .offset4:first-child {
        margin-left: 34.25414%;
        *margin-left: 34.14776%; }
      .aui .row-fluid .offset5 {
        margin-left: 45.58011%;
        *margin-left: 45.47373%; }
      .aui .row-fluid .offset5:first-child {
        margin-left: 42.81768%;
        *margin-left: 42.7113%; }
      .aui .row-fluid .offset6 {
        margin-left: 54.14365%;
        *margin-left: 54.03726%; }
      .aui .row-fluid .offset6:first-child {
        margin-left: 51.38122%;
        *margin-left: 51.27483%; }
      .aui .row-fluid .offset7 {
        margin-left: 62.70718%;
        *margin-left: 62.6008%; }
      .aui .row-fluid .offset7:first-child {
        margin-left: 59.94475%;
        *margin-left: 59.83837%; }
      .aui .row-fluid .offset8 {
        margin-left: 71.27072%;
        *margin-left: 71.16434%; }
      .aui .row-fluid .offset8:first-child {
        margin-left: 68.50829%;
        *margin-left: 68.4019%; }
      .aui .row-fluid .offset9 {
        margin-left: 79.83425%;
        *margin-left: 79.72787%; }
      .aui .row-fluid .offset9:first-child {
        margin-left: 77.07182%;
        *margin-left: 76.96544%; }
      .aui .row-fluid .offset10 {
        margin-left: 88.39779%;
        *margin-left: 88.29141%; }
      .aui .row-fluid .offset10:first-child {
        margin-left: 85.63536%;
        *margin-left: 85.52898%; }
      .aui .row-fluid .offset11 {
        margin-left: 96.96133%;
        *margin-left: 96.85494%; }
      .aui .row-fluid .offset11:first-child {
        margin-left: 94.1989%;
        *margin-left: 94.09251%; }
      .aui .row-fluid .offset12 {
        margin-left: 105.52486%;
        *margin-left: 105.41848%; }
      .aui .row-fluid .offset12:first-child {
        margin-left: 102.76243%;
        *margin-left: 102.65605%; }
    .aui input,
    .aui textarea,
    .aui .uneditable-input {
      margin-left: 0; }
    .aui .controls-row [class*="span"] + [class*="span"] {
      margin-left: 20px; }
    .aui input.span1,
    .aui textarea.span1,
    .aui .uneditable-input.span1 {
      width: 28px; }
    .aui input.span2,
    .aui textarea.span2,
    .aui .uneditable-input.span2 {
      width: 90px; }
    .aui input.span3,
    .aui textarea.span3,
    .aui .uneditable-input.span3 {
      width: 152px; }
    .aui input.span4,
    .aui textarea.span4,
    .aui .uneditable-input.span4 {
      width: 214px; }
    .aui input.span5,
    .aui textarea.span5,
    .aui .uneditable-input.span5 {
      width: 276px; }
    .aui input.span6,
    .aui textarea.span6,
    .aui .uneditable-input.span6 {
      width: 338px; }
    .aui input.span7,
    .aui textarea.span7,
    .aui .uneditable-input.span7 {
      width: 400px; }
    .aui input.span8,
    .aui textarea.span8,
    .aui .uneditable-input.span8 {
      width: 462px; }
    .aui input.span9,
    .aui textarea.span9,
    .aui .uneditable-input.span9 {
      width: 524px; }
    .aui input.span10,
    .aui textarea.span10,
    .aui .uneditable-input.span10 {
      width: 586px; }
    .aui input.span11,
    .aui textarea.span11,
    .aui .uneditable-input.span11 {
      width: 648px; }
    .aui input.span12,
    .aui textarea.span12,
    .aui .uneditable-input.span12 {
      width: 710px; } }
  @media (max-width: 767px) {
    .aui body {
      padding-left: 20px;
      padding-right: 20px; }
    .aui .navbar-fixed-top,
    .aui .navbar-fixed-bottom,
    .aui .navbar-static-top {
      margin-left: -20px;
      margin-right: -20px; }
    .aui .container-fluid {
      padding: 0; }
    .aui .dl-horizontal dt {
      float: none;
      clear: none;
      width: auto;
      text-align: left; }
    .aui .dl-horizontal dd {
      margin-left: 0; }
    .aui .container {
      width: auto; }
    .aui .row-fluid {
      width: 100%; }
    .aui .row,
    .aui .thumbnails {
      margin-left: 0; }
    .aui .thumbnails > li {
      float: none;
      margin-left: 0; }
    .aui [class*="span"],
    .aui .uneditable-input[class*="span"],
    .aui .row-fluid [class*="span"] {
      float: none;
      display: block;
      width: 100%;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .aui .span12,
    .aui .row-fluid .span12 {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .aui .row-fluid [class*="offset"]:first-child {
      margin-left: 0; }
    .aui .input-large,
    .aui .input-xlarge,
    .aui .input-xxlarge,
    .aui input[class*="span"],
    .aui select[class*="span"],
    .aui textarea[class*="span"],
    .aui .uneditable-input {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .aui .input-prepend input,
    .aui .input-append input,
    .aui .input-prepend input[class*="span"],
    .aui .input-append input[class*="span"] {
      display: inline-block;
      width: auto; }
    .aui .controls-row [class*="span"] + [class*="span"] {
      margin-left: 0; }
    .aui .modal {
      position: fixed;
      top: 20px;
      left: 20px;
      right: 20px;
      width: auto;
      margin: 0; }
      .aui .modal.fade {
        top: -100px; }
      .aui .modal.fade.in {
        top: 20px; } }
  @media (max-width: 480px) {
    .aui .nav-collapse {
      -webkit-transform: translate3d(0, 0, 0); }
    .aui .page-header h1 small {
      display: block;
      line-height: 20px; }
    .aui input[type="checkbox"],
    .aui input[type="radio"] {
      border: 1px solid #ccc; }
    .aui .form-horizontal .control-label {
      float: none;
      width: auto;
      padding-top: 0;
      text-align: left; }
    .aui .form-horizontal .controls {
      margin-left: 0; }
    .aui .form-horizontal .control-list {
      padding-top: 0; }
    .aui .form-horizontal .form-actions {
      padding-left: 10px;
      padding-right: 10px; }
    .aui .media .pull-left,
    .aui .media .pull-right {
      float: none;
      display: block;
      margin-bottom: 10px; }
    .aui .media-object {
      margin-right: 0;
      margin-left: 0; }
    .aui .modal {
      top: 10px;
      left: 10px;
      right: 10px; }
    .aui .modal-header .close {
      padding: 10px;
      margin: -10px; }
    .aui .carousel-caption {
      position: static; } }
  @media (max-width: 979px) {
    .aui body {
      padding-top: 0; }
    .aui .navbar-fixed-top,
    .aui .navbar-fixed-bottom {
      position: static; }
    .aui .navbar-fixed-top {
      margin-bottom: 20px; }
    .aui .navbar-fixed-bottom {
      margin-top: 20px; }
    .aui .navbar-fixed-top .navbar-inner,
    .aui .navbar-fixed-bottom .navbar-inner {
      padding: 5px; }
    .aui .navbar .container {
      width: auto;
      padding: 0; }
    .aui .navbar .brand {
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 0 0 -5px; }
    .aui .nav-collapse {
      clear: both; }
    .aui .nav-collapse .nav {
      float: none;
      margin: 0 0 10px; }
    .aui .nav-collapse .nav > li {
      float: none; }
    .aui .nav-collapse .nav > li > a {
      margin-bottom: 2px; }
    .aui .nav-collapse .nav > .divider-vertical {
      display: none; }
    .aui .nav-collapse .nav .nav-header {
      color: #555555;
      text-shadow: none; }
    .aui .nav-collapse .nav > li > a,
    .aui .nav-collapse .dropdown-menu a {
      padding: 9px 15px;
      font-weight: bold;
      color: #555555;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .aui .nav-collapse .btn {
      padding: 4px 10px 4px;
      font-weight: normal;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
    .aui .nav-collapse .dropdown-menu li + li a {
      margin-bottom: 2px; }
    .aui .nav-collapse .nav > li > a:hover,
    .aui .nav-collapse .nav > li > a:focus,
    .aui .nav-collapse .dropdown-menu a:hover,
    .aui .nav-collapse .dropdown-menu a:focus {
      background-color: #f3f3f3; }
    .aui .navbar-inverse .nav-collapse .nav > li > a,
    .aui .navbar-inverse .nav-collapse .dropdown-menu a {
      color: #999999; }
    .aui .navbar-inverse .nav-collapse .nav > li > a:hover,
    .aui .navbar-inverse .nav-collapse .nav > li > a:focus,
    .aui .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .aui .navbar-inverse .nav-collapse .dropdown-menu a:focus {
      background-color: #111111; }
    .aui .nav-collapse.in .btn-group {
      margin-top: 5px;
      padding: 0; }
    .aui .nav-collapse .dropdown-menu {
      position: static;
      top: auto;
      left: auto;
      float: none;
      display: none;
      max-width: none;
      margin: 0 15px;
      padding: 0;
      background-color: transparent;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .aui .nav-collapse .open > .dropdown-menu {
      display: block; }
    .aui .nav-collapse .dropdown-menu:before,
    .aui .nav-collapse .dropdown-menu:after {
      display: none; }
    .aui .nav-collapse .dropdown-menu .divider {
      display: none; }
    .aui .nav-collapse .nav > li > .dropdown-menu:before, .aui .nav-collapse .nav > li > .dropdown-menu:after {
      display: none; }
    .aui .nav-collapse .navbar-form,
    .aui .nav-collapse .navbar-search {
      float: none;
      padding: 10px 15px;
      margin: 10px 0;
      border-top: 1px solid #f3f3f3;
      border-bottom: 1px solid #f3f3f3;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
      -moz-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); }
    .aui .navbar-inverse .nav-collapse .navbar-form,
    .aui .navbar-inverse .nav-collapse .navbar-search {
      border-top-color: #111111;
      border-bottom-color: #111111; }
    .aui .navbar .nav-collapse .nav.pull-right {
      float: none;
      margin-left: 0; }
    .aui .nav-collapse,
    .aui .nav-collapse.collapse {
      overflow: hidden;
      height: 0; }
    .aui .navbar .btn-navbar {
      display: block; }
    .aui .navbar-static .navbar-inner {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 980px) {
    .aui .nav-collapse.collapse {
      height: auto !important;
      overflow: visible !important; } }
  .aui .portlet-msg-progress {
    background-image: url(../images/aui/loading_indicator.gif);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    padding-left: 30px; }
  .aui .navbar .nav li > a {
    word-break: break-all; }
  .aui [class^="icon-"],
  .aui [class*=" icon-"] {
    font-family: 'fontawesome-alloy';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em; }
  .aui [class^="icon-"]:before,
  .aui [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none; }
  .aui .icon-large:before {
    vertical-align: -10%;
    font-size: 1.33333em; }
  .aui a [class^="icon-"],
  .aui a [class*=" icon-"] {
    display: inline; }
  .aui [class^="icon-"].icon-fixed-width,
  .aui [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.14286em;
    text-align: right;
    padding-right: 0.28571em; }
    .aui [class^="icon-"].icon-fixed-width.icon-large,
    .aui [class*=" icon-"].icon-fixed-width.icon-large {
      width: 1.42857em; }
  .aui .icons-ul {
    margin-left: 2.14286em;
    list-style-type: none; }
    .aui .icons-ul > li {
      position: relative; }
    .aui .icons-ul .icon-li {
      position: absolute;
      left: -2.14286em;
      width: 2.14286em;
      text-align: center;
      line-height: inherit; }
  .aui [class^="icon-"].hide,
  .aui [class*=" icon-"].hide {
    display: none; }
  .aui .icon-muted {
    color: #eeeeee; }
  .aui .icon-light {
    color: white; }
  .aui .icon-dark {
    color: #333333; }
  .aui .icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .aui .icon-2x {
    font-size: 2em; }
    .aui .icon-2x.icon-border {
      border-width: 2px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
  .aui .icon-3x {
    font-size: 3em; }
    .aui .icon-3x.icon-border {
      border-width: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
  .aui .icon-4x {
    font-size: 4em; }
    .aui .icon-4x.icon-border {
      border-width: 4px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
  .aui .icon-5x {
    font-size: 5em; }
    .aui .icon-5x.icon-border {
      border-width: 5px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px; }
  .aui .pull-right {
    float: right; }
  .aui .pull-left {
    float: left; }
  .aui [class^="icon-"].pull-left,
  .aui [class*=" icon-"].pull-left {
    margin-right: .3em; }
  .aui [class^="icon-"].pull-right,
  .aui [class*=" icon-"].pull-right {
    margin-left: .3em; }
  .aui [class^="icon-"],
  .aui [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0; }
  .aui .icon-white,
  .aui .nav-pills > .active > a > [class^="icon-"],
  .aui .nav-pills > .active > a > [class*=" icon-"],
  .aui .nav-list > .active > a > [class^="icon-"],
  .aui .nav-list > .active > a > [class*=" icon-"],
  .aui .navbar-inverse .nav > .active > a > [class^="icon-"],
  .aui .navbar-inverse .nav > .active > a > [class*=" icon-"],
  .aui .dropdown-menu > li > a:hover > [class^="icon-"],
  .aui .dropdown-menu > li > a:hover > [class*=" icon-"],
  .aui .dropdown-menu > .active > a > [class^="icon-"],
  .aui .dropdown-menu > .active > a > [class*=" icon-"],
  .aui .dropdown-submenu:hover > a > [class^="icon-"],
  .aui .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none; }
  .aui .btn [class^="icon-"].icon-large,
  .aui .btn [class*=" icon-"].icon-large, .aui .nav [class^="icon-"].icon-large,
  .aui .nav [class*=" icon-"].icon-large {
    line-height: .9em; }
  .aui .btn [class^="icon-"].icon-spin,
  .aui .btn [class*=" icon-"].icon-spin, .aui .nav [class^="icon-"].icon-spin,
  .aui .nav [class*=" icon-"].icon-spin {
    display: inline-block; }
  .aui .nav-tabs [class^="icon-"], .aui .nav-tabs [class^="icon-"].icon-large,
  .aui .nav-tabs [class*=" icon-"],
  .aui .nav-tabs [class*=" icon-"].icon-large, .aui .nav-pills [class^="icon-"], .aui .nav-pills [class^="icon-"].icon-large,
  .aui .nav-pills [class*=" icon-"],
  .aui .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em; }
  .aui .btn [class^="icon-"].pull-left.icon-2x, .aui .btn [class^="icon-"].pull-right.icon-2x,
  .aui .btn [class*=" icon-"].pull-left.icon-2x,
  .aui .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em; }
  .aui .btn [class^="icon-"].icon-spin.icon-large,
  .aui .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em; }
  .aui .btn.btn-small [class^="icon-"].pull-left.icon-2x, .aui .btn.btn-small [class^="icon-"].pull-right.icon-2x,
  .aui .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
  .aui .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em; }
  .aui .btn.btn-large [class^="icon-"],
  .aui .btn.btn-large [class*=" icon-"] {
    margin-top: 0; }
    .aui .btn.btn-large [class^="icon-"].pull-left.icon-2x, .aui .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
      margin-top: .05em; }
    .aui .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
      margin-right: .2em; }
    .aui .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
      margin-left: .2em; }
  .aui .nav-list [class^="icon-"],
  .aui .nav-list [class*=" icon-"] {
    line-height: inherit; }
  .aui .icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%; }
    .aui .icon-stack [class^="icon-"],
    .aui .icon-stack [class*=" icon-"] {
      display: block;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      font-size: 1em;
      line-height: inherit;
      *line-height: 2em; }
    .aui .icon-stack .icon-stack-base {
      font-size: 2em;
      *line-height: 1em; }
  .aui .icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }
  .aui a .icon-stack,
  .aui a .icon-spin {
    display: inline-block;
    text-decoration: none; }
  .aui .icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
  .aui .icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
  .aui .icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  .aui .icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .aui .icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1); }
  .aui a .icon-rotate-90:before, .aui a .icon-rotate-180:before, .aui a .icon-rotate-270:before, .aui a .icon-flip-horizontal:before, .aui a .icon-flip-vertical:before {
    display: inline-block; }
  .aui [data-icon]:before {
    font-family: 'fontawesome-alloy';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .aui .icon-music, .aui .icon-search, .aui .icon-envelope, .aui .icon-heart, .aui .icon-star, .aui .icon-star-empty, .aui .icon-user, .aui .icon-film, .aui .icon-th-large, .aui .icon-th, .aui .icon-th-list, .aui .icon-ok, .aui .icon-remove, .aui .icon-zoom-in, .aui .icon-zoom-out, .aui .icon-off, .aui .icon-signal, .aui .icon-cog, .aui .icon-trash, .aui .icon-home, .aui .icon-file, .aui .icon-time, .aui .icon-road, .aui .icon-download-alt, .aui .icon-download, .aui .icon-upload, .aui .icon-inbox, .aui .icon-play-circle, .aui .icon-repeat, .aui .icon-refresh, .aui .icon-list-alt, .aui .icon-lock, .aui .icon-flag, .aui .icon-headphones, .aui .icon-volume-off, .aui .icon-volume-down, .aui .icon-volume-up, .aui .icon-qrcode, .aui .icon-barcode, .aui .icon-tag, .aui .icon-tags, .aui .icon-book, .aui .icon-bookmark, .aui .icon-print, .aui .icon-camera, .aui .icon-font, .aui .icon-bold, .aui .icon-italic, .aui .icon-text-height, .aui .icon-text-width, .aui .icon-align-left, .aui .icon-align-center, .aui .icon-align-right, .aui .icon-align-justify, .aui .icon-list, .aui .icon-indent-left, .aui .icon-indent-right, .aui .icon-facetime-video, .aui .icon-picture, .aui .icon-pencil, .aui .icon-map-marker, .aui .icon-adjust, .aui .icon-tint, .aui .icon-edit, .aui .icon-share, .aui .icon-check, .aui .icon-move, .aui .icon-step-backward, .aui .icon-fast-backward, .aui .icon-backward, .aui .icon-play, .aui .icon-pause, .aui .icon-stop, .aui .icon-forward, .aui .icon-fast-forward, .aui .icon-step-forward, .aui .icon-eject, .aui .icon-chevron-left, .aui .icon-chevron-right, .aui .icon-plus-sign, .aui .icon-minus-sign, .aui .icon-remove-sign, .aui .icon-ok-sign, .aui .icon-question-sign, .aui .icon-info-sign, .aui .icon-screenshot, .aui .icon-remove-circle, .aui .icon-ok-circle, .aui .icon-ban-circle, .aui .icon-arrow-left, .aui .icon-arrow-right, .aui .icon-arrow-up, .aui .icon-arrow-down, .aui .icon-share-alt, .aui .icon-resize-full, .aui .icon-resize-small, .aui .icon-plus, .aui .icon-minus, .aui .icon-asterisk, .aui .icon-exclamation-sign, .aui .icon-gift, .aui .icon-leaf, .aui .icon-fire, .aui .icon-eye-open, .aui .icon-eye-close, .aui .icon-warning-sign, .aui .icon-plane, .aui .icon-calendar, .aui .icon-random, .aui .icon-comment, .aui .icon-magnet, .aui .icon-chevron-up, .aui .icon-chevron-down, .aui .icon-retweet, .aui .icon-shopping-cart, .aui .icon-folder-close, .aui .icon-folder-open, .aui .icon-resize-vertical, .aui .icon-resize-horizontal, .aui .icon-bar-chart, .aui .icon-twitter-sign, .aui .icon-facebook-sign, .aui .icon-camera-retro, .aui .icon-key, .aui .icon-cogs, .aui .icon-comments, .aui .icon-thumbs-up, .aui .icon-thumbs-down, .aui .icon-star-half, .aui .icon-heart-empty, .aui .icon-signout, .aui .icon-linkedin-sign, .aui .icon-pushpin, .aui .icon-external-link, .aui .icon-signin, .aui .icon-trophy, .aui .icon-github-sign, .aui .icon-upload-alt, .aui .icon-lemon, .aui .icon-phone, .aui .icon-check-empty, .aui .icon-bookmark-empty, .aui .icon-phone-sign, .aui .icon-twitter, .aui .icon-facebook, .aui .icon-github, .aui .icon-unlock, .aui .icon-credit, .aui .icon-rss, .aui .icon-hdd, .aui .icon-bullhorn, .aui .icon-bell, .aui .icon-certificate, .aui .icon-hand-right, .aui .icon-hand-left, .aui .icon-hand-up, .aui .icon-hand-down, .aui .icon-circle-arrow-left, .aui .icon-circle-arrow-right, .aui .icon-circle-arrow-up, .aui .icon-circle-arrow-down, .aui .icon-globe, .aui .icon-wrench, .aui .icon-tasks, .aui .icon-filter, .aui .icon-briefcase, .aui .icon-fullscreen, .aui .icon-group, .aui .icon-link, .aui .icon-cloud, .aui .icon-beaker, .aui .icon-cut, .aui .icon-copy, .aui .icon-paper-clip, .aui .icon-save, .aui .icon-sign-blank, .aui .icon-reorder, .aui .icon-list-ul, .aui .icon-list-ol, .aui .icon-strikethrough, .aui .icon-underline, .aui .icon-table, .aui .icon-magic, .aui .icon-truck, .aui .icon-pinterest, .aui .icon-pinterest-sign, .aui .icon-google-plus-sign, .aui .icon-google-plus, .aui .icon-money, .aui .icon-caret-down, .aui .icon-caret-up, .aui .icon-caret-left, .aui .icon-caret-right, .aui .icon-columns, .aui .icon-sort, .aui .icon-sort-down, .aui .icon-sort-up, .aui .icon-envelope-alt, .aui .icon-linkedin, .aui .icon-undo, .aui .icon-legal, .aui .icon-dashboard, .aui .icon-comment-alt, .aui .icon-comments-alt, .aui .icon-bolt, .aui .icon-sitemap, .aui .icon-umbrella, .aui .icon-paste, .aui .icon-lightbulb, .aui .icon-exchange, .aui .icon-cloud-download, .aui .icon-cloud-upload, .aui .icon-user-md, .aui .icon-stethoscope, .aui .icon-suitcase, .aui .icon-bell-alt, .aui .icon-coffee, .aui .icon-food, .aui .icon-file-alt, .aui .icon-building, .aui .icon-hospital, .aui .icon-ambulance, .aui .icon-medkit, .aui .icon-fighter-jet, .aui .icon-beer, .aui .icon-h-sign, .aui .icon-plus-sign-2, .aui .icon-double-angle-left, .aui .icon-double-angle-right, .aui .icon-double-angle-up, .aui .icon-double-angle-down, .aui .icon-angle-left, .aui .icon-angle-right, .aui .icon-angle-up, .aui .icon-angle-down, .aui .icon-desktop, .aui .icon-laptop, .aui .icon-tablet, .aui .icon-mobile, .aui .icon-circle-blank, .aui .icon-quote-left, .aui .icon-quote-right, .aui .icon-spinner, .aui .icon-circle, .aui .icon-reply, .aui .icon-github-alt, .aui .icon-folder-close-alt, .aui .icon-folder-open-alt, .aui .icon-expand-alt, .aui .icon-collapse-alt, .aui .icon-smile, .aui .icon-frown, .aui .icon-meh, .aui .icon-gamepad, .aui .icon-keyboard, .aui .icon-flag-alt, .aui .icon-flag-checkered, .aui .icon-terminal, .aui .icon-code, .aui .icon-reply-all, .aui .icon-star-half-full, .aui .icon-location-arrow, .aui .icon-crop, .aui .icon-code-fork, .aui .icon-unlink, .aui .icon-question, .aui .icon-info, .aui .icon-exclamation, .aui .icon-superscript, .aui .icon-subscript, .aui .icon-eraser, .aui .icon-puzzle, .aui .icon-microphone, .aui .icon-microphone-off, .aui .icon-shield, .aui .icon-calendar-empty, .aui .icon-fire-extinguisher, .aui .icon-rocket, .aui .icon-maxcdn, .aui .icon-chevron-sign-left, .aui .icon-chevron-sign-right, .aui .icon-chevron-sign-up, .aui .icon-chevron-sign-down, .aui .icon-html5, .aui .icon-css3, .aui .icon-anchor, .aui .icon-unlock-alt, .aui .icon-bullseye, .aui .icon-ellipsis-horizontal, .aui .icon-ellipsis-vertical, .aui .icon-rss-sign, .aui .icon-play-sign, .aui .icon-ticket, .aui .icon-minus-sign-alt, .aui .icon-check-minus, .aui .icon-level-up, .aui .icon-level-down, .aui .icon-check-sign, .aui .icon-edit-sign, .aui .icon-external-link-sign, .aui .icon-share-sign, .aui .icon-compass, .aui .icon-collapse, .aui .icon-collapse-top, .aui .icon-expand, .aui .icon-euro, .aui .icon-gbp, .aui .icon-dollar, .aui .icon-yen, .aui .icon-renminbi, .aui .icon-won, .aui .icon-bitcoin, .aui .icon-file-2, .aui .icon-file-text, .aui .icon-sort-by-alphabet, .aui .icon-sort-by-alphabet-alt, .aui .icon-sort-by-attributes, .aui .icon-sort-by-attributes-alt, .aui .icon-sort-by-order, .aui .icon-sort-by-order-alt, .aui .icon-thumbs-up-2, .aui .icon-thumbs-down-2, .aui .icon-youtube-sign, .aui .icon-youtube, .aui .icon-xing, .aui .icon-xing-sign, .aui .icon-youtube-play, .aui .icon-dropbox, .aui .icon-stackexchange, .aui .icon-instagram, .aui .icon-flickr, .aui .icon-adn, .aui .icon-bitbucket, .aui .icon-bitbucket-sign, .aui .icon-tumblr, .aui .icon-tumblr-sign, .aui .icon-long-arrow-down, .aui .icon-long-arrow-up, .aui .icon-long-arrow-left, .aui .icon-long-arrow-right, .aui .icon-apple, .aui .icon-windows, .aui .icon-android, .aui .icon-linux, .aui .icon-dribbble, .aui .icon-skype, .aui .icon-foursquare, .aui .icon-trello, .aui .icon-female, .aui .icon-male, .aui .icon-gittip, .aui .icon-sun, .aui .icon-moon, .aui .icon-archive, .aui .icon-bug, .aui .icon-vk, .aui .icon-rupee, .aui .icon-glass, .aui .icon-fb-text-box, .aui .icon-fb-select, .aui .icon-fb-radio, .aui .icon-fb-text, .aui .icon-fb-number, .aui .icon-fb-integer, .aui .icon-fb-decimal, .aui .icon-fb-boolean, .aui .icon-renren, .aui .icon-weibo, .aui .icon-db-joinxor, .aui .icon-db-state, .aui .icon-db-end, .aui .icon-db-start, .aui .icon-db-fork, .aui .icon-db-task, .aui .icon-db-condition, .aui .icon-db-join, .aui .icon-fb-button, .aui .icon-fb-fieldset, .aui .icon-fb-custom-field, .aui .icon-fb-separator, .aui .icon-fb-paragraph, .aui .icon-fb-file-upload {
    font-family: 'fontawesome-alloy';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .aui .icon-music:before {
    content: "\f001"; }
  .aui .icon-search:before {
    content: "\f002"; }
  .aui .icon-envelope:before {
    content: "\f003"; }
  .aui .icon-heart:before {
    content: "\f004"; }
  .aui .icon-star:before {
    content: "\f005"; }
  .aui .icon-star-empty:before {
    content: "\f006"; }
  .aui .icon-user:before {
    content: "\f007"; }
  .aui .icon-film:before {
    content: "\f008"; }
  .aui .icon-th-large:before {
    content: "\f009"; }
  .aui .icon-th:before {
    content: "\f00a"; }
  .aui .icon-th-list:before {
    content: "\f00b"; }
  .aui .icon-ok:before {
    content: "\f00c"; }
  .aui .icon-remove:before {
    content: "\f00d"; }
  .aui .icon-zoom-in:before {
    content: "\f00e"; }
  .aui .icon-zoom-out:before {
    content: "\f010"; }
  .aui .icon-off:before {
    content: "\f011"; }
  .aui .icon-signal:before {
    content: "\f012"; }
  .aui .icon-cog:before {
    content: "\f013"; }
  .aui .icon-trash:before {
    content: "\f014"; }
  .aui .icon-home:before {
    content: "\f015"; }
  .aui .icon-file:before {
    content: "\f016"; }
  .aui .icon-time:before {
    content: "\f017"; }
  .aui .icon-road:before {
    content: "\f018"; }
  .aui .icon-download-alt:before {
    content: "\f019"; }
  .aui .icon-download:before {
    content: "\f01a"; }
  .aui .icon-upload:before {
    content: "\f01b"; }
  .aui .icon-inbox:before {
    content: "\f01c"; }
  .aui .icon-play-circle:before {
    content: "\f01d"; }
  .aui .icon-repeat:before {
    content: "\f01e"; }
  .aui .icon-refresh:before {
    content: "\f021"; }
  .aui .icon-list-alt:before {
    content: "\f022"; }
  .aui .icon-lock:before {
    content: "\f023"; }
  .aui .icon-flag:before {
    content: "\f024"; }
  .aui .icon-headphones:before {
    content: "\f025"; }
  .aui .icon-volume-off:before {
    content: "\f026"; }
  .aui .icon-volume-down:before {
    content: "\f027"; }
  .aui .icon-volume-up:before {
    content: "\f028"; }
  .aui .icon-qrcode:before {
    content: "\f029"; }
  .aui .icon-barcode:before {
    content: "\f02a"; }
  .aui .icon-tag:before {
    content: "\f02b"; }
  .aui .icon-tags:before {
    content: "\f02c"; }
  .aui .icon-book:before {
    content: "\f02d"; }
  .aui .icon-bookmark:before {
    content: "\f02e"; }
  .aui .icon-print:before {
    content: "\f02f"; }
  .aui .icon-camera:before {
    content: "\f030"; }
  .aui .icon-font:before {
    content: "\f031"; }
  .aui .icon-bold:before {
    content: "\f032"; }
  .aui .icon-italic:before {
    content: "\f033"; }
  .aui .icon-text-height:before {
    content: "\f034"; }
  .aui .icon-text-width:before {
    content: "\f035"; }
  .aui .icon-align-left:before {
    content: "\f036"; }
  .aui .icon-align-center:before {
    content: "\f037"; }
  .aui .icon-align-right:before {
    content: "\f038"; }
  .aui .icon-align-justify:before {
    content: "\f039"; }
  .aui .icon-list:before {
    content: "\f03a"; }
  .aui .icon-indent-left:before {
    content: "\f03b"; }
  .aui .icon-indent-right:before {
    content: "\f03c"; }
  .aui .icon-facetime-video:before {
    content: "\f03d"; }
  .aui .icon-picture:before {
    content: "\f03e"; }
  .aui .icon-pencil:before {
    content: "\f040"; }
  .aui .icon-map-marker:before {
    content: "\f041"; }
  .aui .icon-adjust:before {
    content: "\f042"; }
  .aui .icon-tint:before {
    content: "\f043"; }
  .aui .icon-edit:before {
    content: "\f044"; }
  .aui .icon-share:before {
    content: "\f045"; }
  .aui .icon-check:before {
    content: "\f046"; }
  .aui .icon-move:before {
    content: "\f047"; }
  .aui .icon-step-backward:before {
    content: "\f048"; }
  .aui .icon-fast-backward:before {
    content: "\f049"; }
  .aui .icon-backward:before {
    content: "\f04a"; }
  .aui .icon-play:before {
    content: "\f04b"; }
  .aui .icon-pause:before {
    content: "\f04c"; }
  .aui .icon-stop:before {
    content: "\f04d"; }
  .aui .icon-forward:before {
    content: "\f04e"; }
  .aui .icon-fast-forward:before {
    content: "\f050"; }
  .aui .icon-step-forward:before {
    content: "\f051"; }
  .aui .icon-eject:before {
    content: "\f052"; }
  .aui .icon-chevron-left:before {
    content: "\f053"; }
  .aui .icon-chevron-right:before {
    content: "\f054"; }
  .aui .icon-plus-sign:before {
    content: "\f055"; }
  .aui .icon-minus-sign:before {
    content: "\f056"; }
  .aui .icon-remove-sign:before {
    content: "\f057"; }
  .aui .icon-ok-sign:before {
    content: "\f058"; }
  .aui .icon-question-sign:before {
    content: "\f059"; }
  .aui .icon-info-sign:before {
    content: "\f05a"; }
  .aui .icon-screenshot:before {
    content: "\f05b"; }
  .aui .icon-remove-circle:before {
    content: "\f05c"; }
  .aui .icon-ok-circle:before {
    content: "\f05d"; }
  .aui .icon-ban-circle:before {
    content: "\f05e"; }
  .aui .icon-arrow-left:before {
    content: "\f060"; }
  .aui .icon-arrow-right:before {
    content: "\f061"; }
  .aui .icon-arrow-up:before {
    content: "\f062"; }
  .aui .icon-arrow-down:before {
    content: "\f063"; }
  .aui .icon-share-alt:before {
    content: "\f064"; }
  .aui .icon-resize-full:before {
    content: "\f065"; }
  .aui .icon-resize-small:before {
    content: "\f066"; }
  .aui .icon-plus:before {
    content: "\f067"; }
  .aui .icon-minus:before {
    content: "\f068"; }
  .aui .icon-asterisk:before {
    content: "\f069"; }
  .aui .icon-exclamation-sign:before {
    content: "\f06a"; }
  .aui .icon-gift:before {
    content: "\f06b"; }
  .aui .icon-leaf:before {
    content: "\f06c"; }
  .aui .icon-fire:before {
    content: "\f06d"; }
  .aui .icon-eye-open:before {
    content: "\f06e"; }
  .aui .icon-eye-close:before {
    content: "\f070"; }
  .aui .icon-warning-sign:before {
    content: "\f071"; }
  .aui .icon-plane:before {
    content: "\f072"; }
  .aui .icon-calendar:before {
    content: "\f073"; }
  .aui .icon-random:before {
    content: "\f074"; }
  .aui .icon-comment:before {
    content: "\f075"; }
  .aui .icon-magnet:before {
    content: "\f076"; }
  .aui .icon-chevron-up:before {
    content: "\f077"; }
  .aui .icon-chevron-down:before {
    content: "\f078"; }
  .aui .icon-retweet:before {
    content: "\f079"; }
  .aui .icon-shopping-cart:before {
    content: "\f07a"; }
  .aui .icon-folder-close:before {
    content: "\f07b"; }
  .aui .icon-folder-open:before {
    content: "\f07c"; }
  .aui .icon-resize-vertical:before {
    content: "\f07d"; }
  .aui .icon-resize-horizontal:before {
    content: "\f07e"; }
  .aui .icon-bar-chart:before {
    content: "\f080"; }
  .aui .icon-twitter-sign:before {
    content: "\f081"; }
  .aui .icon-facebook-sign:before {
    content: "\f082"; }
  .aui .icon-camera-retro:before {
    content: "\f083"; }
  .aui .icon-key:before {
    content: "\f084"; }
  .aui .icon-cogs:before {
    content: "\f085"; }
  .aui .icon-comments:before {
    content: "\f086"; }
  .aui .icon-thumbs-up:before {
    content: "\f087"; }
  .aui .icon-thumbs-down:before {
    content: "\f088"; }
  .aui .icon-star-half:before {
    content: "\f089"; }
  .aui .icon-heart-empty:before {
    content: "\f08a"; }
  .aui .icon-signout:before {
    content: "\f08b"; }
  .aui .icon-linkedin-sign:before {
    content: "\f08c"; }
  .aui .icon-pushpin:before {
    content: "\f08d"; }
  .aui .icon-external-link:before {
    content: "\f08e"; }
  .aui .icon-signin:before {
    content: "\f090"; }
  .aui .icon-trophy:before {
    content: "\f091"; }
  .aui .icon-github-sign:before {
    content: "\f092"; }
  .aui .icon-upload-alt:before {
    content: "\f093"; }
  .aui .icon-lemon:before {
    content: "\f094"; }
  .aui .icon-phone:before {
    content: "\f095"; }
  .aui .icon-check-empty:before {
    content: "\f096"; }
  .aui .icon-bookmark-empty:before {
    content: "\f097"; }
  .aui .icon-phone-sign:before {
    content: "\f098"; }
  .aui .icon-twitter:before {
    content: "\f099"; }
  .aui .icon-facebook:before {
    content: "\f09a"; }
  .aui .icon-github:before {
    content: "\f09b"; }
  .aui .icon-unlock:before {
    content: "\f09c"; }
  .aui .icon-credit:before {
    content: "\f09d"; }
  .aui .icon-rss:before {
    content: "\f09e"; }
  .aui .icon-hdd:before {
    content: "\f0a0"; }
  .aui .icon-bullhorn:before {
    content: "\f0a1"; }
  .aui .icon-bell:before {
    content: "\f0a2"; }
  .aui .icon-certificate:before {
    content: "\f0a3"; }
  .aui .icon-hand-right:before {
    content: "\f0a4"; }
  .aui .icon-hand-left:before {
    content: "\f0a5"; }
  .aui .icon-hand-up:before {
    content: "\f0a6"; }
  .aui .icon-hand-down:before {
    content: "\f0a7"; }
  .aui .icon-circle-arrow-left:before {
    content: "\f0a8"; }
  .aui .icon-circle-arrow-right:before {
    content: "\f0a9"; }
  .aui .icon-circle-arrow-up:before {
    content: "\f0aa"; }
  .aui .icon-circle-arrow-down:before {
    content: "\f0ab"; }
  .aui .icon-globe:before {
    content: "\f0ac"; }
  .aui .icon-wrench:before {
    content: "\f0ad"; }
  .aui .icon-tasks:before {
    content: "\f0ae"; }
  .aui .icon-filter:before {
    content: "\f0b0"; }
  .aui .icon-briefcase:before {
    content: "\f0b1"; }
  .aui .icon-fullscreen:before {
    content: "\f0b2"; }
  .aui .icon-group:before {
    content: "\f0c0"; }
  .aui .icon-link:before {
    content: "\f0c1"; }
  .aui .icon-cloud:before {
    content: "\f0c2"; }
  .aui .icon-beaker:before {
    content: "\f0c3"; }
  .aui .icon-cut:before {
    content: "\f0c4"; }
  .aui .icon-copy:before {
    content: "\f0c5"; }
  .aui .icon-paper-clip:before {
    content: "\f0c6"; }
  .aui .icon-save:before {
    content: "\f0c7"; }
  .aui .icon-sign-blank:before {
    content: "\f0c8"; }
  .aui .icon-reorder:before {
    content: "\f0c9"; }
  .aui .icon-list-ul:before {
    content: "\f0ca"; }
  .aui .icon-list-ol:before {
    content: "\f0cb"; }
  .aui .icon-strikethrough:before {
    content: "\f0cc"; }
  .aui .icon-underline:before {
    content: "\f0cd"; }
  .aui .icon-table:before {
    content: "\f0ce"; }
  .aui .icon-magic:before {
    content: "\f0d0"; }
  .aui .icon-truck:before {
    content: "\f0d1"; }
  .aui .icon-pinterest:before {
    content: "\f0d2"; }
  .aui .icon-pinterest-sign:before {
    content: "\f0d3"; }
  .aui .icon-google-plus-sign:before {
    content: "\f0d4"; }
  .aui .icon-google-plus:before {
    content: "\f0d5"; }
  .aui .icon-money:before {
    content: "\f0d6"; }
  .aui .icon-caret-down:before {
    content: "\f0d7"; }
  .aui .icon-caret-up:before {
    content: "\f0d8"; }
  .aui .icon-caret-left:before {
    content: "\f0d9"; }
  .aui .icon-caret-right:before {
    content: "\f0da"; }
  .aui .icon-columns:before {
    content: "\f0db"; }
  .aui .icon-sort:before {
    content: "\f0dc"; }
  .aui .icon-sort-down:before {
    content: "\f0dd"; }
  .aui .icon-sort-up:before {
    content: "\f0de"; }
  .aui .icon-envelope-alt:before {
    content: "\f0e0"; }
  .aui .icon-linkedin:before {
    content: "\f0e1"; }
  .aui .icon-undo:before {
    content: "\f0e2"; }
  .aui .icon-legal:before {
    content: "\f0e3"; }
  .aui .icon-dashboard:before {
    content: "\f0e4"; }
  .aui .icon-comment-alt:before {
    content: "\f0e5"; }
  .aui .icon-comments-alt:before {
    content: "\f0e6"; }
  .aui .icon-bolt:before {
    content: "\f0e7"; }
  .aui .icon-sitemap:before {
    content: "\f0e8"; }
  .aui .icon-umbrella:before {
    content: "\f0e9"; }
  .aui .icon-paste:before {
    content: "\f0ea"; }
  .aui .icon-lightbulb:before {
    content: "\f0eb"; }
  .aui .icon-exchange:before {
    content: "\f0ec"; }
  .aui .icon-cloud-download:before {
    content: "\f0ed"; }
  .aui .icon-cloud-upload:before {
    content: "\f0ee"; }
  .aui .icon-user-md:before {
    content: "\f0f0"; }
  .aui .icon-stethoscope:before {
    content: "\f0f1"; }
  .aui .icon-suitcase:before {
    content: "\f0f2"; }
  .aui .icon-bell-alt:before {
    content: "\f0f3"; }
  .aui .icon-coffee:before {
    content: "\f0f4"; }
  .aui .icon-food:before {
    content: "\f0f5"; }
  .aui .icon-file-alt:before {
    content: "\f0f6"; }
  .aui .icon-building:before {
    content: "\f0f7"; }
  .aui .icon-hospital:before {
    content: "\f0f8"; }
  .aui .icon-ambulance:before {
    content: "\f0f9"; }
  .aui .icon-medkit:before {
    content: "\f0fa"; }
  .aui .icon-fighter-jet:before {
    content: "\f0fb"; }
  .aui .icon-beer:before {
    content: "\f0fc"; }
  .aui .icon-h-sign:before {
    content: "\f0fd"; }
  .aui .icon-plus-sign-2:before {
    content: "\f0fe"; }
  .aui .icon-double-angle-left:before {
    content: "\f100"; }
  .aui .icon-double-angle-right:before {
    content: "\f101"; }
  .aui .icon-double-angle-up:before {
    content: "\f102"; }
  .aui .icon-double-angle-down:before {
    content: "\f103"; }
  .aui .icon-angle-left:before {
    content: "\f104"; }
  .aui .icon-angle-right:before {
    content: "\f105"; }
  .aui .icon-angle-up:before {
    content: "\f106"; }
  .aui .icon-angle-down:before {
    content: "\f107"; }
  .aui .icon-desktop:before {
    content: "\f108"; }
  .aui .icon-laptop:before {
    content: "\f109"; }
  .aui .icon-tablet:before {
    content: "\f10a"; }
  .aui .icon-mobile:before {
    content: "\f10b"; }
  .aui .icon-circle-blank:before {
    content: "\f10c"; }
  .aui .icon-quote-left:before {
    content: "\f10d"; }
  .aui .icon-quote-right:before {
    content: "\f10e"; }
  .aui .icon-spinner:before {
    content: "\f110"; }
  .aui .icon-circle:before {
    content: "\f111"; }
  .aui .icon-reply:before {
    content: "\f112"; }
  .aui .icon-github-alt:before {
    content: "\f113"; }
  .aui .icon-folder-close-alt:before {
    content: "\f114"; }
  .aui .icon-folder-open-alt:before {
    content: "\f115"; }
  .aui .icon-expand-alt:before {
    content: "\f116"; }
  .aui .icon-collapse-alt:before {
    content: "\f117"; }
  .aui .icon-smile:before {
    content: "\f118"; }
  .aui .icon-frown:before {
    content: "\f119"; }
  .aui .icon-meh:before {
    content: "\f11a"; }
  .aui .icon-gamepad:before {
    content: "\f11b"; }
  .aui .icon-keyboard:before {
    content: "\f11c"; }
  .aui .icon-flag-alt:before {
    content: "\f11d"; }
  .aui .icon-flag-checkered:before {
    content: "\f11e"; }
  .aui .icon-terminal:before {
    content: "\f120"; }
  .aui .icon-code:before {
    content: "\f121"; }
  .aui .icon-reply-all:before {
    content: "\f122"; }
  .aui .icon-star-half-full:before {
    content: "\f123"; }
  .aui .icon-location-arrow:before {
    content: "\f124"; }
  .aui .icon-crop:before {
    content: "\f125"; }
  .aui .icon-code-fork:before {
    content: "\f126"; }
  .aui .icon-unlink:before {
    content: "\f127"; }
  .aui .icon-question:before {
    content: "\f128"; }
  .aui .icon-info:before {
    content: "\f129"; }
  .aui .icon-exclamation:before {
    content: "\f12a"; }
  .aui .icon-superscript:before {
    content: "\f12b"; }
  .aui .icon-subscript:before {
    content: "\f12c"; }
  .aui .icon-eraser:before {
    content: "\f12d"; }
  .aui .icon-puzzle:before {
    content: "\f12e"; }
  .aui .icon-microphone:before {
    content: "\f130"; }
  .aui .icon-microphone-off:before {
    content: "\f131"; }
  .aui .icon-shield:before {
    content: "\f132"; }
  .aui .icon-calendar-empty:before {
    content: "\f133"; }
  .aui .icon-fire-extinguisher:before {
    content: "\f134"; }
  .aui .icon-rocket:before {
    content: "\f135"; }
  .aui .icon-maxcdn:before {
    content: "\f136"; }
  .aui .icon-chevron-sign-left:before {
    content: "\f137"; }
  .aui .icon-chevron-sign-right:before {
    content: "\f138"; }
  .aui .icon-chevron-sign-up:before {
    content: "\f139"; }
  .aui .icon-chevron-sign-down:before {
    content: "\f13a"; }
  .aui .icon-html5:before {
    content: "\f13b"; }
  .aui .icon-css3:before {
    content: "\f13c"; }
  .aui .icon-anchor:before {
    content: "\f13d"; }
  .aui .icon-unlock-alt:before {
    content: "\f13e"; }
  .aui .icon-bullseye:before {
    content: "\f140"; }
  .aui .icon-ellipsis-horizontal:before {
    content: "\f141"; }
  .aui .icon-ellipsis-vertical:before {
    content: "\f142"; }
  .aui .icon-rss-sign:before {
    content: "\f143"; }
  .aui .icon-play-sign:before {
    content: "\f144"; }
  .aui .icon-ticket:before {
    content: "\f145"; }
  .aui .icon-minus-sign-alt:before {
    content: "\f146"; }
  .aui .icon-check-minus:before {
    content: "\f147"; }
  .aui .icon-level-up:before {
    content: "\f148"; }
  .aui .icon-level-down:before {
    content: "\f149"; }
  .aui .icon-check-sign:before {
    content: "\f14a"; }
  .aui .icon-edit-sign:before {
    content: "\f14b"; }
  .aui .icon-external-link-sign:before {
    content: "\f14c"; }
  .aui .icon-share-sign:before {
    content: "\f14d"; }
  .aui .icon-compass:before {
    content: "\f14e"; }
  .aui .icon-collapse:before {
    content: "\f150"; }
  .aui .icon-collapse-top:before {
    content: "\f151"; }
  .aui .icon-expand:before {
    content: "\f152"; }
  .aui .icon-euro:before {
    content: "\f153"; }
  .aui .icon-gbp:before {
    content: "\f154"; }
  .aui .icon-dollar:before {
    content: "\f155"; }
  .aui .icon-yen:before {
    content: "\f157"; }
  .aui .icon-renminbi:before {
    content: "\f158"; }
  .aui .icon-won:before {
    content: "\f159"; }
  .aui .icon-bitcoin:before {
    content: "\f15a"; }
  .aui .icon-file-2:before {
    content: "\f15b"; }
  .aui .icon-file-text:before {
    content: "\f15c"; }
  .aui .icon-sort-by-alphabet:before {
    content: "\f15d"; }
  .aui .icon-sort-by-alphabet-alt:before {
    content: "\f15e"; }
  .aui .icon-sort-by-attributes:before {
    content: "\f160"; }
  .aui .icon-sort-by-attributes-alt:before {
    content: "\f161"; }
  .aui .icon-sort-by-order:before {
    content: "\f162"; }
  .aui .icon-sort-by-order-alt:before {
    content: "\f163"; }
  .aui .icon-thumbs-up-2:before {
    content: "\f164"; }
  .aui .icon-thumbs-down-2:before {
    content: "\f165"; }
  .aui .icon-youtube-sign:before {
    content: "\f166"; }
  .aui .icon-youtube:before {
    content: "\f167"; }
  .aui .icon-xing:before {
    content: "\f168"; }
  .aui .icon-xing-sign:before {
    content: "\f169"; }
  .aui .icon-youtube-play:before {
    content: "\f16a"; }
  .aui .icon-dropbox:before {
    content: "\f16b"; }
  .aui .icon-stackexchange:before {
    content: "\f16c"; }
  .aui .icon-instagram:before {
    content: "\f16d"; }
  .aui .icon-flickr:before {
    content: "\f16e"; }
  .aui .icon-adn:before {
    content: "\f170"; }
  .aui .icon-bitbucket:before {
    content: "\f171"; }
  .aui .icon-bitbucket-sign:before {
    content: "\f172"; }
  .aui .icon-tumblr:before {
    content: "\f173"; }
  .aui .icon-tumblr-sign:before {
    content: "\f174"; }
  .aui .icon-long-arrow-down:before {
    content: "\f175"; }
  .aui .icon-long-arrow-up:before {
    content: "\f176"; }
  .aui .icon-long-arrow-left:before {
    content: "\f177"; }
  .aui .icon-long-arrow-right:before {
    content: "\f178"; }
  .aui .icon-apple:before {
    content: "\f179"; }
  .aui .icon-windows:before {
    content: "\f17a"; }
  .aui .icon-android:before {
    content: "\f17b"; }
  .aui .icon-linux:before {
    content: "\f17c"; }
  .aui .icon-dribbble:before {
    content: "\f17d"; }
  .aui .icon-skype:before {
    content: "\f17e"; }
  .aui .icon-foursquare:before {
    content: "\f180"; }
  .aui .icon-trello:before {
    content: "\f181"; }
  .aui .icon-female:before {
    content: "\f182"; }
  .aui .icon-male:before {
    content: "\f183"; }
  .aui .icon-gittip:before {
    content: "\f184"; }
  .aui .icon-sun:before {
    content: "\f185"; }
  .aui .icon-moon:before {
    content: "\f186"; }
  .aui .icon-archive:before {
    content: "\f187"; }
  .aui .icon-bug:before {
    content: "\f188"; }
  .aui .icon-vk:before {
    content: "\f189"; }
  .aui .icon-rupee:before {
    content: "\f156"; }
  .aui .icon-glass:before {
    content: "\f000"; }
  .aui .icon-fb-text-box:before {
    content: "\e001"; }
  .aui .icon-fb-select:before {
    content: "\e002"; }
  .aui .icon-fb-radio:before {
    content: "\e003"; }
  .aui .icon-fb-text:before {
    content: "\e000"; }
  .aui .icon-fb-number:before {
    content: "\e004"; }
  .aui .icon-fb-integer:before {
    content: "\e005"; }
  .aui .icon-fb-decimal:before {
    content: "\e007"; }
  .aui .icon-fb-boolean:before {
    content: "\e008"; }
  .aui .icon-renren:before {
    content: "\f18b"; }
  .aui .icon-weibo:before {
    content: "\f18a"; }
  .aui .icon-db-joinxor:before {
    content: "\e006"; }
  .aui .icon-db-state:before {
    content: "\e009"; }
  .aui .icon-db-end:before {
    content: "\e00a"; }
  .aui .icon-db-start:before {
    content: "\e00b"; }
  .aui .icon-db-fork:before {
    content: "\e00c"; }
  .aui .icon-db-task:before {
    content: "\e00d"; }
  .aui .icon-db-condition:before {
    content: "\e00e"; }
  .aui .icon-db-join:before {
    content: "\e00f"; }
  .aui .icon-fb-button:before {
    content: "\e010"; }
  .aui .icon-fb-fieldset:before {
    content: "\e011"; }
  .aui .icon-fb-custom-field:before {
    content: "\e012"; }
  .aui .icon-fb-separator:before {
    content: "\e013"; }
  .aui .icon-fb-paragraph:before {
    content: "\e014"; }
  .aui .icon-fb-file-upload:before {
    content: "\e015"; }
  .aui .icon-btc:before {
    content: "\f15a"; }
  .aui .icon-cny:before {
    content: "\f158"; }
  .aui .icon-eur:before {
    content: "\f153"; }
  .aui .icon-gear:before {
    content: "\f013"; }
  .aui .icon-gears:before {
    content: "\f085"; }
  .aui .icon-inr:before {
    content: "\f156"; }
  .aui .icon-jpy:before {
    content: "\f157"; }
  .aui .icon-krw:before {
    content: "\f159"; }
  .aui .icon-mail-forward:before {
    content: "\f064"; }
  .aui .icon-mail-reply:before {
    content: "\f112"; }
  .aui .icon-paperclip:before {
    content: "\f0c6"; }
  .aui .icon-power-off:before {
    content: "\f011"; }
  .aui .icon-rotate-left:before {
    content: "\f0e2"; }
  .aui .icon-rotate-right:before {
    content: "\f01e"; }
  .aui .icon-star-half-empty:before {
    content: "\f123"; }
  .aui .icon-unchecked:before {
    content: "\f096"; }
  .aui .icon-usd:before {
    content: "\f155"; }