@import url('reset.css');
@import url('base.css');
@import url('layout.css');
@import url('module.css');
@import url('state.css');
@import url('theme.css');

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #666680;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 13px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
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;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 9px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
/*Fix for tooltips wrong positioning*/
.control-label .hasTooltip {
  display: inline-block;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #222222;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.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;
}
.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;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 30px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 112px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 194px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 276px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 358px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 440px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 522px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 686px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 768px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 850px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 932px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.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: #ffffff;
  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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #027e86;
  background-image: -moz-linear-gradient(top, #028790, #026f77);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#028790), to(#026f77));
  background-image: -webkit-linear-gradient(top, #028790, #026f77);
  background-image: -o-linear-gradient(top, #028790, #026f77);
  background-image: linear-gradient(to bottom, #028790, #026f77);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff028790', endColorstr='#ff026f77', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #027e86;
  background-image: -moz-linear-gradient(top, #028790, #026f77);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#028790), to(#026f77));
  background-image: -webkit-linear-gradient(top, #028790, #026f77);
  background-image: -o-linear-gradient(top, #028790, #026f77);
  background-image: linear-gradient(to bottom, #028790, #026f77);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff028790', endColorstr='#ff026f77', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.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;
}
.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;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.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;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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;
}
.fade.in {
  opacity: 1;
}
.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;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 3;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *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);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.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;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.disabled,
.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;
}
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.049999999999999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *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);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #cccccc \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  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);
  border-color: #f89406 #f89406 #ad6704;
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  *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);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #028790;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #028790;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.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;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}
.btn-group > .btn-mini {
  font-size: 9.75px;
}
.btn-group > .btn-small {
  font-size: 11.049999999999999px;
}
.btn-group > .btn-large {
  font-size: 16.25px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #028790;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #222222;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #028790;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.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;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #028790;
  border-bottom-color: #028790;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #028790;
  border-bottom-color: #028790;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.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;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.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;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.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;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #000000;
}
.navbar-link {
  color: #000000;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #888899;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 0px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 948px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 auto;
  box-sizing: border-box;
  
}
.navbar .nav * {
  box-sizing: border-box;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav li {
  font-family: "Myriad Pro";
}
.navbar .nav > li > a {
  float: none;
  padding: 0px;
  color: #fff;
  text-decoration: none;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.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;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.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;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #888899;
  border-bottom-color: #888899;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #ffffff;
  color: #888899;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #888899;
  border-bottom-color: #888899;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.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;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #222222;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #222222;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #626262;
  border-color: #222222;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  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;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #151515;
  background-image: -moz-linear-gradient(top, #151515, #151515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#151515));
  background-image: -webkit-linear-gradient(top, #151515, #151515);
  background-image: -o-linear-gradient(top, #151515, #151515);
  background-image: linear-gradient(to bottom, #151515, #151515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff151515', GradientType=0);
  border-color: #151515 #151515 #000000;
  *background-color: #151515;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #151515;
  *background-color: #080808;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #ffffff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small 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;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small 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;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.049999999999999px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}
.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  width: 98%;
  position: relative;
  overflow-y: auto;
  max-height: none;
  padding: 1%;
}
.modal-body iframe {
  width: 100%;
  max-height: none;
  border: 0 !important;
}
.modal-form {
  margin-bottom: 0;
}
.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 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* Joomla JUI NOTE: Original .modal definition has to be commented */
div.modal {
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 1050;
  width: 80%;
  margin-left: -40%;
  background-color: #ffffff;
  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;
}
div.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
div.modal.fade.in {
  top: 5%;
}
.modal-batch {
  overflow-y: visible;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -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;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -36px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 36px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #028790;
  -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);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-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;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #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: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  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;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.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;
}
.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;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  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);
}
.progress-danger.progress-striped .bar,
.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);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  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);
}
.progress-success.progress-striped .bar,
.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);
}
.progress-info .bar,
.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);
}
.progress-info.progress-striped .bar,
.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);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  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);
}
.progress-warning.progress-striped .bar,
.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);
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.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;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.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;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 18px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 27px;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .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;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
/* Joomla JUI NOTE: Original .modal definition has to be commented */
@media (max-width: 767px) {
  div.modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  div.modal.fade {
    top: -100px;
  }
  div.modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  div.modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .span12 {
    width: 728px;
  }
  .span11 {
    width: 665px;
  }
  .span10 {
    width: 602px;
  }
  .span9 {
    width: 539px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 413px;
  }
  .span6 {
    width: 350px;
  }
  .span5 {
    width: 287px;
  }
  .span4 {
    width: 224px;
  }
  .span3 {
    width: 161px;
  }
  .span2 {
    width: 98px;
  }
  .span1 {
    width: 35px;
  }
  .offset12 {
    margin-left: 784px;
  }
  .offset11 {
    margin-left: 721px;
  }
  .offset10 {
    margin-left: 658px;
  }
  .offset9 {
    margin-left: 595px;
  }
  .offset8 {
    margin-left: 532px;
  }
  .offset7 {
    margin-left: 469px;
  }
  .offset6 {
    margin-left: 406px;
  }
  .offset5 {
    margin-left: 343px;
  }
  .offset4 {
    margin-left: 280px;
  }
  .offset3 {
    margin-left: 217px;
  }
  .offset2 {
    margin-left: 154px;
  }
  .offset1 {
    margin-left: 91px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 3.8461538461538463%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94725738396625%;
  }
  .row-fluid .span11 {
    width: 91.34615384615385%;
    *width: 91.2934112301201%;
  }
  .row-fluid .span10 {
    width: 82.6923076923077%;
    *width: 82.63956507627394%;
  }
  .row-fluid .span9 {
    width: 74.03846153846155%;
    *width: 73.9857189224278%;
  }
  .row-fluid .span8 {
    width: 65.38461538461539%;
    *width: 65.33187276858163%;
  }
  .row-fluid .span7 {
    width: 56.73076923076924%;
    *width: 56.67802661473549%;
  }
  .row-fluid .span6 {
    width: 48.07692307692308%;
    *width: 48.024180460889326%;
  }
  .row-fluid .span5 {
    width: 39.42307692307693%;
    *width: 39.37033430704317%;
  }
  .row-fluid .span4 {
    width: 30.769230769230774%;
    *width: 30.71648815319702%;
  }
  .row-fluid .span3 {
    width: 22.115384615384617%;
    *width: 22.062641999350863%;
  }
  .row-fluid .span2 {
    width: 13.461538461538463%;
    *width: 13.408795845504708%;
  }
  .row-fluid .span1 {
    width: 4.807692307692308%;
    *width: 4.754949691658553%;
  }
  .row-fluid .offset12 {
    margin-left: 107.6923076923077%;
    *margin-left: 107.58682246024019%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 103.84615384615384%;
    *margin-left: 103.74066861408633%;
  }
  .row-fluid .offset11 {
    margin-left: 99.03846153846155%;
    *margin-left: 98.93297630639404%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 95.1923076923077%;
    *margin-left: 95.08682246024019%;
  }
  .row-fluid .offset10 {
    margin-left: 90.38461538461539%;
    *margin-left: 90.27913015254788%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 86.53846153846153%;
    *margin-left: 86.43297630639402%;
  }
  .row-fluid .offset9 {
    margin-left: 81.73076923076924%;
    *margin-left: 81.62528399870173%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.88461538461539%;
    *margin-left: 77.77913015254788%;
  }
  .row-fluid .offset8 {
    margin-left: 73.07692307692308%;
    *margin-left: 72.97143784485557%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 69.23076923076923%;
    *margin-left: 69.12528399870172%;
  }
  .row-fluid .offset7 {
    margin-left: 64.42307692307693%;
    *margin-left: 64.31759169100943%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 60.57692307692309%;
    *margin-left: 60.47143784485558%;
  }
  .row-fluid .offset6 {
    margin-left: 55.769230769230774%;
    *margin-left: 55.663745537163265%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.92307692307693%;
    *margin-left: 51.81759169100942%;
  }
  .row-fluid .offset5 {
    margin-left: 47.11538461538462%;
    *margin-left: 47.00989938331711%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 43.269230769230774%;
    *margin-left: 43.163745537163265%;
  }
  .row-fluid .offset4 {
    margin-left: 38.46153846153847%;
    *margin-left: 38.35605322947096%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.61538461538462%;
    *margin-left: 34.50989938331711%;
  }
  .row-fluid .offset3 {
    margin-left: 29.80769230769231%;
    *margin-left: 29.702207075624802%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.961538461538463%;
    *margin-left: 25.856053229470955%;
  }
  .row-fluid .offset2 {
    margin-left: 21.153846153846157%;
    *margin-left: 21.048360921778645%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.30769230769231%;
    *margin-left: 17.2022070756248%;
  }
  .row-fluid .offset1 {
    margin-left: 12.5%;
    *margin-left: 12.39451476793249%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.653846153846155%;
    *margin-left: 8.548360921778643%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 28px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 714px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 651px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 588px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 525px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 399px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 336px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 273px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 210px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 147px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 84px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 21px;
  }
}
@media (min-width: 1200px) {
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .span12 {
    width: 948px;
  }
  .span11 {
    width: 866px;
  }
  .span10 {
    width: 784px;
  }
  .span9 {
    width: 702px;
  }
  .span8 {
    width: 620px;
  }
  .span7 {
    width: 538px;
  }
  .span6 {
    width: 456px;
  }
  .span5 {
    width: 374px;
  }
  .span4 {
    width: 292px;
  }
  .span3 {
    width: 210px;
  }
  .span2 {
    width: 128px;
  }
  .span1 {
    width: 46px;
  }
  .offset12 {
    margin-left: 1020px;
  }
  .offset11 {
    margin-left: 938px;
  }
  .offset10 {
    margin-left: 856px;
  }
  .offset9 {
    margin-left: 774px;
  }
  .offset8 {
    margin-left: 692px;
  }
  .offset7 {
    margin-left: 610px;
  }
  .offset6 {
    margin-left: 528px;
  }
  .offset5 {
    margin-left: 446px;
  }
  .offset4 {
    margin-left: 364px;
  }
  .offset3 {
    margin-left: 282px;
  }
  .offset2 {
    margin-left: 200px;
  }
  .offset1 {
    margin-left: 118px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 3.79746835443038%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94725738396625%;
  }
  .row-fluid .span11 {
    width: 91.35021097046413%;
    *width: 91.29746835443038%;
  }
  .row-fluid .span10 {
    width: 82.70042194092827%;
    *width: 82.64767932489451%;
  }
  .row-fluid .span9 {
    width: 74.05063291139241%;
    *width: 73.99789029535866%;
  }
  .row-fluid .span8 {
    width: 65.40084388185655%;
    *width: 65.34810126582279%;
  }
  .row-fluid .span7 {
    width: 56.75105485232067%;
    *width: 56.69831223628692%;
  }
  .row-fluid .span6 {
    width: 48.10126582278481%;
    *width: 48.04852320675106%;
  }
  .row-fluid .span5 {
    width: 39.45147679324894%;
    *width: 39.39873417721519%;
  }
  .row-fluid .span4 {
    width: 30.80168776371308%;
    *width: 30.748945147679326%;
  }
  .row-fluid .span3 {
    width: 22.151898734177216%;
    *width: 22.099156118143462%;
  }
  .row-fluid .span2 {
    width: 13.50210970464135%;
    *width: 13.449367088607595%;
  }
  .row-fluid .span1 {
    width: 4.852320675105485%;
    *width: 4.79957805907173%;
  }
  .row-fluid .offset12 {
    margin-left: 107.59493670886076%;
    *margin-left: 107.48945147679325%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 103.79746835443038%;
    *margin-left: 103.69198312236287%;
  }
  .row-fluid .offset11 {
    margin-left: 98.94514767932489%;
    *margin-left: 98.83966244725738%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 95.14767932489451%;
    *margin-left: 95.042194092827%;
  }
  .row-fluid .offset10 {
    margin-left: 90.29535864978902%;
    *margin-left: 90.18987341772151%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 86.49789029535864%;
    *margin-left: 86.39240506329114%;
  }
  .row-fluid .offset9 {
    margin-left: 81.64556962025317%;
    *margin-left: 81.54008438818566%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.84810126582279%;
    *margin-left: 77.74261603375528%;
  }
  .row-fluid .offset8 {
    margin-left: 72.9957805907173%;
    *margin-left: 72.8902953586498%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 69.19831223628692%;
    *margin-left: 69.09282700421942%;
  }
  .row-fluid .offset7 {
    margin-left: 64.34599156118144%;
    *margin-left: 64.24050632911393%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 60.54852320675105%;
    *margin-left: 60.44303797468354%;
  }
  .row-fluid .offset6 {
    margin-left: 55.69620253164557%;
    *margin-left: 55.59071729957806%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.89873417721519%;
    *margin-left: 51.79324894514768%;
  }
  .row-fluid .offset5 {
    margin-left: 47.0464135021097%;
    *margin-left: 46.94092827004219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 43.24894514767932%;
    *margin-left: 43.143459915611814%;
  }
  .row-fluid .offset4 {
    margin-left: 38.39662447257384%;
    *margin-left: 38.29113924050633%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.59915611814346%;
    *margin-left: 34.493670886075954%;
  }
  .row-fluid .offset3 {
    margin-left: 29.746835443037977%;
    *margin-left: 29.64135021097047%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.949367088607595%;
    *margin-left: 25.843881856540087%;
  }
  .row-fluid .offset2 {
    margin-left: 21.09704641350211%;
    *margin-left: 20.9915611814346%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.29957805907173%;
    *margin-left: 17.19409282700422%;
  }
  .row-fluid .offset1 {
    margin-left: 12.447257383966246%;
    *margin-left: 12.341772151898734%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.649789029535865%;
    *margin-left: 8.544303797468354%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 36px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 934px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 852px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 770px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 688px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 606px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 524px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 442px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 360px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 278px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 196px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 114px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 32px;
  }
  .thumbnails {
    margin-left: -36px;
  }
  .thumbnails > li {
    margin-left: 36px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 18px;
  }
  .navbar-fixed-bottom {
    margin-top: 18px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #000000;
    text-shadow: none;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .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;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #222222;
    border-bottom-color: #222222;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.small {
  font-size: 11px;
}
/* Max Width */
iframe,
svg {
  max-width: 100%;
}
/* Nowrap */
.nowrap {
  white-space: nowrap;
}
/* Center */
.center,
.table td.center,
.table th.center {
  text-align: center;
}
/* Disabled Link */
a.disabled,
a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
/* Hero Banner */
.hero-unit {
  text-align: center;
}
.hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
.btn .caret {
  margin-bottom: 7px;
}
.btn.btn-micro .caret {
  margin: 5px 0;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
/* Modal */
body.modal {
  padding-top: 0;
}
/* Alternating Rows */
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
/* Row reveal */
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
/* Buttons */
.btn-wide {
  width: 80%;
}
/* Nav List Offset */
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .offset1 {
  margin-left: 8.382978723%;
}
.row-fluid .offset2 {
  margin-left: 16.89361702%;
}
.row-fluid .offset3 {
  margin-left: 25.404255317%;
}
.row-fluid .offset4 {
  margin-left: 33.914893614%;
}
.row-fluid .offset5 {
  margin-left: 42.425531911%;
}
.row-fluid .offset6 {
  margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
  margin-left: 59.446808505%;
}
.row-fluid .offset8 {
  margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
  margin-left: 76.468085099%;
}
.row-fluid .offset10 {
  margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
  margin-left: 91.489361693%;
}
/* Navbar Buttons */
.navbar .nav > li > a.btn {
  padding: 4px 10px;
  line-height: 18px;
}
/* Nav Tabs Dark */
.nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
  color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #222;
  border-bottom-color: transparent;
}
/* Inline Thumbnails */
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
/* Specific Widths */
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
/* Specific Heights */
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
/* Horizontal Row (hr) */
hr.hr-condensed {
  margin: 10px 0;
}
/* Striped */
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* Condensed */
.list-condensed li {
  padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 4px 5px;
}
/* Bordered */
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Radio Button Groups */
.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}
/* iFrames */
.iframe-bordered {
  border: 1px solid #dddddd;
}
/* Tabbed Content */
.tab-content {
  overflow: visible;
}
.tabs-left .tab-content {
  overflow: auto;
}
/* Non-linkable nav-tabs */
.nav-tabs > li > span {
  display: block;
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* Extended Joomla Button Classes */
.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.btn-group > .btn-micro {
  font-size: 10px;
}
/* Joomla => Bootstrap Tooltip */
.tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
}
/* Page Header */
.page-header {
  margin: 2px 0px 10px 0px;
  padding-bottom: 5px;
}
/* Input Prepend Chosen Select Boxes */
/* Common styling for Chosen Select Boxes with Input Prepend/Append */
.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.input-prepend > .add-on,
.input-append > .add-on {
  vertical-align: top;
}
/* Styles specific to Input Prepend Chosen Select Boxes */
.input-prepend .chzn-container-single .chzn-single {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .chzn-container-single .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
/* Styles specific to Input Append Chosen Select Boxes */
.input-append .chzn-container-single .chzn-single {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .chzn-container-single .chzn-single-with-drop {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
/* Styles specific to combined Input Prepend and Append Chosen Select Boxes */
.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Accessible Hidden Elements (good for hidden labels and such) */
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* Form Vertical Overrides Form Horizontal */
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
/* Auto Width */
.width-auto {
  width: auto;
}
/* Chosen proper wrapping in Bootstrap btn-group */
.btn-group .chzn-results {
  white-space: normal;
}
/* Accordion overflow fix */
.accordion-body.in:hover {
  overflow: visible;
}
/* Invalid indicators */
.invalid {
  color: #9d261d;
  font-weight: bold;
}
input.invalid {
  border: 1px solid #9d261d;
}
/* Tweaking of tooltips */
.tooltip {
  max-width: 400px;
}
.tooltip-inner {
  max-width: none;
  text-align: left;
  text-shadow: none;
}
th .tooltip-inner {
  font-weight: normal;
}
.tooltip.hasimage {
  opacity: 1;
}
/* Align tip text to left (old mootools tip) */
.tip-text {
  text-align: left;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
  margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.dropdown-menu {
  text-align: left;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
/* From Bootstrap */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoSun';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}

/******************* IcoSun Codes *******************/
.icon-folder-6:before { content: '\e800'; }
.icon-folder-open-2:before { content: '\e801'; }
.icon-phone-3:before { content: '\e802'; }
.icon-cog-7:before { content: '\e803'; }
.icon-cog-alt:before { content: '\e804'; }
.icon-wrench-4:before { content: '\e805'; }
.icon-basket-4:before { content: '\e806'; }
.icon-calendar-8:before { content: '\e807'; }
.icon-login-3:before { content: '\e808'; }
.icon-logout-3:before { content: '\e809'; }
.icon-volume-off-4:before { content: '\e80a'; }
.icon-volume-down-2:before { content: '\e80b'; }
.icon-volume-up-3:before { content: '\e80c'; }
.icon-headphones-3:before { content: '\e80d'; }
.icon-clock-8:before { content: '\e80e'; }
.icon-block-5:before { content: '\e80f'; }
.icon-resize-full-6:before { content: '\e810'; }
.icon-resize-small-4:before { content: '\e811'; }
.icon-resize-vertical-2:before { content: '\e812'; }
.icon-resize-horizontal-2:before { content: '\e813'; }
.icon-glass:before { content: '\e814'; }
.icon-music:before { content: '\e815'; }
.icon-search:before { content: '\e816'; }
.icon-mail:before { content: '\e817'; }
.icon-heart:before { content: '\e818'; }
.icon-heart-empty:before { content: '\e819'; }
.icon-star:before { content: '\e81a'; }
.icon-star-empty:before { content: '\e81b'; }
.icon-emo-happy:before { content: '\e81c'; }
.icon-user:before { content: '\e81d'; }
.icon-users:before { content: '\e81e'; }
.icon-video:before { content: '\e81f'; }
.icon-emo-wink:before { content: '\e820'; }
.icon-picture:before { content: '\e821'; }
.icon-camera:before { content: '\e822'; }
.icon-camera-alt:before { content: '\e823'; }
.icon-th-large:before { content: '\e824'; }
.icon-th:before { content: '\e825'; }
.icon-th-list:before { content: '\e826'; }
.icon-ok:before { content: '\e827'; }
.icon-ok-circled:before { content: '\e828'; }
.icon-ok-circled2:before { content: '\e829'; }
.icon-cancel:before { content: '\e82a'; }
.icon-cancel-circled:before { content: '\e82b'; }
.icon-cancel-circled2:before { content: '\e82c'; }
.icon-plus:before { content: '\e82d'; }
.icon-plus-circled:before { content: '\e82e'; }
.icon-minus:before { content: '\e82f'; }
.icon-spin1:before { content: '\e830'; }
.icon-spin2:before { content: '\e831'; }
.icon-spin3:before { content: '\e832'; }
.icon-minus-circled:before { content: '\e833'; }
.icon-spin4:before { content: '\e834'; }
.icon-help-circled:before { content: '\e835'; }
.icon-info-circled:before { content: '\e836'; }
.icon-home:before { content: '\e837'; }
.icon-spin5:before { content: '\e838'; }
.icon-spin6:before { content: '\e839'; }
.icon-link:before { content: '\e83a'; }
.icon-attach:before { content: '\e83b'; }
.icon-lock:before { content: '\e83c'; }
.icon-lock-open:before { content: '\e83d'; }
.icon-pin:before { content: '\e83e'; }
.icon-eye:before { content: '\e83f'; }
.icon-emo-wink2:before { content: '\e840'; }
.icon-emo-unhappy:before { content: '\e841'; }
.icon-emo-sleep:before { content: '\e842'; }
.icon-emo-thumbsup:before { content: '\e843'; }
.icon-emo-devil:before { content: '\e844'; }
.icon-emo-surprised:before { content: '\e845'; }
.icon-emo-tongue:before { content: '\e846'; }
.icon-emo-coffee:before { content: '\e847'; }
.icon-eye-off:before { content: '\e848'; }
.icon-tag:before { content: '\e849'; }
.icon-tags:before { content: '\e84a'; }
.icon-bookmark:before { content: '\e84b'; }
.icon-flag:before { content: '\e84c'; }
.icon-thumbs-up:before { content: '\e84d'; }
.icon-thumbs-down:before { content: '\e84e'; }
.icon-download:before { content: '\e84f'; }
.icon-upload:before { content: '\e850'; }
.icon-forward:before { content: '\e851'; }
.icon-export:before { content: '\e852'; }
.icon-pencil:before { content: '\e853'; }
.icon-edit:before { content: '\e854'; }
.icon-print:before {content: '\e855'; }
.icon-envelope:before {content: '\eb79'; } 
.icon-emo-sunglasses:before { content: '\e856'; }
.icon-comment:before { content: '\e857'; }
.icon-chat:before { content: '\e858'; }
.icon-bell:before { content: '\e859'; }
.icon-attention:before { content: '\e85a'; }
.icon-attention-circled:before { content: '\e85b'; }
.icon-location:before { content: '\e85c'; }
.icon-trash-empty:before { content: '\e85d'; }
.icon-doc:before { content: '\e85e'; }
.icon-scissors-1:before { content: '\e85f'; }
.icon-adjust:before { content: '\e860'; }
.icon-tint:before { content: '\e861'; }
.icon-check:before { content: '\e862'; }
.icon-asterisk:before { content: '\e863'; }
.icon-gift:before { content: '\e864'; }
.icon-fire:before { content: '\e865'; }
.icon-magnet:before { content: '\e866'; }
.icon-chart-bar:before { content: '\e867'; }
.icon-credit-card:before { content: '\e868'; }
.icon-floppy:before { content: '\e869'; }
.icon-megaphone:before { content: '\e86a'; }
.icon-key:before { content: '\e86b'; }
.icon-truck:before { content: '\e86c'; }
.icon-hammer:before { content: '\e86d'; }
.icon-emo-displeased:before { content: '\e86e'; }
.icon-note:before { content: '\e86f'; }
.icon-note-beamed:before { content: '\e870'; }
.icon-music-1:before { content: '\e871'; }
.icon-search-1:before { content: '\e872'; }
.icon-flashlight:before { content: '\e873'; }
.icon-mail-1:before { content: '\e874'; }
.icon-heart-1:before { content: '\e875'; }
.icon-heart-empty-1:before { content: '\e876'; }
.icon-star-1:before { content: '\e877'; }
.icon-star-empty-1:before { content: '\e878'; }
.icon-user-1:before { content: '\e879'; }
.icon-users-1:before { content: '\e87a'; }
.icon-user-add:before { content: '\e87b'; }
.icon-video-1:before { content: '\e87c'; }
.icon-picture-1:before { content: '\e87d'; }
.icon-camera-1:before { content: '\e87e'; }
.icon-layout:before { content: '\e87f'; }
.icon-menu:before { content: '\e880'; }
.icon-check-1:before { content: '\e881'; }
.icon-emo-beer:before { content: '\e882'; }
.icon-emo-grin:before { content: '\e883'; }
.icon-emo-angry:before { content: '\e884'; }
.icon-plus-1:before { content: '\e885'; }
.icon-plus-circled-1:before { content: '\e886'; }
.icon-plus-squared-1:before { content: '\e887'; }
.icon-minus-1:before { content: '\e888'; }
.icon-emo-saint:before { content: '\e889'; }
.icon-minus-squared-1:before { content: '\e88a'; }
.icon-help-1:before { content: '\e88b'; }
.icon-help-circled-1:before { content: '\e88c'; }
.icon-info-1:before { content: '\e88d'; }
.icon-info-circled-1:before { content: '\e88e'; }
.icon-back:before { content: '\e88f'; }
.icon-home-1:before { content: '\e890'; }
.icon-link-1:before { content: '\e891'; }
.icon-attach-1:before { content: '\e892'; }
.icon-lock-1:before { content: '\e893'; }
.icon-lock-open-1:before { content: '\e894'; }
.icon-eye-1:before { content: '\e895'; }
.icon-tag-1:before { content: '\e896'; }
.icon-bookmark-1:before { content: '\e897'; }
.icon-bookmarks:before { content: '\e898'; }
.icon-flag-1:before { content: '\e899'; }
.icon-thumbs-up-1:before { content: '\e89a'; }
.icon-thumbs-down-1:before { content: '\e89b'; }
.icon-download-1:before { content: '\e89c'; }
.icon-upload-1:before { content: '\e89d'; }
.icon-upload-cloud-1:before { content: '\e89e'; }
.icon-reply-1:before { content: '\e89f'; }
.icon-reply-all-1:before { content: '\e8a0'; }
.icon-forward-1:before { content: '\e8a1'; }
.icon-quote:before { content: '\e8a2'; }
.icon-code-1:before { content: '\e8a3'; }
.icon-export-1:before { content: '\e8a4'; }
.icon-pencil-1:before { content: '\e8a5'; }
.icon-feather:before { content: '\e8a6'; }
.icon-print-1:before { content: '\e8a7'; }
.icon-retweet-1:before { content: '\e8a8'; }
.icon-keyboard-1:before { content: '\e8a9'; }
.icon-comment-1:before { content: '\e8aa'; }
.icon-chat-1:before { content: '\e8ab'; }
.icon-bell-1:before { content: '\e8ac'; }
.icon-attention-1:before { content: '\e8ad'; }
.icon-alert:before { content: '\e8ae'; }
.icon-vcard:before { content: '\e8af'; }
.icon-address:before { content: '\e8b0'; }
.icon-location-1:before { content: '\e8b1'; }
.icon-book:before { content: '\e8b2'; }
.icon-map-1:before { content: '\e8b3'; }
.icon-direction-1:before { content: '\e8b4'; }
.icon-compass-1:before { content: '\e8b5'; }
.icon-cup:before { content: '\e8b6'; }
.icon-trash-1:before { content: '\e8b7'; }
.icon-doc-1:before { content: '\e8b8'; }
.icon-docs-1:before { content: '\e8b9'; }
.icon-doc-landscape:before { content: '\e8ba'; }
.icon-doc-text-1:before { content: '\e8bb'; }
.icon-doc-text-inv-1:before { content: '\e8bc'; }
.icon-newspaper-1:before { content: '\e8bd'; }
.icon-book-open:before { content: '\e8be'; }
.icon-book-1:before { content: '\e8bf'; }
.icon-folder:before { content: '\e8c0'; }
.icon-archive:before { content: '\e8c1'; }
.icon-box:before { content: '\e8c2'; }
.icon-rss:before { content: '\e8c3'; }
.icon-phone:before { content: '\e8c4'; }
.icon-cog:before { content: '\e8c5'; }
.icon-tools:before { content: '\e8c6'; }
.icon-share-1:before { content: '\e8c7'; }
.icon-shareable:before { content: '\e8c8'; }
.icon-basket:before { content: '\e8c9'; }
.icon-bag:before { content: '\e8ca'; }
.icon-calendar:before { content: '\e8cb'; }
.icon-login:before { content: '\e8cc'; }
.icon-logout:before { content: '\e8cd'; }
.icon-mic:before { content: '\e8ce'; }
.icon-mute:before { content: '\e8cf'; }
.icon-sound:before { content: '\e8d0'; }
.icon-volume:before { content: '\e8d1'; }
.icon-clock:before { content: '\e8d2'; }
.icon-emo-cry:before { content: '\e8d3'; }
.icon-lamp:before { content: '\e8d4'; }
.icon-light-down:before { content: '\e8d5'; }
.icon-light-up:before { content: '\e8d6'; }
.icon-adjust-1:before { content: '\e8d7'; }
.icon-block:before { content: '\e8d8'; }
.icon-resize-full:before { content: '\e8d9'; }
.icon-resize-small:before { content: '\e8da'; }
.icon-popup:before { content: '\e8db'; }
.icon-publish:before { content: '\e8dc'; }
.icon-window:before { content: '\e8dd'; }
.icon-arrow-combo:before { content: '\e8de'; }
.icon-down-circled:before { content: '\e8df'; }
.icon-left-circled:before { content: '\e8e0'; }
.icon-right-circled:before { content: '\e8e1'; }
.icon-up-circled:before { content: '\e8e2'; }
.icon-down-open:before { content: '\e8e3'; }
.icon-left-open:before { content: '\e8e4'; }
.icon-right-open:before { content: '\e8e5'; }
.icon-up-open:before { content: '\e8e6'; }
.icon-down-open-mini:before { content: '\e8e7'; }
.icon-left-open-mini:before { content: '\e8e8'; }
.icon-right-open-mini:before { content: '\e8e9'; }
.icon-up-open-mini:before { content: '\e8ea'; }
.icon-emo-shoot:before { content: '\e8eb'; }
.icon-emo-squint:before { content: '\e8ec'; }
.icon-emo-laugh:before { content: '\e8ed'; }
.icon-crown:before { content: '\e8ee'; }
.icon-down:before { content: '\e8ef'; }
.icon-left:before { content: '\e8f0'; }
.icon-right:before { content: '\e8f1'; }
.icon-up:before { content: '\e8f2'; }
.icon-down-dir:before { content: '\e8f3'; }
.icon-left-dir:before { content: '\e8f4'; }
.icon-right-dir:before { content: '\e8f5'; }
.icon-up-dir:before { content: '\e8f6'; }
.icon-down-bold:before { content: '\e8f7'; }
.icon-left-bold:before { content: '\e8f8'; }
.icon-right-bold:before { content: '\e8f9'; }
.icon-up-bold:before { content: '\e8fa'; }
.icon-down-thin:before { content: '\e8fb'; }
.icon-left-thin:before { content: '\e8fc'; }
.icon-right-thin:before { content: '\e8fd'; }
.icon-up-thin:before { content: '\e8fe'; }
.icon-ccw:before { content: '\e8ff'; }
.icon-cw:before { content: '\e900'; }
.icon-arrows-ccw:before { content: '\e901'; }
.icon-level-down:before { content: '\e902'; }
.icon-level-up:before { content: '\e903'; }
.icon-shuffle:before { content: '\e904'; }
.icon-loop:before { content: '\e905'; }
.icon-switch:before { content: '\e906'; }
.icon-play:before { content: '\e907'; }
.icon-stop:before { content: '\e908'; }
.icon-pause:before { content: '\e909'; }
.icon-record:before { content: '\e90a'; }
.icon-to-end:before { content: '\e90b'; }
.icon-to-start:before { content: '\e90c'; }
.icon-fast-forward:before { content: '\e90d'; }
.icon-fast-backward:before { content: '\e90e'; }
.icon-progress-0:before { content: '\e90f'; }
.icon-progress-1:before { content: '\e910'; }
.icon-progress-2:before { content: '\e911'; }
.icon-progress-3:before { content: '\e912'; }
.icon-target:before { content: '\e913'; }
.icon-palette:before { content: '\e914'; }
.icon-list:before { content: '\e915'; }
.icon-list-add:before { content: '\e916'; }
.icon-signal:before { content: '\e917'; }
.icon-trophy:before { content: '\e918'; }
.icon-battery:before { content: '\e919'; }
.icon-back-in-time:before { content: '\e91a'; }
.icon-monitor:before { content: '\e91b'; }
.icon-mobile:before { content: '\e91c'; }
.icon-marquee:before { content: '\e91d'; }
.icon-cd:before { content: '\e91e'; }
.icon-install:before { content: '\e920'; }
.icon-globe:before { content: '\e921'; }
.icon-cloud:before { content: '\e922'; }
.icon-cloud-thunder:before { content: '\e923'; }
.icon-flash:before { content: '\e924'; }
.icon-moon:before { content: '\e925'; }
.icon-flight:before { content: '\e926'; }
.icon-paper-plane:before { content: '\e927'; }
.icon-leaf:before { content: '\e928'; }
.icon-lifebuoy-1:before { content: '\e929'; }
.icon-mouse:before { content: '\e92a'; }
.icon-briefcase:before { content: '\e92b'; }
.icon-suitcase:before { content: '\e92c'; }
.icon-brush-1:before { content: '\e930'; }
.icon-magnet-1:before { content: '\e931'; }
.icon-infinity:before { content: '\e932'; }
.icon-erase:before { content: '\e933'; }
.icon-chart-pie-1:before { content: '\e934'; }
.icon-chart-line-1:before { content: '\e935'; }
.icon-chart-bar-1:before { content: '\e936'; }
.icon-chart-area-1:before { content: '\e937'; }
.icon-tape:before { content: '\e938'; }
.icon-graduation-cap-1:before { content: '\e939'; }
.icon-ticket-1:before { content: '\e93b'; }
.icon-water:before { content: '\e93c'; }
.icon-droplet:before { content: '\e93d'; }
.icon-air:before { content: '\e93e'; }
.icon-credit-card-1:before { content: '\e93f'; }
.icon-floppy-1:before { content: '\e940'; }
.icon-clipboard:before { content: '\e941'; }
.icon-megaphone-1:before { content: '\e942'; }
.icon-database-1:before { content: '\e943'; }
.icon-drive:before { content: '\e944'; }
.icon-bucket:before { content: '\e945'; }
.icon-thermometer-1:before { content: '\e946'; }
.icon-key-1:before { content: '\e947'; }
.icon-flow-cascade:before { content: '\e948'; }
.icon-flow-branch:before { content: '\e949'; }
.icon-flow-tree:before { content: '\e94a'; }
.icon-flow-line:before { content: '\e94b'; }
.icon-flow-parallel:before { content: '\e94c'; }
.icon-rocket-1:before { content: '\e94d'; }
.icon-gauge-1:before { content: '\e94e'; }
.icon-traffic-cone:before { content: '\e94f'; }
.icon-cc-1:before { content: '\e950'; }
.icon-cc-by:before { content: '\e951'; }
.icon-cc-nc:before { content: '\e952'; }
.icon-cc-nc-eu:before { content: '\e953'; }
.icon-cc-nc-jp:before { content: '\e954'; }
.icon-cc-sa:before { content: '\e955'; }
.icon-cc-nd:before { content: '\e956'; }
.icon-cc-pd:before { content: '\e957'; }
.icon-cc-zero:before { content: '\e958'; }
.icon-cc-share:before { content: '\e959'; }
.icon-cc-remix:before { content: '\e95a'; }
.icon-music-outline:before { content: '\e95e'; }
.icon-music-2:before { content: '\e95f'; }
.icon-search-outline:before { content: '\e960'; }
.icon-search-2:before { content: '\e961'; }
.icon-mail-2:before { content: '\e962'; }
.icon-heart-2:before { content: '\e963'; }
.icon-heart-filled:before { content: '\e964'; }
.icon-star-2:before { content: '\e965'; }
.icon-star-filled:before { content: '\e966'; }
.icon-user-outline:before { content: '\e967'; }
.icon-user-2:before { content: '\e968'; }
.icon-users-outline:before { content: '\e969'; }
.icon-users-2:before { content: '\e96a'; }
.icon-user-add-outline:before { content: '\e96b'; }
.icon-user-add-1:before { content: '\e96c'; }
.icon-user-delete-outline:before { content: '\e96d'; }
.icon-user-delete:before { content: '\e96e'; }
.icon-video-2:before { content: '\e96f'; }
.icon-videocam-outline:before { content: '\e970'; }
.icon-videocam-1:before { content: '\e971'; }
.icon-picture-outline:before { content: '\e972'; }
.icon-camera-outline:before { content: '\e974'; }
.icon-camera-2:before { content: '\e975'; }
.icon-th-outline:before { content: '\e976'; }
.icon-th-1:before { content: '\e977'; }
.icon-th-large-outline:before { content: '\e978'; }
.icon-th-large-1:before { content: '\e979'; }
.icon-th-list-outline:before { content: '\e97a'; }
.icon-th-list-1:before { content: '\e97b'; }
.icon-ok-outline:before { content: '\e97c'; }
.icon-ok-1:before { content: '\e97d'; }
.icon-cancel-outline:before { content: '\e97e'; }
.icon-cancel-2:before { content: '\e97f'; }
.icon-cancel-alt:before { content: '\e980'; }
.icon-cancel-alt-filled:before { content: '\e981'; }
.icon-cancel-circled-outline:before { content: '\e982'; }
.icon-cancel-circled-2:before { content: '\e983'; }
.icon-plus-outline:before { content: '\e984'; }
.icon-plus-2:before { content: '\e985'; }
.icon-divide:before { content: '\e989'; }
.icon-eq:before { content: '\e98b'; }
.icon-info-outline:before { content: '\e98c'; }
.icon-info-2:before { content: '\e98d'; }
.icon-home-outline:before { content: '\e98e'; }
.icon-home-2:before { content: '\e98f'; }
.icon-link-outline:before { content: '\e990'; }
.icon-link-2:before { content: '\e991'; }
.icon-attach-outline:before { content: '\e992'; }
.icon-attach-2:before { content: '\e993'; }
.icon-lock-2:before { content: '\e994'; }
.icon-lock-filled:before { content: '\e995'; }
.icon-lock-open-2:before { content: '\e996'; }
.icon-lock-open-filled:before { content: '\e997'; }
.icon-pin-outline:before { content: '\e998'; }
.icon-pin-1:before { content: '\e999'; }
.icon-eye-outline:before { content: '\e99a'; }
.icon-eye-2:before { content: '\e99b'; }
.icon-tag-2:before { content: '\e99c'; }
.icon-tags-1:before { content: '\e99d'; }
.icon-bookmark-2:before { content: '\e99e'; }
.icon-flag-2:before { content: '\e99f'; }
.icon-flag-filled:before { content: '\e9a0'; }
.icon-thumbs-up-2:before { content: '\e9a1'; }
.icon-thumbs-down-2:before { content: '\e9a2'; }
.icon-download-outline:before { content: '\e9a3'; }
.icon-download-2:before { content: '\e9a4'; }
.icon-upload-outline:before { content: '\e9a5'; }
.icon-upload-2:before { content: '\e9a6'; }
.icon-upload-cloud-outline:before { content: '\e9a7'; }
.icon-upload-cloud-2:before { content: '\e9a8'; }
.icon-reply-outline:before { content: '\e9a9'; }
.icon-reply-2:before { content: '\e9aa'; }
.icon-forward-outline:before { content: '\e9ab'; }
.icon-forward-2:before { content: '\e9ac'; }
.icon-code-outline:before { content: '\e9ad'; }
.icon-code-2:before { content: '\e9ae'; }
.icon-export-outline:before { content: '\e9af'; }
.icon-export-2:before { content: '\e9b0'; }
.icon-pencil-2:before { content: '\e9b1'; }
.icon-pen:before { content: '\e9b2'; }
.icon-feather-1:before { content: '\e9b3'; }
.icon-edit-1:before { content: '\e9b4'; }
.icon-comment-2:before { content: '\e9b6'; }
.icon-chat-2:before { content: '\e9b7'; }
.icon-chat-alt:before { content: '\e9b8'; }
.icon-bell-2:before { content: '\e9b9'; }
.icon-attention-2:before { content: '\e9ba'; }
.icon-attention-filled:before { content: '\e9bb'; }
.icon-warning-empty:before { content: '\e9bc'; }
.icon-warning:before { content: '\e9bd'; }
.icon-contacts:before { content: '\e9be'; }
.icon-vcard-1:before { content: '\e9bf'; }
.icon-address-1:before { content: '\e9c0'; }
.icon-location-outline:before { content: '\e9c1'; }
.icon-location-2:before { content: '\e9c2'; }
.icon-map-2:before { content: '\e9c3'; }
.icon-direction-outline:before { content: '\e9c4'; }
.icon-direction-2:before { content: '\e9c5'; }
.icon-compass-2:before { content: '\e9c6'; }
.icon-trash-2:before { content: '\e9c7'; }
.icon-doc-2:before { content: '\e9c8'; }
.icon-doc-text-2:before { content: '\e9c9'; }
.icon-doc-add:before { content: '\e9ca'; }
.icon-doc-remove:before { content: '\e9cb'; }
.icon-news:before { content: '\e9cc'; }
.icon-folder-1:before { content: '\e9cd'; }
.icon-folder-add:before { content: '\e9ce'; }
.icon-folder-delete:before { content: '\e9cf'; }
.icon-archive-1:before { content: '\e9d0'; }
.icon-box-1:before { content: '\e9d1'; }
.icon-rss-outline:before { content: '\e9d2'; }
.icon-rss-1:before { content: '\e9d3'; }
.icon-phone-outline:before { content: '\e9d4'; }
.icon-phone-1:before { content: '\e9d5'; }
.icon-menu-outline:before { content: '\e9d6'; }
.icon-menu-1:before { content: '\e9d7'; }
.icon-cog-outline:before { content: '\e9d8'; }
.icon-cog-1:before { content: '\e9d9'; }
.icon-wrench-outline:before { content: '\e9da'; }
.icon-wrench:before { content: '\e9db'; }
.icon-basket-1:before { content: '\e9dc'; }
.icon-calendar-outlilne:before { content: '\e9dd'; }
.icon-calendar-1:before { content: '\e9de'; }
.icon-mic-outline:before { content: '\e9df'; }
.icon-mic-1:before { content: '\e9e0'; }
.icon-volume-off:before { content: '\e9e1'; }
.icon-volume-low:before { content: '\e9e2'; }
.icon-volume-middle:before { content: '\e9e3'; }
.icon-volume-high:before { content: '\e9e4'; }
.icon-headphones:before { content: '\e9e5'; }
.icon-clock-1:before { content: '\e9e6'; }
.icon-wristwatch:before { content: '\e9e7'; }
.icon-stopwatch:before { content: '\e9e8'; }
.icon-lightbulb:before { content: '\e9e9'; }
.icon-block-outline:before { content: '\e9ea'; }
.icon-block-1:before { content: '\e9eb'; }
.icon-resize-full-outline:before { content: '\e9ec'; }
.icon-resize-full-1:before { content: '\e9ed'; }
.icon-resize-normal-outline:before { content: '\e9ee'; }
.icon-resize-normal:before { content: '\e9ef'; }
.icon-move-outline:before { content: '\e9f0'; }
.icon-move:before { content: '\e9f1'; }
.icon-popup-1:before { content: '\e9f2'; }
.icon-zoom-in-outline:before { content: '\e9f3'; }
.icon-zoom-in:before { content: '\e9f4'; }
.icon-zoom-out-outline:before { content: '\e9f5'; }
.icon-zoom-out:before { content: '\e9f6'; }
.icon-popup-2:before { content: '\e9f7'; }
.icon-left-open-outline:before { content: '\e9f8'; }
.icon-left-open-1:before { content: '\e9f9'; }
.icon-right-open-outline:before { content: '\e9fa'; }
.icon-right-open-1:before { content: '\e9fb'; }
.icon-down-1:before { content: '\e9fc'; }
.icon-left-1:before { content: '\e9fd'; }
.icon-right-1:before { content: '\e9fe'; }
.icon-up-1:before { content: '\e9ff'; }
.icon-down-outline:before { content: '\ea00'; }
.icon-left-outline:before { content: '\ea01'; }
.icon-right-outline:before { content: '\ea02'; }
.icon-up-outline:before { content: '\ea03'; }
.icon-down-small:before { content: '\ea04'; }
.icon-left-small:before { content: '\ea05'; }
.icon-right-small:before { content: '\ea06'; }
.icon-up-small:before { content: '\ea07'; }
.icon-cw-outline:before { content: '\ea08'; }
.icon-cw-1:before { content: '\ea09'; }
.icon-arrows-cw-outline:before { content: '\ea0a'; }
.icon-arrows-cw:before { content: '\ea0b'; }
.icon-loop-outline:before { content: '\ea0c'; }
.icon-loop-1:before { content: '\ea0d'; }
.icon-loop-alt-outline:before { content: '\ea0e'; }
.icon-loop-alt:before { content: '\ea0f'; }
.icon-shuffle-1:before { content: '\ea10'; }
.icon-play-outline:before { content: '\ea11'; }
.icon-play-1:before { content: '\ea12'; }
.icon-stop-outline:before { content: '\ea13'; }
.icon-stop-1:before { content: '\ea14'; }
.icon-pause-outline:before { content: '\ea15'; }
.icon-pause-1:before { content: '\ea16'; }
.icon-fast-fw-outline:before { content: '\ea17'; }
.icon-fast-fw:before { content: '\ea18'; }
.icon-rewind-outline:before { content: '\ea19'; }
.icon-rewind:before { content: '\ea1a'; }
.icon-record-outline:before { content: '\ea1b'; }
.icon-record-1:before { content: '\ea1c'; }
.icon-eject-outline:before { content: '\ea1d'; }
.icon-eject:before { content: '\ea1e'; }
.icon-eject-alt-outline:before { content: '\ea1f'; }
.icon-eject-alt:before { content: '\ea20'; }
.icon-bat1:before { content: '\ea21'; }
.icon-bat2:before { content: '\ea22'; }
.icon-bat3:before { content: '\ea23'; }
.icon-bat4:before { content: '\ea24'; }
.icon-bat-charge:before { content: '\ea25'; }
.icon-plug-1:before { content: '\ea26'; }
.icon-target-outline:before { content: '\ea27'; }
.icon-target-1:before { content: '\ea28'; }
.icon-wifi-outline:before { content: '\ea29'; }
.icon-wifi:before { content: '\ea2a'; }
.icon-desktop:before { content: '\ea2b'; }
.icon-laptop:before { content: '\ea2c'; }
.icon-tablet:before { content: '\ea2d'; }
.icon-mobile-1:before { content: '\ea2e'; }
.icon-contrast:before { content: '\ea2f'; }
.icon-globe-outline:before { content: '\ea30'; }
.icon-globe-1:before { content: '\ea31'; }
.icon-globe-alt-outline:before { content: '\ea32'; }
.icon-globe-alt:before { content: '\ea33'; }
.icon-sun:before { content: '\ea34'; }
.icon-sun-filled:before { content: '\ea35'; }
.icon-cloud-1:before { content: '\ea36'; }
.icon-flash-outline:before { content: '\ea37'; }
.icon-flash-1:before { content: '\ea38'; }
.icon-moon-1:before { content: '\ea39'; }
.icon-waves-outline:before { content: '\ea3a'; }
.icon-waves:before { content: '\ea3b'; }
.icon-rain:before { content: '\ea3c'; }
.icon-cloud-sun:before { content: '\ea3d'; }
.icon-drizzle:before { content: '\ea3e'; }
.icon-snow:before { content: '\ea3f'; }
.icon-cloud-flash:before { content: '\ea40'; }
.icon-cloud-wind:before { content: '\ea41'; }
.icon-wind:before { content: '\ea42'; }
.icon-plane-outline:before { content: '\ea43'; }
.icon-plane:before { content: '\ea44'; }
.icon-leaf-1:before { content: '\ea45'; }
.icon-lifebuoy-2:before { content: '\ea46'; }
.icon-briefcase-1:before { content: '\ea47'; }
.icon-brush-2:before { content: '\ea48'; }
.icon-pipette:before { content: '\ea49'; }
.icon-power-outline:before { content: '\ea4a'; }
.icon-power:before { content: '\ea4b'; }
.icon-check-outline:before { content: '\ea4c'; }
.icon-check-2:before { content: '\ea4d'; }
.icon-gift-1:before { content: '\ea4e'; }
.icon-temperatire:before { content: '\ea4f'; }
.icon-chart-outline:before { content: '\ea50'; }
.icon-chart:before { content: '\ea51'; }
.icon-chart-alt-outline:before { content: '\ea52'; }
.icon-chart-alt:before { content: '\ea53'; }
.icon-chart-bar-outline:before { content: '\ea54'; }
.icon-chart-bar-2:before { content: '\ea55'; }
.icon-chart-pie-outline:before { content: '\ea56'; }
.icon-chart-pie-2:before { content: '\ea57'; }
.icon-ticket-2:before { content: '\ea58'; }
.icon-credit-card-2:before { content: '\ea59'; }
.icon-clipboard-1:before { content: '\ea5a'; }
.icon-database-2:before { content: '\ea5b'; }
.icon-key-outline:before { content: '\ea5c'; }
.icon-key-2:before { content: '\ea5d'; }
.icon-flow-split:before { content: '\ea5e'; }
.icon-flow-merge:before { content: '\ea5f'; }
.icon-flow-parallel-1:before { content: '\ea60'; }
.icon-flow-cross:before { content: '\ea61'; }
.icon-certificate-outline:before { content: '\ea62'; }
.icon-certificate-1:before { content: '\ea63'; }
.icon-scissors-outline:before { content: '\ea64'; }
.icon-scissors:before { content: '\ea65'; }
.icon-flask:before { content: '\ea66'; }
.icon-wine:before { content: '\ea67'; }
.icon-coffee-1:before { content: '\ea68'; }
.icon-beer-1:before { content: '\ea69'; }
.icon-anchor-outline:before { content: '\ea6a'; }
.icon-anchor-1:before { content: '\ea6b'; }
.icon-puzzle-outline:before { content: '\ea6c'; }
.icon-puzzle-1:before { content: '\ea6d'; }
.icon-tree-1:before { content: '\ea6e'; }
.icon-calculator:before { content: '\ea6f'; }
.icon-infinity-outline:before { content: '\ea70'; }
.icon-infinity-1:before { content: '\ea71'; }
.icon-pi-outline:before { content: '\ea72'; }
.icon-pi:before { content: '\ea73'; }
.icon-at-1:before { content: '\ea74'; }
.icon-at-circled:before { content: '\ea75'; }
.icon-looped-square-interest:before { content: '\ea77'; }
.icon-facebook-circled-1:before { content: '\ea7e'; }
.icon-skype-outline:before { content: '\ea8a'; }
.icon-skype-2:before { content: '\ea8b'; }
.icon-search-3:before { content: '\ea92'; }
.icon-mail-3:before { content: '\ea93'; }
.icon-star-3:before { content: '\ea96'; }
.icon-user-3:before { content: '\ea97'; }
.icon-video-3:before { content: '\ea98'; }
.icon-picture-3:before { content: '\ea99'; }
.icon-camera-3:before { content: '\ea9a'; }
.icon-plus-3:before { content: '\ea9f'; }
.icon-plus-circle:before { content: '\eaa0'; }
.icon-help-2:before { content: '\eaa3'; }
.icon-info-3:before { content: '\eaa4'; }
.icon-home-3:before { content: '\eaa5'; }
.icon-link-3:before { content: '\eaa6'; }
.icon-attach-3:before { content: '\eaa7'; }
.icon-lock-3:before { content: '\eaa8'; }
.icon-lock-empty:before { content: '\eaa9'; }
.icon-lock-open-3:before { content: '\eaaa'; }
.icon-lock-open-empty:before { content: '\eaab'; }
.icon-pin-2:before { content: '\eaac'; }
.icon-eye-3:before { content: '\eaad'; }
.icon-tag-3:before { content: '\eaae'; }
.icon-tag-empty:before { content: '\eaaf'; }
.icon-download-3:before { content: '\eab0'; }
.icon-upload-3:before { content: '\eab1'; }
.icon-download-cloud-1:before { content: '\eab2'; }
.icon-upload-cloud-3:before { content: '\eab3'; }
.icon-quote-left-1:before { content: '\eab4'; }
.icon-quote-right-1:before { content: '\eab5'; }
.icon-quote-left-alt:before { content: '\eab6'; }
.icon-quote-right-alt:before { content: '\eab7'; }
.icon-pencil-3:before { content: '\eab8'; }
.icon-pencil-neg:before { content: '\eab9'; }
.icon-pencil-alt:before { content: '\eaba'; }
.icon-undo:before { content: '\eabb'; }
.icon-comment-3:before { content: '\eabc'; }
.icon-comment-inv:before { content: '\eabd'; }
.icon-comment-alt:before { content: '\eabe'; }
.icon-comment-inv-alt:before { content: '\eabf'; }
.icon-comment-alt2:before { content: '\eac0'; }
.icon-comment-inv-alt2:before { content: '\eac1'; }
.icon-chat-3:before { content: '\eac2'; }
.icon-chat-inv:before { content: '\eac3'; }
.icon-location-3:before { content: '\eac4'; }
.icon-location-inv:before { content: '\eac5'; }
.icon-location-alt:before { content: '\eac6'; }
.icon-compass-3:before { content: '\eac7'; }
.icon-trash-3:before { content: '\eac8'; }
.icon-trash-empty-1:before { content: '\eac9'; }
.icon-doc-3:before { content: '\eaca'; }
.icon-doc-inv-1:before { content: '\eacb'; }
.icon-doc-alt:before { content: '\eacc'; }
.icon-doc-inv-alt:before { content: '\eacd'; }
.icon-book-open-1:before { content: '\ead0'; }
.icon-folder-2:before { content: '\ead1'; }
.icon-folder-empty:before { content: '\ead2'; }
.icon-box-2:before { content: '\ead3'; }
.icon-rss-2:before { content: '\ead4'; }
.icon-cog-2:before { content: '\ead6'; }
.icon-wrench-1:before { content: '\ead7'; }
.icon-share-2:before { content: '\ead8'; }
.icon-calendar-2:before { content: '\ead9'; }
.icon-calendar-inv:before { content: '\eada'; }
.icon-mic-2:before { content: '\eadc'; }
.icon-volume-off-1:before { content: '\eadd'; }
.icon-volume-up:before { content: '\eade'; }
.icon-headphones-1:before { content: '\eadf'; }
.icon-clock-2:before { content: '\eae0'; }
.icon-lamp-1:before { content: '\eae1'; }
.icon-block-2:before { content: '\eae2'; }
.icon-resize-full-2:before { content: '\eae3'; }
.icon-resize-full-alt:before { content: '\eae4'; }
.icon-resize-small-1:before { content: '\eae5'; }
.icon-resize-small-alt:before { content: '\eae6'; }
.icon-resize-vertical:before { content: '\eae7'; }
.icon-resize-horizontal:before { content: '\eae8'; }
.icon-move-1:before { content: '\eae9'; }
.icon-popup-3:before { content: '\eaea'; }
.icon-down-2:before { content: '\eaeb'; }
.icon-left-2:before { content: '\eaec'; }
.icon-right-2:before { content: '\eaed'; }
.icon-up-2:before { content: '\eaee'; }
.icon-down-circle:before { content: '\eaef'; }
.icon-left-circle:before { content: '\eaf0'; }
.icon-right-circle:before { content: '\eaf1'; }
.icon-up-circle:before { content: '\eaf2'; }
.icon-cw-2:before { content: '\eaf3'; }
.icon-loop-2:before { content: '\eaf4'; }
.icon-loop-alt-1:before { content: '\eaf5'; }
.icon-split:before { content: '\eaf7'; }
.icon-arrow-curved:before { content: '\eaf8'; }
.icon-play-2:before { content: '\eaf9'; }
.icon-play-circle2:before { content: '\eafa'; }
.icon-stop-2:before { content: '\eafb'; }
.icon-pause-2:before { content: '\eafc'; }
.icon-to-start-1:before { content: '\eafd'; }
.icon-to-end-1:before { content: '\eafe'; }
.icon-eject-1:before { content: '\eaff'; }
.icon-target-2:before { content: '\eb00'; }
.icon-signal-1:before { content: '\eb01'; }
.icon-award:before { content: '\eb02'; }
.icon-award-empty:before { content: '\eb03'; }
.icon-bat-empty:before { content: '\eb06'; }
.icon-bat-half:before { content: '\eb07'; }
.icon-bat-full:before { content: '\eb08'; }
.icon-bat-charge-1:before { content: '\eb09'; }
.icon-mobile-2:before { content: '\eb0a'; }
.icon-cd-1:before { content: '\eb0b'; }
.icon-equalizer:before { content: '\eb0c'; }
.icon-cursor:before { content: '\eb0d'; }
.icon-aperture:before { content: '\eb0e'; }
.icon-aperture-alt:before { content: '\eb0f'; }
.icon-steering-wheel:before { content: '\eb10'; }
.icon-book-2:before { content: '\eb11'; }
.icon-book-alt:before { content: '\eb12'; }
.icon-brush-3:before { content: '\eb13'; }
.icon-brush-alt:before { content: '\eb14'; }
.icon-eyedropper-1:before { content: '\eb15'; }
.icon-layers:before { content: '\eb16'; }
.icon-layers-alt:before { content: '\eb17'; }
.icon-sun-1:before { content: '\eb18'; }
.icon-sun-inv:before { content: '\eb19'; }
.icon-cloud-2:before { content: '\eb1a'; }
.icon-rain-1:before { content: '\eb1b'; }
.icon-flash-2:before { content: '\eb1c'; }
.icon-moon-2:before { content: '\eb1d'; }
.icon-moon-inv:before { content: '\eb1e'; }
.icon-umbrella:before { content: '\eb1f'; }
.icon-chart-bar-3:before { content: '\eb20'; }
.icon-chart-pie-3:before { content: '\eb21'; }
.icon-chart-pie-alt:before { content: '\eb22'; }
.icon-key-3:before { content: '\eb23'; }
.icon-key-inv:before { content: '\eb24'; }
.icon-hash:before { content: '\eb25'; }
.icon-at-2:before { content: '\eb26'; }
.icon-pilcrow:before { content: '\eb27'; }
.icon-dial:before { content: '\eb28'; }
.icon-search-4:before { content: '\eb29'; }
.icon-mail-4:before { content: '\eb2a'; }
.icon-star-4:before { content: '\eb2c'; }
.icon-user-4:before { content: '\eb2d'; }
.icon-video-alt:before { content: '\eb30'; }
.icon-videocam-2:before { content: '\eb31'; }
.icon-videocam-alt:before { content: '\eb32'; }
.icon-camera-4:before { content: '\eb33'; }
.icon-th-2:before { content: '\eb34'; }
.icon-th-list-2:before { content: '\eb35'; }
.icon-ok-3:before { content: '\eb36'; }
.icon-plus-4:before { content: '\eb39'; }
.icon-home-4:before { content: '\eb3a'; }
.icon-lock-4:before { content: '\eb3b'; }
.icon-lock-open-4:before { content: '\eb3c'; }
.icon-eye-4:before { content: '\eb3d'; }
.icon-tag-4:before { content: '\eb3e'; }
.icon-thumbs-up-3:before { content: '\eb3f'; }
.icon-thumbs-down-3:before { content: '\eb40'; }
.icon-download-4:before { content: '\eb41'; }
.icon-export-3:before { content: '\eb42'; }
.icon-pencil-4:before { content: '\eb43'; }
.icon-pencil-alt-1:before { content: '\eb44'; }
.icon-edit-2:before { content: '\eb45'; }
.icon-chat-4:before { content: '\eb46'; }
.icon-print-3:before { content: '\eb47'; }
.icon-bell-3:before { content: '\eb48'; }
.icon-attention-3:before { content: '\eb49'; }
.icon-info-4:before { content: '\eb4a'; }
.icon-question:before { content: '\eb4b'; }
.icon-location-4:before { content: '\eb4c'; }
.icon-trash-4:before { content: '\eb4d'; }
.icon-doc-4:before { content: '\eb4e'; }
.icon-article-1:before { content: '\eb4f'; }
.icon-article-alt-1:before { content: '\eb50'; }
.icon-rss-3:before { content: '\eb51'; }
.icon-wrench-2:before { content: '\eb52'; }
.icon-basket-2:before { content: '\eb53'; }
.icon-basket-alt:before { content: '\eb54'; }
.icon-calendar-3:before { content: '\eb55'; }
.icon-calendar-alt-1:before { content: '\eb56'; }
.icon-volume-off-2:before { content: '\eb57'; }
.icon-volume-down:before { content: '\eb58'; }
.icon-volume-up-1:before { content: '\eb59'; }
.icon-bullhorn:before { content: '\eb5a'; }
.icon-clock-3:before { content: '\eb5b'; }
.icon-clock-alt:before { content: '\eb5c'; }
.icon-resize-full-3:before { content: '\eb5e'; }
.icon-resize-small-2:before { content: '\eb5f'; }
.icon-zoom-in-1:before { content: '\eb60'; }
.icon-zoom-out-1:before { content: '\eb61'; }
.icon-popup-4:before { content: '\eb62'; }
.icon-down-dir-1:before { content: '\eb63'; }
.icon-left-dir-1:before { content: '\eb64'; }
.icon-right-dir-1:before { content: '\eb65'; }
.icon-up-dir-1:before { content: '\eb66'; }
.icon-down-3:before { content: '\eb67'; }
.icon-up-3:before { content: '\eb68'; }
.icon-cw-3:before { content: '\eb69'; }
.icon-signal-2:before { content: '\eb6a'; }
.icon-award-1:before { content: '\eb6b'; }
.icon-mobile-3:before { content: '\eb6c'; }
.icon-mobile-alt:before { content: '\eb6d'; }
.icon-tablet-1:before { content: '\eb6e'; }
.icon-ipod:before { content: '\eb6f'; }
.icon-cd-2:before { content: '\eb70'; }
.icon-grid:before { content: '\eb71'; }
.icon-book-3:before { content: '\eb72'; }
.icon-easel:before { content: '\eb73'; }
.icon-globe-2:before { content: '\eb74'; }
.icon-chart-1:before { content: '\eb75'; }
.icon-chart-bar-4:before { content: '\eb76'; }
.icon-chart-pie-4:before { content: '\eb77'; }
.icon-dollar-1:before { content: '\eb78'; }
.icon-at-3:before { content: '\eb79'; }
.icon-squares:before { content: '\eb7c'; }
.icon-money-1:before { content: '\eb7d'; }
.icon-windy-rain-inv:before { content: '\eb82'; }
.icon-snow-inv:before { content: '\eb83'; }
.icon-snow-heavy-inv:before { content: '\eb84'; }
.icon-hail-inv:before { content: '\eb85'; }
.icon-clouds-inv:before { content: '\eb86'; }
.icon-clouds-flash-inv:before { content: '\eb87'; }
.icon-temperature:before { content: '\eb88'; }
.icon-compass-4:before { content: '\eb89'; }
.icon-na:before { content: '\eb8a'; }
.icon-celcius:before { content: '\eb8b'; }
.icon-fahrenheit:before { content: '\eb8c'; }
.icon-clouds-flash-alt:before { content: '\eb8d'; }
.icon-sun-inv-1:before { content: '\eb8e'; }
.icon-moon-inv-1:before { content: '\eb8f'; }
.icon-cloud-sun-inv:before { content: '\eb90'; }
.icon-cloud-moon-inv:before { content: '\eb91'; }
.icon-cloud-inv:before { content: '\eb92'; }
.icon-cloud-flash-inv:before { content: '\eb93'; }
.icon-drizzle-inv:before { content: '\eb94'; }
.icon-rain-inv:before { content: '\eb95'; }
.icon-windy-inv:before { content: '\eb96'; }
.icon-sunrise:before { content: '\eb97'; }
.icon-sun-2:before { content: '\eb98'; }
.icon-moon-3:before { content: '\eb99'; }
.icon-eclipse:before { content: '\eb9a'; }
.icon-mist:before { content: '\eb9b'; }
.icon-wind-1:before { content: '\eb9c'; }
.icon-snowflake:before { content: '\eb9d'; }
.icon-cloud-sun-1:before { content: '\eb9e'; }
.icon-cloud-moon:before { content: '\eb9f'; }
.icon-fog-sun:before { content: '\eba0'; }
.icon-fog-moon:before { content: '\eba1'; }
.icon-fog-cloud:before { content: '\eba2'; }
.icon-fog:before { content: '\eba3'; }
.icon-cloud-3:before { content: '\eba4'; }
.icon-cloud-flash-1:before { content: '\eba5'; }
.icon-cloud-flash-alt:before { content: '\eba6'; }
.icon-drizzle-1:before { content: '\eba7'; }
.icon-rain-2:before { content: '\eba8'; }
.icon-windy:before { content: '\eba9'; }
.icon-windy-rain:before { content: '\ebaa'; }
.icon-snow-1:before { content: '\ebab'; }
.icon-snow-alt:before { content: '\ebac'; }
.icon-snow-heavy:before { content: '\ebad'; }
.icon-hail:before { content: '\ebae'; }
.icon-clouds:before { content: '\ebaf'; }
.icon-clouds-flash:before { content: '\ebb0'; }
.icon-mail-5:before { content: '\ebb1'; }
.icon-heart-5:before { content: '\ebb2'; }
.icon-star-5:before { content: '\ebb3'; }
.icon-star-empty-2:before { content: '\ebb4'; }
.icon-ok-4:before { content: '\ebb5'; }
.icon-cancel-5:before { content: '\ebb6'; }
.icon-plus-5:before { content: '\ebb7'; }
.icon-help-circled-2:before { content: '\ebb8'; }
.icon-help-circled-alt:before { content: '\ebb9'; }
.icon-home-5:before { content: '\ebba'; }
.icon-pencil-5:before { content: '\ebbb'; }
.icon-attention-4:before { content: '\ebbc'; }
.icon-attention-alt-1:before { content: '\ebbd'; }
.icon-cog-3:before { content: '\ebbe'; }
.icon-clock-4:before { content: '\ebbf'; }
.icon-stopwatch-1:before { content: '\ebc0'; }
.icon-hourglass-5:before { content: '\ebc1'; }
.icon-down-4:before { content: '\ebc2'; }
.icon-left-3:before { content: '\ebc3'; }
.icon-right-3:before { content: '\ebc4'; }
.icon-up-4:before { content: '\ebc5'; }
.icon-down-fat:before { content: '\ebca'; }
.icon-left-fat:before { content: '\ebcb'; }
.icon-right-fat:before { content: '\ebcc'; }
.icon-up-fat:before { content: '\ebcd'; }
.icon-flash-3:before { content: '\ebce'; }
.icon-cloud-4:before { content: '\ebcf'; }
.icon-vector-pencil:before { content: '\ebd0'; }
.icon-at-4:before { content: '\ebd1'; }
.icon-female-1:before { content: '\ebd2'; }
.icon-male-1:before { content: '\ebd3'; }
.icon-king:before { content: '\ebd4'; }
.icon-anchor-2:before { content: '\ebd5'; }
.icon-aboveground-rail:before { content: '\ebd6'; }
.icon-airfield:before { content: '\ebd7'; }
.icon-airport:before { content: '\ebd8'; }
.icon-art-gallery:before { content: '\ebd9'; }
.icon-bar:before { content: '\ebda'; }
.icon-baseball:before { content: '\ebdb'; }
.icon-basketball:before { content: '\ebdc'; }
.icon-beer-2:before { content: '\ebdd'; }
.icon-belowground-rail:before { content: '\ebde'; }
.icon-bicycle-1:before { content: '\ebdf'; }
.icon-bus-1:before { content: '\ebe0'; }
.icon-cafe:before { content: '\ebe1'; }
.icon-campsite:before { content: '\ebe2'; }
.icon-cemetery:before { content: '\ebe3'; }
.icon-cinema:before { content: '\ebe4'; }
.icon-college:before { content: '\ebe5'; }
.icon-commerical-building:before { content: '\ebe6'; }
.icon-credit-card-3:before { content: '\ebe7'; }
.icon-cricket:before { content: '\ebe8'; }
.icon-embassy:before { content: '\ebe9'; }
.icon-fast-food:before { content: '\ebea'; }
.icon-ferry:before { content: '\ebeb'; }
.icon-fire-station:before { content: '\ebec'; }
.icon-football:before { content: '\ebed'; }
.icon-fuel:before { content: '\ebee'; }
.icon-garden:before { content: '\ebef'; }
.icon-golf:before { content: '\ebf1'; }
.icon-grocery-store:before { content: '\ebf2'; }
.icon-harbor:before { content: '\ebf3'; }
.icon-heliport:before { content: '\ebf4'; }
.icon-hospital-1:before { content: '\ebf5'; }
.icon-industrial-building:before { content: '\ebf6'; }
.icon-library:before { content: '\ebf7'; }
.icon-lodging:before { content: '\ebf8'; }
.icon-london-underground:before { content: '\ebf9'; }
.icon-minefield:before { content: '\ebfa'; }
.icon-monument:before { content: '\ebfb'; }
.icon-museum:before { content: '\ebfc'; }
.icon-pharmacy:before { content: '\ebfd'; }
.icon-pitch:before { content: '\ebfe'; }
.icon-police:before { content: '\ebff'; }
.icon-post:before { content: '\ec00'; }
.icon-prison:before { content: '\ec01'; }
.icon-rail:before { content: '\ec02'; }
.icon-religious-christian:before { content: '\ec03'; }
.icon-religious-islam:before { content: '\ec04'; }
.icon-religious-jewish:before { content: '\ec05'; }
.icon-restaurant:before { content: '\ec06'; }
.icon-school:before { content: '\ec08'; }
.icon-shop:before { content: '\ec09'; }
.icon-skiing:before { content: '\ec0a'; }
.icon-soccer:before { content: '\ec0b'; }
.icon-swimming:before { content: '\ec0c'; }
.icon-tennis:before { content: '\ec0d'; }
.icon-theatre:before { content: '\ec0e'; }
.icon-toilet:before { content: '\ec0f'; }
.icon-town-hall:before { content: '\ec10'; }
.icon-trash-6:before { content: '\ec11'; }
.icon-tree-2:before { content: '\ec12'; }
.icon-tree-3:before { content: '\ec13'; }
.icon-warehouse:before { content: '\ec14'; }
.icon-paypal-2:before { content: '\ec18'; }
.icon-gplus-3:before { content: '\ec1d'; }
.icon-appstore:before { content: '\ec32'; }
.icon-vk:before { content: '\ec3f'; }
.icon-rss-4:before { content: '\ec42'; }
.icon-twitter-5:before { content: '\ec44'; }
.icon-windows-1:before { content: '\ec47'; }
.icon-buffer:before { content: '\ec74'; }
.icon-pocket:before { content: '\ec75'; }
.icon-odnoklassniki-1:before { content: '\ec89'; }
.icon-glass-1:before { content: '\ec9d'; }
.icon-music-3:before { content: '\ec9e'; }
.icon-search-6:before { content: '\ec9f'; }
.icon-search-circled:before { content: '\eca0'; }
.icon-mail-6:before { content: '\eca1'; }
.icon-heart-6:before { content: '\eca3'; }
.icon-heart-empty-3:before { content: '\eca5'; }
.icon-star-6:before { content: '\eca6'; }
.icon-star-circled:before { content: '\eca7'; }
.icon-star-empty-3:before { content: '\eca8'; }
.icon-group:before { content: '\ecaa'; }
.icon-group-circled:before { content: '\ecab'; }
.icon-torso:before { content: '\ecac'; }
.icon-video-4:before { content: '\ecad'; }
.icon-video-circled:before { content: '\ecae'; }
.icon-video-alt-1:before { content: '\ecaf'; }
.icon-camera-6:before { content: '\ecb3'; }
.icon-photo:before { content: '\ecb4'; }
.icon-photo-circled:before { content: '\ecb5'; }
.icon-th-large-2:before { content: '\ecb6'; }
.icon-th-3:before { content: '\ecb7'; }
.icon-th-list-4:before { content: '\ecb8'; }
.icon-view-mode:before { content: '\ecb9'; }
.icon-ok-circled-2:before { content: '\ecbb'; }
.icon-ok-circled2-1:before { content: '\ecbc'; }
.icon-cancel-6:before { content: '\ecbd'; }
.icon-cancel-circled-4:before { content: '\ecbe'; }
.icon-cancel-circled2-1:before { content: '\ecbf'; }
.icon-help-3:before { content: '\ecc4'; }
.icon-help-circled-3:before { content: '\ecc5'; }
.icon-info-circled-3:before { content: '\ecc6'; }
.icon-website:before { content: '\ecc9'; }
.icon-website-circled:before { content: '\ecca'; }
.icon-attach-5:before { content: '\eccb'; }
.icon-attach-circled:before { content: '\eccc'; }
.icon-eye-6:before { content: '\ecd1'; }
.icon-eye-off-1:before { content: '\ecd2'; }
.icon-tag-5:before { content: '\ecd3'; }
.icon-tags-2:before { content: '\ecd4'; }
.icon-bookmark-3:before { content: '\ecd5'; }
.icon-bookmark-empty-1:before { content: '\ecd6'; }
.icon-flag-3:before { content: '\ecd7'; }
.icon-flag-circled:before { content: '\ecd8'; }
.icon-thumbs-up-4:before { content: '\ecd9'; }
.icon-thumbs-down-4:before { content: '\ecda'; }
.icon-download-6:before { content: '\ecdb'; }
.icon-download-alt:before { content: '\ecdc'; }
.icon-upload-5:before { content: '\ecdd'; }
.icon-share-3:before { content: '\ecde'; }
.icon-quote-1:before { content: '\ecdf'; }
.icon-quote-circled:before { content: '\ece0'; }
.icon-export-5:before { content: '\ece1'; }
.icon-pencil-6:before { content: '\ece2'; }
.icon-pencil-circled:before { content: '\ece3'; }
.icon-edit-3:before { content: '\ece4'; }
.icon-edit-circled:before { content: '\ece5'; }
.icon-edit-alt:before { content: '\ece6'; }
.icon-print-6:before { content: '\ece7'; }
.icon-retweet-3:before { content: '\ece8'; }
.icon-comment-5:before { content: '\ece9'; }
.icon-bell-5:before { content: '\eceb'; }
.icon-warning-1:before { content: '\ecec'; }
.icon-exclamation:before { content: '\eced'; }
.icon-error:before { content: '\ecee'; }
.icon-error-alt:before { content: '\ecef'; }
.icon-location-6:before { content: '\ecf0'; }
.icon-location-circled:before { content: '\ecf1'; }
.icon-compass-5:before { content: '\ecf2'; }
.icon-compass-circled:before { content: '\ecf3'; }
.icon-trash-7:before { content: '\ecf4'; }
.icon-trash-circled:before { content: '\ecf5'; }
.icon-doc-6:before { content: '\ecf6'; }
.icon-doc-circled:before { content: '\ecf7'; }
.icon-doc-new:before { content: '\ecf8'; }
.icon-doc-new-circled:before { content: '\ecf9'; }
.icon-folder-4:before { content: '\ecfa'; }
.icon-folder-circled:before { content: '\ecfb'; }
.icon-folder-close:before { content: '\ecfc'; }
.icon-folder-open-1:before { content: '\ecfd'; }
.icon-rss-5:before { content: '\ecfe'; }
.icon-phone-2:before { content: '\ecff'; }
.icon-phone-circled:before { content: '\ed00'; }
.icon-cog-4:before { content: '\ed01'; }
.icon-cog-circled:before { content: '\ed02'; }
.icon-cogs:before { content: '\ed03'; }
.icon-wrench-3:before { content: '\ed04'; }
.icon-wrench-circled:before { content: '\ed05'; }
.icon-basket-3:before { content: '\ed06'; }
.icon-basket-circled:before { content: '\ed07'; }
.icon-calendar-6:before { content: '\ed08'; }
.icon-calendar-circled:before { content: '\ed09'; }
.icon-mic-4:before { content: '\ed0a'; }
.icon-mic-circled:before { content: '\ed0b'; }
.icon-volume-off-3:before { content: '\ed0c'; }
.icon-volume-down-1:before { content: '\ed0d'; }
.icon-volume-1:before { content: '\ed0e'; }
.icon-volume-up-2:before { content: '\ed0f'; }
.icon-headphones-2:before { content: '\ed10'; }
.icon-lightbulb-1:before { content: '\ed13'; }
.icon-lightbulb-alt:before { content: '\ed14'; }
.icon-resize-full-4:before { content: '\ed16'; }
.icon-resize-full-alt-1:before { content: '\ed17'; }
.icon-resize-small-3:before { content: '\ed18'; }
.icon-resize-vertical-1:before { content: '\ed19'; }
.icon-resize-horizontal-1:before { content: '\ed1a'; }
.icon-move-2:before { content: '\ed1b'; }
.icon-zoom-in-3:before { content: '\ed1c'; }
.icon-zoom-out-3:before { content: '\ed1d'; }
.icon-down-open-2:before { content: '\ed1e'; }
.icon-left-open-3:before { content: '\ed1f'; }
.icon-right-open-3:before { content: '\ed20'; }
.icon-up-open-2:before { content: '\ed21'; }
.icon-down-circled-1:before { content: '\ed26'; }
.icon-left-circled-1:before { content: '\ed27'; }
.icon-right-circled-1:before { content: '\ed28'; }
.icon-up-circled-1:before { content: '\ed29'; }
.icon-down-hand:before { content: '\ed2a'; }
.icon-left-hand:before { content: '\ed2b'; }
.icon-right-hand:before { content: '\ed2c'; }
.icon-up-hand:before { content: '\ed2d'; }
.icon-cw-4:before { content: '\ed2e'; }
.icon-cw-circled:before { content: '\ed2f'; }
.icon-arrows-cw-1:before { content: '\ed30'; }
.icon-shuffle-3:before { content: '\ed31'; }
.icon-play-4:before { content: '\ed32'; }
.icon-play-circled:before { content: '\ed33'; }
.icon-play-circled2:before { content: '\ed34'; }
.icon-stop-5:before { content: '\ed35'; }
.icon-stop-circled:before { content: '\ed36'; }
.icon-pause-4:before { content: '\ed37'; }
.icon-pause-circled:before { content: '\ed38'; }
.icon-record-2:before { content: '\ed39'; }
.icon-eject-2:before { content: '\ed3a'; }
.icon-backward:before { content: '\ed3b'; }
.icon-backward-circled:before { content: '\ed3c'; }
.icon-fast-backward-2:before { content: '\ed3d'; }
.icon-fast-forward-2:before { content: '\ed3e'; }
.icon-forward-3:before { content: '\ed3f'; }
.icon-forward-circled:before { content: '\ed40'; }
.icon-step-backward:before { content: '\ed41'; }
.icon-step-forward:before { content: '\ed42'; }
.icon-target-3:before { content: '\ed43'; }
.icon-signal-3:before { content: '\ed44'; }
.icon-desktop-1:before { content: '\ed45'; }
.icon-desktop-circled:before { content: '\ed46'; }
.icon-laptop-1:before { content: '\ed47'; }
.icon-laptop-circled:before { content: '\ed48'; }
.icon-inbox-2:before { content: '\ed4a'; }
.icon-inbox-circled:before { content: '\ed4b'; }
.icon-inbox-alt:before { content: '\ed4c'; }
.icon-globe-4:before { content: '\ed4d'; }
.icon-globe-alt-1:before { content: '\ed4e'; }
.icon-cloud-5:before { content: '\ed4f'; }
.icon-cloud-circled:before { content: '\ed50'; }
.icon-flight-1:before { content: '\ed51'; }
.icon-leaf-2:before { content: '\ed52'; }
.icon-font:before { content: '\ed53'; }
.icon-fontsize-1:before { content: '\ed54'; }
.icon-bold:before { content: '\ed55'; }
.icon-italic:before { content: '\ed56'; }
.icon-text-height:before { content: '\ed57'; }
.icon-text-width:before { content: '\ed58'; }
.icon-align-right:before { content: '\ed5b'; }
.icon-list-2:before { content: '\ed5d'; }
.icon-indent-left:before { content: '\ed5e'; }
.icon-indent-right-1:before { content: '\ed5f'; }
.icon-briefcase-2:before { content: '\ed60'; }
.icon-off:before { content: '\ed61'; }
.icon-road:before { content: '\ed62'; }
.icon-qrcode:before { content: '\ed63'; }
.icon-barcode:before { content: '\ed64'; }
.icon-braille-1:before { content: '\ed65'; }
.icon-book-4:before { content: '\ed66'; }
.icon-adjust-2:before { content: '\ed67'; }
.icon-tint-1:before { content: '\ed68'; }
.icon-check-3:before { content: '\ed69'; }
.icon-check-empty-1:before { content: '\ed6a'; }
.icon-asterisk-1:before { content: '\ed6b'; }
.icon-gift-2:before { content: '\ed6c'; }
.icon-fire-2:before { content: '\ed6d'; }
.icon-magnet-2:before { content: '\ed6e'; }
.icon-chart-2:before { content: '\ed6f'; }
.icon-chart-circled:before { content: '\ed70'; }
.icon-credit-card-4:before { content: '\ed71'; }
.icon-megaphone-2:before { content: '\ed72'; }
.icon-clipboard-2:before { content: '\ed73'; }
.icon-hdd-2:before { content: '\ed74'; }
.icon-key-4:before { content: '\ed75'; }
.icon-certificate-2:before { content: '\ed76'; }
.icon-tasks-1:before { content: '\ed77'; }
.icon-filter-1:before { content: '\ed78'; }
.icon-gauge-2:before { content: '\ed79'; }
.icon-smiley-circled:before { content: '\ed7b'; }
.icon-asl:before { content: '\ed7e'; }
.icon-glasses:before { content: '\ed7f'; }
.icon-hearing-impaired:before { content: '\ed80'; }
.icon-person:before { content: '\ed82'; }
.icon-adult:before { content: '\ed83'; }
.icon-child-1:before { content: '\ed84'; }
.icon-blind-1:before { content: '\ed85'; }
.icon-guidedog:before { content: '\ed86'; }
.icon-accessibility:before { content: '\ed87'; }
.icon-universal-access-1:before { content: '\ed88'; }
.icon-male-2:before { content: '\ed89'; }
.icon-female-2:before { content: '\ed8a'; }
.icon-search-8:before { content: '\eddc'; }
.icon-mail-8:before { content: '\eddd'; }
.icon-heart-8:before { content: '\edde'; }
.icon-heart-empty-4:before { content: '\eddf'; }
.icon-star-8:before { content: '\ede0'; }
.icon-video-5:before { content: '\ede2'; }
.icon-picture-5:before { content: '\ede3'; }
.icon-th-large-3:before { content: '\ede4'; }
.icon-th-4:before { content: '\ede5'; }
.icon-th-list-5:before { content: '\ede6'; }
.icon-ok-6:before { content: '\ede7'; }
.icon-ok-circle-1:before { content: '\ede8'; }
.icon-cancel-7:before { content: '\ede9'; }
.icon-plus-circle-1:before { content: '\edeb'; }
.icon-minus-circle-1:before { content: '\edec'; }
.icon-link-5:before { content: '\eded'; }
.icon-attach-7:before { content: '\edee'; }
.icon-lock-8:before { content: '\edef'; }
.icon-lock-open-7:before { content: '\edf0'; }
.icon-tag-7:before { content: '\edf1'; }
.icon-reply-4:before { content: '\edf2'; }
.icon-reply-all-2:before { content: '\edf3'; }
.icon-forward-4:before { content: '\edf4'; }
.icon-code-3:before { content: '\edf5'; }
.icon-comment-7:before { content: '\edf7'; }
.icon-comment-alt-2:before { content: '\edf8'; }
.icon-chat-6:before { content: '\edf9'; }
.icon-attention-5:before { content: '\edfa'; }
.icon-location-8:before { content: '\edfb'; }
.icon-doc-8:before { content: '\edfc'; }
.icon-docs-landscape:before { content: '\edfd'; }
.icon-folder-5:before { content: '\edfe'; }
.icon-archive-2:before { content: '\edff'; }
.icon-cog-6:before { content: '\ee02'; }
.icon-logout-2:before { content: '\ee03'; }
.icon-clock-7:before { content: '\ee04'; }
.icon-block-4:before { content: '\ee05'; }
.icon-resize-full-5:before { content: '\ee06'; }
.icon-resize-full-circle:before { content: '\ee07'; }
.icon-popup-5:before { content: '\ee08'; }
.icon-down-circle-1:before { content: '\ee0b'; }
.icon-left-circle-1:before { content: '\ee0c'; }
.icon-right-circle-1:before { content: '\ee0d'; }
.icon-up-circle-1:before { content: '\ee0e'; }
.icon-cw-circle:before { content: '\ee13'; }
.icon-updown-circle:before { content: '\ee15'; }
.icon-target-4:before { content: '\ee16'; }
.icon-signal-4:before { content: '\ee17'; }
.icon-odnoklassniki-rect-1:before { content: '\ee30'; }
.icon-move-3:before { content: '\ee31'; }
.icon-zoom-in-4:before { content: '\ee32'; }
.icon-zoom-out-4:before { content: '\ee33'; }
.icon-down-circled2:before { content: '\ee34'; }
.icon-up-circled2:before { content: '\ee35'; }
.icon-down-dir-3:before { content: '\ee36'; }
.icon-up-dir-2:before { content: '\ee37'; }
.icon-left-dir-2:before { content: '\ee38'; }
.icon-right-dir-3:before { content: '\ee39'; }
.icon-down-open-3:before { content: '\ee3a'; }
.icon-left-open-5:before { content: '\ee3b'; }
.icon-right-open-5:before { content: '\ee3c'; }
.icon-up-open-3:before { content: '\ee3d'; }
.icon-down-big:before { content: '\ee3e'; }
.icon-left-big:before { content: '\ee3f'; }
.icon-right-big:before { content: '\ee40'; }
.icon-up-big:before { content: '\ee41'; }
.icon-cw-5:before { content: '\ee46'; }
.icon-ccw-2:before { content: '\ee47'; }
.icon-arrows-cw-3:before { content: '\ee48'; }
.icon-shuffle-4:before { content: '\ee49'; }
.icon-play-5:before { content: '\ee4a'; }
.icon-play-circled2-1:before { content: '\ee4b'; }
.icon-stop-6:before { content: '\ee4c'; }
.icon-pause-5:before { content: '\ee4d'; }
.icon-to-end-3:before { content: '\ee4e'; }
.icon-to-end-alt:before { content: '\ee4f'; }
.icon-to-start-3:before { content: '\ee50'; }
.icon-to-start-alt:before { content: '\ee51'; }
.icon-fast-fw-1:before { content: '\ee52'; }
.icon-fast-bw:before { content: '\ee53'; }
.icon-eject-3:before { content: '\ee54'; }
.icon-target-5:before { content: '\ee55'; }
.icon-signal-5:before { content: '\ee56'; }
.icon-award-2:before { content: '\ee57'; }
.icon-inbox-4:before { content: '\ee58'; }
.icon-globe-6:before { content: '\ee59'; }
.icon-cloud-8:before { content: '\ee5a'; }
.icon-flash-4:before { content: '\ee5b'; }
.icon-umbrella-1:before { content: '\ee5c'; }
.icon-flight-2:before { content: '\ee5d'; }
.icon-leaf-3:before { content: '\ee5e'; }
.icon-font-2:before { content: '\ee5f'; }
.icon-bold-1:before { content: '\ee60'; }
.icon-italic-1:before { content: '\ee61'; }
.icon-text-height-1:before { content: '\ee62'; }
.icon-text-width-1:before { content: '\ee63'; }
.icon-align-left-1:before { content: '\ee64'; }
.icon-align-center-1:before { content: '\ee65'; }
.icon-align-right-1:before { content: '\ee66'; }
.icon-align-justify-1:before { content: '\ee67'; }
.icon-list-4:before { content: '\ee68'; }
.icon-indent-left-2:before { content: '\ee69'; }
.icon-briefcase-3:before { content: '\ee6a'; }
.icon-off-1:before { content: '\ee6b'; }
.icon-road-1:before { content: '\ee6c'; }
.icon-list-alt:before { content: '\ee6d'; }
.icon-qrcode-1:before { content: '\ee6e'; }
.icon-barcode-1:before { content: '\ee6f'; }
.icon-down-open-1:before { content: '\f004'; }
.icon-up-open-1:before { content: '\f005'; }
.icon-right-open-2:before { content: '\f006'; }
.icon-left-open-2:before { content: '\f007'; }
.icon-menu-2:before { content: '\f008'; }
.icon-th-list-3:before { content: '\f009'; }
.icon-th-thumb:before { content: '\f00a'; }
.icon-th-thumb-empty:before { content: '\f00b'; }
.icon-coverflow:before { content: '\f00c'; }
.icon-coverflow-empty:before { content: '\f00d'; }
.icon-pause-3:before { content: '\f00e'; }
.icon-play-3:before { content: '\f00f'; }
.icon-to-end-2:before { content: '\f010'; }
.icon-to-start-2:before { content: '\f011'; }
.icon-fast-forward-1:before { content: '\f012'; }
.icon-fast-backward-1:before { content: '\f013'; }
.icon-upload-cloud-4:before { content: '\f014'; }
.icon-download-cloud-2:before { content: '\f015'; }
.icon-data-science:before { content: '\f016'; }
.icon-data-science-inv:before { content: '\f017'; }
.icon-globe-3:before { content: '\f018'; }
.icon-globe-inv:before { content: '\f019'; }
.icon-math:before { content: '\f01a'; }
.icon-math-circled-empty:before { content: '\f01b'; }
.icon-math-circled:before { content: '\f01c'; }
.icon-paper-plane-1:before { content: '\f01d'; }
.icon-paper-plane-alt2:before { content: '\f01e'; }
.icon-paper-plane-alt:before { content: '\f01f'; }
.icon-color-adjust:before { content: '\f020'; }
.icon-star-half-1:before { content: '\f022'; }
.icon-star-half_empty:before { content: '\f024'; }
.icon-heart-broken:before { content: '\f028'; }
.icon-hash-1:before { content: '\f029'; }
.icon-reply-3:before { content: '\f02a'; }
.icon-retweet-2:before { content: '\f02b'; }
.icon-login-1:before { content: '\f02c'; }
.icon-logout-1:before { content: '\f02d'; }
.icon-download-5:before { content: '\f02e'; }
.icon-upload-4:before { content: '\f02f'; }
.icon-location-5:before { content: '\f031'; }
.icon-monitor-1:before { content: '\f032'; }
.icon-tablet-2:before { content: '\f033'; }
.icon-mobile-4:before { content: '\f034'; }
.icon-connected-object:before { content: '\f035'; }
.icon-isight:before { content: '\f039'; }
.icon-videocam-3:before { content: '\f03a'; }
.icon-shuffle-2:before { content: '\f03b'; }
.icon-chat-5:before { content: '\f03d'; }
.icon-bell-4:before { content: '\f03f'; }
.icon-movie:before { content: '\f040'; }
.icon-ruler:before { content: '\f044'; }
.icon-vector:before { content: '\f045'; }
.icon-mic-off:before { content: '\f047'; }
.icon-mic-3:before { content: '\f048'; }
.icon-doc-5:before { content: '\f04a'; }
.icon-user-5:before { content: '\f061'; }
.icon-user-male:before { content: '\f062'; }
.icon-user-female:before { content: '\f063'; }
.icon-users-3:before { content: '\f064'; }
.icon-folder-3:before { content: '\f067'; }
.icon-folder-open:before { content: '\f068'; }
.icon-folder-empty-1:before { content: '\f069'; }
.icon-attach-4:before { content: '\f06a'; }
.icon-ok-circled-1:before { content: '\f06d'; }
.icon-inbox-1:before { content: '\f070'; }
.icon-trophy-1:before { content: '\f074'; }
.icon-lock-open-alt-1:before { content: '\f075'; }
.icon-link-4:before { content: '\f07b'; }
.icon-zoom-in-2:before { content: '\f07e'; }
.icon-zoom-out-2:before { content: '\f07f'; }
.icon-stop-4:before { content: '\f080'; }
.icon-export-4:before { content: '\f081'; }
.icon-eye-5:before { content: '\f082'; }
.icon-trash-5:before { content: '\f083'; }
.icon-hdd-1:before { content: '\f084'; }
.icon-info-circled-2:before { content: '\f085'; }
.icon-info-circled-alt:before { content: '\f086'; }
.icon-print-4:before { content: '\f087'; }
.icon-fontsize:before { content: '\f088'; }
.icon-link-ext:before { content: '\f08e'; }
.icon-check-empty:before { content: '\f096'; }
.icon-bookmark-empty:before { content: '\f097'; }
.icon-phone-squared:before { content: '\f098'; }
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-rss-7:before { content: '\f09e'; }
.icon-hdd:before { content: '\f0a0'; }
.icon-certificate:before { content: '\f0a3'; }
.icon-left-circled-2:before { content: '\f0a8'; }
.icon-right-circled-2:before { content: '\f0a9'; }
.icon-up-circled-2:before { content: '\f0aa'; }
.icon-down-circled-2:before { content: '\f0ab'; }
.icon-tasks:before { content: '\f0ae'; }
.icon-filter:before { content: '\f0b0'; }
.icon-resize-full-alt-2:before { content: '\f0b2'; }
.icon-beaker:before { content: '\f0c3'; }
.icon-docs:before { content: '\f0c5'; }
.icon-blank:before { content: '\f0c8'; }
.icon-menu-3:before { content: '\f0c9'; }
.icon-list-bullet:before { content: '\f0ca'; }
.icon-list-numbered-1:before { content: '\f0cb'; }
.icon-strike:before { content: '\f0cc'; }
.icon-underline:before { content: '\f0cd'; }
.icon-table:before { content: '\f0ce'; }
.icon-magic:before { content: '\f0d0'; }
.icon-gplus:before { content: '\f0d5'; }
.icon-money:before { content: '\f0d6'; }
.icon-columns:before { content: '\f0db'; }
.icon-sort:before { content: '\f0dc'; }
.icon-sort-down:before { content: '\f0dd'; }
.icon-sort-up:before { content: '\f0de'; }
.icon-mail-alt:before { content: '\f0e0'; }
.icon-gauge:before { content: '\f0e4'; }
.icon-comment-empty:before { content: '\f0e5'; }
.icon-chat-empty:before { content: '\f0e6'; }
.icon-sitemap:before { content: '\f0e8'; }
.icon-paste:before { content: '\f0ea'; }
.icon-lightbulb-3:before { content: '\f0eb'; }
.icon-exchange-1:before { content: '\f0ec'; }
.icon-download-cloud:before { content: '\f0ed'; }
.icon-upload-cloud:before { content: '\f0ee'; }
.icon-user-md:before { content: '\f0f0'; }
.icon-stethoscope:before { content: '\f0f1'; }
.icon-suitcase-1:before { content: '\f0f2'; }
.icon-bell-alt:before { content: '\f0f3'; }
.icon-coffee:before { content: '\f0f4'; }
.icon-food:before { content: '\f0f5'; }
.icon-doc-text:before { content: '\f0f6'; }
.icon-building:before { content: '\f0f7'; }
.icon-hospital:before { content: '\f0f8'; }
.icon-ambulance:before { content: '\f0f9'; }
.icon-medkit:before { content: '\f0fa'; }
.icon-fighter-jet:before { content: '\f0fb'; }
.icon-beer:before { content: '\f0fc'; }
.icon-plus-squared:before { content: '\f0fe'; }
.icon-angle-double-left:before { content: '\f100'; }
.icon-angle-double-right:before { content: '\f101'; }
.icon-angle-double-up:before { content: '\f102'; }
.icon-angle-double-down:before { content: '\f103'; }
.icon-angle-left:before { content: '\f104'; }
.icon-angle-right:before { content: '\f105'; }
.icon-angle-up:before { content: '\f106'; }
.icon-angle-down:before { content: '\f107'; }
.icon-desktop-3:before { content: '\f108'; }
.icon-laptop-2:before { content: '\f109'; }
.icon-tablet-3:before { content: '\f10a'; }
.icon-mobile-6:before { content: '\f10b'; }
.icon-circle-empty:before { content: '\f10c'; }
.icon-quote-left:before { content: '\f10d'; }
.icon-quote-right:before { content: '\f10e'; }
.icon-spinner:before { content: '\f110'; }
.icon-circle:before { content: '\f111'; }
.icon-reply:before { content: '\f112'; }
.icon-folder-empty-2:before { content: '\f114'; }
.icon-folder-open-empty-1:before { content: '\f115'; }
.icon-smile:before { content: '\f118'; }
.icon-frown:before { content: '\f119'; }
.icon-meh:before { content: '\f11a'; }
.icon-gamepad:before { content: '\f11b'; }
.icon-keyboard:before { content: '\f11c'; }
.icon-flag-empty:before { content: '\f11d'; }
.icon-flag-checkered:before { content: '\f11e'; }
.icon-code:before { content: '\f121'; }
.icon-reply-all:before { content: '\f122'; }
.icon-star-half-alt:before { content: '\f123'; }
.icon-direction:before { content: '\f124'; }
.icon-crop:before { content: '\f125'; }
.icon-fork:before { content: '\f126'; }
.icon-unlink:before { content: '\f127'; }
.icon-help:before { content: '\f128'; }
.icon-info:before { content: '\f129'; }
.icon-attention-alt:before { content: '\f12a'; }
.icon-eraser:before { content: '\f12d'; }
.icon-puzzle:before { content: '\f12e'; }
.icon-mic-5:before { content: '\f130'; }
.icon-mute-1:before { content: '\f131'; }
.icon-shield:before { content: '\f132'; }
.icon-calendar-empty:before { content: '\f133'; }
.icon-extinguisher:before { content: '\f134'; }
.icon-rocket:before { content: '\f135'; }
.icon-maxcdn:before { content: '\f136'; }
.icon-angle-circled-left:before { content: '\f137'; }
.icon-angle-circled-right:before { content: '\f138'; }
.icon-angle-circled-up:before { content: '\f139'; }
.icon-angle-circled-down:before { content: '\f13a'; }
.icon-html5:before { content: '\f13b'; }
.icon-anchor:before { content: '\f13d'; }
.icon-lock-open-alt:before { content: '\f13e'; }
.icon-bullseye:before { content: '\f140'; }
.icon-ellipsis:before { content: '\f141'; }
.icon-ellipsis-vert:before { content: '\f142'; }
.icon-rss-squared:before { content: '\f143'; }
.icon-play-circled-1:before { content: '\f144'; }
.icon-ticket:before { content: '\f145'; }
.icon-minus-squared:before { content: '\f146'; }
.icon-minus-squared-alt:before { content: '\f147'; }
.icon-level-up-1:before { content: '\f148'; }
.icon-level-down-1:before { content: '\f149'; }
.icon-ok-squared:before { content: '\f14a'; }
.icon-pencil-squared:before { content: '\f14b'; }
.icon-link-ext-alt:before { content: '\f14c'; }
.icon-export-alt:before { content: '\f14d'; }
.icon-compass:before { content: '\f14e'; }
.icon-expand:before { content: '\f150'; }
.icon-collapse:before { content: '\f151'; }
.icon-expand-right:before { content: '\f152'; }
.icon-euro:before { content: '\f153'; }
.icon-pound:before { content: '\f154'; }
.icon-dollar:before { content: '\f155'; }
.icon-yen:before { content: '\f157'; }
.icon-rouble:before { content: '\f158'; }
.icon-won:before { content: '\f159'; }
.icon-bitcoin:before { content: '\f15a'; }
.icon-doc-inv:before { content: '\f15b'; }
.icon-doc-text-inv:before { content: '\f15c'; }
.icon-sort-name-up:before { content: '\f15d'; }
.icon-sort-name-down:before { content: '\f15e'; }
.icon-sort-alt-up:before { content: '\f160'; }
.icon-sort-alt-down:before { content: '\f161'; }
.icon-sort-number-up:before { content: '\f162'; }
.icon-sort-number-down:before { content: '\f163'; }
.icon-thumbs-up-alt:before { content: '\f164'; }
.icon-thumbs-down-alt:before { content: '\f165'; }
.icon-youtube-squared:before { content: '\f166'; }
.icon-youtube:before { content: '\f167'; }
.icon-youtube-play:before { content: '\f16a'; }
.icon-dropbox:before { content: '\f16b'; }
.icon-instagram:before { content: '\f16d'; }
.icon-adn:before { content: '\f170'; }
.icon-bitbucket:before { content: '\f171'; }
.icon-tumblr:before { content: '\f173'; }
.icon-tumblr-squared:before { content: '\f174'; }
.icon-down-6:before { content: '\f175'; }
.icon-up-6:before { content: '\f176'; }
.icon-left-5:before { content: '\f177'; }
.icon-right-5:before { content: '\f178'; }
.icon-apple:before { content: '\f179'; }
.icon-windows:before { content: '\f17a'; }
.icon-android:before { content: '\f17b'; }
.icon-linux:before { content: '\f17c'; }
.icon-skype:before { content: '\f17e'; }
.icon-female:before { content: '\f182'; }
.icon-male:before { content: '\f183'; }
.icon-sun-3:before { content: '\f185'; }
.icon-moon-4:before { content: '\f186'; }
.icon-box-4:before { content: '\f187'; }
.icon-bug:before { content: '\f188'; }
.icon-vkontakte:before { content: '\f189'; }
.icon-weibo:before { content: '\f18a'; }
.icon-renren:before { content: '\f18b'; }
.icon-pagelines:before { content: '\f18c'; }
.icon-right-circled2:before { content: '\f18e'; }
.icon-left-circled2:before { content: '\f190'; }
.icon-collapse-left:before { content: '\f191'; }
.icon-dot-circled:before { content: '\f192'; }
.icon-wheelchair:before { content: '\f193'; }
.icon-plus-squared-alt:before { content: '\f196'; }
.icon-space-shuttle:before { content: '\f197'; }
.icon-slack:before { content: '\f198'; }
.icon-mail-squared:before { content: '\f199'; }
.icon-wordpress:before { content: '\f19a'; }
.icon-openid:before { content: '\f19b'; }
.icon-bank:before { content: '\f19c'; }
.icon-graduation-cap:before { content: '\f19d'; }
.icon-reddit:before { content: '\f1a1'; }
.icon-pied-piper-squared:before { content: '\f1a7'; }
.icon-pied-piper-alt:before { content: '\f1a8'; }
.icon-drupal:before { content: '\f1a9'; }
.icon-joomla:before { content: '\f1aa'; }
.icon-language:before { content: '\f1ab'; }
.icon-fax:before { content: '\f1ac'; }
.icon-building-filled:before { content: '\f1ad'; }
.icon-child:before { content: '\f1ae'; }
.icon-paw:before { content: '\f1b0'; }
.icon-spoon:before { content: '\f1b1'; }
.icon-cube:before { content: '\f1b2'; }
.icon-cubes:before { content: '\f1b3'; }
.icon-recycle:before { content: '\f1b8'; }
.icon-cab:before { content: '\f1b9'; }
.icon-taxi:before { content: '\f1ba'; }
.icon-tree:before { content: '\f1bb'; }
.icon-soundcloud:before { content: '\f1be'; }
.icon-database:before { content: '\f1c0'; }
.icon-file-pdf:before { content: '\f1c1'; }
.icon-file-word:before { content: '\f1c2'; }
.icon-file-excel:before { content: '\f1c3'; }
.icon-file-powerpoint:before { content: '\f1c4'; }
.icon-file-image:before { content: '\f1c5'; }
.icon-file-archive:before { content: '\f1c6'; }
.icon-file-audio:before { content: '\f1c7'; }
.icon-file-video:before { content: '\f1c8'; }
.icon-file-code:before { content: '\f1c9'; }
.icon-vine:before { content: '\f1ca'; }
.icon-jsfiddle:before { content: '\f1cc'; }
.icon-lifebuoy:before { content: '\f1cd'; }
.icon-circle-notch:before { content: '\f1ce'; }
.icon-rebel:before { content: '\f1d0'; }
.icon-empire:before { content: '\f1d1'; }
.icon-hacker-news:before { content: '\f1d4'; }
.icon-qq:before { content: '\f1d6'; }
.icon-wechat:before { content: '\f1d7'; }
.icon-paper-plane-3:before { content: '\f1d8'; }
.icon-paper-plane-empty:before { content: '\f1d9'; }
.icon-history:before { content: '\f1da'; }
.icon-circle-thin:before { content: '\f1db'; }
.icon-header:before { content: '\f1dc'; }
.icon-paragraph:before { content: '\f1dd'; }
.icon-sliders:before { content: '\f1de'; }
.icon-share:before { content: '\f1e0'; }
.icon-share-squared:before { content: '\f1e1'; }
.icon-bomb:before { content: '\f1e2'; }
.icon-soccer-ball:before { content: '\f1e3'; }
.icon-tty:before { content: '\f1e4'; }
.icon-binoculars:before { content: '\f1e5'; }
.icon-plug:before { content: '\f1e6'; }
.icon-newspaper:before { content: '\f1ea'; }
.icon-wifi-1:before { content: '\f1eb'; }
.icon-calc:before { content: '\f1ec'; }
.icon-paypal:before { content: '\f1ed'; }
.icon-cc-visa:before { content: '\f1f0'; }
.icon-cc-mastercard:before { content: '\f1f1'; }
.icon-cc-paypal:before { content: '\f1f4'; }
.icon-bell-off:before { content: '\f1f6'; }
.icon-bell-off-empty:before { content: '\f1f7'; }
.icon-trash:before { content: '\f1f8'; }
.icon-copyright:before { content: '\f1f9'; }
.icon-at:before { content: '\f1fa'; }
.icon-eyedropper:before { content: '\f1fb'; }
.icon-brush:before { content: '\f1fc'; }
.icon-birthday:before { content: '\f1fd'; }
.icon-chart-area:before { content: '\f1fe'; }
.icon-chart-pie:before { content: '\f200'; }
.icon-chart-line:before { content: '\f201'; }
.icon-lastfm:before { content: '\f202'; }
.icon-toggle-off:before { content: '\f204'; }
.icon-toggle-on:before { content: '\f205'; }
.icon-bicycle:before { content: '\f206'; }
.icon-bus:before { content: '\f207'; }
.icon-ioxhost:before { content: '\f208'; }
.icon-angellist:before { content: '\f209'; }
.icon-shekel:before { content: '\f20b'; }
.icon-meanpath:before { content: '\f20c'; }
.icon-leanpub:before { content: '\f212'; }
.icon-sellsy:before { content: '\f213'; }
.icon-shirtsinbulk:before { content: '\f214'; }
.icon-simplybuilt:before { content: '\f215'; }
.icon-skyatlas:before { content: '\f216'; }
.icon-cart-plus:before { content: '\f217'; }
.icon-cart-arrow-down:before { content: '\f218'; }
.icon-diamond:before { content: '\f219'; }
.icon-ship:before { content: '\f21a'; }
.icon-motorcycle:before { content: '\f21c'; }
.icon-street-view:before { content: '\f21d'; }
.icon-heartbeat:before { content: '\f21e'; }
.icon-venus:before { content: '\f221'; }
.icon-mars:before { content: '\f222'; }
.icon-mercury:before { content: '\f223'; }
.icon-transgender:before { content: '\f224'; }
.icon-transgender-alt:before { content: '\f225'; }
.icon-venus-double:before { content: '\f226'; }
.icon-mars-double:before { content: '\f227'; }
.icon-venus-mars:before { content: '\f228'; }
.icon-mars-stroke:before { content: '\f229'; }
.icon-mars-stroke-v:before { content: '\f22a'; }
.icon-mars-stroke-h:before { content: '\f22b'; }
.icon-neuter:before { content: '\f22c'; }
.icon-genderless:before { content: '\f22d'; }
.icon-facebook-official:before { content: '\f230'; }
.icon-whatsapp:before { content: '\f232'; }
.icon-server:before { content: '\f233'; }
.icon-user-plus:before { content: '\f234'; }
.icon-user-times:before { content: '\f235'; }
.icon-bed:before { content: '\f236'; }
.icon-viacoin:before { content: '\f237'; }
.icon-train:before { content: '\f238'; }
.icon-subway:before { content: '\f239'; }
.icon-medium:before { content: '\f23a'; }
.icon-y-combinator:before { content: '\f23b'; }
.icon-optin-monster:before { content: '\f23c'; }
.icon-expeditedssl:before { content: '\f23e'; }
.icon-battery-4:before { content: '\f240'; }
.icon-battery-3:before { content: '\f241'; }
.icon-battery-2:before { content: '\f242'; }
.icon-battery-1:before { content: '\f243'; }
.icon-battery-0:before { content: '\f244'; }
.icon-mouse-pointer:before { content: '\f245'; }
.icon-object-group:before { content: '\f247'; }
.icon-object-ungroup:before { content: '\f248'; }
.icon-sticky-note:before { content: '\f249'; }
.icon-sticky-note-o:before { content: '\f24a'; }
.icon-cc-diners-club:before { content: '\f24c'; }
.icon-clone:before { content: '\f24d'; }
.icon-balance-scale:before { content: '\f24e'; }
.icon-hourglass-o:before { content: '\f250'; }
.icon-hourglass-1:before { content: '\f251'; }
.icon-hourglass-2:before { content: '\f252'; }
.icon-hourglass-3:before { content: '\f253'; }
.icon-hourglass:before { content: '\f254'; }
.icon-trademark:before { content: '\f25c'; }
.icon-gg:before { content: '\f260'; }
.icon-tripadvisor:before { content: '\f262'; }
.icon-odnoklassniki:before { content: '\f263'; }
.icon-safari:before { content: '\f267'; }
.icon-chrome-1:before { content: '\f268'; }
.icon-firefox-1:before { content: '\f269'; }
.icon-opera-1:before { content: '\f26a'; }
.icon-internet-explorer:before { content: '\f26b'; }
.icon-television:before { content: '\f26c'; }
.icon-calendar-plus-o:before { content: '\f271'; }
.icon-calendar-minus-o:before { content: '\f272'; }
.icon-calendar-times-o:before { content: '\f273'; }
.icon-calendar-check-o:before { content: '\f274'; }
.icon-industry:before { content: '\f275'; }
.icon-map-pin:before { content: '\f276'; }
.icon-map-signs:before { content: '\f277'; }
.icon-map-o:before { content: '\f278'; }
.icon-map:before { content: '\f279'; }
.icon-commenting:before { content: '\f27a'; }
.icon-commenting-o:before { content: '\f27b'; }
.icon-houzz:before { content: '\f27c'; }
.icon-vimeo:before { content: '\f27d'; }
.icon-black-tie:before { content: '\f27e'; }
.icon-fonticons:before { content: '\f280'; }
.icon-reddit-alien:before { content: '\f281'; }
.icon-edge:before { content: '\f282'; }
.icon-credit-card-alt:before { content: '\f283'; }
.icon-codiepie:before { content: '\f284'; }
.icon-modx:before { content: '\f285'; }
.icon-fort-awesome:before { content: '\f286'; }
.icon-usb:before { content: '\f287'; }
.icon-product-hunt:before { content: '\f288'; }
.icon-mixcloud:before { content: '\f289'; }
.icon-scribd:before { content: '\f28a'; }
.icon-pause-circle:before { content: '\f28b'; }
.icon-pause-circle-o:before { content: '\f28c'; }
.icon-stop-circle:before { content: '\f28d'; }
.icon-stop-circle-o:before { content: '\f28e'; }
.icon-shopping-bag:before { content: '\f290'; }
.icon-shopping-basket:before { content: '\f291'; }
.icon-hashtag:before { content: '\f292'; }
.icon-bluetooth:before { content: '\f293'; }
.icon-bluetooth-b:before { content: '\f294'; }
.icon-percent:before { content: '\f295'; }
.icon-wpbeginner:before { content: '\f297'; }
.icon-wpforms:before { content: '\f298'; }
.icon-envira:before { content: '\f299'; }
.icon-universal-access:before { content: '\f29a'; }
.icon-wheelchair-alt:before { content: '\f29b'; }
.icon-question-circle-o:before { content: '\f29c'; }
.icon-blind:before { content: '\f29d'; }
.icon-volume-control-phone:before { content: '\f2a0'; }
.icon-braille:before { content: '\f2a1'; }
.icon-american-sign-language-interpreting:before { content: '\f2a3'; }
.icon-sign-language:before { content: '\f2a7'; }
.icon-low-vision:before { content: '\f2a8'; }
.icon-viadeo:before { content: '\f2a9'; }
.icon-viadeo-square:before { content: '\f2aa'; }
.icon-snapchat:before { content: '\f2ab'; }
.icon-snapchat-ghost:before { content: '\f2ac'; }
.icon-snapchat-square:before { content: '\f2ad'; }
.icon-pied-piper:before { content: '\f2ae'; }
.icon-first-order:before { content: '\f2b0'; }
.icon-yoast:before { content: '\f2b1'; }
.icon-themeisle:before { content: '\f2b2'; }
.icon-font-awesome:before { content: '\f2b4'; }
.icon-handshake-o:before { content: '\f2b5'; }
.icon-envelope-open:before { content: '\f2b6'; }
.icon-envelope-open-o:before { content: '\f2b7'; }
.icon-linode:before { content: '\f2b8'; }
.icon-address-book:before { content: '\f2b9'; }
.icon-address-book-o:before { content: '\f2ba'; }
.icon-user-circle:before { content: '\f2bd'; }
.icon-user-circle-o:before { content: '\f2be'; }
.icon-user-o:before { content: '\f2c0'; }
.icon-id-badge:before { content: '\f2c1'; }
.icon-id-card:before { content: '\f2c2'; }
.icon-free-code-camp:before { content: '\f2c5'; }
.icon-thermometer:before { content: '\f2c7'; }
.icon-thermometer-3:before { content: '\f2c8'; }
.icon-thermometer-2:before { content: '\f2c9'; }
.icon-thermometer-quarter:before { content: '\f2ca'; }
.icon-thermometer-0:before { content: '\f2cb'; }
.icon-shower:before { content: '\f2cc'; }
.icon-bath:before { content: '\f2cd'; }
.icon-podcast:before { content: '\f2ce'; }
.icon-window-maximize:before { content: '\f2d0'; }
.icon-window-restore:before { content: '\f2d2'; }
.icon-window-close:before { content: '\f2d3'; }
.icon-window-close-o:before { content: '\f2d4'; }
.icon-bandcamp:before { content: '\f2d5'; }
.icon-grav:before { content: '\f2d6'; }
.icon-imdb:before { content: '\f2d8'; }
.icon-eercast:before { content: '\f2da'; }
.icon-microchip:before { content: '\f2db'; }
.icon-snowflake-o:before { content: '\f2dc'; }
.icon-superpowers:before { content: '\f2dd'; }
.icon-wpexplorer:before { content: '\f2de'; }
.icon-meetup:before { content: '\f2e0'; }
.icon-twitter-squared:before { content: '\f304'; }
.icon-facebook-squared-1:before { content: '\f30e'; }
.icon-gplus-1:before { content: '\f30f'; }
.icon-instagram-1:before { content: '\f32d'; }
.icon-vkontakte-1:before { content: '\f354'; }
.icon-comment-4:before { content: '\f4ac'; }
.icon-folder-open-empty:before { content: '\f4c2'; }
.icon-calendar-4:before { content: '\f4c5'; }
.icon-newspaper-2:before { content: '\f4f0'; }
.icon-camera-5:before { content: '\f4f7'; }
.icon-search-5:before { content: '\f50d'; }
.icon-lock-alt:before { content: '\f510'; }
.icon-lock-5:before { content: '\f512'; }
.icon-lock-open-5:before { content: '\f513'; }
.icon-joystick:before { content: '\f514'; }
.icon-fire-1:before { content: '\f525'; }
.icon-chart-bar-5:before { content: '\f526'; }
.icon-spread:before { content: '\f527'; }
.icon-spinner2:before { content: '\f529'; }

#logo h2 {
  line-height: 1.1;
  font-size: 36px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  letter-spacing: 0px;
  padding: 0;
  color: #eee;
}
#logo h3 {
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  margin: -2px 0 0 0px;
  padding: 0;
  color: #eee;
}
#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:active {
  border: none;
}
#logo h2 a:link,
#logo h2 a:visited,
#logo h2 a:hover,
#logo h2 a:active {
  color: #eee;
  text-decoration: none;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
  color: #222233;
}
a:focus {
  outline: 0;
}
.page-header {
  padding-bottom: 0px;
  margin: 2px 0 8px 0;
  border-bottom: none;
  overflow: hidden;
}
/* ================  ==================  */
.well {
  background: none;
  border: 0px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 0px;
}
/* ================  ==================  */
code,
pre {
  background: #eeeeee;
}
/* ================ nav-tabs ==================  */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #f5f5f5;
}
/* ================ Accordion ==================  */
.accordion-group {
  border: 1px solid #ccc;
}
.accordion-inner {
  border-top: 1px solid #ccc;
}
/* ================ Alert ==================  */
.alert .alert-heading,
.alert h4 {
  color: #c09853;
}
.alert-error .alert-heading,
.alert-error h4 {
  color: #b94a48;
}
.alert-success .alert-heading,
.alert-success h4 {
  color: #468847;
}
.alert-info .alert-heading,
.alert-info h4 {
  color: #3a87ad;
}

/* ================== SEARCH ====================== */
.search input#mod-search-searchword.inputbox {
  width: 65%;
  margin-right: 0px;
}
.search input#mod-search-searchword.inputbox {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
  padding-right: 8px \9;
  padding-left: 8px;
  padding-left: 8px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
}
dl.search-results dt.result-title {
  font-weight: bold;
  padding-top: 10px;
}
dl.search-results dd.result-text {
  padding-top: 5px;
}
dl.search-results dd.result-created {
  padding-top: 5px;
  font-size: 0.8em;
  color: #888899;
}
.moduletable div#mod-finder-advanced {
  margin-top: 15px;
}
/* ================ SLIDESHOW ====================== */
#slideshow-allwrap {
  margin: 30px 0;
  padding: 0px 0 0px 0;
  border-top: 0px solid #f5f5f5;
  border-bottom: 0px solid #f5f5f5;
  background: transparent;
}
#slideshow-mod {
  padding: 0;
  position: relative;
}
#slideshow-mod div.moduletable {
  text-align: justify;
  margin-bottom: 0px;
}
#slideshow-mod div.moduletable div,
#slideshow-mod div.moduletable p,
#slideshow-mod div.moduletable h1,
#slideshow-mod div.moduletable h2,
#slideshow-mod div.moduletable h3,
#slideshow-mod div.moduletable h4,
#slideshow-mod div.moduletable h5,
#slideshow-mod div.moduletable h6 {
  color: #fff;
}
#slideshow-mod div.moduletable a:link,
#slideshow-mod div.moduletable a:visited,
#slideshow-mod div.moduletable a:hover,
#slideshow-mod div.moduletable a:active {
  color: #fff;
  text-decoration: underline;
}
#slideshow-mod div.moduletable a.btn-inverse:link,
#slideshow-mod div.moduletable a.btn-inverse:visited,
#slideshow-mod div.moduletable a.btn-inverse:hover,
#slideshow-mod div.moduletable a.btn-inverse:active {
  color: #fff;
  text-decoration: none;
}
#slideshow-mod div.moduletable h3 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
}
/* ========================================= */

div.items-leading {
  padding-bottom: 10px;
}
div#content p {
  text-align: justify;
}
/* ==================== BREADCRUMB =========================== */
.breadcrumb {
  font-size: 12px;
  padding: 8px 0px 25px 0;
  margin: 0 0 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  color: #000;
}
.breadcrumb img {
  vertical-align: baseline;
}
.breadcrumb a {
  color: #000;
}
/* ========================================= */

/************ TOP MENU ************/

div#topmenu .nav {
  float: none;
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  font-family: 'MyriadPro', sans-serif;
  color: #fff;
}
@media all and (min-width: 0px) {
  div#topmenu .nav-collapse,
  div#topmenu .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  div#topmenu .navbar-inner {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #63c300;
  }
  div#topmenu .mobile_button {
    overflow: hidden;
    min-height: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 20px;
  }
  div#topmenu .brand {
    font-size: 1.5em;
    text-shadow: 0 1px 0 #fff;
    font-weight: 400;
    color: #fff;
  }
  div#topmenu.navbar-inverse .btn-navbar {
    color: #ffffff;
    background-color: transparent;
    background-image: none !important;
    border: none;
    padding: 0;
    text-shadow: none;
    box-shadow: none;
    margin-left: auto;
  }
  #body div#topmenu .btn-icon {
    display: block;
    width: 30px;
    height: 30px;
    font-family: 'icosun';
    font-size: 30px;
    line-height: 30px !important;
  }
  #body div#topmenu .btn-icon:before {
    content: "\e9d7";
    line-height: 30px !important;
  }
  div#topmenu .nav li {
    position: relative;
  }
  div#topmenu .nav > li {
    border-top: 1px solid #595959;
    padding: 4px 30px;
    transition: all ease-in-out 200ms 20ms;
  }
  div#topmenu .nav > li:hover {
    background-color: #4d9900;
  }
  div#topmenu .nav > li.current {
    background-color: #4d9900;
  }
  div#topmenu .nav > li > a:before {
    font-family: 'icosun';
    content: '\e8f5';
    width: 10px;
    margin-left: -15px;
    float: left;
  }
  div#topmenu .nav li a,
  div#topmenu .nav li a:hover,
  div#topmenu .nav li a:focus,
  div#topmenu .nav li a:visited,
  div#topmenu .nav li a:active {
    color: #fff;
  }
  div#topmenu .nav > li > a {
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 1.125em;
    font-weight: 700;
  }
  div#topmenu .nav .nav-child {
    font-size: 1em;
    line-height: 1em;
  }
}
@media all and (min-width: 860px) {
  div#topmenu .mobile_button {
    display: none;
  }
  div#topmenu .navbar-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
  }
  div#topmenu .nav-collapse,
  div#topmenu .nav-collapse.collapse {
    flex: 1 1 auto;
    overflow: visible;
    height: auto;
  }
  div#topmenu .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
  }
  div#topmenu .nav > li {
    border-top: 1px solid #595959;
    border-top: none;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  div#topmenu .nav > li:hover {
    background-color: transparent;
  }
  div#topmenu .nav > li.current {
    background-color: transparent;
  }
  div#topmenu .nav > li:before {
    display: none;
  }
  div#topmenu .nav li a {
    max-width: 250px;
    max-height: 50px;
    overflow: hidden;
  }
  div#topmenu .nav > li > a {
    text-align: center;
    padding: 5px 0;
  }
  div#topmenu .nav > li > a:hover {
    text-decoration: underline;
  }
  div#topmenu .nav > li > ul.nav-child {
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: all linear 200ms 30ms;
    background-color: var(--top-menu-bg-color);
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 15px;
    box-sizing: content-box;
    font-size: 1em;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .6);
  }
  div#topmenu .nav > li:hover > ul.nav-child {
    transform: scaleY(1); 
  }
  div#topmenu .nav > li > ul.nav-child li {
    padding: 2px 0; 
  }
  div#topmenu .nav > li > ul.nav-child a {
    display: block;
    padding: 2px 0; 
  }

  div#topmenu .nav > li > ul.nav-child ul.nav-child {
    display: none;
  }
}
@media all and (max-width: 639px) {
  div#topmenu .navbar-inner {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}

/* ============ Pagination =================== */
.pagination {
  text-align: center;
  height: auto;
  margin: 18px 0 10px 0;
}
div#content .pagination p.counter {
  text-align: center;
}
.pagination ul {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.pagination a,
.pagination span {
  padding: 0 8px;
  background: none;
  border: 0px solid #ffffff;
}
.pagination a:hover,
.pagination .active a,
.pagination .active span {
  background-color: transparent;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 0px;
}
p.counter.pull-right {
  float: none;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 0px solid #ddd;
  border-radius: 0px;
}
.pager a:hover {
  text-decoration: none;
  background-color: transparent;
}
.pager .previous a,
.pager .next a {
  float: none;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 0px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
ul.pagenav li.previous i.icon-chevron-left:before {
  font-size: 10px;
}
ul.pagenav li.next i.icon-chevron-right:before {
  font-size: 10px;
}
/* =========== Print, email, edit ================ */
ul.actions {
  text-align: right;
  margin: 6px 12px 0px 10px;
  padding: 0;
}
ul.actions li {
  background-image: none !important;
  margin: 0 0 0 4px !important;
  padding: 0 !important;
  list-style: none;
  display: inline;
}
ul.actions a {
  text-decoration: none;
  color: #802626;
  transition: all linear 150ms;
}
ul.actions a:hover {
  color: #4d0b0b;
}
ul.actions a span[class^="icon-"] {
  margin-right: 3px;
}
/* ================  details  ==================== */
.content_rating {
  font-size: 0.9em;
  color: #888899;
}
.content_vote {
  font-size: 0.9em;
  color: #888899;
}
.content_vote input {
  font-size: 1em;
}
dl.article-info {
  margin: 5px 0 6px 0px;
  font-size: 0.8em;
  color: #888899;
}
dt.article-info-term {
  display: none;
}
dl.article-info dd {
  line-height: 1.4em;
  margin-left: 0;
}
/* =============== Figure =============== */
figure {
  margin: 15px;
}
figure.pull-left {
  margin: 15px 15px 15px 0;
}
figure.pull-right {
  margin: 15px 0px 15px 15px;
}
/* =============== Tags =============== */
div.tags {
  padding-bottom: 8px;
}
/* =============== Labels, Badge =============== */
.label-info,
.badge {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #444 !important;
}
a.label-info:hover,
a.badge:hover {
  color: #fff;
}
/* =============== Archive articles =============== */
div.filter-search {
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}
/* =============== Forms =============== */
.form-actions {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  border-top: 0px solid #e5e5e5;
}
.login .well {
  background-color: transparent;
  border: 0px solid #e3e3e3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}
/* =============== Button primary =============== */
.btn-primary {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #333333;
}
/* =============== Article index =============== */
div.article-index {
  margin-left: 10px;
}
/* ============ Readmore =============== */
p.readmore a.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 0px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  *line-height: 18px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  color: #028790;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  border-color: transparent;
  *background-color: transparent;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0px solid #bbbbbb;
  *border: 0;
  border-bottom-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *margin-left: 0;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
}
p.readmore a.btn:hover,
p.readmore a.btn:active,
p.readmore a.btn.active {
  color: #028790;
  background-color: transparent;
  *background-color: transparent;
}
p.readmore a.btn:active,
p.readmore a.btn.active {
  background-color: transparent \9;
}
p.readmore a.btn:first-child {
  *margin-left: 0;
}
p.readmore a.btn:hover {
  color: #028790;
  text-decoration: underline;
  background-color: transparent;
  *background-color: transparent;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
p.readmore a.btn:focus {
  outline: 0;
}
p.readmore a.btn.active,
p.readmore a.btn:active {
  background-color: transparent;
  background-color: transparent \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.15), 0 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.15), 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.15), 0 0px 0px rgba(0, 0, 0, 0.05);
}
p.readmore a.btn span.icon-chevron-right {
  display: none;
}
/* ==== SIDEBARs MODULEs =======================================  */
[id^="sidebar"] {
  font-size: 1em;
  /*line-height: 1em;*/
}
[id^="sidebar"] .moduletable {
  margin-bottom: 30px;
}

[id^="sidebar"] .moduletable h1, [id^="sidebar"] .moduletable h2, 
[id^="sidebar"] .moduletable h3, [id^="sidebar"] .moduletable h4, 
[id^="sidebar"] .moduletable h5, [id^="sidebar"] .moduletable h6 {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  background-color: #d97000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding: 13px 10px;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #cc6900;
}
[id^="sidebar"] .moduletable h1 {
  font-size: 1.0625em;
  line-height: 1.5em;
}
[id^="sidebar"] .moduletable h2 {
  font-size: 1em;
  line-height: 1.4em;
}
[id^="sidebar"] .moduletable h3 {
  font-size: 0.9375em;
  line-height: 1.3em;
}
[id^="sidebar"] .moduletable h4 {
  font-size: 0.875em;
  line-height: 1.3em;
}
[id^="sidebar"] .moduletable h5 {
  font-size: 0.8125em;
  line-height: 1.4em;
}
[id^="sidebar"] .moduletable h6 {
  font-size: 0.75em;
  line-height: 1.4em;
}

[id^="sidebar"] .moduletable h1[class^="icon-"], [id^="sidebar"] .moduletable h2[class^="icon-"], 
[id^="sidebar"] .moduletable h3[class^="icon-"], [id^="sidebar"] .moduletable h4[class^="icon-"], 
[id^="sidebar"] .moduletable h5[class^="icon-"], [id^="sidebar"] .moduletable h6[class^="icon-"] {
  padding-left: 38px;
  padding-right: 38px;
}

[id^="sidebar"] .moduletable h1[class^="icon-"]:before, [id^="sidebar"] .moduletable h2[class^="icon-"]:before, 
[id^="sidebar"] .moduletable h3[class^="icon-"]:before, [id^="sidebar"] .moduletable h4[class^="icon-"]:before, 
[id^="sidebar"] .moduletable h5[class^="icon-"]:before, [id^="sidebar"] .moduletable h6[class^="icon-"]:before {
  margin: auto 0;
  width: 18px;
  height: 18px;
  font-family: 'IcoSun';
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
}

/* ======= FOOTER =======================  */
#footer div.moduletable {
  color: #aaa;
  padding: 0 0 0px 0;
  margin-bottom: 0;
}
#footer div.moduletable h3 {
  /*display: none;*/
}
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
  color: #aaa;
  text-decoration: underline;
}
#a4j {
  text-align: center;
  font-size: 11px;
  padding: 7px 0 10px 0;
  color: #aaa;
}
#a4j a:link,
#a4j a:visited,
#a4j a:hover,
#a4j a:active {
  color: #aaa;
  text-decoration: underline;
}
/* ======= SIDE MENUS ================================  */
.moduletable_menu {
  padding: 0px 0px 5px 0px;
  margin-bottom: 30px;
  font-size: 12px;
}
.moduletable_menu h3 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 0 0 1px 0;
  padding: 2px 0 3px 0;
}
.moduletable_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.moduletable_menu li {
  border-bottom: 0px solid #ccc;
  padding: 4px 0 4px 0em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.moduletable_menu li a {
  display: inline;
  text-decoration: none;
  padding: 0;
}
.moduletable_menu li .nav-header {
  display: block;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: none;
  text-transform: uppercase;
}
html > body .moduletable_menu li a {
  width: auto;
}
.moduletable_menu li ul {
  list-style-type: square;
  list-style-position: inside;
  font-size: 12px;
}
.moduletable_menu li ul li {
  border-bottom: 0px solid #ccc;
  border-top: 0px solid #ccc;
  padding: 4px 0 2px 1em;
  text-transform: none;
  letter-spacing: 0px;
}
.moduletable_menu li ul li a {
  display: inline;
  text-decoration: none;
  padding: 0;
}
html > body .moduletable_menu li ul li a {
  width: auto;
}
/* ======= SIDE MENUS COLORS ================================  */
.moduletable_menu {
  background: none ;
  color: #444455;
  border-bottom: 0px solid #fff;
}
.moduletable_menu h3 {
  color: #222233;
  background: none;
  border-bottom: 1px solid #556;
}
.moduletable_menu li {
  border-bottom: 1px dotted #99a;
}
.moduletable_menu li ul li {
  border-bottom: 0px solid #ccc;
  border-top: 0px dashed #e4e4e4;
  background: none;
}
.moduletable_menu li a {
  color: #444455;
}
.moduletable_menu li ul li a {
  background: none;
}
.moduletable_menu ul.menu li.current a {
  color: #028790;
}
.moduletable_menu ul.menu li.current * a {
  color: #444455;
}
.moduletable_menu li ul li a:hover,
.moduletable_menu li.current ul li a:hover {
  color: #028790;
  background: none;
}
.moduletable_menu li a:link,
.moduletable_menu li a:visited {
  color: #444455;
  text-decoration: none;
}
.moduletable_menu li a:hover,
.moduletable_menu li a:focus {
  color: #028790;
  background: none;
  text-decoration: none;
}
.moduletable_menu li a:active {
  color: #028790;
  text-decoration: none;
}

/* ===================== Login module =================== */
.moduletable form#login-form .input-small {
  width: 120px;
}
.moduletable form#login-form.form-inline label {
  display: block;
  margin-bottom: 2px;
}
.moduletable form#login-form.form-inline div#form-login-remember label {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
}
/* ===================== Category list =================== */
table.category {
  font-size: 1em;
  margin: 10px 0px 20px 0px;
  width: 99%;
}
table.category th {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}
table.category td {
  text-align: left;
  padding-top: 5px;
}
table.category th img {
  padding-left: 5px;
}
/* ===================== List all Categories =================== */
div.categories-list dl dt,
div.categories-list dl dd {
  display: inline;
  font-style: italic;
}
dl.article-count dt,
dl.article-count dd {
  display: inline;
  font-style: italic;
}
div.cat-children ul li dl dt,
div.cat-children ul li dl dd {
  display: inline;
  font-style: italic;
}
/* ===================== 768 - 979 =================== */
@media (min-width: 768px) and (max-width: 979px) {
  .search input#mod-search-searchword.inputbox {
    width: 80%;
  }
  .form-horizontal .control-label {
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
}
/* ===================== 0 - 767 =================== */
@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  #slideshow-allwrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  #footerwrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-horizontal .control-label {
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .search input#mod-search-searchword.inputbox {
    width: 200px;
  }
  .moduletable_menu h3 {
    color: #222233;
    background: none;
    border-bottom: 1px solid #dde;
  }
}