@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.102.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@use "sass:math" as *;
/**
 * Clay 3.102.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
  position: fixed;
  z-index: 999; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto; }

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px; }
  .lfr-asset-column-details .lfr-asset-icon.last {
    border-width: 0; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em; }
  .lfr-asset-column-details .lfr-panel.lfr-extended {
    border: 1px solid #ccc;
    margin-bottom: 0; }

.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block; }

.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em; }

.overlay {
  position: absolute; }

.overlay-hidden,
.overlaymask-hidden {
  display: none; }

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative; }
  .lfr-form-row:after {
    clear: both;
    content: '';
    display: block;
    height: 0; }
  .lfr-form-row:hover {
    border: solid #ccc;
    border-width: 1px 0;
    padding-top: 0; }
  .lfr-form-row.lfr-form-row-inline .form-group {
    margin-right: 5px; }
  .lfr-form-row legend .field-label {
    float: left;
    margin-right: 10px; }
  .lfr-form-row .handle-sort-vertical {
    background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
    cursor: move;
    padding-left: 20px; }
  .lfr-form-row fieldset {
    border-width: 0;
    margin: 0;
    padding: 0; }

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px; }

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem; }

.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  display: block; }

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700; }
  .form-control-inline:not(:hover) {
    border-color: transparent; }
  .form-control-inline::placeholder {
    color: #a9afb5;
    font-style: italic; }

.form-search .input-group {
  position: relative; }
  .form-search .input-group.advanced-search .search-query {
    padding-left: 40px;
    z-index: 0; }
  .form-search .input-group.advanced-search .toggle-advanced {
    cursor: pointer;
    left: 0;
    line-height: 1;
    padding: 8px 10px;
    position: absolute;
    top: 0; }
    .form-search .input-group.advanced-search .toggle-advanced .caret {
      margin-top: 7px; }
    .form-search .input-group.advanced-search .toggle-advanced .icon-search {
      font-size: 14px; }
  @media (max-width: 991.98px) {
    .form-search .input-group {
      width: 100%; }
      .form-search .input-group .btn {
        clip: rect(0, 0, 0, 0);
        left: -9999px;
        position: absolute; }
      .form-search .input-group input.search-query {
        width: 100%; } }

.lfr-table {
  border-collapse: collapse;
  clear: both; }
  .lfr-table > tbody > tr > td,
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > td,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > td,
  .lfr-table > tfoot > tr > th {
    padding: 0 5px;
    overflow-wrap: break-all;
    word-wrap: break-all; }
    .lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
    .lfr-table > tbody > tr > th:first-child,
    .lfr-table > tbody > tr > th.first-child,
    .lfr-table > thead > tr > td:first-child,
    .lfr-table > thead > tr > td.first-child,
    .lfr-table > thead > tr > th:first-child,
    .lfr-table > thead > tr > th.first-child,
    .lfr-table > tfoot > tr > td:first-child,
    .lfr-table > tfoot > tr > td.first-child,
    .lfr-table > tfoot > tr > th:first-child,
    .lfr-table > tfoot > tr > th.first-child {
      padding-left: 0; }
    .lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
    .lfr-table > tbody > tr > th:last-child,
    .lfr-table > tbody > tr > th.last-child,
    .lfr-table > thead > tr > td:last-child,
    .lfr-table > thead > tr > td.last-child,
    .lfr-table > thead > tr > th:last-child,
    .lfr-table > thead > tr > th.last-child,
    .lfr-table > tfoot > tr > td:last-child,
    .lfr-table > tfoot > tr > td.last-child,
    .lfr-table > tfoot > tr > th:last-child,
    .lfr-table > tfoot > tr > th.last-child {
      padding-right: 0; }
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > th {
    font-weight: bold; }

.lfr-pagination:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-pagination .dropdown-menu {
  display: none; }

.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px; }

.lfr-pagination .lfr-pagination-controls {
  float: left; }
  .lfr-pagination .lfr-pagination-controls .search-results {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    top: 10px; }
  .lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
    border-width: 0;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    text-align: left;
    white-space: nowrap;
    width: 100%; }

.lfr-pagination .lfr-pagination-delta-selector {
  float: left; }
  @media (max-width: 991.98px) {
    .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
      display: none; } }

.lfr-pagination .pagination-content {
  float: right; }

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }
  .lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
    display: block; }
  .lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
    border-bottom-width: 0; }

.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0; }

.lfr-panel .toggler-header {
  cursor: pointer; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: 0.25rem 0.75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0.25rem; }
    .sidebar-sm .form-control[type='file'] {
      padding: 0; }
  .sidebar-sm select.form-control {
    padding-right: 1.6rem; }
    .sidebar-sm select.form-control:not([size]) {
      height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: 0.285rem 0.75rem; }
  .sidebar-sm .btn:not(.btn-unstyled) {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.15;
    padding: 0.4375rem 0.75rem; }
    .sidebar-sm .btn:not(.btn-unstyled).close {
      padding: 0.4375rem; }
  .sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
    .sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
      padding: 0; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }
  .sidebar-sm .list-group-item-flex {
    padding: 0.5rem 0.25rem; }
    .sidebar-sm .list-group-item-flex .autofit-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
    display: inline-block;
    width: auto; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
    float: none;
    padding: 0.4em 0; }
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
      display: inline; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
    margin: 10px 0; }
  .lfr-translation-manager .lfr-translation-manager-available-translations {
    white-space: normal; }
    .lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
      line-height: 1; }
  .lfr-translation-manager .lfr-translation-manager-translation {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 0.2em;
    padding: 0.4em 0.3em 0.4em 0.5em;
    text-decoration: none; }
    .lfr-translation-manager .lfr-translation-manager-translation * {
      vertical-align: middle; }
    .lfr-translation-manager .lfr-translation-manager-translation img {
      margin-right: 0.3em; }
    .lfr-translation-manager .lfr-translation-manager-translation:hover {
      background-color: #d1e5ef; }
    .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
      background-color: #598bec;
      border-color: #224fa8;
      color: #fff; }
  .lfr-translation-manager .lfr-translation-manager-change-default-locale {
    margin: 0 0.4em; }
  .lfr-translation-manager .lfr-translation-manager-delete-translation {
    display: inline-block;
    padding: 0 2px; }
    .lfr-translation-manager .lfr-translation-manager-delete-translation svg {
      pointer-events: none; }

.lfr-tree a {
  text-decoration: none; }

.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0; }
  .lfr-tree li ul li, .lfr-tree li.tree-item {
    padding-left: 0; }
  .lfr-tree li.tree-item {
    padding-left: 5px; }
    .lfr-tree li.tree-item li {
      padding-left: 20px; }
    .lfr-tree li.tree-item ul {
      margin-left: 0;
      margin-top: 5px; }

.lfr-upload-container {
  margin-bottom: 1rem; }
  .lfr-upload-container .upload-target {
    border: 3px dashed #e5e7e9;
    margin-bottom: 1rem;
    min-height: 2rem;
    padding: 2rem 0;
    position: relative;
    text-align: center; }
    .upload-drop-intent .lfr-upload-container .upload-target {
      z-index: 100; }
    .upload-drop-active .lfr-upload-container .upload-target {
      background-color: #92e5a5;
      border-color: #69db83; }
    .lfr-upload-container .upload-target .drop-file-text {
      font-weight: normal; }
      .mobile .lfr-upload-container .upload-target .drop-file-text {
        display: none; }
    .lfr-upload-container .upload-target .small {
      display: block;
      margin: 5px 0;
      text-transform: lowercase; }
  .lfr-upload-container .manage-upload-target {
    padding-top: 5px;
    position: relative; }
    .lfr-upload-container .manage-upload-target .select-files {
      float: left;
      line-height: 0;
      margin: 0 1.125rem 1.125rem;
      padding: 0 0 0 5px; }
  .lfr-upload-container .cancel-uploads,
  .lfr-upload-container .clear-uploads {
    background-repeat: no-repeat;
    float: right; }
  .lfr-upload-container .cancel-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
    margin-right: 0; }
  .lfr-upload-container .clear-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
    padding-left: 16px; }
  .lfr-upload-container .upload-file.upload-complete.file-saved {
    padding-left: 25px; }
  .lfr-upload-container .upload-file .file-title {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    padding-right: 16px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }
  .lfr-upload-container .upload-file .icon-file {
    font-size: 40px; }
  .lfr-upload-container .upload-list-info {
    margin: 1em 0 0.5em; }
    .lfr-upload-container .upload-list-info h4 {
      font-size: 1.3em; }
  .lfr-upload-container .cancel-button {
    color: #6c757d;
    margin-top: 1px;
    position: absolute;
    right: 5px;
    top: 50%;
    white-space: nowrap; }
    .lfr-upload-container .cancel-button .cancel-button-text {
      display: none;
      margin-left: 5px; }
    .lfr-upload-container .cancel-button:hover .cancel-button-text {
      display: inline; }
    .lfr-upload-container .cancel-button .lexicon-icon {
      height: 12px; }
  .lfr-upload-container .delete-button {
    color: #6c757d; }
  .lfr-upload-container .delete-button-col {
    padding-right: 10px; }
  .lfr-upload-container .file-added .success-message {
    float: right;
    font-weight: normal; }
  .lfr-upload-container .upload-error {
    opacity: 1;
    padding-left: 25px; }
  .lfr-upload-container .upload-complete .cancel-button,
  .lfr-upload-container .delete-button,
  .lfr-upload-container .upload-complete.file-saved .delete-button,
  .lfr-upload-container .upload-complete.upload-error .delete-button {
    display: none; }
  .lfr-upload-container .multiple-files .upload-error {
    background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
    border-color: #bd2130;
    color: #bd2130;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 8px 8px 8px 24px; }
    .lfr-upload-container .multiple-files .upload-error .error-message {
      display: block; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
    padding-left: 1rem; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
    display: none; }
  .lfr-upload-container .single-file .upload-error {
    list-style: none;
    margin-top: 1em; }
    .lfr-upload-container .single-file .upload-error .upload-error-message {
      margin-bottom: 0.5em; }
  .lfr-upload-container .upload-complete {
    padding-left: 5px; }
    .lfr-upload-container .upload-complete .error-message,
    .lfr-upload-container .upload-complete .success-message {
      font-weight: bold;
      margin-left: 1em; }
    .lfr-upload-container .upload-complete .delete-button {
      display: inline-block; }
    .lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
      display: none; }
  .lfr-upload-container .progress {
    display: none;
    margin-top: 0.5rem; }
  .lfr-upload-container .file-uploading .progress {
    display: flex; }

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430; }
  .lfr-alert-container.inline-alert-container {
    position: relative; }
    .lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
      padding: 0; }
  .lfr-alert-container .lfr-alert-wrapper {
    margin-bottom: 5px;
    overflow: hidden; }

.lfr-search-container td .overlay.entry-action {
  position: static; }
  .lfr-search-container td .overlay.entry-action .btn a {
    display: block;
    padding: 4px 12px; }

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform; }
  .contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    transform: translateX(0); }
  body.has-control-menu .contextual-sidebar {
    height: calc(100vh - 98px);
    top: 98px; }

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px; }
    body.has-control-menu .contextual-sidebar {
      height: calc( 100vh - 120px);
      top: 120px; }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding; }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px; } }

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border: 2px solid #cfc; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border: 2px dotted #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border: 2px solid #fdc6c6; }

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem; }
  .taglib-discussion .actions-menu .component-action {
    display: inline-flex; }
  .taglib-discussion .button-holder {
    margin: 1rem 0; }
  .taglib-discussion .comment-container {
    margin-bottom: 1.5rem; }
  .taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
    border-left-color: #dbdde1; }
  .taglib-discussion .lfr-discussion-body {
    font-size: 1rem; }
    @media (min-width: 576px) {
      .taglib-discussion .lfr-discussion-body {
        padding-left: 3.5rem; } }
  @media (min-width: 576px) {
    .taglib-discussion .lfr-discussion-details .taglib-user-display {
      word-wrap: break-word; } }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
    font-weight: bold;
    text-decoration: none; }
    .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
      text-decoration: underline; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
    background-size: 50px; }
  .taglib-discussion .lfr-discussion-container {
    border-bottom: 1px solid #e7e7ed;
    margin-bottom: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:first-of-type {
      border-top: 1px solid #e7e7ed;
      padding-top: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:last-of-type {
      border-bottom: 0; }
    .taglib-discussion .lfr-discussion-container .lfr-discussion {
      padding-left: 1rem; }
      .taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
        padding-left: 0; }
      @media (min-width: 576px) {
        .taglib-discussion .lfr-discussion-container .lfr-discussion {
          padding-left: 3.5rem; } }
  .taglib-discussion .lfr-discussion-parent-link {
    color: #67678c;
    font-weight: 600;
    margin-left: 1em; }
    @media (max-width: 767.98px) {
      .taglib-discussion .lfr-discussion-parent-link {
        display: block;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
    margin-left: -0.75rem; }
  .taglib-discussion .lfr-discussion-more-comments {
    border-top: 1px solid #e7e7ed;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: center; }
  .taglib-discussion .username {
    color: #272833;
    font-weight: 600; }
  .taglib-discussion .taglib-workflow-status {
    margin-left: 0.5rem; }
  .taglib-discussion .workflow-value {
    text-transform: uppercase; }
  @media (min-width: 576px) {
    .taglib-discussion .actions-menu {
      display: none; }
    .taglib-discussion .comment-container:hover .actions-menu,
    .taglib-discussion .actions-menu:focus,
    .taglib-discussion .actions-menu.open {
      display: inline-block; } }

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center; }
  .drop-zone.drop-enabled {
    outline: 2px dashed transparent; }
    .drop-zone.drop-enabled:not(.no-border) {
      outline-color: rgba(176, 180, 187, 0.5); }
  .drop-zone p {
    margin: 10px auto 0;
    max-width: 75%; }

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info {
    transition: none; }
  .drop-here-info .drop-here-indicator {
    height: 115px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .drop-here-info .drop-icons {
    display: inline-block;
    position: relative;
    width: 160px;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons {
      transition: none; }
    .drop-here-info .drop-icons span {
      border-radius: 3px;
      position: absolute;
      text-align: center;
      transition: all 0.3s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
      .drop-here-info .drop-icons span {
        transition: none; }
      .drop-here-info .drop-icons span:nth-of-type(1) {
        box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
        height: 60px;
        left: 0;
        line-height: 60px;
        opacity: 0;
        top: 10px;
        transform: rotate(25deg);
        width: 60px; }
      .drop-here-info .drop-icons span:nth-of-type(2) {
        background: #00c2ff;
        color: #fff;
        height: 80px;
        left: 40px;
        line-height: 80px;
        width: 80px;
        z-index: 2; }
      .drop-here-info .drop-icons span:nth-of-type(3) {
        box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
        display: block;
        font-size: 45px;
        height: 70px;
        left: 90px;
        line-height: 70px;
        opacity: 0;
        position: relative;
        top: 8px;
        transform: rotate(-25deg);
        width: 70px;
        z-index: 1; }
      .drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
        background: #e8e6e8;
        color: #a5a6ac; }
  .drop-here-info .drop-text {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-left: 0;
    margin-top: 20px; }
  .drop-active .drop-here-info {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    visibility: visible;
    z-index: 100; }
    .drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
      opacity: 1; }
    .drop-active .drop-here-info span:nth-of-type(1) {
      transform: rotate(-20deg); }
    .drop-active .drop-here-info span:nth-of-type(2) {
      transform: scale(1); }
    .drop-active .drop-here-info span:nth-of-type(3) {
      transform: rotate(15deg); }

.taglib-empty-result-message.sheet {
  margin-bottom: 24px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(@theme_image_path@/states/empty_state.gif); }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-result-message-header,
    .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
      background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header, .c-prefers-reduced-motion
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(@theme_image_path@/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-search-result-message-header {
      background-image: url(@theme_image_path@/states/search_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(@theme_image_path@/states/search_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(@theme_image_path@/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-state {
      background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
    background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(@theme_image_path@/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-success-state {
      background-image: url(@theme_image_path@/states/success_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
    background-image: url(@theme_image_path@/states/success_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(@theme_image_path@/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-search-state {
      background-image: url(@theme_image_path@/states/search_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
    background-image: url(@theme_image_path@/states/search_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem; }

.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center; }

.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center; }

.field-wrapper.form-inline .control-label {
  display: inline-block; }

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap; }

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px; }
  .taglib-header .header-title {
    display: inline-block;
    margin: 0.1em;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal; }
  .taglib-header .header-back-to {
    display: inline-block;
    vertical-align: middle; }
    .taglib-header .header-back-to a {
      display: block;
      font-weight: bold;
      padding: 0 0.3em 0 0;
      text-decoration: none; }

.taglib-icon {
  text-decoration: none; }
  .taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
    text-decoration: underline; }
  .taglib-icon[lang] > img {
    vertical-align: baseline;
    width: 16px; }

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem; }
  .icon-monospaced.lexicon-icon {
    padding: 8px; }

.taglib-icon-list li {
  float: left;
  margin-right: 1em; }

.taglib-icon-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none; }

@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center; }
    .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
    .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
      display: none; } }

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative; }
  .lfr-menu-list.direction-right {
    margin: 0 2px; }
  .lfr-menu-list.dropdown-menu {
    float: none;
    position: relative; }
    @media (max-width: 991.98px) {
      .lfr-menu-list.dropdown-menu > li > a {
        font-size: 22px;
        line-height: 40px;
        white-space: normal; }
        .lfr-menu-list.dropdown-menu > li > a img {
          margin-bottom: 3px; } }
    .lfr-menu-list.dropdown-menu .search-panel {
      margin-bottom: 0; }
      .lfr-menu-list.dropdown-menu .search-panel .form-group {
        margin: 0 16px; }
      .lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
        width: auto; }
  body > .lfr-menu-list ul {
    border-radius: 4px; }

.lfr-icon-menu-open:after {
  clear: both;
  content: '';
  display: table; }

.lfr-icon-menu-open .dropdown-menu {
  position: static; }

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0; }

.input-localized .input-group-item {
  flex-direction: column; }

.input-localized .input-localized-content {
  margin-left: 6px; }
  .input-group .input-localized .input-localized-content {
    margin-top: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background-color: #ff0047; }

.input-localized .lfr-input-localized-default a {
  margin-right: 14px; }

.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2; }

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal; }

.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem; }

.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px; }
  .input-localized-palette-container .palette-item-inner img {
    display: block; }

.taglib-move-boxes {
  margin-bottom: 1em; }
  .taglib-move-boxes label {
    border-bottom: 1px solid transparent;
    display: block;
    margin-bottom: 5px;
    padding: 5px; }
  .taglib-move-boxes .toolbar {
    text-align: center; }
  .taglib-move-boxes .arrow-button img {
    border-width: 0;
    height: 16px;
    width: 16px; }
  .taglib-move-boxes .choice-selector {
    width: 100%; }
    .taglib-move-boxes .choice-selector label {
      background: #ebf1f9;
      border-bottom-color: #8db2f3; }
  .taglib-move-boxes .field-content {
    margin-bottom: 0; }
  .taglib-move-boxes .move-arrow-buttons {
    margin-top: 5em; }
    .taglib-move-boxes .move-arrow-buttons .arrow-button {
      display: block; }
  .taglib-move-boxes .sortable-container {
    margin-top: 10px; }
    .taglib-move-boxes .sortable-container .btn.edit-selection {
      margin-bottom: 10px; }
    .taglib-move-boxes .sortable-container .move-option {
      background-color: transparent;
      border-top: 1px solid #ddd;
      display: none;
      margin: 2px 0;
      padding: 2px;
      position: relative; }
      .taglib-move-boxes .sortable-container .move-option.selected {
        display: block; }
      .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
        background-color: #fafafa; }
      .taglib-move-boxes .sortable-container .move-option .checkbox,
      .taglib-move-boxes .sortable-container .move-option .handle {
        position: absolute; }
      .taglib-move-boxes .sortable-container .move-option .checkbox {
        display: none;
        margin: 7px 0 0 5px; }
      .taglib-move-boxes .sortable-container .move-option .handle {
        color: #999;
        cursor: pointer;
        font-size: 1.5em;
        padding: 6px; }
      .taglib-move-boxes .sortable-container .move-option .title {
        font-size: 1.2em;
        margin: 1px 0 1px 30px; }
    .taglib-move-boxes .sortable-container.edit-list-active .move-option {
      display: block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
        display: inline-block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
        display: none; }
  .mobile .taglib-move-boxes .selector-container {
    display: none; }

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px; }

.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem; }

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }
  .item-selector .input-file + label {
    position: relative; }
    .item-selector .input-file + label::before {
      border-radius: 4px;
      bottom: -2px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px;
      transition: box-shadow 0.15s ease-in-out; }
  .item-selector .input-file:focus + label::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff; }

.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer; }

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%; }
  .lfr-map .home-button {
    margin: 5px; }
    @media (max-width: 575.98px) {
      .lfr-map .home-button {
        height: 35px;
        width: 45px; } }
  .lfr-map .search-controls {
    font-size: 15px;
    margin-top: 5px;
    width: 100%; }
    @media (min-width: 576px) {
      .lfr-map .search-controls {
        width: 50%; } }
    .lfr-map .search-controls .search-input {
      width: 100%; }

.navbar .navbar-collapse {
  max-height: none; }
  .navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
    display: inline; }

@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%; } }

.navbar .navbar-search .form-search {
  margin: 8px 0; }
  @media (min-width: 768px) {
    .navbar .navbar-search .form-search {
      float: right;
      max-width: 275px; } }
  @media (max-width: 767.98px) {
    .navbar .navbar-search .form-search .input-group {
      width: 100%; } }

@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px; }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible; } }

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #d3dadd;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em; }

.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px; }

.lfr-search-container .entry-action {
  width: 1px; }
  .lfr-search-container .entry-action .taglib-icon {
    white-space: nowrap; }

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative; }
  @media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
      margin-left: 375px;
      width: auto; } }
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
      left: 12px;
      position: fixed;
      right: 12px;
      top: -1px;
      z-index: 1020; }
      .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
        display: block;
        padding: 0; }
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
          overflow-x: hidden; }
          @media (min-width: 576px) {
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
              margin-left: 375px; } }
          .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
            border-collapse: collapse;
            width: 100%; }
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
              border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          left: 0;
          position: absolute;
          right: 15px; } }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      height: auto; }

.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline; }
  .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
    color: #000; }

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #343a40; }

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
  .lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5,
  .lfr-search-container-wrapper .list-group .list-group-item h6,
  .lfr-search-container-wrapper .list-group .list-group-item .h5,
  .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

.user-info {
  display: flex; }
  .user-info .sticker {
    align-self: center; }
  .user-info .user-details {
    margin-left: 1rem; }
  .user-info .user-name {
    color: #343a40;
    font-weight: 600; }
  .user-info .date-info {
    color: #6c757d; }

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px; }
  .user-status-tooltip .user-status-avatar .user-status-avatar-image {
    width: 27px; }

.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden; }
  .user-status-tooltip .user-status-info .user-status-date {
    font-size: 11px; }

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto; }
  @media (max-width: 767.98px) {
    .lfr-search-container .selector-button {
      width: auto; } }
  .touch .lfr-search-container {
    -webkit-overflow-scrolling: touch; }
    .touch .lfr-search-container .searchcontainer-content .table {
      max-width: none; }

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto; }
  .taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    margin: 0; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .lfr-pagination-buttons {
        width: 100%; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .taglib-page-iterator .lfr-pagination-buttons {
      float: none;
      margin-top: 20px; } }
    @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-buttons > li {
          display: inline-block;
          width: 50%; }
          .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
            display: none; }
          .taglib-page-iterator .lfr-pagination-buttons > li > a {
            line-height: 20px;
            padding: 11px 19px; } }
  .taglib-page-iterator .lfr-pagination-config {
    float: left;
    line-height: 46px; }
    @media (max-width: 767.98px) {
      .taglib-page-iterator .lfr-pagination-config {
        float: none; }
        .taglib-page-iterator .lfr-pagination-config .current-page-menu {
          display: block; }
          .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
            display: block; } }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
      display: inline; }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
      float: none; }
      @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
          display: none; } }
  .taglib-page-iterator .search-results {
    float: left;
    line-height: 46px;
    margin-left: 10px; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .search-results {
        display: none; } }

.taglib-search-toggle .form-search {
  position: relative; }
  .taglib-search-toggle .form-search .input-group-btn {
    position: absolute; }
    @media (min-width: 992px) {
      .taglib-search-toggle .form-search .input-group-btn {
        position: static; } }

.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0; }
  .navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
    border-width: 1px 0 0; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1; }

.taglib-user-display {
  padding: 0.5em; }
  .taglib-user-display .avatar {
    background: no-repeat center;
    background-size: 60px;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px; }
    .taglib-user-display .avatar.author:after {
      background: rgba(50, 168, 230, 0.5);
      border-radius: 50%;
      content: '';
      display: block;
      height: 100%;
      width: 100%; }
  .taglib-user-display .user-details {
    margin-top: 1em; }
  .taglib-user-display .user-name {
    font-size: 1.1em;
    font-weight: bold; }
  .taglib-user-display a .user-name {
    text-decoration: underline; }
  .taglib-user-display.display-style-1 .user-profile-image {
    float: left;
    margin-right: 24px; }
  .taglib-user-display.display-style-1 .user-name {
    display: inline-block;
    margin-top: 10px; }
  .taglib-user-display.display-style-1 .user-details {
    margin-top: 0; }
  .taglib-user-display.display-style-2 .user-profile-image,
  .taglib-user-display.display-style-2 .user-name {
    clear: both;
    display: block;
    min-height: 20px;
    text-align: center; }
  .taglib-user-display.display-style-3 {
    padding: 0; }
    .taglib-user-display.display-style-3 .user-profile-image {
      display: inline-block;
      vertical-align: middle; }

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

.table-cell .taglib-workflow-status {
  margin: 0; }
  .table-cell .taglib-workflow-status .workflow-status {
    padding-left: 0; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.portal-popup .lfr-form-content {
  padding: 24px 12px; }

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%; }

.portal-popup .portlet-column {
  position: static; }

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .dialog-body .container-view .nav-tabs-underline,
  .portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-form-content .container-view .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .process-list .container-view .nav-tabs-underline,
  .portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px; }

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0; }

.portal-popup .login-container {
  padding: 1rem; }

.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .portal-popup .navbar ~ .portlet-configuration-setup,
    .portal-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 576px) {
    .portal-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 576px) {
    .portal-popup .lfr-dynamic-uploader,
    .portal-popup .process-list {
      top: 48px; } }

.portal-popup .portlet-export-import-publish-processes {
  top: 0; }

.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020; }
  @media (min-width: 768px) {
    .portal-popup .dialog-footer {
      position: fixed; } }
  .portal-popup .dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }
  .portal-popup .dialog-footer.dialog-footer-not-reverse {
    flex-direction: initial;
    justify-content: flex-end; }

@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px; } }

.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
    bottom: 0; }
    .portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
      display: none; }

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }

.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }
  @media print {
    .portal-popup:not(.article-preview) #main-content,
    .portal-popup:not(.article-preview) #wrapper {
      position: initial; } }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate; }

html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd; }

html:not(#__):not(#___) .active-area {
  background: #ffc; }

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1; }
  html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
    background-image: none; }

html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  html:not(#__):not(#___) .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0; }

html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #ffc; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }
  .c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
    transition: none; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-column-content.empty {
  padding: 50px; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative; }
  .lfr-source-editor .ace_editor {
    height: 100%; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #fff;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #fff;
    color: #2b4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #ededef;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #fff; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #ccc; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #ededef; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34adab; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1d5ec7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #ff6c58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #f00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555e;
      color: #fff; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009aed; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394e; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4d91ff; }

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
    height: 40px;
    margin-right: 4px;
    margin-top: 4px;
    min-height: 40px; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
    height: 95%;
    position: relative; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
      border: 1px solid #ccc;
      position: absolute; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
      display: inline-block;
      overflow-y: auto;
      padding-left: 20px; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
      display: inline-block; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
      height: 100%;
      width: 50%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
      height: 100%;
      left: 50%;
      top: 0; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
      height: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
      top: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
      display: none; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
      height: 100%;
      width: 100%; }

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left; }

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e; }

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc; }

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0; }

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff; }

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e; }

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f; }

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff; }

.file-icon-color-7 {
  background-color: #fff;
  color: #272833; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000; }
  .lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px; }
  .lfr-item-viewer .progress-container .progress {
    margin-top: 10px; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%; }
  .lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle; }

.lfr-item-viewer .yui3-widget-bd {
  position: relative; }

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal {
      cursor: default; }
      .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
        bottom: -0.0625rem;
        content: "";
        left: -0.0625rem;
        position: absolute;
        right: -0.0625rem;
        transition: height 0.15s ease-out; }
        @media (prefers-reduced-motion: reduce) {
          .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
            transition: none; } }
        .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
          transition: none; }
  .lfr-page-layouts .card-horizontal {
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .lfr-page-layouts .card-horizontal {
        transition: none; } }
    .lfr-page-layouts .card-horizontal {
      transition: none; }
    .lfr-page-layouts .card-horizontal::after {
      border-radius: 0 0 0.25rem 0.25rem;
      bottom: -0.0625rem;
      content: "";
      height: 0;
      left: -0.0625rem;
      position: absolute;
      right: -0.0625rem;
      transition: height 0.15s ease-out; }
      @media (prefers-reduced-motion: reduce) {
        .lfr-page-layouts .card-horizontal::after {
          transition: none; } }
      .lfr-page-layouts .card-horizontal::after {
        transition: none; }

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0; }

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative; }

.modal-dialog.dialog-iframe-modal {
  max-width: none; }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }
  .modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
    bottom: 0;
    right: 0; }

.modal-open .modal {
  display: block; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 0.5rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

.lfr-portal-tooltip {
  display: inline-flex; }
  .lfr-portal-tooltip,
  .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none; }

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e; }

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2; }

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523; }

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b; }

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488; }

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5; }

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a; }

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff; }

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a; }

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7; }

.collapse.open {
  display: block; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: '';
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%; }

.navbar .navbar-toggler .c-inner {
  max-width: none; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white; }

body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }

.portlet-options-dropdown {
  z-index: 1035; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }
  .portlet-draggable .portlet-topper {
    cursor: move; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }
  .panel-page-body .portlet-title-text,
  .panel-page-content .portlet-title-text {
    cursor: auto; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none; } }

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block; }

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none; }

.controls-hidden .portlet-title-editable {
  pointer-events: none; }

.controls-hidden .portlet-topper {
  display: none !important; }

.controls-hidden .portlet-topper-toolbar {
  display: none !important; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none; }
  @media (min-width: 768px) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      display: flex;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: opacity 0.25s, transform 0.25s;
      top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      transition: none; } }
  @media (min-width: 768px) {
      html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
        transition: none; } }

html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right; }

html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block; }

html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto; }
  html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600; }

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%); } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms; } }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex; } }

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block; }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
      opacity: 1;
      transform: translateY(-97%); } }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
      opacity: 0.5; } }

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }
    @media (min-width: 768px) {
        .portlet > .portlet-topper {
          transition: none; } }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-topper {
      display: box;
      display: flex; } }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a,
  .portlet-topper-toolbar > span > a,
  .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }
  .controls-visible .portlet-topper-toolbar {
    display: block; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.portlet-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px; }

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

.navbar form {
  margin: 0; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px; }

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px; }

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none; }

.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.select-files {
  border-radius: 5px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

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

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status,
    .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }
  .c-prefers-reduced-motion .lfr-progress-active .progress-bar-status, .c-prefers-reduced-motion
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none; }

@keyframes highlight-animation {
  from {
    background-color: #ffc; }
  to {
    background-color: transparent; } }

.highlight-animation {
  animation: highlight-animation 0.7s; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem; }

/* Colours */
/* == backgrounds == */
.hnb-body .nofill {
  background: none; }

.hnb-body .white {
  background: white; }

.hnb-body .ultralight-grey {
  background: #f8f8f9; }

.hnb-body .light-grey {
  background: #eeeef0; }

.hnb-body .grey {
  background: #ccccd0; }

.hnb-body .medium-grey {
  background: #acacb0; }

.hnb-body .dark-grey {
  background: #8a8c90; }

.hnb-body .ultradark-grey {
  background: #686a70; }

.hnb-body .bright-antracit {
  background: #484c50; }

.hnb-body .antracit {
  background: #303438; }

.hnb-body .light-aux-grey {
  background: #dcdce0; }

/* auxiliary for elements */
.hnb-body .medium-aux-grey {
  background: #bcbcc0; }

/* auxiliary for elements */
.hnb-body .dark-aux-grey {
  background: #989ca0; }

/* auxiliary for elements */
.hnb-body .ultradark-aux-grey {
  background: #787a80; }

/* auxiliary for elements */
.hnb-body .bright-red {
  background: #ff3830; }

.hnb-body .red {
  background: #f02020; }

.hnb-body .dark-red {
  background: #c81818; }

.hnb-body .ultradark-red {
  background: #b01010; }

/* == backgrounds notes warnings etc. == */
.hnb-body .light-blue {
  background: #00f0ff; }

.hnb-body .blue {
  background: #00c8e0; }

.hnb-body .dark-blue {
  background: #00b8d0; }

.hnb-body .yellow {
  background: #f0f068; }

/* == colours == */
.hnb-body .white-color {
  color: white; }

.hnb-body .ultralight-grey-color {
  color: #f8f8f9; }

.hnb-body .light-grey-color {
  color: #eeeef0; }

.hnb-body .grey-color {
  color: #ccccd0; }

.hnb-body .medium-grey-color {
  color: #acacb0; }

.hnb-body .dark-grey-color {
  color: #8a8c90; }

.hnb-body .ultradark-grey-color {
  color: #686a70; }

.hnb-body .bright-antracit-color {
  color: #484c50; }

.hnb-body .antracit-color {
  color: #303438; }

.hnb-body .light-aux-grey-color {
  color: #dcdce0; }

/* auxiliary for type */
.hnb-body .medium-aux-grey-color {
  color: #bcbcc0; }

/* auxiliary for type */
.hnb-body .dark-aux-grey-color {
  color: #989ca0; }

/* auxiliary for type */
.hnb-body .ultradark-aux-grey-color {
  color: #787a80; }

/* auxiliary for type */
.hnb-body .bright-red-color {
  color: #ff3830; }

.hnb-body .red-color {
  color: #f02020; }

.hnb-body .dark-red-color {
  color: #c81818; }

.hnb-body .ultradark-red-color {
  color: #b01010; }

.hnb-body .light-blue-color {
  color: #00f0ff; }

.hnb-body .blue-color {
  color: #00c8e0; }

.hnb-body .dark-blue-color {
  color: #0090c8; }

.hnb-body .yellow-color {
  color: #f0e840; }

/* ADDED */
/* == backgrounds == */
.hnb-body .nofill-bg {
  background: none; }

.hnb-body .white-bg {
  background: white; }

.hnb-body .grey01-bg {
  background: #f0f0fa; }

.hnb-body .grey02-bg {
  background: #dcdce6; }

.hnb-body .grey03-bg {
  background: #c8c8d2; }

.hnb-body .grey04-bg {
  background: #afafb9; }

.hnb-body .grey05-bg {
  background: #9696a0; }

.hnb-body .grey06-bg {
  background: #7d7d87; }

.hnb-body .grey07-bg {
  background: #64646e; }

.hnb-body .grey08-bg {
  background: #4b4b55; }

.hnb-body .grey09-bg {
  background: #32323c; }

.hnb-body .grey10-bg {
  background: #181822; }

.hnb-body .black-bg {
  background: #00000a; }

.hnb-body .red01-bg {
  background: #e11919; }

.hnb-body .red02-bg {
  background: #c81919; }

.hnb-body .red03-bg {
  background: #a01414; }

.hnb-body .red04-bg {
  background: #880f0f; }

.hnb-body .red05-bg {
  background: #700a0a; }

.hnb-body .blue01-bg {
  background: #6878c8; }

.hnb-body .blue02-bg {
  background: #5060b8; }

.hnb-body .blue03-bg {
  background: #4050a8; }

.hnb-body .blue04-bg {
  background: #304098; }

.hnb-body .blue05-bg {
  background: #283088; }

.hnb-body .skyblue01-bg {
  background: #68c0f0; }

.hnb-body .skyblue02-bg {
  background: #58b0e0; }

.hnb-body .skyblue03-bg {
  background: #4098c8; }

.hnb-body .skyblue04-bg {
  background: #3088bc; }

.hnb-body .skyblue05-bg {
  background: #2070a8; }

.hnb-body .beige01-bg {
  background: #f0e0d0; }

.hnb-body .beige02-bg {
  background: #d8c8b8; }

.hnb-body .beige03-bg {
  background: #c0b0a0; }

.hnb-body .beige04-bg {
  background: #a89888; }

.hnb-body .beige05-bg {
  background: #908070; }

.hnb-body .purple01-bg {
  background: #b8a0d8; }

.hnb-body .purple02-bg {
  background: #a080c8; }

.hnb-body .purple03-bg {
  background: #8058b0; }

.hnb-body .purple04-bg {
  background: #6840a0; }

.hnb-body .purple05-bg {
  background: #583090; }

.hnb-body .yellow01-bg {
  background: #fafa7d; }

.hnb-body .orange01-bg {
  background: #faa030; }

.hnb-body .orange02-bg {
  background: #f09018; }

.hnb-body .orange03-bg {
  background: #e88018; }

.hnb-body .orange04-bg {
  background: #d87018; }

.hnb-body .orange05-bg {
  background: #c86018; }

.hnb-body .green01-bg {
  background: #80d090; }

.hnb-body .green02-bg {
  background: #68c080; }

.hnb-body .green03-bg {
  background: #48a868; }

.hnb-body .green04-bg {
  background: #289858; }

.hnb-body .green05-bg {
  background: #188850; }

/* == colors == */
.hnb-body .nofill {
  color: none; }

.hnb-body .grey01 {
  color: #f0f0fa; }

.hnb-body .grey02 {
  color: #dcdce6; }

.hnb-body .grey03 {
  color: #c8c8d2; }

.hnb-body .grey04 {
  color: #afafb9; }

.hnb-body .grey05 {
  color: #9696a0; }

.hnb-body .grey06 {
  color: #7d7d87; }

.hnb-body .grey07 {
  color: #64646e; }

.hnb-body .grey08 {
  color: #4b4b55; }

.hnb-body .grey09 {
  color: #32323c; }

.hnb-body .grey10 {
  color: #181822; }

.hnb-body .black {
  color: #00000a; }

.hnb-body .red01 {
  color: #e11919; }

.hnb-body .red02 {
  color: #c81919; }

.hnb-body .red03 {
  color: #a01414; }

.hnb-body .red04 {
  color: #880f0f; }

.hnb-body .red05 {
  color: #700a0a; }

.hnb-body .blue01 {
  color: #6878c8; }

.hnb-body .blue02 {
  color: #5060b8; }

.hnb-body .blue03 {
  color: #4050a8; }

.hnb-body .blue04 {
  color: #304098; }

.hnb-body .blue05 {
  color: #283088; }

.hnb-body .skyblue01 {
  color: #68c0f0; }

.hnb-body .skyblue02 {
  color: #58b0e0; }

.hnb-body .skyblue03 {
  color: #4098c8; }

.hnb-body .skyblue04 {
  color: #3088bc; }

.hnb-body .skyblue05 {
  color: #2070a8; }

.hnb-body .beige01 {
  color: #f0e0d0; }

.hnb-body .beige02 {
  color: #d8c8b8; }

.hnb-body .beige03 {
  color: #c0b0a0; }

.hnb-body .beige04 {
  color: #a89888; }

.hnb-body .beige05 {
  color: #908070; }

.hnb-body .purple01 {
  color: #b8a0d8; }

.hnb-body .purple02 {
  color: #a080c8; }

.hnb-body .purple03 {
  color: #8058b0; }

.hnb-body .purple04 {
  color: #6840a0; }

.hnb-body .purple05 {
  color: #583090; }

.hnb-body .yellow01 {
  color: #c8c819; }

.hnb-body .orange01 {
  color: #faa030; }

.hnb-body .orange02 {
  color: #f09018; }

.hnb-body .orange03 {
  color: #e88018; }

.hnb-body .orange04 {
  color: #d87018; }

.hnb-body .orange05 {
  color: #c86018; }

.hnb-body .green01 {
  color: #80d090; }

.hnb-body .green02 {
  color: #68c080; }

.hnb-body .green03 {
  color: #48a868; }

.hnb-body .green04 {
  color: #289858; }

.hnb-body .green05 {
  color: #188850; }

/* General rules */
/* == resets == */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hnb-body .clearfix:after,
.hnb-body .clearfix:before {
  content: "";
  display: table;
  clear: both; }

/* == resets end == */
/* == base == */
html {
  height: 100%;
  width: 100%; }

body.hnb-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
  font-family: sans-serif;
  font-size: 1em;
  /* 1em = 16px */
  color: #484c50;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.hnb-body #wrapper {
  padding: 0; }

.hnb-body [class*='wrapper'] {
  min-width: 240px;
  margin: 0 auto;
  padding: 0; }

.hnb-body .wrapper:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body .wrapper {
  max-width: 1280px;
  /*can be adjusted*/
  width: 96%; }

.hnb-body .wrapper-narrow {
  max-width: 900px;
  /*can be adjusted*/
  width: 75%; }

.hnb-body .wrapper-half {
  max-width: 600px;
  /*can be adjusted*/
  width: 50%; }

.hnb-body .wrapper-full {
  width: 96%;
  min-width: 96%;
  max-width: 96%; }

/* == base end == */
/* == structure == */
.hnb-body header {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eeeef0;
  border-bottom: 8px solid #f8f8f8; }

.hnb-body header:after, .hnb-body header:before {
  content: "";
  display: table;
  clear: both; }

.hnb-body header nav {
  width: 100%;
  height: 96px;
  margin: 0;
  padding: 0;
  background: #dcdce0; }

.hnb-body header nav:after {
  content: "";
  display: table;
  clear: both; }

@media all and (max-width: 768px) {
  .hnb-body header nav {
    height: 64px;
    background: #8a8c90; } }

.hnb-body main {
  width: 100%;
  margin: 0;
  padding: 32px 0 0 0;
  background: #fcfcfc;
  display: block; }

.hnb-body main:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body section {
  margin-bottom: 40px;
  /*nochanged*/ }

.hnb-body section:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body article {
  margin-bottom: 40px; }

.hnb-body article:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body footer {
  width: 100%;
  min-height: 240px;
  margin: 0;
  padding: 0;
  background: #eeeef0; }

/* == structure end == */
/* == image == */
.hnb-body img {
  /*width:100%;  REMOVED*/
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  overflow: hidden;
  opacity: 0.8; }

.hnb-body a img {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

.hnb-body a:hover img, .hnb-body img:hover {
  border: none;
  outline: none; }

.hnb-body a:hover img, .hnb-body img:hover {
  opacity: 1.0;
  filter: grayscale(0);
  -webkit-filter: grayscale(0); }

.hnb-body img.headlineimg {
  opacity: 1.0;
  max-height: 458px;
  object-fit: cover; }

.hnb-body img.responsive-cuca {
  height: auto;
  width: 100%; }

/* slike viceguverneri */
.hnb-body img.vice {
  width: 138px;
  height: 168px; }

/* == image end == */
/* == image desaturate == */
.hnb-body img.desaturate {
  -webkit-filter: grayscale(0.6);
  -moz-filter: grayscale(0.6);
  -ms-filter: grayscale(0.6);
  -o-filter: grayscale(0.6);
  filter: grayscale(0.6); }

.hnb-body a:hover img.desaturate {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none; }

/* == image desaturate end == */
/* == usefull == */
.hnb-body .block {
  display: block; }

.hnb-body .overflowhidden {
  overflow: hidden; }

.hnb-body .separator {
  border-top: 1px solid #d4d4d8;
  width: 100%;
  margin: 16px 0 16px 0;
  padding: 0;
  clear: both; }

.hnb-body .pos-rel {
  position: relative; }

.hnb-body .cover {
  height: 16px;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 100; }

/*cover can be deleted*/
.hnb-body .left {
  float: left;
  position: relative; }

.hnb-body .right {
  float: right;
  position: relative; }

.hnb-body .center {
  margin-left: auto;
  margin-right: auto; }

.hnb-body .text-center {
  text-align: center; }

.hnb-body .text-left {
  text-align: left; }

.hnb-body .text-right {
  text-align: right; }

/* responzivni iframe */
.hnb_body .container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }

/* Then style the iframe to fit in the container div with full height and width */
.hnb-body .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/* == usefull end == */
/* Forms */
/* == general == */
.hnb-body .hnb-form input,
.hnb-body .form input,
.hnb-body .hnb-form textarea,
.hnb-body .hnb-form select,
.hnb-body .form select {
  font-family: sans-serif;
  color: #747478;
  font-weight: normal;
  background-color: #eeeef0;
  border: none;
  padding: 0 1% 0 1%;
  margin: 0 0 16px 0;
  border-radius: 0; }

.hnb-body .hnb-form label, .hnb-body .form label,
.hnb-body .hnb-form legend {
  font-family: sans-serif;
  color: #747478;
  font-weight: normal;
  background: none;
  border: none;
  display: inline-block; }

.hnb-body .hnb-form input:focus,
.hnb-body .form input:focus,
.hnb-body .hnb-form textarea:focus,
.hnb-body .hnb-form select:focus,
.hnb-body .form select:focus,
.hnb-body .hnb-form button:focus,
.hnb-body .form button:focus {
  outline-color: #acacb0; }

.hnb-body .hnb-form input[type="checkbox"],
.hnb-body .hnb-form input[type="radio"] {
  background: none;
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  margin: 0 8px 8px 0; }

/* == custom == */
.hnb-body .hnb-form fieldset {
  border: 1px solid #ccccd0;
  margin: 8px auto;
  padding: 16px; }

.hnb-body .form fieldset {
  border: 1px solid #ccccd0;
  margin: 8px auto;
  padding: 16px; }

.hnb-body .hnb-form input, .hnb-body .form input {
  width: 100%;
  min-height: 40px; }

.hnb-body .hnb-form textarea {
  font-family: sans-serif;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 100%;
  min-height: 80px;
  resize: vertical; }

.hnb-body .hnb-form select, .hnb-body .form select {
  padding-right: 0;
  width: auto;
  min-width: 240px;
  min-height: 40px;
  width: 100%; }

.hnb-body .hnb-form label {
  font-size: 0.875em; }

.hnb-body .hnb-form legend {
  font-size: 0.8125em;
  text-transform: uppercase; }

.hnb-body .hnb-form input[type="checkbox"] {
  appearance: checkbox; }

.hnb-body .hnb-form input[type="radio"] {
  appearance: radio-button; }

.hnb-body .hnb-form button, .hnb-body .form button {
  cursor: pointer;
  min-height: 32px;
  margin: 0 8px 8px 0;
  padding: 0 1% 0 1%;
  font-family: sans-serif;
  color: #747478;
  font-weight: normal;
  background: #eeeef0;
  border: 1px solid #ccccd0; }

.hnb-body .hnb-form button:hover {
  background: #dcdce0; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: none; }

/* CSS Document */
.hnb-body .module {
  padding: 8px;
  margin: 4px;
  display: block; }

.hnb-body .module > a.block {
  padding: 16px;
  margin: -16px; }

.hnb-body .module > a.block-p4 {
  padding: 4px;
  margin: -4px; }

.hnb-body .module > a.block-p8 {
  padding: 8px;
  margin: -8px; }

.hnb-body .module > a.block-p4,
.hnb-body .module > a.block-p8 {
  color: #686a70;
  display: block; }

.hnb-body .module > a.block-p4:hover,
.hnb-body .module > a.block-p8:hover {
  background: rgba(176, 16, 16, 0.8);
  color: #eeeef0; }

.hnb-body .module > a.block-p4:hover *,
.hnb-body .module > a.block-p8:hover * {
  color: #eeeef0; }

.hnb-body .module-lineview {
  padding: 12px 16px;
  margin: 4px;
  display: block; }

.hnb-body .module-lineview > a.block {
  padding: 12px 16px;
  margin: -12px -16px; }

.hnb-body .row {
  width: 100%;
  padding: 0;
  margin: 0; }

.hnb-body .row:after {
  content: "";
  display: table;
  clear: both; }

/* == cols mobile responsive ==*/
[class*='col-'] {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%; }

@media all and (min-width: 769px) {
  .hnb-body .col-1-1 {
    width: 100%; }
  .hnb-body .col-1-2 {
    width: 50%; }
  .hnb-body .col-1-4 {
    width: 25%; }
  .hnb-body .col-3-4 {
    width: 75%; }
  .hnb-body .col-1-3 {
    width: 33.33%; }
  .hnb-body .col-2-3 {
    width: 66.66%; }
  /* == fifths are auxiliary == */
  .hnb-body .col-1-5 {
    width: 20%; }
  .hnb-body .col-2-5 {
    width: 40%; }
  .hnb-body .col-3-5 {
    width: 60%; }
  .hnb-body .col-4-5 {
    width: 80%; } }

/* == 'half' is optional, same as nr-1-2, but diffrent qurey for even smaller screens == */
@media all and (min-width: 384px) {
  .hnb-body .col-half {
    width: 50%; } }

[class*='offset-'] {
  margin-left: 0; }

@media all and (min-width: 769px) {
  .hnb-body .offset-1-4 {
    margin-left: 25%; }
  .hnb-body .offset-1-2 {
    margin-left: 50%; }
  .hnb-body .offset-3-4 {
    margin-left: 75%; }
  .hnb-body .offset-1-3 {
    margin-left: 33.33%; }
  .hnb-body .offset-2-3 {
    margin-left: 66.66%; }
  /* == fifths are auxiliary == */
  .hnb-body .offset-1-5 {
    margin-left: 20%; }
  .hnb-body .offset-2-5 {
    margin-left: 40%; }
  .hnb-body .offset-3-5 {
    margin-left: 60%; }
  .hnb-body .offset-4-5 {
    margin-left: 80%; } }

/* == cols not responsive ==*/
[class*='nr-'] {
  float: left;
  padding: 0;
  margin: 0; }

.hnb-body .nr-1-1 {
  width: 100%; }

.hnb-body .nr-1-2 {
  width: 50%; }

.hnb-body .nr-1-4 {
  width: 25%; }

.hnb-body .nr-3-4 {
  width: 75%; }

.hnb-body .nr-1-3 {
  width: 33.33%; }

.hnb-body .nr-2-3 {
  width: 66.66%; }

/* == fifths are auxiliary == */
.hnb-body .nr-1-5 {
  width: 20%; }

.hnb-body .nr-2-5 {
  width: 40%; }

.hnb-body .nr-3-5 {
  width: 60%; }

.hnb-body .nr-4-5 {
  width: 80%; }

/* === cols tablet responsive === */
[class*='colt-'] {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left; }

@media all and (min-width: 992px) {
  .hnb-body .colt-1-1 {
    width: 100%; }
  .hnb-body .colt-3-4 {
    width: 75%; }
  .hnb-body .colt-1-2 {
    width: 50%; }
  .hnb-body .colt-1-4 {
    width: 25%; }
  .hnb-body .colt-1-3 {
    width: 33.33%; }
  .hnb-body .colt-2-3 {
    width: 66.66%; }
  /* == fifths are auxiliary == */
  .hnb-body .colt-1-5 {
    width: 20%; }
  .hnb-body .colt-2-5 {
    width: 40%; }
  .hnb-body .colt-3-5 {
    width: 60%; }
  .hnb-body .colt-4-5 {
    width: 80%; } }

/* === cols tablet responsive reverse === */
[class*='revt-'] {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left; }

@media all and (min-width: 769px) and (max-width: 992px) {
  .hnb-body .revt-1-1 {
    width: 100%; }
  .hnb-body .revt-3-4 {
    width: 75%; }
  .hnb-body .revt-1-2 {
    width: 50%; }
  .hnb-body .revt-1-4 {
    width: 25%; }
  .hnb-body .revt-1-3 {
    width: 33.33%; }
  .hnb-body .revt-2-3 {
    width: 66.66%; }
  /* == fifths are auxiliary == */
  .hnb-body .revt-1-5 {
    width: 20%; }
  .hnb-body .revt-2-5 {
    width: 40%; }
  .hnb-body .revt-3-5 {
    width: 60%; }
  .hnb-body .revt-4-5 {
    width: 80%; } }

/* === visibility switch === */
.hnb-body .mobileonly {
  display: block; }

.hnb-body .tabletonly {
  display: none; }

.hnb-body .desktoponly {
  display: none; }

@media all and (min-width: 993px) {
  .hnb-body .mobileonly {
    display: none; }
  .hnb-body .tabletonly {
    display: none; }
  .hnb-body .desktoponly {
    display: block; } }

@media all and (min-width: 769px) and (max-width: 992px) {
  .hnb-body .mobileonly {
    display: none; }
  .hnb-body .tabletonly {
    display: block; } }

/* devices not yet included in queries! */
/*TODO 6.2*/
@media (max-width: 767px) {
  .hnb-body .col-md-3 {
    width: 100%; }
  .hnb-body .col-md-9 {
    width: 100%; }
  .hnb-body .col-md-12 {
    width: 100%; } }

@media (min-width: 768px) {
  .hnb-body .col-md-6 {
    width: 50%; } }

/* Menus */
/* == Elements == */
.hnb-body .switchbox-header {
  display: flex;
  align-items: stretch;
  min-height: 32px; }

.hnb-body .switchbox-header:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body .switchbox-title {
  flex: 4;
  /*float:left;
	display:block;
	width:50%;
	min-width:64px;
	height:100%;*/
  min-height: 32px;
  margin: 0;
  padding: 0;
  text-align: center; }

.hnb-body .switchbox-title:hover {
  background: #686a70; }

.hnb-body .switchbox-title > h3 .hnb-body .switchbox-title > h4 .hnb-body .switchbox-title > h5 .hnb-body .switchbox-title > p {
  margin: 0;
  padding: 0; }

/*.switchbox-title > h3 {font-size:1.125em;}
.hnb-body .switchbox-title > h4 {font-size:0.9375em;}
.hnb-body .switchbox-title > h5 {}
.hnb-body .switchbox-title > p {font-size:0.9375em;}*/
.hnb-body .switchbox-header > [class*='arrow-'] {
  /*display:block;
	float:left;
	width:25%;
	min-width:32px;
	height:100%;*/
  flex: 1;
  align-content: stretch;
  min-height: 32px;
  margin: 0;
  padding: 0; }

.hnb-body .switchbox-header > .arrow-left-bright {
  background: url(../images/icons/arrow-left-12-bright.png) center center no-repeat; }

.hnb-body .switchbox-header > .arrow-left-bright:hover {
  background: url(../images/icons/arrow-left-12-bright.png) center center no-repeat #686a70; }

.hnb-body .switchbox-header > .arrow-right-bright {
  background: url(../images/icons/arrow-right-12-bright.png) center center no-repeat; }

.hnb-body .switchbox-header > .arrow-right-bright:hover {
  background: url(../images/icons/arrow-right-12-bright.png) center center no-repeat #686a70; }

.hnb-body .switchbox-header > .arrow-up-bright {
  background: url(../images/icons/arrow-up-12-bright.png) center center no-repeat; }

.hnb-body .switchbox-header > .arrow-up-bright:hover {
  background: url(../images/icons/arrow-up-12-bright.png) center center no-repeat #686a70; }

.hnb-body .switchbox-header > .arrow-down-bright {
  background: url(../images/icons/arrow-down-12-bright.png) center center no-repeat; }

.hnb-body .switchbox-header > .arrow-down-bright:hover {
  background: url(../images/icons/arrow-down-12-bright.png) center center no-repeat #686a70; }

[class*='roll-'] {
  display: block;
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: rgba(104, 106, 112, 0);
  /* must be defined */ }

[class*='roll-up'],
[class*='roll-down'] {
  width: 50%;
  height: 32px; }

[class*='roll-up'] {
  top: 0;
  left: 25%; }

[class*='roll-down'] {
  bottom: 0;
  left: 25%; }

[class*='roll-left'],
[class*='roll-right'] {
  width: 40px;
  height: 50%; }

[class*='roll-left'] {
  top: 25%;
  left: 0; }

[class*='roll-right'] {
  top: 25%;
  right: 0; }

.hnb-body .roll-up-bright,
.hnb-body .roll-down-bright,
.hnb-body .roll-left-bright,
.hnb-body .roll-right-bright {
  background: rgba(104, 106, 112, 0); }

.hnb-body .roll-up-bright:hover {
  display: block;
  background: url(../images/icons/arrow-up-12-bright.png) center center no-repeat rgba(104, 106, 112, 0.8); }

.hnb-body .roll-down-bright:hover {
  display: block;
  background: url(../images/icons/arrow-down-12-bright.png) center center no-repeat rgba(104, 106, 112, 0.8); }

.hnb-body .roll-left-bright:hover {
  display: block;
  background: url(../images/icons/arrow-left-12-bright.png) center center no-repeat rgba(104, 106, 112, 0.8); }

.hnb-body .roll-right-bright:hover {
  display: block;
  background: url(../images/icons/arrow-right-12-bright.png) center center no-repeat rgba(104, 106, 112, 0.8); }

.hnb-body .module .dummy-16 {
  background: url(../images/icons/dummy-16.png) center center no-repeat; }

/* Navigation */
/* == Resets == */
.hnb-body .navmain,
.hnb-body .navmain ul,
.hnb-body .navmain li,
.hnb-body .navmain a,
.hnb-body .navmain h3,
.hnb-body .navmain p,
.hnb-body .navmain div,
.hnb-body .navmain form,
.hnb-body .navmain input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

.hnb-body .navmain a {
  text-decoration: none; }

.hnb-body .navmain li {
  list-style: none; }

/* == basic == */
.hnb-body .navmain > ul {
  display: inline-block;
  position: relative;
  cursor: default;
  z-index: 10;
  /*changed*/ }

.hnb-body .navmain > ul > li {
  display: block;
  float: left;
  width: 12.5%;
  /* CHANGED */
  overflow: hidden; }

/* == custom == */
.hnb-body .navmain > ul > li > a {
  position: relative;
  display: block;
  z-index: 11;
  /*changed*/
  height: 96px;
  padding: 0 8px;
  font-size: 0.9375em;
  /*15px*/
  line-height: 1.25em;
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  /*background: rgba(212, 212, 216, 1.0);*/
  border-left: 1px solid #eeeef0;
  border-right: 1px solid #eeeef0;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  -ms-transition: all .15s ease;
  transition: all .15s ease; }

.hnb-body .navmain > ul > li:first-child > a {
  border-left: 2px solid #eeeef0; }

.hnb-body .navmain > ul > li.navmain-options {
  border-right: 1px solid #eeeef0;
  overflow: visible; }

.hnb-body .navmain > ul > li:hover > a,
.hnb-body .navmain > ul > li:hover > a.toplevel.selected,
.hnb-body .navmain > ul > li > a:hover,
.hnb-body .navmain > ul > li > a.toplevel.selected:hover {
  background: #686a70;
  color: #eeeef0; }

@media all and (min-width: 769px) and (max-width: 992px) {
  .hnb-body .navmain > ul > li > a {
    font-size: 0.8125em;
    /*13px*/ } }

/*.navmain > ul > li > a.toplevel {padding-top:32px;}*/
/*CHANGED*/
.hnb-body .navmain > ul > li > a.toplevelbright {
  color: #f8f8f9; }

@media all and (min-width: 769px) and (max-width: 992px) {
  .hnb-body .navmain > ul > li > a.toplevel,
  .hnb-body .navmain > ul > li > a.toplevelbright {
    padding-left: 2px;
    padding-right: 2px; } }

/* == logo == 
.hnb-body .navmain > ul > li.logo a {background: url(../images/hnb-logo.png) center center no-repeat;}
.hnb-body .navmain > ul > li.logo a:hover {background: url(../images/hnb-logo-hover.png) center center no-repeat rgba(104, 106, 112, 1.0);}
*/
/* == logo pn == 
.hnb-body .navmain > ul > li.logo-pn a {background: url(../images/hnb-logo.png) center center no-repeat;}
.hnb-body .navmain > ul > li.logo-pn a:hover {background: url(../images/hnb-logo-hover.png) center center no-repeat rgba(104, 106, 112, 1.0);}
*/
/* == options == */
.hnb-body .navmain > ul > li.navmain-options {
  border-right: 1px solid #eeeef0; }

/* language and accessibility box */
.hnb-body li.navmain-options > .languagebox,
.hnb-body li.navmain-options > .accessibilitybox a,
.hnb-body li.navmain-options > .userbox,
.hnb-body li.navmain-options > .searchbox {
  display: block;
  float: left;
  width: 50%;
  height: 48px;
  line-height: 47px;
  text-align: center;
  border-left: 1px solid #eeeef0;
  border-right: 1px solid #eeeef0;
  -webkit-transition: all .15s ease .15s;
  -moz-transition: all .15s ease .15s;
  -o-transition: all .15s ease .15s;
  -ms-transition: all .15s ease .15s;
  transition: all .15s ease .15s;
  background: #bcbcc0;
  color: #686a70;
  cursor: pointer; }

.hnb-body li.navmain-options > .userbox.signedin {
  color: #FFF;
  background: rgba(200, 24, 24, 0.5); }

.hnb-body li.navmain-options > .userbox,
.hnb-body li.navmain-options > .searchbox {
  border-top: 1px solid #eeeef0; }

.hnb-body li.navmain-options > .languagebox,
.hnb-body li.navmain-options > .accessibilitybox a {
  border-bottom: 1px solid #eeeef0; }

.hnb-body li.navmain-options > .userbox:hover,
.hnb-body li.navmain-options > .searchbox:hover,
.hnb-body li.navmain-options > .languagebox a:hover,
.hnb-body li.navmain-options > .accessibilitybox a:hover {
  background: #686a70;
  color: #eeeef0; }

.hnb-body li.navmain-options > .languagebox a {
  width: 100%;
  display: block;
  font-size: 0.875em;
  text-transform: uppercase; }

.hnb-body li.navmain-options > .accessibilitybox a {
  font-size: 1em; }

@media all and (min-width: 769px) and (max-width: 992px) {
  .hnb-body li.navmain-options > .languagebox > a {
    font-size: 0.8125em;
    /*13px*/ } }

.hnb-body .userbox > .optionbox,
.hnb-body .searchbox > .optionbox {
  position: relative;
  float: right;
  top: 0;
  width: 256px;
  z-index: 920;
  background: #686a70;
  text-align: left;
  -webkit-transition: all .15s ease .15s;
  -moz-transition: all .15s ease .15s;
  -o-transition: all .15s ease .15s;
  -ms-transition: all .15s ease .15s;
  transition: all .15s ease .15s;
  display: none;
  padding: 16px;
  cursor: default;
  opacity: 1.0;
  visibility: visible;
  overflow: visible; }

.hnb-body .optionbox > form.login,
.hnb-body .optionbox > form.search {
  margin-bottom: 8px; }

.hnb-body .optionbox > form.login:after,
.hnb-body .optionbox > form.search:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body .optionbox > form.login > input[type="text"],
.hnb-body .searchbox > .optionbox > form > input[type="text"] {
  /*CHANGED*/
  width: 100%;
  min-height: 32px;
  display: block;
  clear: both;
  background: #eeeef0;
  margin: 0 0 8px 0;
  padding: 0 4px 0 4px; }

.hnb-body .optionbox > form.search > input[type="submit"],
.hnb-body .optionbox > div.user > button {
  width: 80px;
  height: 32px;
  /*7.0*/
  float: right;
  display: block;
  clear: both;
  background: #ccccd0;
  margin: 0 0 8px 0;
  cursor: pointer; }

.hnb-body .optionbox > div.user span.user {
  font-size: 16px; }

.hnb-body li.navmain-options > .userbox input[type="password"] {
  min-height: 32px;
  width: 192px;
  clear: none;
  margin: 0;
  margin-right: 0px;
  float: left;
  box-shadow: none;
  padding: 0 4px 0 4px; }

.hnb-body li.navmain-options > .userbox button[type="submit"] {
  width: 32px;
  clear: none;
  display: block;
  float: right;
  min-height: 32px;
  background: #686a70;
  border: 1px solid #eeeef0;
  margin: 0;
  color: #eeeef0;
  font-size: 14px;
  line-height: 20px; }

.hnb-body li.navmain-options > .searchbox input[type="text"] {
  min-height: 32px;
  width: 190px;
  clear: none;
  margin: 0;
  margin-right: 0px;
  float: left;
  box-shadow: none;
  padding: 0 4px 0 4px; }

.hnb-body li.navmain-options > .searchbox button[type="submit"] {
  width: 32px;
  clear: none;
  display: block;
  float: right;
  min-height: 32px;
  background: #eeeef0;
  border: 1px solid #eeeef0;
  margin: 0;
  color: #686a70;
  font-size: 14px;
  line-height: 20px; }

.hnb-body li.navmain-options > .searchbox div#searchwrapper {
  background: #eeeef0;
  height: 32px; }

.hnb-body li.navmain-options > .searchbox span {
  height: 24px;
  width: 1px;
  display: inline-block;
  margin: 4px 0;
  background-color: #BEBEBE; }

.hnb-body li.navmain-options > #userbox.hovered,
.hnb-body li.navmain-options > #searchbox.hovered {
  background: #686a70;
  color: #eeeef0; }

.hnb-body li.navmain-options > .userbox ul {
  clear: both;
  margin-top: 10px; }

.hnb-body li.navmain-options > .userbox ul li {
  padding: 0;
  height: 32px;
  line-height: 32px; }

.hnb-body li.navmain-options > .userbox ul li i {
  width: 32px;
  margin-left: 3px;
  line-height: inherit; }

.hnb-body li.navmain-options > .userbox ul li a {
  display: inline-block;
  margin: 0;
  width: 100%; }

.hnb-body li.navmain-options > .userbox ul li a:hover i {
  color: #acacb0; }

.hnb-body li.navmain-options > .userbox ul li div {
  border-top: 1px solid #eeeef0;
  width: 187px;
  display: inline-block; }

.hnb-body li.navmain-options > .userbox ul li:last-child div {
  border-bottom: 1px solid #eeeef0; }

.hnb-body li.navmain-options > .userbox ul li i.fa-angle-right,
.hnb-body .leveldown h3 a i.arrow {
  float: right;
  width: 10px; }

.hnb-body .optionbox > div.user {
  color: #FFF; }

.hnb-body .optionbox > form.login > input[type="submit"]:hover,
.hnb-body .optionbox > form.search > input[type="submit"]:hover {
  background: #bcbcc0; }

/* == megamenu == */
.hnb-body .navmain > ul > li > .leveldown {
  display: block;
  position: absolute;
  /*CHANGED from fixed*/
  left: 0;
  top: 96px;
  width: 100%;
  z-index: 925;
  opacity: 0.0;
  visibility: hidden;
  overflow: hidden;
  background: #686a70;
  -webkit-transition: all .15s ease-in .25s;
  -moz-transition: all .15s ease-in .25s;
  -o-transition: all .15s ease .25s;
  -ms-transition: all .15s ease .25s;
  transition: all .15s ease .25s; }

.hnb-body .navmain > ul > li:hover > .leveldown {
  min-height: 240px;
  opacity: 1.0;
  visibility: visible;
  overflow: visible; }

.hnb-body .leveldown > .wrapper {
  position: relative;
  margin: 0 auto;
  padding: 24px 0;
  display: table; }

.hnb-body .leveldown > .wrapper:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body .wrapper > [class*='leveldown-column-'] {
  position: relative;
  padding: 8px 16px;
  margin-top: 24px;
  border-right: 1px solid #8a8c90;
  display: table-cell; }

.hnb-body .wrapper > [class*='leveldown-column-']:last-child {
  border-right: none; }

.hnb-body .leveldown-column-20 {
  width: 20%; }

.hnb-body .leveldown-column-25 {
  width: 25%; }

.hnb-body .leveldown-column-33 {
  width: 33.33%; }

.hnb-body .leveldown-column-50 {
  width: 50%; }

.hnb-body .leveldown-column-66 {
  width: 66.66%; }

.hnb-body .leveldown-column-75 {
  width: 75%; }

.hnb-body .leveldown-column-80 {
  width: 80%; }

.hnb-body .leveldown-column-100 {
  width: 100%; }

/* == typography == */
.hnb-body .optionbox h3,
.hnb-body .optionbox p,
.hnb-body .optionbox li,
.hnb-body .leveldown h3,
.hnb-body .leveldown p,
.hnb-body .leveldown li {
  font-size: 0.875em;
  /*14px*/
  color: #f8f8f9; }

.hnb-body .optionbox h3,
.hnb-body .leveldown h3 {
  border-bottom: 1px solid #f8f8f9;
  padding: 0 0 4px 0;
  margin: 0 0 8px 0;
  font-weight: normal;
  text-transform: uppercase; }

.hnb-body .leveldown h3 {
  margin-top: 16px;
  border-bottom: 1px solid #ccccd0; }

.hnb-body .leveldown h3 a {
  display: block; }

.hnb-body .optionbox p,
.hnb-body .leveldown p {
  margin: 0 0 4px 0; }

.hnb-body .optionbox li,
.hnb-body .leveldown li {
  padding: 0 0 4px 0; }

.hnb-body .optionbox li:last-child,
.hnb-body .leveldown li:last-child {
  padding-bottom: 0; }

.hnb-body .optionbox a,
.hnb-body .leveldown a {
  color: #f8f8f9; }

.hnb-body .optionbox a:hover,
.hnb-body .leveldown a:hover,
.hnb-body .leveldown a:hover i {
  color: #acacb0; }

.hnb-body .leveldown li a.block,
.hnb-body .optionbox li a.block {
  display: block; }

.hnb-body .leveldown li a.block:hover,
.hnb-body .optionbox li a.block:hover {
  background: #686a70;
  color: #acacb0; }

.hnb-body .wrapper {
  width: 100%; }

.hnb-body header nav.desktoponly > .wrapper,
.hnb-body #wrapper {
  /*
	max-width: 1392px;
	padding-left: 112px;
	padding-right: 112px;
	*/
  width: 100%; }

.hnb-body header nav.desktoponly {
  margin-top: 46px;
  height: 68px;
  background: #506070; }

.hnb-body header nav.desktoponly > .wrapper {
  position: relative; }

.hnb-body header {
  background: #fff; }

.hnb-body main.homepage {
  padding-top: 32px !important; }

/* fixing left margin on mobile view */
@media only screen and (max-width: 768px) {
  .hnb-body main.homepage {
    padding-left: 10px; }
  .hnb-body footer {
    padding-left: 10px; }
  .hnb-body #main-content {
    padding-left: 10px; } }

@media only screen and (min-width: 769px) {
  .hnb-body.has-control-menu header nav.desktoponly {
    /*margin-top: 84px;*/ }
  .hnb-body header nav.desktoponly > .wrapper,
  .hnb-body #wrapper {
    width: 100%; } }

.hnb-body .navmain > ul {
  display: flex; }

.hnb-body .navmain > ul > li {
  background: #506070;
  height: 68px;
  flex: 1; }

.hnb-body .navmain .logo-pn {
  width: 100%;
  height: 136px;
  background: #fff;
  margin-top: -36px;
  display: flex;
  padding: 0 12px 0 12px; }

html:lang(en) .hnb-body .navmain > ul > li.logo-pn a {
  border-left: none;
  border-right: none;
  width: 100%;
  height: 136px;
  background: #fff url(../images/hnb-logo-en.png) center center no-repeat;
  padding: 0 12px 0 12px; }

html:lang(hr) .hnb-body .navmain > ul > li.logo-pn a {
  border-left: none;
  border-right: none;
  width: 100%;
  height: 136px;
  background: #fff url(../images/hnb-logo.png) center center no-repeat;
  padding: 0 12px 0 12px; }

.hnb-body li.navmain-options > .languagebox,
.hnb-body li.navmain-options > .searchbox {
  height: 34px;
  line-height: 34px;
  width: 100%;
  background: #506070;
  color: #fff;
  border-left: none;
  border-right: none; }

.hnb-body li.navmain-options > .languagebox a:hover,
.hnb-body li.navmain-options > .searchbox:hover,
.hnb-body li.navmain-options > .searchbox.hovered,
.hnb-body .searchbox > .optionbox {
  background: #384854 !important; }

.hnb-body li.navmain-options > .languagebox a {
  font-size: 0.9375em;
  color: #fff; }

.hnb-body li.navmain-options > .languagebox {
  border-bottom: 1px solid #74808C; }

.hnb-body li.navmain-options > .searchbox {
  border-top: 1px solid #74808C; }

.hnb-body .navmain > ul > li.navmain-options {
  border-left: 1px solid #74808C;
  border-right: 2px solid #74808C;
  flex: 0.5; }

.hnb-body .navmain > ul > li > a {
  color: #fff;
  border-left: 1px solid #74808C;
  border-right: 1px solid #74808C;
  height: 68px; }

.hnb-body .navmain > ul > li:hover > a,
.hnb-body .navmain > ul > li > a:hover,
.hnb-body .navmain > ul > li > a.toplevel.selected:hover,
.hnb-body .navmain > ul > li:hover > a, .hnb-body .navmain > ul > li:hover > a.toplevel.selected {
  background: #384854;
  color: #fff; }

.hnb-body .navmain li > a.toplevel.selected {
  background: #506070;
  color: #fff !important; }

.hnb-body .searchbox > .optionbox {
  position: absolute;
  top: auto;
  right: 0; }

.hnb-body .navmain > ul > li > .leveldown {
  top: auto;
  background: #384854;
  left: 144px;
  width: calc(100% - 144px); }

.hnb-body .leveldown h3 > a {
  display: flex;
  align-items: center; }

.hnb-body .leveldown h3 > a > i {
  margin-left: auto; }

/* mobile */
@media only screen and (max-width: 1100px) {
  .hnb-body #wrapper {
    width: 96%;
    padding: 0; }
  .hnb-body header nav.mobileonly {
    display: block; }
  .hnb-body header nav.desktoponly {
    display: none; } }

.hnb-body header nav.mobileonly {
  background: #506070;
  height: 76px; }

.hnb-body nav.mobileonly .navigation ul.level-1 > li.open > a.selected,
.hnb-body nav.mobileonly .navigation > .leveldown,
.hnb-body nav.mobileonly .searchbox > .leveldown {
  background: #384854; }

.hnb-body nav.mobileonly .navigation ul.level-2 > li > a,
.hnb-body nav.mobileonly .navigation ul.level-3 > li > a {
  background: #2C3844; }

.hnb-body nav.mobileonly .navigation .languagebox,
.hnb-body nav.mobileonly .navigation ul,
.hnb-body nav.mobileonly .navigation ul.level-1 li {
  border-color: #73808D; }

.hnb-body nav.mobileonly .navigation ul > li > a.selected {
  background: #b01010; }

/* Navigation Mobile */
/* == Resets == */
.hnb-body {
  /* == basic == */
  /*.navmainmobile > .navigation:hover {background: rgba(104, 106, 112, 1.0);}*/
  /*.navmainmobile > .navigation > a:hover {background: url(../images/icons/nav-mobile-24.png) center center no-repeat rgba(104, 106, 112, 1.0);}*/
  /*.navmainmobile > .logo > a:hover {background: url(../images/hnb-logo-mobile-pn.png) center center no-repeat rgba(104, 106, 112, 1.0);}*/
  /*
    .navmainmobile > .searchbox:hover,
    .navmainmobile > .searchbox > a:hover {background: url(../images/icons/search-24-bright.png) center center no-repeat rgba(104, 106, 112, 1.0);}
    */
  /*
    .leveldown > ul > li > .accessibilitybox a:hover,
    .leveldown > ul > li > .userbox a:hover, 
    .leveldown > ul > li > .languagebox:hover {background: rgba(72, 76, 80, 1.0); color: rgba(238, 238, 240, 1.0);}
    */
  /* CUSTOM */
  /*.navmainmobile ul.level-1 > li > a:hover {background: rgba(176, 16, 16, 1.0); color: rgba(238, 238, 240, 1.0); }*/
  /*.navmainmobile ul.level-2 > li > .nav-menu-arrow:hover {background: rgba(176, 16, 16, 1.0); color: rgba(238, 238, 240, 1.0); }*/ }
  .hnb-body .navmainmobile,
  .hnb-body .navmainmobile ul,
  .hnb-body .navmainmobile li,
  .hnb-body .navmainmobile a,
  .hnb-body .navmainmobile h3,
  .hnb-body .navmainmobile p,
  .hnb-body .navmainmobile div,
  .hnb-body .navmainmobile form,
  .hnb-body .navmainmobile input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none; }
  .hnb-body .navmainmobile a {
    text-decoration: none; }
  .hnb-body .navmainmobile li {
    list-style: none; }
  .hnb-body .navmainmobile {
    min-width: 240px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 900; }
  .hnb-body .navmainmobile > .navigation,
  .hnb-body .navmainmobile > .logo,
  .hnb-body .navmainmobile > .searchbox {
    height: 76px;
    display: block;
    float: left;
    position: relative;
    z-index: 910; }
  .hnb-body .navmainmobile > .navigation,
  .hnb-body .navmainmobile > .searchbox {
    width: 20%; }
  .hnb-body .navmainmobile > .logo {
    width: 60%; }
  .hnb-body .navmainmobile > .navigation > a,
  .hnb-body .navmainmobile > .logo > a,
  .hnb-body .navmainmobile > .searchbox > a {
    height: 76px;
    display: block;
    position: relative; }
  .hnb-body .navmainmobile > .navigation > a {
    background: url(../images/icons/nav-mobile-24.png) center center no-repeat;
    cursor: pointer; }
  .hnb-body .navmainmobile > .logo > a {
    background: url(../images/hnb-logo-mobile.png) center center no-repeat; }
  .hnb-body html:lang(en) .navmainmobile > .logo > a {
    background: url(../images/hnb-logo-mobile-en.png) center center no-repeat; }
  .hnb-body .navmainmobile > .searchbox,
  .hnb-body .navmainmobile > .searchbox > a {
    background: url(../images/icons/search-24-bright.png) center center no-repeat;
    cursor: pointer; }
  .hnb-body .navigation > .leveldown,
  .hnb-body .searchbox > .leveldown {
    display: none;
    position: absolute;
    left: 0;
    top: 76px;
    width: 500%;
    z-index: 920;
    background: #686a70;
    cursor: default;
    overflow: hidden;
    -webkit-transition: all 0.15s ease 0.15s;
    -moz-transition: all 0.15s ease 0.15s;
    -o-transition: all 0.15s ease 0.15s;
    -ms-transition: all 0.15s ease 0.15s;
    transition: all 0.15s ease 0.15s; }
  .hnb-body .navigation > .leveldown.mobile-open,
  .hnb-body .searchbox > .leveldown.mobile-open {
    min-height: 76px;
    overflow: visible;
    display: block; }
  .hnb-body .searchbox > .leveldown {
    padding: 16px;
    margin-left: -400%; }
  .hnb-body .searchbox > .leveldown > form.search:after {
    content: '';
    display: table;
    clear: both; }
  .hnb-body .searchbox > .leveldown > form.search > input[type='text'] {
    width: 100%;
    height: 40px;
    display: block;
    clear: both;
    background: #eeeef0;
    margin: 0 0 8px 0;
    padding: 0 5px 0 5px;
    font-size: 1em; }
  .hnb-body .searchbox > .leveldown > form.search > input[type='submit'] {
    width: 100%;
    min-height: 40px;
    float: right;
    display: block;
    clear: both;
    background: #eeeef0;
    margin: 0 0 8px 0;
    cursor: pointer;
    font-size: 1.2em; }
  .hnb-body .leveldown > ul > li > .userbox,
  .hnb-body .leveldown > ul > li > .languagebox,
  .hnb-body .leveldown > ul > li > .accessibilitybox {
    display: block;
    float: left;
    width: 64px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    border-right: 1px solid #8a8c90;
    -webkit-transition: all 0.15s ease 0.15s;
    -moz-transition: all 0.15s ease 0.15s;
    -o-transition: all 0.15s ease 0.15s;
    -ms-transition: all 0.15s ease 0.15s;
    transition: all 0.15s ease 0.15s; }
  .hnb-body .leveldown > ul > li > .userbox.signedin {
    color: #fff;
    background: rgba(200, 24, 24, 0.5); }
  .hnb-body .leveldown > ul > li > .languagebox {
    text-align: center; }
  .hnb-body .leveldown > ul > li > .userbox,
  .hnb-body .leveldown > ul > li > .accessibilitybox {
    font-size: 1.2em;
    text-align: center; }
  .hnb-body .leveldown > ul > li > .accessibilitybox a,
  .hnb-body .leveldown > ul > li > .userbox a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0.9em; }
  .hnb-body .navmainmobile ul.level-3 ul {
    display: none; }
  .hnb-body .navmainmobile ul.level-1 > li > a {
    padding-left: 8px; }
  .hnb-body .navmainmobile ul.level-2 > li > a {
    padding-left: 40px;
    background: #484c50; }
  .hnb-body .navmainmobile ul.level-3 > li > a {
    padding-left: 52px;
    background: #484c50; }
  .hnb-body .navmainmobile ul.level-1 > li > a,
  .hnb-body .navmainmobile ul.level-2 > li > a {
    text-transform: uppercase; }
  .hnb-body .navmainmobile ul.level-1 li {
    border-bottom: 1px solid #8a8c90; }
  .hnb-body .navmainmobile ul.level-1 li:last-child {
    border-bottom: 1px solid #8a8c90; }
  .hnb-body .navmainmobile ul.level-1 li a {
    padding-top: 14px;
    padding-bottom: 13px;
    display: block;
    font-size: 1em; }
  .hnb-body .navmainmobile .nav-menu-arrow {
    float: right;
    height: 45px;
    line-height: 47px;
    width: 80px;
    font-size: 1.5em;
    text-align: center; }
  .hnb-body .navmainmobile .list-menu li ul {
    display: none;
    border-top: 1px solid #8a8c90; }
  .hnb-body .navmainmobile ul.layouts {
    font-size: 1em; }
  .hnb-body .navmainmobile ul.level-1 li li li a {
    font-size: 1.2em; }
  .hnb-body .navmainmobile ul.level-1 li a.selected {
    color: #fff;
    background: #b01010; }
  .hnb-body .navmainmobile ul.level-1 > li.open > a.selected {
    color: #f8f8f9;
    background: #686a70; }
  .hnb-body .navmainmobile li a.selected {
    font-weight: normal; }

/* Tables */
.hnb-body caption {
  display: table-caption;
  text-align: left;
  font-weight: 100;
  font-size: 1.125em;
  margin-bottom: 4px; }

/* == deafult table == */
.hnb-body table {
  width: 100%;
  min-width: 80px;
  margin: 0 0 8px 0; }

.hnb-body table th {
  background-color: #eeeef0; }

.hnb-body table th:hover {
  background-color: #f8f8f9; }

.hnb-body table, .hnb-body th, .hnb-body td {
  border: 1px solid #acacb0;
  border-collapse: collapse;
  border-spacing: 0; }

.hnb-body th, .hnb-body td {
  padding: 8px;
  text-align: left;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.4285em;
  vertical-align: top;
  overflow: hidden; }

.hnb-body th table th, .hnb-body td table td {
  font-size: 1em; }

@media all and (max-width: 960px) {
  .hnb-body th, .hnb-body td {
    padding: 8px 4px 8px 4px; } }

/* == table border bottom only == */
.hnb-body table.bbo {
  width: 100%;
  min-width: 80px;
  margin: 0 0 8px 0; }

.hnb-body table.bbo th {
  background: none; }

.hnb-body table.bbo th:hover {
  background: none; }

.hnb-body table.bbo, .hnb-body table.bbo th, .hnb-body table.bbo td {
  border: 0;
  border-bottom: 1px solid #acacb0;
  border-collapse: collapse;
  border-spacing: 0; }

/* == table border bottom only end == */
/* == table style 01 == */
.hnb-body table.t01, .hnb-body table.t01 th, .hnb-body table.t01 td {
  border: none; }

.hnb-body table.t01 tr:nth-child(even) {
  background-color: rgba(238, 238, 240, 0.5); }

.hnb-body table.t01 tr:nth-child(odd) {
  background-color: #eeeef0; }

.hnb-body table.t01 tr:hover {
  background-color: white; }

.hnb-body table.t01 th {
  background-color: #c81818;
  color: #f8f8f8; }

.hnb-body table.t01 th:hover {
  background-color: #f02020; }

/* == table additional == */
.hnb-body table + h6 {
  margin-top: 0;
  font-size: 0.8em; }

/* typography */
.hnb-body h1, .hnb-body h2, .hnb-body h3, .hnb-body h4, .hnb-body h5, .hnb-body h6, .hnb-body p {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0; }

.hnb-body h1, .hnb-body h2, .hnb-body h3, .hnb-body h4, .hnb-body h5, .hnb-body h6 {
  font-weight: normal; }

.hnb-body h1 {
  font-size: 1.75em;
  /* 28px */
  line-height: 1.1429em; }

.hnb-body h2 {
  font-size: 1.5em;
  /* 24px */
  line-height: 1.1667em;
  letter-spacing: 0.01em;
  word-spacing: 0.01em; }

.hnb-body h3 {
  font-size: 1.25em;
  /* 20px */
  line-height: 1.2em;
  letter-spacing: 0.02em;
  word-spacing: 0.02em; }

.hnb-body h4 {
  font-size: 1.125em;
  /* 18px */
  line-height: 1.33em;
  letter-spacing: 0.02em;
  word-spacing: -0.02em; }

.hnb-body h5 {
  font-size: 0.875em;
  /* 14px */
  line-height: 1.5em;
  letter-spacing: 0.005em;
  word-spacing: -0.05em; }

.hnb-body h6 {
  font-size: 0.8125em;
  /* 13px */
  line-height: 1.4615em;
  letter-spacing: 0.02em;
  word-spacing: -0.04em; }

.hnb-body p {
  font-size: 1em;
  /* 16px */
  line-height: 1.5em;
  text-align: left;
  /* removed justify for all */
  text-justify: inter-character; }

.hnb-body .lowercase {
  text-transform: lowercase; }

.hnb-body .uppercase {
  text-transform: uppercase; }

.hnb-body .bold {
  font-weight: bold; }

.hnb-body .smaller-font {
  font-size: 0.9375em; }

.hnb-body .smallest-font {
  font-size: 0.875em; }

.hnb-body a {
  text-decoration: none;
  color: #484c50; }

.hnb-body a:hover,
.hnb-body a:hover * {
  color: #c81818; }

.hnb-body a.bright {
  text-decoration: none;
  color: #f8f8f9; }

.hnb-body a.bright:hover,
.hnb-body a.bright:hover * {
  color: #ccccd0; }

.hnb-body a.block {
  display: block;
  color: #686a70; }

.hnb-body a.block:hover {
  background: #686a70; }

.hnb-body a.block:hover,
.hnb-body a.block:hover * {
  color: #eeeef0; }

.hnb-body ol {
  list-style-type: decimal; }

.hnb-body ul ul ul,
.hnb-body ol ol ol {
  font-size: 0.875em;
  /* 14px */ }

.hnb-body ul.nostyle,
.hnb-body ul.inline {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.hnb-body ul.inline {
  display: inline-block;
  padding: 0;
  margin: 0; }

.hnb-body ul.inline > li {
  display: inline-block;
  padding: 0;
  margin: 0; }

.hnb-body ul.nostyle ul {
  padding: 0 0 0 24px;
  margin: 0; }

.hnb-body .align-left {
  text-align: left; }

.hnb-body .align-right {
  text-align: right; }

.hnb-body .align-center {
  text-align: left; }

.hnb-body .align-justify {
  text-align: justify; }

/* Elements View - can be optimized */
/* banner with overlay */
.hnb-body .article-bigbanner h3,
.hnb-body .article-bigbanner h4,
.hnb-body .article-bigbanner h5,
.hnb-body .article-bigbanner p {
  margin: 0;
  padding: 0; }

.hnb-body .article-bigbanner {
  display: block;
  position: relative;
  overflow: hidden; }

.hnb-body .article-bigbanner img {
  height: 100%;
  min-width: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

/* overlay should use transition, in working example it is only display block/none */
/* need to define parent class */
.hnb-body .article-bigbanner .overlay {
  background: rgba(176, 16, 16, 0.6);
  width: 90%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px;
  color: #eeeef0;
  border-top: 2px solid #ff3830; }

.hnb-body .article-bigbanner a:hover .overlay {
  background: rgba(48, 52, 56, 0.8);
  border-top: 2px solid #acacb0; }

.hnb-body .article-bigbanner a,
.hnb-body .article-bigbanner a:hover * {
  color: #eeeef0; }

.hnb-body .overlay h4 {
  font-size: 0.9375em;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px dashed #acacb0;
  display: none; }

.hnb-body .overlay:hover h4,
.hnb-body .article-bigbanner a:hover .overlay h4 {
  display: block; }

/* == banner line view == */
.hnb-body .article-linebanner,
.hnb-body .article-imglinebanner,
.hnb-body .article-calendarlinebanner {
  font-size: 0.9375em;
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d8; }

.hnb-body .article-imglinebanner {
  min-height: 104px; }

.hnb-body .article-calendarlinebanner {
  min-height: 72px;
  padding: 12px 16px 12px 12px; }

.hnb-body .article-linebanner h3,
.hnb-body .article-linebanner h4,
.hnb-body .article-linebanner h5,
.hnb-body .article-linebanner p,
.hnb-body .article-imglinebanner h3,
.hnb-body .article-imglinebanner h4,
.hnb-body .article-imglinebanner h5,
.hnb-body .article-imglinebanner p,
.hnb-body .article-calendarlinebanner h3,
.hnb-body .article-calendarlinebanner h4,
.hnb-body .article-calendarlinebanner h5,
.hnb-body .article-calendarlinebanner p {
  margin: 0;
  padding: 0; }

.hnb-body .article-linebanner h4,
.hnb-body .article-imglinebanner h4 {
  color: #484c50; }

.hnb-body .article-linebanner h5,
.hnb-body .article-imglinebanner h5 {
  color: #828488; }

.hnb-body .article-imglinebanner h3,
.hnb-body .article-imglinebanner h4,
.hnb-body .article-imglinebanner h5,
.hnb-body .article-imglinebanner p {
  margin-left: 92px; }

.hnb-body .article-calendarlinebanner h3,
.hnb-body .article-calendarlinebanner h4,
.hnb-body .article-calendarlinebanner h5,
.hnb-body .article-calendarlinebanner p {
  margin-left: 76px; }

.hnb-body .article-calendarlinebanner h3 p,
.hnb-body .article-calendarlinebanner h4 p,
.hnb-body .article-calendarlinebanner h5 p {
  margin-left: 0px; }

.hnb-body .article-linebanner h5,
.hnb-body .article-imglinebanner h5,
.hnb-body .article-calendarlinebanner h5 {
  border-top: 1px dashed #d4d4d8;
  margin-top: 2px;
  padding-top: 2px; }

.hnb-body .article-linebanner a.block {
  padding: 12px 16px; }

.hnb-body .article-imglinebanner a.block,
.hnb-body .article-calendarlinebanner a.block {
  padding: 12px 16px 12px 12px; }

.hnb-body .article-imglinebanner a:after,
.hnb-body .article-calendarlinebanner a:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body .article-imglinebanner .imgcontainer {
  height: 80px;
  width: 80px;
  overflow: hidden;
  position: relative;
  display: block;
  float: left; }

.hnb-body .imgcontainer img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0; }

.hnb-body .article-calendarlinebanner .datecontainer {
  height: 48px;
  width: 64px;
  padding: 2px;
  overflow: hidden;
  position: relative;
  display: block;
  float: left; }

.hnb-body .datecontainer h1,
.hnb-body .datecontainer h6 {
  margin: 0;
  padding: 0;
  text-align: center; }

.hnb-body .datecontainer h1 {
  font-weight: bold;
  font-size: 1.125em;
  /* 18px */
  line-height: 1.33em;
  letter-spacing: 0.01em; }

.hnb-body .datecontainer h6 {
  text-transform: uppercase;
  line-height: 1.25em;
  letter-spacing: normal;
  font-size: 0.75em; }

.hnb-body .datecontainer h6.day {
  border-top: 1px solid #d4d4d8;
  padding-top: 4px; }

/* == block view == */
.hnb-body .article-blockbanner {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #d4d4d8; }

.hnb-body .article-blockbanner h3,
.hnb-body .article-blockbanner h4,
.hnb-body .article-blockbanner h5,
.hnb-body .article-blockbanner p {
  margin: 0;
  padding: 0; }

.hnb-body .article-blockbanner > a.block {
  padding: 16px; }

.hnb-body .article-blockbanner h3 {
  font-size: 1.125em; }

.hnb-body .article-blockbanner h3.margin-top {
  margin-top: 16px; }

.hnb-body .article-blockbanner h4 {
  border-top: 1px dashed #acacb0;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-top: 4px;
  font-size: 0.9375em; }

.hnb-body .article-blockbanner h5 {
  margin-top: 4px; }

.hnb-body .article-blockbanner p {
  font-size: 0.9375em; }

.hnb-body .article-blockbanner .imgcontainer {
  width: 100%;
  /* min-height:200px; CHANGED */
  overflow: hidden;
  position: relative;
  display: block; }

.hnb-body .article-blockbanner .imgcontainer img {
  min-width: 100%;
  width: 100%;
  /*height:100%; CHANGED */
  position: relative;
  /*CHANGED*/
  top: 0;
  left: 0; }

/* == combo view == */
.hnb-body .article-combobanner {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #d4d4d8; }

.hnb-body .combobanner-titlezone {
  display: block;
  margin: -8px -16px 0 -16px;
  padding: 8px 16px 8px 16px;
  min-height: 32px; }

.hnb-body .combobanner-titlezone > a.block {
  margin: -8px -16px -8px -16px;
  padding: 8px 16px 8px 16px; }

.hnb-body .combobanner-titlezone:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body .combobanner-contentzone {
  display: block;
  margin: 0px -16px 0px -16px;
  padding: 16px;
  min-height: 32px; }

.hnb-body .combobanner-contentzone > a.block {
  margin: -16px;
  padding: 16px; }

.hnb-body .combobanner-contentzone:after {
  content: "";
  display: table;
  clear: both; }

.hnb-body .combobanner-footerzone {
  display: block;
  margin: 0px -16px -16px -16px;
  padding: 8px 16px 16px 16px;
  min-height: 16px; }

.hnb-body .combobanner-footerzone > a.block {
  margin: -8px -16px -16px -16px;
  padding: 8px 16px 16px 16px; }

.hnb-body .article-combobanner h3,
.hnb-body .article-combobanner h4,
.hnb-body .article-combobanner h5,
.hnb-body .article-combobanner p {
  margin: 0;
  padding: 0; }

.hnb-body .article-combobanner h3 {
  font-size: 1em; }

.hnb-body .article-combobanner h4 {
  font-size: 0.9375em; }

.hnb-body .article-combobanner p {
  font-size: 0.9375em; }

/* == additional == */
.hnb-body .article-combobox {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #d4d4d8; }

.hnb-body .article-combobox .article-linebanner:last-child,
.hnb-body .article-combobox .article-imglinebanner:last-child {
  border-bottom: none; }

.hnb-body .content-combobox {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #d4d4d8; }

.hnb-body .content-combobox .article-linebanner:last-child,
.hnb-body .content-combobox .article-imglinebanner:last-child {
  border-bottom: none; }

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Dimensions */
.hnb-body {
  /* == heights == */
  /* == fixed heights == */
  /* == fixed widths == */
  /* == margins == */
  /* == paddings == */
  /* == padding no query == */
  /* == borders == */
  /* == borders left right no query == */ }
  .hnb-body .h16 {
    min-height: 16px; }
  .hnb-body .h24 {
    min-height: 24px; }
  .hnb-body .h32 {
    min-height: 32px; }
  .hnb-body .h40 {
    min-height: 40px; }
  .hnb-body .h48 {
    min-height: 48px; }
  .hnb-body .h56 {
    min-height: 56px; }
  .hnb-body .h64 {
    min-height: 64px; }
  .hnb-body .h80 {
    min-height: 80px; }
  .hnb-body .h96 {
    min-height: 96px; }
  .hnb-body .h128 {
    min-height: 128px; }
  .hnb-body .h160 {
    min-height: 160px; }
  .hnb-body .h200 {
    min-height: 200px; }
  .hnb-body .h240 {
    min-height: 240px; }
  .hnb-body .h320 {
    min-height: 320px; }
  .hnb-body .h400 {
    min-height: 400px; }
  .hnb-body .h440 {
    min-height: 440px; }
  .hnb-body .h480 {
    min-height: 480px; }
  .hnb-body .h520 {
    min-height: 520px; }
  .hnb-body .h560 {
    min-height: 560px; }
  .hnb-body .h600 {
    min-height: 600px; }
  .hnb-body .h640 {
    min-height: 640px; }
  .hnb-body .h720 {
    min-height: 720px; }
  .hnb-body .h800 {
    min-height: 800px; }
  .hnb-body .h960 {
    min-height: 960px; }
  .hnb-body .hf16 {
    height: 16px; }
  .hnb-body .hf24 {
    height: 24px; }
  .hnb-body .hf32 {
    height: 30px; }
  .hnb-body .hf32 {
    height: 32px; }
  .hnb-body .hf40 {
    height: 40px; }
  .hnb-body .hf48 {
    height: 48px; }
  .hnb-body .hf56 {
    height: 56px; }
  .hnb-body .hf64 {
    height: 64px; }
  .hnb-body .hf72 {
    height: 72px; }
  .hnb-body .hf80 {
    height: 80px; }
  .hnb-body .hf96 {
    height: 96px; }
  .hnb-body .hf128 {
    height: 128px; }
  .hnb-body .hf160 {
    height: 160px; }
  .hnb-body .hf170 {
    height: 170px; }
  .hnb-body .hf200 {
    height: 200px; }
  .hnb-body .hf240 {
    height: 240px; }
  .hnb-body .hf320 {
    height: 320px; }
  .hnb-body .hf400 {
    height: 400px; }
  .hnb-body .hf440 {
    height: 440px; }
  .hnb-body .hf480 {
    height: 480px; }
  .hnb-body .hf520 {
    height: 520px; }
  .hnb-body .hf560 {
    height: 560px; }
  .hnb-body .hf600 {
    height: 600px; }
  .hnb-body .hf640 {
    height: 640px; }
  .hnb-body .hf720 {
    height: 720px; }
  .hnb-body .hf800 {
    height: 800px; }
  .hnb-body .hf960 {
    height: 960px; }
  .hnb-body .wf16 {
    width: 16px; }
  .hnb-body .wf24 {
    width: 24px; }
  .hnb-body .wf32 {
    width: 32px; }
  .hnb-body .wf40 {
    width: 40px; }
  .hnb-body .wf48 {
    width: 48px; }
  .hnb-body .wf56 {
    width: 56px; }
  .hnb-body .wf64 {
    width: 64px; }
  .hnb-body .wf80 {
    width: 80px; }
  .hnb-body .wf96 {
    width: 96px; }
  .hnb-body .wf128 {
    width: 128px; }
  .hnb-body .wf160 {
    width: 160px; }
  .hnb-body .wf240 {
    width: 240px; }
  .hnb-body .wf320 {
    width: 320px; }
  .hnb-body .wf400 {
    width: 400px; }
  .hnb-body .wf440 {
    width: 440px; }
  .hnb-body .wf480 {
    width: 480px; }
  .hnb-body .wf520 {
    width: 520px; }
  .hnb-body .wf560 {
    width: 560px; }
  .hnb-body .wf600 {
    width: 600px; }
  .hnb-body .wf640 {
    width: 640px; }
  .hnb-body .wf720 {
    width: 720px; }
  .hnb-body .wf800 {
    width: 800px; }
  .hnb-body .wf960 {
    width: 960px; }
  .hnb-body .margo-b-0 {
    margin-bottom: 0px; }
  .hnb-body .margo-b-1 {
    margin-bottom: 1px; }
  .hnb-body .margo-b-2 {
    margin-bottom: 2px; }
  .hnb-body .margo-b-4 {
    margin-bottom: 4px; }
  .hnb-body .margo-b-8 {
    margin-bottom: 8px; }
  .hnb-body .margo-b-16 {
    margin-bottom: 16px; }
  .hnb-body .margo-b-24 {
    margin-bottom: 24px; }
  .hnb-body .margo-b-32 {
    margin-bottom: 32px; }
  .hnb-body .margo-b-40 {
    margin-bottom: 40px; }
  .hnb-body .margo-t-0 {
    margin-top: 0px; }
  .hnb-body .margo-t-2 {
    margin-top: 2px; }
  .hnb-body .margo-t-4 {
    margin-top: 4px; }
  .hnb-body .margo-t-8 {
    margin-top: 8px; }
  .hnb-body .margo-t-16 {
    margin-top: 16px; }
  .hnb-body .margo-t-24 {
    margin-top: 24px; }
  .hnb-body .margo-t-32 {
    margin-top: 32px; }
  .hnb-body .margo-t-40 {
    margin-top: 40px; }
  .hnb-body .margo-l-0 {
    margin-left: 0px; }
  .hnb-body .margo-l-2 {
    margin-left: 2px; }
  .hnb-body .margo-l-4 {
    margin-left: 4px; }
  .hnb-body .margo-l-8 {
    margin-left: 8px; }
  .hnb-body .margo-l-16 {
    margin-left: 16px; }
  .hnb-body .margo-l-24 {
    margin-left: 24px; }
  .hnb-body .margo-l-32 {
    margin-left: 32px; }
  .hnb-body .margo-l-40 {
    margin-left: 40px; }
  .hnb-body .margo-r-0 {
    margin-right: 0px; }
  .hnb-body .margo-r-2 {
    margin-right: 2px; }
  .hnb-body .margo-r-4 {
    margin-right: 4px; }
  .hnb-body .margo-r-8 {
    margin-right: 8px; }
  .hnb-body .margo-r-16 {
    margin-right: 16px; }
  .hnb-body .margo-r-24 {
    margin-right: 24px; }
  .hnb-body .margo-r-32 {
    margin-right: 32px; }
  .hnb-body .margo-r-40 {
    margin-right: 40px; }
  .hnb-body .margo-0 {
    margin: 0px; }
  .hnb-body .margo-2 {
    margin: 2px; }
  .hnb-body .margo-4 {
    margin: 4px; }
  .hnb-body .margo-8 {
    margin: 8px; }
  .hnb-body .margo-16 {
    margin: 16px; }
  .hnb-body .margo-24 {
    margin: 24px; }
  .hnb-body .margo-32 {
    margin: 32px; }
  .hnb-body .margo-40 {
    margin: 40px; }
  .hnb-body .pad-b-0 {
    padding-bottom: 0px; }
  .hnb-body .pad-b-2 {
    padding-bottom: 2px; }
  .hnb-body .pad-b-4 {
    padding-bottom: 4px; }
  .hnb-body .pad-b-8 {
    padding-bottom: 8px; }
  .hnb-body .pad-b-16 {
    padding-bottom: 16px; }
  .hnb-body .pad-b-24 {
    padding-bottom: 24px; }
  .hnb-body .pad-b-32 {
    padding-bottom: 32px; }
  .hnb-body .pad-b-40 {
    padding-bottom: 40px; }
  .hnb-body .pad-t-0 {
    padding-top: 0px; }
  .hnb-body .pad-t-2 {
    padding-top: 2px; }
  .hnb-body .pad-t-4 {
    padding-top: 4px; }
  .hnb-body .pad-t-8 {
    padding-top: 8px; }
  .hnb-body .pad-t-16 {
    padding-top: 16px; }
  .hnb-body .pad-t-24 {
    padding-top: 24px; }
  .hnb-body .pad-t-32 {
    padding-top: 32px; }
  .hnb-body .pad-t-40 {
    padding-top: 40px; }
  .hnb-body .pad-l-0 {
    padding-left: 0px; }
  .hnb-body .pad-l-2 {
    padding-left: 2px; }
  .hnb-body .pad-l-4 {
    padding-left: 4px; }
  .hnb-body .pad-l-8 {
    padding-left: 8px; }
  .hnb-body .pad-l-16 {
    padding-left: 16px; }
  .hnb-body .pad-l-32 {
    padding-left: 32px; }
  .hnb-body .pad-l-40 {
    padding-left: 40px; }
  .hnb-body .pad-r-0 {
    padding-right: 0px; }
  .hnb-body .pad-r-2 {
    padding-right: 2px; }
  .hnb-body .pad-r-4 {
    padding-right: 4px; }
  .hnb-body .pad-r-8 {
    padding-right: 8px; }
  .hnb-body .pad-r-16 {
    padding-right: 16px; }
  .hnb-body .pad-r-32 {
    padding-right: 32px; }
  .hnb-body .pad-r-40 {
    padding-right: 40px; }
  @media all and (max-width: 768px) {
    .hnb-body [class*='pad-l-'] {
      padding-left: 0; }
    .hnb-body [class*='pad-r-'] {
      padding-right: 0; } }
  .hnb-body .pad-nq-l-0 {
    padding-left: 0px; }
  .hnb-body .pad-nq-l-2 {
    padding-left: 2px; }
  .hnb-body .pad-nq-l-4 {
    padding-left: 4px; }
  .hnb-body .pad-nq-l-8 {
    padding-left: 8px; }
  .hnb-body .pad-nq-l-12 {
    padding-left: 12px; }
  .hnb-body .pad-nq-l-16 {
    padding-left: 16px; }
  .hnb-body .pad-nq-l-32 {
    padding-left: 32px; }
  .hnb-body .pad-nq-l-40 {
    padding-left: 40px; }
  .hnb-body .pad-nq-r-0 {
    padding-right: 0px; }
  .hnb-body .pad-nq-r-2 {
    padding-right: 2px; }
  .hnb-body .pad-nq-r-4 {
    padding-right: 4px; }
  .hnb-body .pad-nq-r-8 {
    padding-right: 8px; }
  .hnb-body .pad-nq-r-12 {
    padding-right: 12px; }
  .hnb-body .pad-nq-r-16 {
    padding-right: 16px; }
  .hnb-body .pad-nq-r-32 {
    padding-right: 32px; }
  .hnb-body .pad-nq-r-40 {
    padding-right: 40px; }
  .hnb-body .pad-nq-0 {
    padding: 0px; }
  .hnb-body .pad-nq-2 {
    padding: 2px; }
  .hnb-body .pad-nq-4 {
    padding: 4px; }
  .hnb-body .pad-nq-8 {
    padding: 8px; }
  .hnb-body .pad-nq-12 {
    padding: 12px; }
  .hnb-body .pad-nq-16 {
    padding: 16px; }
  .hnb-body .pad-nq-32 {
    padding: 32px; }
  .hnb-body .pad-nq-40 {
    padding: 40px; }
  .hnb-body .brd-t-grey {
    border-top: 1px solid #d4d4d8; }
  .hnb-body .brd-b-grey {
    border-bottom: 1px solid #d4d4d8; }
  .hnb-body .brd-l-grey {
    border-left: 1px solid #d4d4d8; }
  .hnb-body .brd-r-grey {
    border-right: 1px solid #d4d4d8; }
  .hnb-body .brd-grey {
    border: 1px solid #d4d4d8; }
  .hnb-body .brd-t-grey-aux {
    border-top: 1px solid #ccccd0; }
  .hnb-body .brd-b-grey-aux {
    border-bottom: 1px solid #ccccd0; }
  .hnb-body .brd-l-grey-aux {
    border-left: 1px solid #ccccd0; }
  .hnb-body .brd-r-grey-aux {
    border-right: 1px solid #ccccd0; }
  .hnb-body .brd-grey-aux {
    border: 1px solid #ccccd0; }
  .hnb-body .brd-t-red {
    border-top: 1px solid #c81818; }
  .hnb-body .brd-b-red {
    border-bottom: 1px solid #c81818; }
  .hnb-body .brd-l-red {
    border-left: 1px solid #c81818; }
  .hnb-body .brd-r-red {
    border-right: 1px solid #c81818; }
  .hnb-body .brd-red {
    border: 1px solid #c81818; }
  .hnb-body .brd-t-white {
    border-top: 1px solid white; }
  .hnb-body .brd-b-white {
    border-bottom: 1px solid white; }
  .hnb-body .brd-l-white {
    border-left: 1px solid white; }
  .hnb-body .brd-r-white {
    border-right: 1px solid white; }
  .hnb-body .brd-white {
    border: 1px solid white; }
  .hnb-body .brd-t-dot {
    border-top-style: dotted; }
  .hnb-body .brd-b-dot {
    border-bottom-style: dotted; }
  .hnb-body .brd-l-dot {
    border-left-style: dotted; }
  .hnb-body .brd-r-dot {
    border-right-style: dotted; }
  .hnb-body .brd-dot {
    border-style: dotted; }
  .hnb-body .brd-t-dash {
    border-top-style: dashed; }
  .hnb-body .brd-b-dash {
    border-bottom-style: dashed; }
  .hnb-body .brd-l-dash {
    border-left-style: dashed; }
  .hnb-body .brd-r-dash {
    border-right-style: dashed; }
  .hnb-body .brd-dash {
    border-style: dashed; }
  @media all and (max-width: 768px) {
    .hnb-body [class*='brd-l-'] {
      border-left: none; }
    .hnb-body [class*='brd-r-'] {
      border-right: none; } }
  .hnb-body .brd-nq-l-grey {
    border-left: 1px solid #d4d4d8; }
  .hnb-body .brd-nq-r-grey {
    border-right: 1px solid #d4d4d8; }

/* Styles to show/hide debug content.
 * This css mostly targets freemarker controlled content where extra data is needed
 * to debug freemarker template code. Content is collapsable so it brings minimal
 * noise to human readable content.
 *
 * How to use:
 *
 * <input type="checkbox" id="debugCollapsableSection" style="display:none;">
 * <div class="debug-hidden"></div>
 *
 * <label for="debugCollapsableSection">Show/hide</label>
 *
 */
.debug-hidden {
  display: none;
  width: 100%;
  background: #025288;
  color: #ffa700;
  font-family: Consolas, Courier, Monospaced;
  font-size: 0.57em; }

:checked + .debug-hidden {
  display: block; }

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'fontawesome-alloy';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit; }
  .icon-stack .icon-stack-base {
    font-size: 2em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

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

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

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

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

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'fontawesome-alloy';
  content: '\FEFF' attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-caret-bottom-right:before {
  content: "\e016"; }

.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt: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-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-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:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.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-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-fb-boolean:before {
  content: "\e008"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign-2:before {
  content: "\f055"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up-2:before {
  content: "\f164"; }

.icon-thumbs-down-2:before {
  content: "\f165"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before {
  content: "\f155"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-yen:before {
  content: "\f157"; }

.icon-renminbi:before {
  content: "\f158"; }

.icon-won:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-file-2:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-db-joinxor:before {
  content: "\e006"; }

.icon-db-state:before {
  content: "\e009"; }

.icon-db-start:before {
  content: "\e00b"; }

.icon-db-end:before {
  content: "\e00a"; }

.icon-db-fork:before {
  content: "\e00c"; }

.icon-db-condition:before {
  content: "\e00e"; }

.icon-db-task:before {
  content: "\e00d"; }

.icon-db-join:before {
  content: "\e00f"; }

.icon-fb-button:before {
  content: "\e010"; }

.icon-fb-fieldset:before {
  content: "\e011"; }

.icon-fb-custom-field:before {
  content: "\e012"; }

.icon-fb-separator:before {
  content: "\e013"; }

.icon-fb-paragraph:before {
  content: "\e014"; }

.icon-fb-file-upload:before {
  content: "\e015"; }

.icon-fb-text:before {
  content: "\e000"; }

.icon-fb-text-box:before {
  content: "\e001"; }

.icon-fb-select:before {
  content: "\e002"; }

.icon-fb-radio:before {
  content: "\e003"; }

.icon-fb-number:before {
  content: "\e004"; }

.icon-fb-integer:before {
  content: "\e005"; }

.icon-fb-decimal:before {
  content: "\e007"; }

.icon-btc:before {
  content: "\f15a"; }

.icon-cny:before {
  content: "\f158"; }

.icon-eur:before {
  content: "\f153"; }

.icon-gear:before {
  content: "\f013"; }

.icon-gears:before {
  content: "\f085"; }

.icon-inr:before {
  content: "\f156"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-krw:before {
  content: "\f159"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-unchecked:before {
  content: "\f096"; }

.icon-usd:before {
  content: "\f155"; }

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

.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* LAYOUT */
section.mobileonly {
  display: block; }

section.tabletonly {
  display: none; }

section.desktoponly {
  display: none; }

@media all and (min-width: 993px) {
  section.mobileonly {
    display: none; }
  section.tabletonly {
    display: none; }
  section.desktoponly {
    display: block; } }

@media all and (min-width: 769px) and (max-width: 992px) {
  section.mobileonly {
    display: none; }
  section.tabletonly {
    display: block; } }

nav.mobileonly {
  display: block; }

nav.tabletonly {
  display: none; }

nav.desktoponly {
  display: none; }

@media all and (min-width: 993px) {
  nav.mobileonly {
    display: none; }
  nav.tabletonly {
    display: none; }
  nav.desktoponly {
    display: block; } }

@media all and (min-width: 769px) and (max-width: 992px) {
  nav.mobileonly {
    display: none; }
  nav.tabletonly {
    display: block; } }

.hnb-body #column-2 > div {
  margin: 0 24px;
  border-top: 4px solid #d4d4d8; }

@media all and (min-width: 769px) and (max-width: 992px) {
  .hnb-body #column-2 > div {
    margin-right: 0; } }

@media all and (max-width: 768px) {
  .hnb-body #column-2.portlet-column-last > div,
  .hnb-body #column-2 > div {
    margin: 0;
    border: none; } }

ul {
  padding: 0px !important; }

/*RESET*/
body.hnb-body {
  font-size: 16px !important; }

body.hnb-body.portal-popup {
  background: white; }

form {
  margin: 0; }

.dockbar .info-items {
  z-index: 12; }

.portlet-topper .portlet-topper-toolbar {
  z-index: 1; }

.hnb-body .navbar {
  font-size: 14px; }

.hnb-body a:hover,
.hnb-body a:focus {
  text-decoration: none; }

.hnb-body a:focus,
.hnb-body a:active {
  color: #484c50; }

.hnb-body .control-group {
  margin: 0px; }

.hnb-body .button-holder {
  margin: 10px 0; }

.hnb-body main {
  padding: 40px 0; }

.hnb-body main.homepage {
  padding-top: 20px; }

.hnb-body li {
  line-height: 1.5em; }

select, textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input {
  height: 30px; }

.hnb-body img {
  opacity: 1; }

/*NAV*/
.nav-menu ul {
  padding-left: 10px;
  list-style: none; }

ul.breadcrumb {
  list-style-type: none; }

ul.breadcrumb li {
  float: left; }

/*BREADCRUMB*/
.hnb-body a.home-breadcrumb {
  background: url(../images/icons/home-16.png) center center no-repeat;
  padding-right: 16px; }

.hnb-body .breadcrumb-divider {
  padding: 0 8px; }

.hnb-body .portlet-breadcrumb {
  border-bottom: 1px solid #d4d4d8;
  font-size: 0.875em;
  margin-bottom: 32px; }

.hnb-body .portlet-breadcrumb .hnb-bradcrumb li {
  line-height: 1.25em; }

.hnb-body .portlet-breadcrumb .hnb-bradcrumb li.active a {
  color: #c81818; }

.portlet-breadcrumb .hnb-bradcrumb a {
  color: #8a8c90; }

.portlet-breadcrumb ul.hnb-breadcrumb {
  background: none;
  border: none;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.portlet-breadcrumb .breadcrumb .hnb-bradcrumb > li + li:before {
  content: ''; }

.hnb-body .portlet-breadcrumb section {
  margin-bottom: 11px; }

.portlet-breadcrumb .hnb-bradcrumb li:last-child a {
  color: #c81818; }

.hnb-breadcrumb > li {
  display: inline-block; }

.hnb-breadcrumb li:last-child a {
  color: #c81818; }

.hnb-breadcrumb > li {
  display: inline-block; }

.portlet-breadcrumb ul.hnb-breadcrumb {
  background-color: none;
  border: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

ul.hnb-breadcrumb li {
  float: left; }

.hnb-breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.hnb-body .portlet-breadcrumb section {
  margin-bottom: 11px; }

.portlet-breadcrumb .hnb-breadcrumb a {
  color: #8a8c90; }

/*DOCKBAR*/
.portlet-dockbar .navbar-inner {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: none; }

.portlet-dockbar .sign-out {
  display: none; }

.portlet-dockbar .dockbar-user-notifications .user-notification-link {
  padding: 8px; }

.portlet-dockbar .dockbar-user-notifications .user-notifications-count {
  color: #bbbbbb;
  margin: 0; }

/*NAVMENU*/
.hnb-body .navmain > ul {
  width: 100%; }

.hnb-body .navmain a.toplevel {
  display: inline-block;
  width: 100%; }

.hnb-body .navmain a.toplevel:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.hnb-body .navmain a.toplevel > span {
  vertical-align: middle;
  display: inline-block;
  width: 100%; }

.hnb-body .navmain a.toplevel:hover span {
  color: #eeeef0; }

.hnb-body .navmain a.toplevel.selected {
  background: #787a80;
  color: #eeeef0; }

/* HOMEPAGE */
.hnb-body main {
  background-color: white; }

/*@media all and (min-width: 769px) {
   .hnb-body main.homepage {background: white url(../images/bgr-nasl-main.png) repeat-x;}
}*/
.hnb-body header {
  border: none; }

.hnb-body section {
  margin-bottom: 0; }

.hnb-body .module .scrollUp {
  margin-top: 38px; }

.hnb-body .module.news {
  height: 728px; }

.hnb-body .module.recent .recent-entries {
  height: 357px;
  overflow: hidden; }

.hnb-body .module.news .news-entries {
  height: 685px;
  overflow: hidden; }

/* HOMEPAGE - SLIDER*/
.hnb-body .swiper-container .swiper-slide {
  height: auto;
  background-color: #fff; }

.hnb-body .swiper-container .swiper-slide .col-2-3 img {
  width: 100%;
  position: relative; }

.hnb-body .swiper-container .swiper-slide:hover .col-1-3 p {
  color: #c81818; }

.hnb-body .swiper-container .col-1-3 .action-button {
  width: 100%;
  text-align: center;
  display: none; }

.hnb-body .slider-pagination .swiper-pagination-bullet {
  margin: 14px 5px;
  padding: 6px;
  background-color: #d4d4d8;
  opacity: 1; }

.hnb-body .slider-pagination .swiper-pagination-bullet:hover,
.hnb-body .slider-pagination .swiper-pagination-bullet-active {
  background-color: #989ca0; }

.hnb-body .swiper-container .col-1-3 .action-button,
.hnb-body .swiper-container .col-1-3 .slider-pagination,
.hnb-body .swiper-container .col-1-3 .action-button .swiper-button-prev,
.hnb-body .swiper-container .col-1-3 .action-button .swiper-button-next {
  height: 40px;
  position: relative; }

.hnb-body .swiper-container .col-1-3 .action-button .swiper-button-prev:after,
.hnb-body .swiper-container .col-1-3 .action-button .swiper-button-next:after {
  content: ""; }

.hnb-body .swiper-container .col-1-3 .action-button i {
  font-size: 2em;
  color: #989ca0;
  display: table-cell;
  vertical-align: middle; }

.hnb-body .swiper-container .col-1-3 .slider-pagination {
  margin: 0 auto;
  width: auto;
  display: inline-block; }

.hnb-body .swiper-container .col-1-3 .action-button .swiper-button-prev {
  float: left;
  display: table; }

.hnb-body .swiper-container .col-1-3 .action-button .swiper-button-next {
  float: right;
  display: table; }

.hnb-body .swiper-container .col-1-3.action a:after {
  bottom: 24px; }

.hnb-body .swiper-container .col-2-3 .overlay {
  width: 100%;
  display: none; }

@media (max-width: 768px) {
  .hnb-body .swiper-container .col-1-3 .action-button .swiper-button-prev,
  .hnb-body .swiper-container .col-1-3 .action-button .swiper-button-next {
    display: none; }
  .hnb-body .swiper-container .col-1-3 {
    display: none; }
  .hnb-body .swiper-container .col-2-3 .overlay {
    display: block; }
  .hnb-body .swiper-container .module {
    margin: 0;
    padding: 0; }
  /* globalna postavka za module na mobilnoj verziji*/
  .hnb-body .module {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; } }

/* HOMEPAGE - IZLAGANJA*/
.hnb-body .module.presentation:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/triangle-lens-bottom-right.png) center center no-repeat; }

.hnb-body .homepage .presentation .text-container .title {
  font-size: 16px; }

.hnb-body .homepage .mobileonly .presentation .sazetak {
  display: none; }

.hnb-body .calendar-slider .article-linebanner h4,
.hnb-body .article-module .article-linebanner h4.title {
  font-size: 1.0546875em;
  padding: 12px 0 8px 0; }

.hnb-body .calendar-slider .article-linebanner h5,
.hnb-body .article-module .article-linebanner h5.attributes {
  line-height: 1.2857em;
  padding: 6px 0; }

.hnb-body .article-module .article-linebanner h5 {
  padding: 7px 0; }

.hnb-body .article-module > h5,
.hnb-body .calendar-slider.homepage > h5 {
  line-height: 40px;
  /*color: rgb(104,106,112);*/
  margin: 0 0 0 16px;
  font-weight: bold; }

.hnb-body .article-module .image-container {
  width: 112px;
  height: 100%;
  float: left;
  overflow: hidden; }

.hnb-body .article-module .image-container img {
  height: 100%;
  max-width: none; }

.hnb-body .article-module .article-linebanner {
  margin: 0 16px;
  border: none; }

.hnb-body .article-module .image-container + .article-linebanner {
  margin-left: 130px;
  border: none; }

.hnb-body .article-module {
  margin: 0 4px  8px 4px; }

.hnb-body .col-1-3.portlet-column-first .article-module,
.hnb-body .colt-1-3.portlet-column-first .article-module,
.hnb-body .col-1-2.portlet-column-first .article-module,
.hnb-body .colt-1-2.portlet-column-first .article-module,
.hnb-body .col-1-2.first .article-module,
.hnb-body .col-1-3.portlet-column-first .article-box {
  margin-left: 0; }

.hnb-body .col-1-3.portlet-column-last .article-module,
.hnb-body .colt-1-3.portlet-column-last .article-module,
.hnb-body .col-1-2.portlet-column-last .article-module,
.hnb-body .colt-1-2.portlet-column-last .article-module,
.hnb-body .col-1-2.last .article-module,
.hnb-body .col-1-3.portlet-column-last .article-box {
  margin-right: 0; }

/* ARTICLE LIST 1 */
.hnb-body .article-module .entry-container {
  margin-bottom: 8px; }

.hnb-body .article-module .entry-container:last-child {
  margin-bottom: 0; }

.hnb-body .article-module .entry-container .article-linebanner h5,
.hnb-body .article-module .entry-container .article-linebanner h5 span {
  color: #484c50; }

.hnb-body .article-module .entry-container .article-linebanner h5.attributes,
.hnb-body .article-module .entry-container .article-linebanner h5.attributes span {
  color: #8a8c90; }

.hnb-body .article-module.white .entry-container:hover {
  background-color: #f8f8f8; }

.hnb-body .article-module.white .entry-container a:hover .article-linebanner h4.title {
  color: #c81818; }

.hnb-body .article-module.white .entry-container {
  border-width: 1px;
  border-color: #eeeef0;
  border-style: solid;
  border-width: 1px 0; }

.hnb-body .article-module.white .entry-container .article-linebanner h5 {
  border-color: #eeeef0; }

/* ARTICLE LIST 2 */
.hnb-body .article-list article {
  margin-bottom: 0px;
  border-top: 1px solid #eeeef0;
  border-bottom: 1px solid #eeeef0;
  padding: 0 12px; }

.hnb-body .article-list article:hover {
  background-color: #f8f8f8; }

.hnb-body .article-list article a:hover .attributes,
.hnb-body .article-list article a:hover .summary {
  color: #484c50; }

.hnb-body .article-list {
  font-size: 16px;
  margin: 0px 0px 8px 0px; }

.hnb-body .article-list h2 {
  padding: 14px 0 14px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeef0; }

.hnb-body .article-list h3 {
  font-size: 1em;
  padding: 12px 0 8px 0;
  margin: 0; }

.hnb-body .article-list .attributes {
  font-size: .875em;
  line-height: 1.2857em;
  padding: 6px 0;
  border-top: 1px dashed #eeeef0;
  border-bottom: 1px dashed #eeeef0;
  color: #8a8c90; }

.hnb-body .article-list .summary {
  font-size: .875em;
  line-height: 1.2857em;
  padding: 6px 0;
  text-align: left; }

/*removed justify from lists */
.hnb-body .article-list .text-container {
  padding: 6px 0; }

/* HOMEPAGE - BANNERS */
.hnb-body .links-container .link a {
  display: table;
  height: 72px;
  width: 100%; }

.hnb-body .links-container .link h4 {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.25em;
  display: table-cell;
  vertical-align: middle;
  height: 72px; }

.hnb-body .links-container .link a:hover h4 {
  color: #fff; }

.hnb-body .links-container .link.image {
  border-top: none;
  margin-bottom: 8px; }

.hnb-body .col-1-4 .links-container,
.hnb-body .colt-1-4 .links-container {
  margin-left: 8px; }

/* HOMEPAGE - BOTTOMLINK */
.hnb-body .bottom-link {
  height: 40px;
  border: 1px solid #d4d4d8; }

.hnb-body .bottom-link a {
  display: block;
  padding-left: 1em;
  height: 100%;
  width: 100%; }

.hnb-body .bottom-link i {
  display: block;
  float: right;
  text-align: center;
  color: #c81818;
  width: 40px;
  height: 38px;
  line-height: 40px;
  border-left: 1px solid #d4d4d8;
  background: #f2f2f4; }

.hnb-body .bottom-link h5 {
  display: block;
  float: left;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 0.75em;
  font-weight: bold; }

/* HOMEPAGE - Indicators */
.hnb-body .article-combobanner {
  margin-bottom: 8px;
  border-top: 4px solid #acacb0; }

.hnb-body .article-combobanner.indicators .title {
  padding: 10px 16px 9px 16px;
  background-color: #989ca0; }

.hnb-body .article-combobanner.indicators .title .uppercase {
  font-size: 0.875em;
  font-weight: bold; }

.hnb-body .article-combobanner.indicators .title h3,
.hnb-body .article-combobanner.indicators .title h5 {
  color: white; }

.hnb-body .article-combobanner.indicators table {
  margin-bottom: 0; }

.hnb-body .article-combobanner.indicators table,
.hnb-body .article-combobanner.indicators table td {
  border: none; }

.hnb-body .article-combobanner.indicators table tr {
  background-color: #dcdce0;
  border-bottom: 1px solid #eeeef0; }

.hnb-body .article-combobanner.indicators table td {
  vertical-align: middle;
  white-space: nowrap; }

.hnb-body .article-combobanner.indicators table td:first-child {
  padding-left: 16px; }

.hnb-body .article-combobanner.indicators table td h5 {
  padding-left: 8px; }

.hnb-body .article-combobanner.indicators table td h3 {
  text-align: right;
  font-size: 1.5em;
  padding-right: 8px;
  color: #787a80;
  font-stretch: condensed;
  font-weight: bold; }

/* tablet only */
@media all and (min-width: 769px) and (max-width: 992px) {
  .hnb-body .colt-1-4.portlet-column-last .revt-1-3 .article-combobanner {
    margin: 0 4px 8px 4px; }
  .hnb-body .colt-1-4.portlet-column-last .revt-1-3:first-child .article-combobanner {
    margin-left: 0; }
  .hnb-body .colt-1-4.portlet-column-last .revt-1-3:last-child .article-combobanner {
    margin-right: 0; }
  .hnb-body .colt-1-4.portlet-column-last .revt-1-2 .article-combobanner {
    margin: 0 4px 8px 4px; }
  .hnb-body .colt-1-4.portlet-column-last .revt-1-2:first-child .article-combobanner {
    margin-left: 0; }
  .hnb-body .colt-1-4.portlet-column-last .revt-1-2:last-child .article-combobanner {
    margin-right: 0; }
  .hnb-body .colt-1-4.portlet-column-last .revt-1-2 .links-container {
    margin: 0 4px 8px 4px; }
  .hnb-body .colt-1-4.portlet-column-last .revt-1-2:first-child .links-container {
    margin-left: 0; }
  .hnb-body .colt-1-4.portlet-column-last .revt-1-2:last-child .links-container {
    margin-right: 0; }
  .hnb-body .homepage .links-container {
    margin: 0; } }

/* mobile only */
@media (max-width: 768px) {
  .hnb-body .colt-1-4.portlet-column-last .revt-1-2 .article-combobanner,
  .hnb-body .colt-1-4.portlet-column-last .revt-1-2 .links-container,
  .hnb-body .colt-1-4.portlet-column-last .revt-1-3 .article-combobanner,
  .hnb-body .colt-1-4.portlet-column-last .revt-1-3 .links-container,
  .hnb-body .article-module,
  .hnb-body .homepage .links-container,
  .hnb-body .homepage .article-box {
    margin: 0 0 8px 0; } }

/*FOOTER*/
@media (min-width: 1200px) {
  .row {
    margin-left: 0px; } }

.row {
  margin-left: 0px; }

/*SIDE NAVIGATION*/
.hnb-body .portlet-column .portlet-navigation {
  border-top: 4px solid #d4d4d8;
  margin-bottom: 8px; }

.hnb-body .portlet-column .portlet-navigation li {
  font-size: 16px; }

.hnb-body .portlet-column .portlet-navigation ul {
  margin: 0;
  padding: 0;
  border: 1px solid #d4d4d8; }

.hnb-body .portlet-column .portlet-navigation > h2 + ul.level-1 {
  display: block; }

.hnb-body .portlet-column .portlet-navigation li {
  line-height: 32px;
  border-bottom: 1px dashed #eeeef0; }

.hnb-body .portlet-column .portlet-navigation li:last-child {
  border-bottom: none; }

.hnb-body .portlet-column .portlet-navigation li a {
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 7px;
  line-height: 1.25em;
  font-size: 0.875em;
  /* 14px */
  letter-spacing: 0.005em;
  word-spacing: -0.05em;
  display: block; }

.hnb-body .portlet-column .portlet-navigation ul.level-1 > li.hasChildren > a {
  margin-right: 32px; }

.hnb-body .portlet-column .portlet-navigation li a:hover,
.hnb-body .portlet-column .portlet-navigation li a.selected:hover,
.hnb-body .portlet-column .portlet-navigation ul.level-1 .nav-menu-arrow:hover {
  text-decoration: none;
  color: #eeeef0;
  background: #787a80; }

.hnb-body .portlet-column .portlet-navigation li a.selected {
  color: #484c50;
  font-weight: normal; }

.hnb-body .portlet-column .portlet-navigation ul.level-1 .nav-menu-arrow {
  color: #989ca0;
  font-size: 1.5em;
  width: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
  float: right; }

.hnb-body .portlet-column .portlet-navigation ul.level-2 .nav-menu-arrow {
  color: #989ca0; }

.hnb-body .portlet-column .nav-menu h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  /* 14px */
  line-height: 1.5em;
  letter-spacing: 0.005em;
  word-spacing: -0.05em; }

@media all and (max-width: 768px) {
  .hnb-body .portlet-column .nav-menu h2 {
    background-color: #eeeef0; } }

.hnb-body .portlet-column .nav-menu h2 a {
  display: inline-block;
  color: #c81818;
  padding: 7px 16px 7px 16px; }

.hnb-body .portlet-column .nav-menu > h2 .side-nav-icon {
  display: none; }

.hnb-body .portlet-column .nav-menu ul ul {
  margin: 0;
  padding: 0;
  border: none; }

.hnb-body .portlet-column .nav-menu li.opened {
  padding: 0; }

.hnb-body .portlet-column .nav-menu ul.level-1 > li.opened > a {
  color: #FFF;
  background: #c81818;
  width: 100%;
  display: block; }

.hnb-body .portlet-column .nav-menu li li {
  background: #eeeef0; }

.hnb-body .portlet-column .nav-menu li.opened a:hover {
  background: #dcdce0;
  color: #484c50; }

.hnb-body .portlet-column .nav-menu li.opened li {
  border-bottom: 1px solid #FFF; }

.hnb-body .portlet-column .nav-menu li.opened li:last-child {
  border-bottom: none; }

.hnb-body .portlet-column .nav-menu li.opened.hasChildren > a {
  border-bottom: 1px solid #FFF; }

.hnb-body .portlet-column .nav-menu li.selected {
  background: #dcdce0; }

.hnb-body .portlet-column .nav-menu li.opened li.selected {
  background: #dcdce0; }

.hnb-body .portlet-column .nav-menu li.open ul {
  display: none; }

.hnb-body .portlet-column .nav-menu li.opened > ul {
  display: block; }

.hnb-body .portlet-column .nav-menu li.selected ul.opened {
  display: block; }

.hnb-body .portlet-column .nav-menu ul.level-2 > li > a {
  padding-left: 32px; }

.hnb-body .portlet-column .nav-menu ul.level-3 > li > a {
  padding-left: 48px; }

.hnb-body .portlet-column .nav-menu ul.level-4 > li > a {
  padding-left: 64px; }

.hnb-body .portlet-column .nav-menu ul.level-5 > li > a {
  padding-left: 80px; }

.hnb-body .portlet-column .nav-menu ul.level-6 > li > a {
  padding-left: 96px; }

.hnb-body .portlet-column .nav-menu ul.level-7 > li > a {
  padding-left: 112px; }

.hnb-body .portlet-column .nav-menu ul.level-8 > li > a {
  padding-left: 128px; }

/* ARTICLE */
.hnb-body .portlet-column-last .article {
  margin-right: 0; }

.hnb-body .article {
  margin-bottom: 32px; }

.hnb-body .article hr {
  border-top: 1px solid #c81818;
  border-bottom: none; }

.hnb-body .article-content,
.hnb-body .article h5.article-tags {
  padding: 0; }

.hnb-body .article h2.article-title {
  margin: 0;
  padding: 14px 0; }

.hnb-body .article h5.article-tags,
.hnb-body .article h5.article-action-icons {
  border-top: 1px dashed #d4d4d8;
  border-bottom: 1px dashed #d4d4d8;
  padding: 4px 0; }

.hnb-body .article li {
  text-align: left; }

.hnb-body .article ul,
.hnb-body .article ol {
  margin: 0 0 16px 25px; }

.hnb-body .article ul > li,
.hnb-body .article ol > li {
  margin-bottom: 8px; }

.hnb-body .article-text a {
  text-decoration: none;
  color: #b01010; }

.hnb-body .article-text a:visited {
  text-decoration: none;
  color: #b01010; }

.hnb-body .article-text a:hover {
  text-decoration: none;
  color: #f02020; }

.hnb-body .article-text p {
  text-align: left; }

/*added to remov justify from article text*/
.hnb-body .article-text table p {
  padding: 0;
  margin: 0; }

/* ARTICLE IMAGE DESCRIPTION */
.hnb-body .article .article-image-description-container {
  background: #eeeef0;
  border: 1px solid #d4d4d8;
  padding: 8px 16px;
  margin-bottom: 16px; }

.hnb-body .article .article-image-description-container h6 {
  margin: 0; }

.hnb-body .article .article-image-title {
  font-weight: bold; }

/* ARTICLE SUMMARY */
.hnb-body .article .summary {
  font-weight: bold;
  letter-spacing: .02em;
  word-spacing: -0.02em;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c81818;
  text-align: left;
  line-height: 1.5em; }

/*removed justify from summary*/
/* ARTICLE ACTION ICONS*/
.hnb-body .article .article-action-icons {
  border-top: 1px dashed #d4d4d8;
  border-bottom: 1px dashed #d4d4d8;
  padding: 4px 0;
  margin-bottom: 14px; }

.hnb-body .article .article-action-icons > a {
  display: inline-block;
  padding: 0 4px;
  font-size: 1.15em; }

.hnb-body .article .article-action-icons .col-1-5 {
  width: 20%;
  font-size: 1em; }

.hnb-body .article .article-action-icons .col-4-5 {
  width: 80%;
  font-size: 0.875em; }

.hnb-body .article .article-action-icons .action-toolbar {
  font-size: 1em;
  position: absolute;
  right: 0;
  background-color: #fff; }

.hnb-body .article .article-action-icons .action-toolbar a,
.hnb-body .article .article-action-icons .action-toolbar .share {
  padding: 0 2px; }

.hnb-body .article .article-action-icons .action-toolbar .share-buttons {
  float: left;
  margin-right: 4px;
  display: none;
  white-space: nowrap; }

.hnb-body .article .article-action-icons .action-toolbar .share-buttons i {
  color: #c81818;
  font-size: 1.125em; }

.hnb-body .article .article-action-icons .action-toolbar .share i {
  font-size: 1.125em;
  cursor: pointer; }

.hnb-body .article .article-action-icons .action-toolbar .share:hover {
  color: #c81818; }

.hnb-body .article .article-action-icons .action-toolbar .share.active {
  color: #c81818; }

.hnb-body .article .article-action-icons .attributes {
  font-size: 0.875em;
  float: left; }

.hnb-body .article-action-icons .separator {
  margin: 0 10px 0 8px;
  border-left: 1px solid #d4d4d8;
  display: inline !important; }

@media all and (max-width: 768px) {
  .hnb-body .article-action-icons .separator {
    margin: 0 5px 0 3px; } }

/* RELATED DOCUMENTS */
.hnb-body .related-documents {
  margin-top: 16px;
  margin-bottom: 10px; }

.hnb-body .related-documents header {
  border: 1px solid #d4d4d8;
  border-bottom: none; }

.hnb-body .related-documents ul {
  margin: 0;
  border: 1px solid #d4d4d8;
  border-bottom: none; }

.hnb-body .related-documents li.related-document-item:hover {
  background: #686a70; }

.hnb-body .related-documents .related-document-item:hover * {
  color: #eeeef0; }

.hnb-body .related-documents .related-document-image {
  width: 32px;
  height: 32px;
  float: left;
  margin: 16px 16px 0 16px;
  padding: 0 3px;
  font-size: 32px; }

.hnb-body .related-documents ul li {
  list-style-type: none;
  margin-bottom: 0;
  border-bottom: 1px solid #d4d4d8;
  min-height: 64px; }

.hnb-body .related-documents .related-document-item p {
  line-height: 1.25em;
  text-decoration: none;
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-top: 10px; }

.hnb-body .related-documents .related-document-item h6.related-documents-attributes,
.hnb-body .related-documents .related-document-item h6.title {
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-top: 4px;
  border-top: 1px dashed #d4d4d8; }

.hnb-body .related-documents .related-document-item p,
.hnb-body .related-documents .related-document-item h6.related-documents-attributes,
.hnb-body .related-documents .related-document-item h6.title {
  margin-left: 16px;
  margin-right: 16px; }

.hnb-body .related-documents .related-document-item .related-document-image ~ p,
.hnb-body .related-documents .related-document-item .related-document-image ~ h6.related-documents-attributes {
  margin-left: 64px; }

.hnb-body .related-documents .related-document-item .top-title {
  font-size: 13px; }

.hnb-body .related-documents .related-document-item .title {
  font-size: 15px;
  font-weight: bold; }

.hnb-body .related-documents .related-document-item a {
  text-decoration: none; }

.hnb-body .related-documents-list .separator {
  display: inline !important; }

/* ASSET LINKS */
.hnb-body .taglib-asset-links header,
.hnb-body .taglib-asset-links ul.asset-links-list {
  width: inherit;
  margin-left: 0; }

.hnb-body .taglib-asset-links header {
  border: 1px solid #d4d4d8; }

.hnb-body .taglib-asset-links ul.asset-links-list li {
  margin-bottom: 0;
  padding-top: 4px;
  border: 1px solid #d4d4d8;
  border-top: none; }

.hnb-body .taglib-asset-links .asset-links-list-item span {
  display: block; }

.hnb-body .taglib-asset-links .asset-links-list-item span img {
  float: left;
  padding: 16px; }

.hnb-body .taglib-asset-links .asset-links-list-item h6.related-links-attributes {
  margin-bottom: 0;
  padding-top: 4px;
  border-top: 1px dashed #d4d4d8; }

.hnb-body .taglib-asset-links .asset-links-list-item span.taglib-text {
  line-height: 1.25em;
  text-decoration: none; }

.hnb-body .taglib-asset-links .asset-links-list-item span.taglib-text,
.hnb-body .taglib-asset-links .asset-links-list-item .related-links-attributes {
  margin-left: 48px;
  margin-right: 16px;
  padding-bottom: 4px; }

/* SIDE LINKS */
.hnb-body .side-links {
  margin-bottom: 16px;
  margin-top: 0px; }

.hnb-body .side-links header {
  border-bottom: none;
  border: 1px solid #d4d4d8;
  border-bottom: none; }

.hnb-body .side-links ul {
  margin: 0;
  border: 1px solid #d4d4d8; }

.hnb-body .side-links li {
  list-style: none;
  line-height: 32px;
  border-bottom: 1px dashed #eeeef0; }

.hnb-body .side-links li:last-child {
  border-bottom: none; }

.hnb-body .side-links li a {
  display: block;
  padding: 8px 0 7px 16px;
  line-height: 1.25em;
  font-size: 0.875em;
  /* 14px */
  letter-spacing: 0.005em;
  word-spacing: -0.05em; }

.hnb-body .side-links li a:hover {
  color: #eeeef0;
  background: #787a80; }

.hnb-body .side-links li a i {
  color: #989ca0;
  float: right;
  width: 32px;
  text-align: center;
  display: block; }

.hnb-body .side-links li a:hover i {
  color: #eeeef0;
  background: #787a80; }

.hnb-body .side-links header {
  font-size: .875em;
  line-height: 1.5em;
  letter-spacing: .005em;
  word-spacing: -0.05em; }

.hnb-body .side-links header a {
  display: block;
  width: 100%; }

.hnb-body .side-links header a:hover {
  color: #eeeef0;
  background: #787a80; }

.hnb-body .side-links header a i {
  color: #989ca0;
  float: right;
  width: 32px;
  text-align: center;
  display: block;
  padding-top: 2px; }

@media all and (max-width: 992px) {
  .hnb-body .side-links {
    margin-top: 16px;
    margin-bottom: 0px; } }

@media all and (min-width: 769px) and (max-width: 992px) {
  .hnb-body .taglib-asset-links header,
  .hnb-body .taglib-asset-links ul.asset-links-list {
    margin-right: 0; }
  .hnb-body .side-links {
    margin-left: 24px; } }

/* CATEGORIES */
.hnb-body h2.category-title.col3 {
  padding-left: 26px;
  margin-left: 33%; }

.hnb-body h2.category-title.col4 {
  padding-left: 20px;
  margin-left: 25%; }

.hnb-body .categories .category-item-container {
  margin-bottom: 24px; }

@media all and (max-width: 768px) {
  .hnb-body h2.category-title.col3,
  .hnb-body h2.category-title.col4 {
    margin-left: 0; }
  .hnb-body .categories .category-item-container {
    margin-bottom: 0px; } }

.hnb-body .categories h5.category-item-title a {
  display: block;
  padding: 8px 0; }

.hnb-body .categories h5.category-item-title,
.hnb-body .categories h5.category-item-description {
  padding-left: 16px;
  padding-right: 16px; }

/* RESET PORTLETS MARGIN */
.hnb-body .colt-2-3 .asset-content,
.hnb-body .col-3-4 .asset-content {
  margin: 0; }

/* PRINT ARTICLE */
@media print {
  .related-documents {
    display: none; } }

/* mobile only */
@media (max-width: 768px) {
  .hnb-body .article,
  .hnb-body .taglib-asset-links header,
  .hnb-body .taglib-asset-links ul.asset-links-list {
    margin: 0px; }
  .hnb-body .article {
    border-top: 1px solid #d4d4d8; }
  .hnb-body .module.news .news-entries,
  .hnb-body .module.recent .recent-entries {
    overflow: scroll; }
  .hnb-body .module.news {
    height: 400px; }
  .hnb-body .module.news .news-entries {
    height: 357px; }
  .hnb-body .module .scrollUp,
  .hnb-body .module .scrollDown {
    display: none; }
  /* side navigation */
  .hnb-body .portlet-column .nav-menu {
    border-top: none; }
  .hnb-body .portlet-column .nav-menu > h2 .side-nav-icon {
    display: inline-block;
    padding: 16px 32px;
    background-color: #dcdce0; }
  .hnb-body .portlet-column .nav-menu > h2 + ul.level-1 {
    display: none;
    overflow: hidden;
    border: none; }
  .hnb-body .portlet-column .nav-menu > h2 + ul.level-1.mobile-open {
    display: block;
    border: 1px solid #d4d4d8;
    border-bottom-width: 0px; }
  .hnb-body .portlet-column .nav-menu li a {
    padding-top: 16px;
    padding-bottom: 15px; }
  .hnb-body .portlet-column .nav-menu ul.level-1 > li.hasChildren > a {
    margin-right: 80px; }
  .hnb-body .portlet-column .nav-menu li {
    line-height: 48px; }
  .hnb-body .portlet-column .nav-menu ul.level-1 .nav-menu-arrow {
    width: 80px;
    line-height: 48px; } }

/* FAQ LIST */
.hnb-body .faq .asset-links-list-item {
  padding: 5px 0px; }

.hnb-body .faq .faq-title {
  color: #c81818;
  margin: 0px; }

/* GLOSSARY*/
.hnb-body .glossary #box {
  margin-top: 15px; }

.hnb-body .glossary .letter-container {
  padding: 15px 0px; }

.hnb-body .glossary .letter-title {
  color: #c81818;
  font-size: 1.2em;
  border-bottom: 1px solid #c81818; }

.hnb-body .glossary .entry-title {
  color: #c81818;
  font-weight: bold;
  padding: 10px 0px; }

.hnb-body .glossary input {
  margin-bottom: 0px; }

/* SITEMAP */
.hnb-body .sitemap .child-pages {
  width: 100%; }

.hnb-body .sitemap .child-pages .level-1 {
  text-transform: uppercase; }

.hnb-body .sitemap .child-pages li {
  padding: 3px 0;
  list-style: none; }

.hnb-body .portlet-site-map ul {
  margin: 0 0 10px 25px; }

/* ERROR PAGE */
.hnb-body .error-page {
  width: 70%;
  margin: 0 auto; }

.hnb-body .error-page a {
  color: #c81818; }

.hnb-body .error-page .col-1-3 {
  background-color: #c81818;
  color: white;
  text-align: center;
  height: 250px;
  width: 30%;
  min-width: 234px;
  border-right: solid 30px #FFFFFF;
  border-bottom: solid 30px #FFFFFF;
  vertical-align: middle; }

.hnb-body .error-page .col-2-3 {
  border-top: solid 5px #e6e5ea;
  padding-top: 0px;
  width: 70%;
  min-width: 204px;
  background-color: #ffffff; }

.hnb-body .error-page .col-2-3 h2 {
  margin-top: 0px;
  margin-bottom: 20px; }

.hnb-body .error-page .col-2-3 h5 {
  margin-bottom: 0px; }

.hnb-body .error-page .pad-t-40 {
  padding-top: 5px; }

.hnb-body .error-page .col-1-3 h1 {
  font-size: 70px;
  font-weight: bold; }

.hnb-body .error-page .col-1-3 h3 {
  font-size: 25px; }

/* IMAGE GALLERY, VIDEO-GALLERY */
.hnb-body .image-gallery {
  display: block;
  margin: 0 auto;
  text-align: center; }

.hnb-body .image-gallery iframe {
  margin-top: 10px; }

.hnb-body .image-gallery .col-1-4 {
  float: none;
  border: solid 10px #fcfcfc;
  height: 200px;
  width: 250px;
  display: inline-block; }

.hnb-body .image-gallery .col-1-4 img {
  height: 100%;
  display: block;
  margin: 0 auto; }

/* ORG SHEMA */
.hnb-body .article .org-chart a,
.hnb-body .org-chart a:active,
.hnb-body .org-chart a:hover * {
  text-decoration: none;
  color: #fff; }

.hnb-body .org-chart a:hover span {
  background-color: #f02020; }

.hnb-body .telefinski table {
  width: 100%; }

.hnb-body .telefinski table,
.hnb-body .telefinski th,
.hnb-body .telefinski td {
  border: none;
  white-space: nowrap; }

.hnb-body .telefinski td {
  padding: 3px 15px; }

.hnb-body .telefinski tr.header {
  text-align: center; }

.hnb-body .telefinski table tr:first-child td[colspan]:not([colspan="1"]) {
  background-color: #ab3a3a;
  color: #fff; }

.hnb-body .telefinski table tr:not(:first-child) td[colspan]:not([colspan="1"]) {
  background-color: #999;
  color: #fff; }

.hnb-body .telefinski table tr:not(:first-child) td.division[colspan]:not([colspan="1"]) {
  background-color: #fff;
  color: #484c50; }

.hnb-body .org-chart-content {
  position: relative; }

.hnb-body .org-chart-content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hnb-body .org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
  margin: 10px 0; }

.hnb-body .org-chart.cf:before,
.hnb-body .org-chart.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.hnb-body .org-chart a,
.hnb-body .org-chart a:active,
.hnb-body .org-chart a:hover {
  text-decoration: none; }

.hnb-body .org-chart.cf:after {
  clear: both; }

.hnb-body .org-chart.cf {
  *zoom: 1; }

.hnb-body .org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.hnb-body .org-chart ul li {
  position: relative;
  margin: 0px; }

.hnb-body .org-chart ul li span {
  display: block;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: black;
  font-size: 12px;
  box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  transition: all linear .1s;
  padding: 10px;
  color: #fff; }

.hnb-body .org-chart .council {
  background: #AB3A3A; }

.hnb-body .org-chart .gov {
  background: #AB3A3A; }

.hnb-body .org-chart .dept-gov {
  background: #CD5C5C; }

.hnb-body .org-chart .vic-gov-01 {
  background: #669999; }

.hnb-body .org-chart .vic-gov-02 {
  background: #003333; }

.hnb-body .org-chart .vic-gov-03 {
  background: #666666; }

.hnb-body .org-chart .vic-gov-04 {
  background: #999967; }

.hnb-body .org-chart .vic-gov-05 {
  background: #999999; }

.hnb-body .org-chart .vic-gov-06 {
  background: #6C91B5; }

.hnb-body .org-chart .board {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative; }

.hnb-body .org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  height: 400px;
  width: 0px;
  border-left: 1px solid #d4d4d8;
  margin-left: 49%;
  top: 15px; }

.hnb-body .org-chart ul.columnOne {
  height: 90px;
  position: relative;
  width: 100%;
  display: block;
  clear: both; }

.hnb-body .org-chart ul.columnOne li {
  width: 35%;
  margin: 0px auto;
  top: 10px; }

.hnb-body .org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 80px;
  clear: both; }

.hnb-body .org-chart ul.columnTwo li:first-child {
  width: 30%;
  float: left; }

.hnb-body .org-chart ul.columnTwo li {
  width: 30%;
  float: right; }

.hnb-body .org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 1px solid #d4d4d8;
  margin: 0 auto;
  top: 40px; }

.hnb-body .org-chart ul.columnThree {
  position: relative;
  width: 100%;
  display: block;
  clear: both; }

.hnb-body .org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 0; }

.hnb-body .org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left; }

.hnb-body .org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-left: 0; }

.hnb-body .org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 1px solid #d4d4d8;
  margin: 0 auto;
  top: 40px; }

.hnb-body .org-chart ul.columnTwoLeft {
  position: relative;
  width: 50%;
  display: block;
  height: 80px;
  clear: both; }

.hnb-body .org-chart ul.columnTwoLeft:before {
  content: "";
  display: block;
  position: relative;
  width: 96%;
  height: 10px;
  border-top: 1px solid #d4d4d8;
  margin: 0 auto;
  top: 40px; }

.hnb-body .org-chart ul.columnTwoLeft li {
  width: 60%;
  float: left; }

.hnb-body .org-chart .departments {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 4px;
  margin-left: 4px; }

.hnb-body .org-chart .departments:before {
  content: "";
  display: block;
  width: 80%;
  height: 22px;
  border-top: 1px solid #d4d4d8;
  border-left: 1px solid #d4d4d8;
  border-right: 1px solid #d4d4d8;
  margin: 0 auto;
  top: 0px; }

.hnb-body .org-chart .department {
  border-left: 1px solid #d4d4d8;
  width: 13%;
  float: left;
  margin: 0px 4px; }

.hnb-body .org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 1px solid #d4d4d8;
  left: 50%;
  top: -22px; }

.hnb-body .org-chart .department:first-child:after {
  display: none; }

.hnb-body .org-chart .department:last-child:after {
  display: none; }

.hnb-body .org-chart .department.central {
  background: #FFF; }

.hnb-body .org-chart .department.central:after {
  display: none; }

.hnb-body .org-chart .department li {
  padding-left: 25px;
  border-bottom: 1px solid #d4d4d8;
  height: 70px; }

.hnb-body .org-chart .department span {
  border-bottom: 1px solid #d4d4d8;
  border-top: 1px solid #d4d4d8;
  border-right: 1px solid #d4d4d8; }

.hnb-body .org-chart .department li span {
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: auto;
  vertical-align: middle;
  right: 0px;
  line-height: 14px; }

.hnb-body .org-chart .sections li span {
  __border-radius: 25px;
  border-width: 0px;
  margin-right: -2px;
  min-height: 75%; }

.hnb-body .org-chart .department .sections {
  margin-top: -20px; }

.hnb-body #cboxLoadedContent {
  margin-bottom: 0; }

/* ORG SHEMA - MEDIA QUERIES */
@media all and (max-width: 1100px) {
  .hnb-body .org-chart .board {
    margin: 0px;
    width: 100%; }
  .hnb-body .org-chart .departments:before {
    border: none; }
  .hnb-body .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    background: #fff;
    margin-bottom: 40px; }
  .hnb-body .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 80px;
    border-left: 1px solid #d4d4d8;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -1px; }
  .hnb-body .org-chart .department:after {
    display: none; }
  .hnb-body .org-chart .department:first-child:before {
    display: none; } }

@media all and (max-width: 992px) {
  .hnb-body .org-chart .departments:before {
    display: none; } }

.hnb-body .telefinski .fa.fa-phone,
.hnb-body .telefinski .fa.fa-fax {
  display: none; }

@media all and (max-width: 769px) {
  .hnb-body .telefinski a {
    white-space: nowrap; }
  .hnb-body .telefinski .fa.fa-phone,
  .hnb-body .telefinski .fa.fa-fax {
    margin-right: 4px;
    display: inline-block; } }

@media screen and (min-width: 360px) and (max-width: 992px) {
  .telefinski td {
    display: block;
    text-align: left; }
  .telefinski tr.labels {
    display: none; } }

/*SEARCH RESULTS*/
#_3_keywords {
  width: 100%;
  height: 2.5em; }

.hnb-body #_com_liferay_portal_search_web_portlet_SearchPortlet_keywords {
  width: 100%;
  height: 2.5em;
  margin-bottom: 10px; }

.hnb-body .search-facet .input-text-wrapper {
  width: 100%; }

.hnb-body .search-facet.panel-default > .panel-heading {
  padding: 8px 15px;
  background-color: #d4d4d8;
  border-color: #e5e5e5; }

.hnb-body .search-facet.panel-default {
  border-color: #e5e5e5;
  margin-bottom: 20px; }

/* uputa */
.hnb-body .search-instruction-container {
  margin-bottom: 20px; }

.hnb-body .search-instruction-container .panel-heading {
  padding: 8px 15px;
  background-color: #fff;
  border-color: #e5e5e5; }

.hnb-body .panel-heading .toggler-header .toggler-header-collapsed .panel-default {
  border-bottom: 0px; }

.hnb-body .search-facet .panel-heading .toggler-header .toggler-header-collapsed {
  border-bottom: 0; }

.hnb-body .search-facet .panel-heading .toggler-header .toggler-header-expanded {
  border-bottom: 1px solid #e5e5e5; }

.hnb-body .search-facet .panel-heading .panel-title {
  font-size: 1rem; }

.hnb-body .search-layout .facet-value {
  /*background:#dddddd;*/ }

.hnb-body .search-layout .facet-value img {
  display: none; }

.hnb-body .search-layout .facet-value a:hover * {
  color: #484c50; }

.hnb-body .search-layout .nav-pills > .active > a,
.hnb-body .search-layout .nav-pills > .active > a:hover,
.hnb-body .search-layout .nav-pills > .active > a:focus {
  /*color: white; background-color: #c81818;*/
  color: #484c50;
  background-color: #d4d4d8; }

.hnb-body .search-layout .nav > li > a:hover,
.hnb-body .search-layout .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.hnb-body .search-layout span.badge-info {
  background-color: transparent;
  float: right;
  color: #484c50;
  font-weight: normal; }

.hnb-body .search-layout span.badge-info:before {
  content: "[ "; }

.hnb-body .search-layout span.badge-info:after {
  content: " ]"; }

.hnb-body .search-layout span.badge {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.hnb-body.portlet-search .search-layout .search-facet {
  border-top: none; }

.hnb-body .form .fieldset.search-bar {
  border: 0;
  margin: 0;
  padding: 0; }

.hnb-body .hnb-form.search fieldset {
  border: none; }

.hnb-body .portlet-search .lfr-token {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: none; }

.hnb-body .portlet-search .panel-title i {
  padding-right: 4px; }

.hnb-body .search-bar-keywords-input-wrapper .search-bar-keywords-input {
  background-color: white;
  border: 1px solid #ccc; }

.hnb-body .lfr-search-container-wrapper .searchcontainer-content h4 {
  font-size: 18px;
  margin: 0; }

.hnb-body .lfr-search-container-wrapper .searchcontainer-content h6 {
  font-size: 12px;
  line-height: 1.2857em;
  padding: 6px 0;
  text-align: justify; }

.hnb-body .lfr-search-container-wrapper .searchcontainer-content .highlight {
  background: #eeeeee; }

.hnb-body .portlet-search .search-layout .result .asset-entry .asset-entry-type {
  font-size: 1em;
  float: right; }

.hnb-body .portlet-search .search-layout .result .asset-entry .asset-entry-title i {
  font-size: 0.875em; }

.hnb-body .portlet-search .search-layout .result .asset-entry .asset-entry-type i {
  font-size: 1.125em; }

.hnb-body .portlet-search .taglib-asset-categories-summary .asset-vocabulary {
  background: none;
  padding: 0; }

.hnb-body .portlet-search a [class^="icon-"] {
  margin-right: 3px; }

.hnb-body .searchcontainer-content .asset-entry-content {
  margin-top: 12px; }

.hnb-body .searchcontainer-content .asset-entry-tags {
  margin-top: 12px; }

.hnb-body .search-results-container {
  margin-left: 2.5641%; }

.hnb-body .searchcontainer-content .pagination-results {
  margin-bottom: .5rem;
  padding: .5rem .75rem; }

/*TODO 6.2*/
@media (max-width: 767px) {
  .hnb-body .portlet-search .col-md-3 {
    width: 100%; }
  .hnb-body .portlet-search .col-md-9 {
    width: 100%; }
  .hnb-body .portlet-search .col-md-12 {
    width: 100%; }
  #_com_liferay_portal_search_web_portlet_SearchPortlet_searchCustomRangeButton {
    width: 100%; } }

/* CALENDAR PORTLET */
.hnb-body .calendar-container .calendar-entries-short .article-calendarlinebanner {
  min-height: auto;
  padding: 12px 16px;
  color: #686a70; }

.hnb-body .calendar-container .calendar-entries-short .article-calendarlinebanner:last-child {
  border-bottom: none; }

.hnb-body .calendar-container .calendar-entries-short .date {
  font-size: 1.067em; }

.hnb-body .content-combobox.calendar .switchbox-header a {
  display: block;
  height: 37px; }

.hnb-body .content-combobox.calendar.homepage .calendar-entries {
  height: 320px;
  overflow: hidden; }

.hnb-body .content-combobox.calendar .calendar-container {
  position: relative; }

.hnb-body .article-calendar-linebanner a, .hnb-body .article-calendarlinebanner a {
  display: inline-block; }

.hnb-body .article-calendar-linebanner .ics, .hnb-body .article-calendarlinebanner .ics {
  float: right;
  display: block; }

.hnb-body .article-calendar-linebanner i, .hnb-body .article-calendarlinebanner i {
  font-size: 0.9em; }

.hnb-body .calendar-slider {
  border-bottom: 1px solid #d4d4d8; }

.hnb-body .calendar-slider > h5 {
  position: absolute;
  font-weight: bold;
  color: #c81818;
  height: 42px;
  line-height: 42px; }

.hnb-body .calendar-slider .calendar-action-button,
.hnb-body .calendar-slider .calendar-header {
  width: 33.3333%;
  margin: auto;
  height: 40px; }

.hnb-body .calendar-slider .calendar-header .title {
  text-align: center; }

.hnb-body .calendar-slider .calendar-header .arrow i {
  font-size: 2em;
  color: #989ca0; }

.hnb-body .calendar-slider .article-calendar-linebanner {
  height: 128px;
  background-color: #eeeef0; }

.hnb-body .calendar-slider .article-calendar-linebanner .date-container {
  width: 94px;
  padding: 37px 0;
  float: left;
  background-color: #d2d4d8; }

.hnb-body .calendar-slider .article-calendar-linebanner .article-linebanner h5 {
  border-color: white; }

.hnb-body .calendar-slider .article-calendar-linebanner .date-container h3,
.hnb-body .calendar-slider .article-calendar-linebanner .date-container h5 {
  margin: 0 16px;
  text-align: center; }

.hnb-body .calendar-slider .article-calendar-linebanner .date-container h3 {
  padding-bottom: 2px; }

.hnb-body .calendar-slider .article-calendar-linebanner .date-container h5 {
  border-top: 1px solid #484c50;
  padding-top: 6px; }

.hnb-body .calendar-slider .article-calendar-linebanner .article-linebanner {
  padding: 0 16px;
  height: 128px; }

.hnb-body .calendar-slider .calendar-header .arrow,
.hnb-body .calendar-slider .calendar-action-button .calendar-swiper-button-prev,
.hnb-body .calendar-slider .calendar-action-button .calendar-swiper-button-next {
  position: relative;
  padding: 4px 16px;
  z-index: 10;
  cursor: pointer; }

.hnb-body .calendar-slider .calendar-action-button .swiper-button-disabled i {
  color: #eeeef0; }

.hnb-body .calendar-slider .calendar-header .arrow.left,
.hnb-body .calendar-slider .calendar-action-button .calendar-swiper-button-prev {
  float: left; }

.hnb-body .calendar-slider .calendar-header .arrow.right,
.hnb-body .calendar-slider .calendar-action-button .calendar-swiper-button-next {
  float: right; }

.hnb-body .calendar-slider .calendar-action-button i {
  font-size: 2em;
  color: #989ca0; }

.hnb-body .calendar-slider .calendar-entry-container .swiper-slide > .first > .article-calendar-linebanner {
  margin-right: 8px; }

.hnb-body .calendar-slider .calendar-entry-container .swiper-slide > .last > .article-calendar-linebanner {
  margin-left: 8px; }

.hnb-body .calendar-slider a {
  _display: block; }

.hnb-body .calendar-slider a:hover * {
  color: #484c50; }

.hnb-body .calendar-slider .article-linebanner h4 strong {
  font-size: 15px; }

@media (max-width: 768px) {
  .hnb-body .content-combobox.calendar.homepage .calendar-entries,
  .hnb-body .content-combobox.calendar.other .calendar-entries {
    overflow: auto; }
  .hnb-body .calendar-slider .calendar-entry-container {
    min-height: 128px;
    max-height: 400px;
    overflow: auto;
    width: 100%; }
  .hnb-body .calendar-slider .calendar-entry-container .row-fluid > div {
    margin-bottom: 8px; }
  .hnb-body .calendar-slider .calendar-action-button {
    display: none; }
  .hnb-body .calendar-slider .calendar-header {
    width: 100%; }
  .hnb-body .calendar-slider > h5 {
    position: relative; } }

/* TEČAJNA LISTA */
.hnb-body .ui-datepicker-calendar td {
  padding: 1px; }

.hnb-body .ui-datepicker-calendar th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.hnb-body .ui-datepicker .ui-datepicker-title select {
  font-size: 0.8em; }

.hnb-body .tecajna-lista .th {
  vertical-align: middle; }

.hnb-body .tecajna-lista .block {
  cursor: pointer; }

/* TEČAJNA LISTA portlet za naslovnicu */
.hnb-body .exchange-rates .titlezone {
  background-color: #989ca0; }

.hnb-body .exchange-rates .titlezone > a {
  padding: 10px 16px 9px 16px;
  color: white; }

.hnb-body .exchange-rates .titlezone > a.block:hover {
  background-color: #8a8c90; }

.hnb-body .exchange-rates .titlezone i {
  float: right;
  font-size: 1.875em;
  color: white;
  padding: 4px 0; }

.hnb-body .exchange-rates .titlezone .uppercase {
  font-size: 0.875em;
  font-weight: bold; }

.hnb-body .exchange-rates table {
  border: none;
  font-size: 16px; }

.hnb-body .exchange-rates table th,
.hnb-body .exchange-rates table td {
  border: none;
  padding: 9px 8px 9px 16px; }

.hnb-body .exchange-rates table .cell-right {
  text-align: right;
  padding: 8px 16px 8px 8px;
  text-transform: uppercase; }

.hnb-body .exchange-rates table tr {
  background-color: #dcdce0;
  border-bottom: 1px solid #eeeef0; }

.hnb-body .exchange-rates table thead td {
  padding: 9px 8px 8px 16px; }

.hnb-body .exchange-rates table th {
  background-color: #8a8c90;
  color: white;
  font-size: 0.75em; }

.hnb-body .colt-1-4 .article-combobanner,
.hnb-body .col-1-4 .article-combobanner {
  margin-left: 8px; }

/* COOKIE LAW */
.hnb-body .cc_container {
  color: #484c50;
  font-size: 1em;
  font-family: sans-serif; }

.hnb-body .cc_container .cc_btn,
.hnb-body .cc_container .cc_btn:visited {
  background-color: #bcbcc0;
  border-radius: 0;
  color: #484c50; }

.hnb-body .cc_container .cc_btn:hover {
  background: #686a70;
  color: #eeeef0; }

.hnb-body .cc_container a,
.hnb-body .cc_container a:visited {
  color: #b01010; }

/* FOOTER */
footer .twitter i.fa,
footer .youtube i.fa,
footer .flickr i.fa,
footer .linkedin i.fa,
footer .facebook i.fa,
footer .rss i.fa {
  color: #686a70;
  font-size: 2em; }

footer .email i.fa {
  color: #686a70;
  font-size: 1.75em; }

footer .margo-b-8 {
  margin-bottom: 2px !important; }

/* ADT print icons */
.hnb-body .article-module h5.article-action-icons {
  border-top: 1px dashed #d4d4d8;
  border-bottom: 1px dashed #d4d4d8;
  padding: 4px 0;
  text-align: right; }

/* ADT Lucene search */
.hnb-body .article-module.lucene {
  margin: 0; }

.hnb-body .article-module.lucene .article-linebanner, .hnb-body .article-module.lucene .entry-container {
  height: auto;
  min-height: 170px; }

.hnb-body .article-module.lucene .article-linebanner h4.title {
  padding: 8px 0 4px 0; }

.hnb-body .article-module.lucene .image-container {
  height: 170px; }

.hnb-body .article-module.lucene table,
.hnb-body .article-module.lucene table th,
.hnb-body .article-module.lucene table td {
  border: none;
  font-size: 1em; }

.hnb-body .article-module.lucene table th {
  background: none; }

.hnb-body .article-module.lucene table td {
  width: 100%; }

.hnb-body .article-module.lucene table th:hover {
  background: none; }

.hnb-body .article-module.lucene table th,
.hnb-body .article-module.lucene table td {
  padding: 0 8px 5px 0; }

.hnb-body .article-module.lucene .alert.alert-success {
  color: #c81818;
  background-color: #eeeef0;
  border: 1px solid #d4d4d8; }

/* Publikacije document preview */
.hnb-body .article .metadata-container .image-container {
  float: left;
  width: 142px;
  height: 200px;
  overflow: hidden; }

.hnb-body .article .metadata-container .image-container img {
  height: 100%;
  max-width: none; }

.hnb-body .article .metadata-container .image-container + .table-container {
  margin-left: 150px;
  min-height: 200px; }

.image-container-publi img {
  object-fit: scale-down;
  max-width: 420px;
  max-height: 230px;
  width: 100%;
  object-position: top; }

/* CLEAR */
.hnb-body .clear {
  width: 100%;
  clear: both; }

/* FORM */
.hnb-body .form input[type="checkbox"], .hnb-body .form input[type="radio"] {
  min-width: 16px;
  min-height: 20px; }

/* AUI - RESET */
.hnb-body select, .hnb-body textarea,
.hnb-body input[type="text"], .hnb-body input[type="password"],
.hnb-body input[type="datetime"], .hnb-body input[type="datetime-local"],
.hnb-body input[type="date"], .hnb-body input[type="month"],
.hnb-body input[type="time"], .hnb-body input[type="week"],
.hnb-body input[type="number"], .hnb-body input[type="email"],
.hnb-body input[type="url"], .hnb-body input[type="search"],
.hnb-body input[type="tel"], .hnb-body input[type="color"],
.hnb-body .uneditable-input,
.hnb-body .btn,
.nav-pills > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* AUI - EXPAND INPUT LENGTH */
.hnb-body input.widthoverride {
  max-width: 100% !important;
  width: 100% !important; }

/* PORTLET - ADMIN CONTROLS */
/* PORTLET - BARS ON HOMEPAGE */
/* PORTLET - DRAG DROP */
/* LOGO ON PRINT */
.hnb-body .print-logo {
  display: none; }

/* PORTLET - back button */
.hnb-body .taglib-header .header-back-to a {
  font-size: 1.8em; }

.hnb-body .taglib-header .header-title {
  display: none; }

.hnb-body .taglib-header {
  display: none; }

/* MODULE-WRAPPER - TITLE */
.hnb-body .module-wrapper h2.article-title {
  margin: 0;
  padding: 14px 0; }

/* MODULE-WRAPPER - 3RD COLUMN TITLE */
.hnb-body .colt-1-3 .module-wrapper h2.article-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: .875em;
  line-height: 1.5em;
  letter-spacing: .005em;
  word-spacing: -0.05em;
  padding: 7px 16px 7px 16px;
  border-bottom: 1px solid #d4d4d8; }

/* NO TRANSLATION*/
.no-translation {
  padding: 16px;
  margin-top: 16px;
  border: 1px solid #d4d4d8;
  text-align: center; }

/* HOMEPAGE */
.hnb-body .homepage .top-title,
.hnb-body .homepage .text-container {
  overflow: hidden; }

.hnb-body .homepage .title {
  text-align: left;
  line-height: 1.3125em; }

.hnb-body .homepage .text-wrapper {
  border-top: 4px solid #acacb0; }

.hnb-body .homepage .image-container + .text-wrapper {
  margin-left: 112px; }

.hnb-body .homepage .text-container .title {
  font-size: 15px; }

.hnb-body .homepage .light-grey:hover .top-title,
.hnb-body .homepage .light-grey:hover .attributes {
  border-color: white; }

/* SEARCH PORTLET RESET*/
.hnb-body .portlet-search .field-wrapper {
  min-width: 0;
  margin-right: 3px; }

.hnb-body .portlet-search a.asset-category {
  color: #c81818; }

.hnb-body .portlet-search .search-facet a {
  position: relative;
  padding-right: 48px; }

.hnb-body .portlet-search .search-facet a .badge {
  position: absolute;
  right: 12px;
  top: 6px; }

.hnb-body .portlet-search .text-primary {
  font-weight: bold; }

/* EXCHANGE RATES PORTLET */
.hnb-body .exchange-rates-main .center {
  margin: 0 auto;
  width: 50px; }

.hnb-body .exchange-rates-main .layout {
  float: left;
  width: 100%; }

.hnb-body .exchange-rates-main #filter-div select, .hnb-body .exchange-rates-main #filter-div input {
  min-width: 100px; }

@media all and (min-width: 993px) {
  .hnb-body .exchange-rates-main #filter-div .col-md-12 {
    width: 33.3%;
    padding: 0 .5em; }
  .hnb-body .exchange-rates-main .hnb-form input, .hnb-body .exchange-rates-main .hnb-form textarea, .hnb-body .exchange-rates-main .hnb-form select {
    padding: 0 2% 0 2%; } }

@media all and (max-width: 992px) {
  .hnb-body .exchange-rates-main #filter-div .col-md-12 {
    width: 100%; } }

.hnb-body .exchange-rates-main #filter-div .field-wrapper {
  min-width: 100px; }

.hnb-body .exchange-rates-main #filter-div {
  margin-bottom: 16px; }

.hnb-body .exchange-rates-main .accordion-toggle {
  text-align: center;
  cursor: pointer;
  background: #ebebeb;
  margin-bottom: 20px;
  padding: 10px 10px;
  border: 1px solid #cccccc;
  color: #666666; }

.hnb-body .exchange-rates-main .accordion-content {
  display: none; }

.hnb-body .exchange-rates-main #container_ {
  margin-top: 5px; }

.hnb-body .exchange-rates-main .hnb-form .control-group {
  margin-bottom: 0px; }

.hnb-body .exchange-rates-main .hnb-form button {
  padding: 0 4% 0 4%; }

.hnb-body .exchange-rates-main #records_table .cell_right {
  text-align: right; }

.hnb-body .exchange-rates-main #records_table .cell_center {
  text-align: center; }

.hnb-body .exchange-rates-main .ui-datepicker .ui-datepicker-title select {
  font-size: 0.8em;
  margin: 1px 0; }

.hnb-body .exchange-rates-main #pagination_buttons {
  display: none; }

.hnb-body .exchange-rates-main .pagination-large ul > li > a, .pagination-large ul > li > span {
  font-size: 11.5px; }

.hnb-body .exchange-rates-main .pagination ul > li > a, .pagination ul > li > span {
  line-height: 5px; }

.hnb-body .exchange-rates-main .pagination {
  margin: 20px 0;
  width: 100%; }

.hnb-body .exchange-rates-main .pagination-large ul > li > a, .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
  line-height: 20px;
  border: 1px solid #ddd;
  float: left;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  color: #484c50; }

.hnb-body .exchange-rates-main .pagination-large ul > li > a:hover {
  color: #c81818;
  background-color: whitesmoke; }

.hnb-body .exchange-rates-main td {
  padding: 4px 8px; }

.hnb-body .no-display {
  display: none; }

.hnb-body .exchange-rates-main #date-range-div input {
  float: left;
  width: 48%;
  margin-right: 2%;
  box-sizing: border-box; }

.hnb-body .exchange-rates-main #mjesec-div {
  text-transform: capitalize; }

/* CKEDITOR */
.hnb-body .cke_reset_all table {
  width: auto;
  min-width: 80px;
  margin: 0; }

.hnb-body .cke_reset_all table,
.hnb-body .cke_reset_all table th,
.hnb-body .cke_reset_all table td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

.hnb-body .cke_reset_all th,
.hnb-body .cke_reset_all td {
  padding: 0; }

.hnb-body .cke_reset_all td.cke_dialog_contents_body {
  overflow: auto;
  padding: 17px 10px 5px 10px;
  margin-top: 22px; }

.hnb-body .cke_reset_all table.cke_dialog_contents {
  background-color: #fff;
  overflow: auto;
  padding: 15px 10px 5px 10px;
  margin-top: 30px;
  border-top: 1px solid #bfbfbf;
  border-radius: 0 0 3px 3px; }

/*7.0*/
.hnb-body .margo-b-16 {
  width: 100%; }

.zn-user-subscription-portlet .input-checkbox-wrapper input {
  width: auto;
  height: auto; }

.text-warning {
  color: #747478; }

@media (max-width: 767px) and (max-width: 979px) {
  .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-top: 5px;
    width: 100%; } }

.hnb-body .row-fluid:before, .hnb-body .row-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

.hnb-body .row-fluid:after {
  clear: both; }

.toggle-card-cell {
  font-size: 12px; }

.toggle-card-container {
  width: 80px; }

.col-md-3 {
  width: 25%; }

.col-md-9 {
  width: 75%; }

.card-col-content {
  max-width: 100%; }

@media (max-width: 767px) {
  .col-md-3 {
    width: 100%; }
  .col-md-9 {
    width: 100%; }
  .col-md-12 {
    width: 100%; } }

liferay-hl {
  background: #eeeeee; }

.hnb-body .col-1-3.portlet-column-first .module,
.hnb-body .colt-1-3.portlet-column-first .module,
.hnb-body .col-1-2.portlet-column-first .module,
.hnb-body .colt-1-2.portlet-column-first .module,
.hnb-body .col-1-2.first .module,
.hnb-body .swiper-container .col-2-3 .module {
  margin-left: 0;
  padding-left: 0; }

.hnb-body .col-1-3.portlet-column-last .module,
.hnb-body .colt-1-3.portlet-column-last .module,
.hnb-body .colt-1-4.portlet-column-last .module,
.hnb-body .swiper-container .col-1-3 .module {
  margin-right: 0;
  padding-right: 0; }

@media all and (min-width: 769px) and (max-width: 992px) {
  .hnb-body .colt-1-4.portlet-column-last .module {
    margin-left: 0;
    padding-left: 0; }
  .hnb-body .col-1-2.portlet-column-last .module {
    margin-right: 0;
    padding-right: 0; } }

.hnb-body .module .image-container {
  width: 112px;
  height: 100%;
  float: left;
  overflow: hidden; }

.hnb-body .module .image-container img {
  height: 100%;
  max-width: none; }

.hnb-body .module .article-linebanner {
  margin: 0 16px;
  border: none; }

.hnb-body .module .image-container + .article-linebanner {
  margin-left: 130px;
  border: none; }

.hnb-body .module .article-linebanner h4.title {
  font-size: 1.0546875em;
  padding: 12px 0 8px 0; }

.hnb-body .module .article-linebanner h5.attributes {
  line-height: 1.2857em;
  padding: 6px 0; }

.hnb-body .module .article-linebanner h5 {
  padding: 7px 0; }

.hnb-body .module .image-container {
  width: 112px;
  height: 100%;
  float: left;
  overflow: hidden; }

.hnb-body .module .image-container img {
  height: 100%;
  max-width: none; }

.hnb-body .module .article-linebanner {
  margin: 0 16px;
  border: none; }

.hnb-body .module .image-container + .article-linebanner {
  margin-left: 130px;
  border: none; }

/* ARTICLE LIST 1 */
.hnb-body .module .entry-container {
  margin-bottom: 8px; }

.hnb-body .module .entry-container:last-child {
  margin-bottom: 0; }

.hnb-body .module .entry-container .article-linebanner h5,
.hnb-body .module .entry-container .article-linebanner h5 span {
  color: #484c50; }

.hnb-body .module .entry-container .article-linebanner h5.attributes,
.hnb-body .module .entry-container .article-linebanner h5.attributes span {
  color: #8a8c90; }

.hnb-body .module.white .entry-container:hover {
  background-color: #f8f8f8; }

.hnb-body .module.white .entry-container a:hover .article-linebanner h4.title {
  color: #c81818; }

.hnb-body .module.white .entry-container {
  border-width: 1px;
  border-color: #eeeef0;
  border-style: solid;
  border-width: 1px 0; }

.hnb-body .module.white .entry-container .article-linebanner h5 {
  border-color: #eeeef0; }

.hnb-body .module.box .entry-container {
  position: relative; }

.hnb-body .module.box .image-container {
  width: 100%;
  float: none; }

.hnb-body .module.box .image-container img {
  width: 100%; }

.hnb-body .module.box .video-container {
  position: relative;
  padding-bottom: 57.5%;
  /* orig 56.25% 16:9 */
  height: 0;
  overflow: hidden; }

.hnb-body .module.box .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hnb-body .module.box .other-entry {
  background-color: #f8f8f8;
  padding: 16px; }

.hnb-body .module.box .other-entry h5 {
  margin-bottom: 0;
  padding: 0 0 6px 0; }

.hnb-body .module.box .other-entry p {
  margin: 0 0 0 16px;
  border-bottom: 1px dashed #d4d4d8;
  text-align: left; }

.hnb-body .module.box .other-entry p:last-child {
  border-bottom: none; }

.hnb-body .module.box .other-entry p a {
  display: block;
  padding: 4px 0; }

.hnb-body .module.box .text-container .attributes {
  height: 30px;
  line-height: 30px;
  width: 100%;
  position: relative; }

.hnb-body .homepage .text-container .title {
  font-size: 15px; }

.hnb-body .calendar-slider.homepage > h5 {
  line-height: 40px;
  margin: 0;
  font-weight: bold; }

.hnb-body select[multiple], .hnb-body select[size] {
  height: auto; }

/* PAGINATION */
.hnb-body .lfr-pagination {
  display: flex;
  align-items: center; }
  .hnb-body .lfr-pagination .lfr-pagination-delta-selector, .hnb-body .lfr-pagination .search-results {
    display: none !important; }
  @media (max-width: 768px) {
    .hnb-body .lfr-pagination .lfr-pagination-page-selector {
      display: none; } }
  .hnb-body .lfr-pagination .lfr-pagination-page-selector .dropdown-toggle {
    border: 1px solid #d4d4d8; }
  .hnb-body .lfr-pagination .lfr-pagination-page-selector .dropdown-toggle, .hnb-body .lfr-pagination .lfr-pagination-page-selector .dropdown-toggle:active, .hnb-body .lfr-pagination .lfr-pagination-page-selector a:active {
    background-color: #fff; }
  .hnb-body .lfr-pagination .lfr-pagination-buttons {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin: 0 !important;
    width: auto !important; }
    .hnb-body .lfr-pagination .lfr-pagination-buttons :nth-child(2) a:before {
      content: "\003c"; }
    .hnb-body .lfr-pagination .lfr-pagination-buttons :nth-child(3) a:after {
      content: "\003e"; }
    .hnb-body .lfr-pagination .lfr-pagination-buttons li {
      width: auto !important; }
      .hnb-body .lfr-pagination .lfr-pagination-buttons li a {
        border: none; }
      .hnb-body .lfr-pagination .lfr-pagination-buttons li a:hover {
        background-color: #fff;
        color: #c81818; }
    .hnb-body .lfr-pagination .lfr-pagination-buttons li.first, .hnb-body .lfr-pagination .lfr-pagination-buttons li.last {
      display: none; }

.hnb-body .dropdown-menu > li > a:active {
  color: #484c50;
  background-color: #fff; }

/* FIX LIFERAY controls */
/*
.hnb-body .autofit-col.autofit-col-end {
	float: none;
	position: absolute;
	z-index: 1;
	width: 34px;
	background: #fff;
}
.hnb-body header.portlet-topper {
	z-index: 1;
}
*/
/* custom - force table border */
.hnb-body table.border, .hnb-body table.border th, .hnb-body table.border td {
  border-width: 1px; }

/* ecb-rates */
.ecb-rates-form .ecb-rates-form-alert {
  display: none; }

.ecb-rates-form #date-on-div .dates {
  display: inline;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100px; }

.ecb-rates-form #date-on-div .tecajnica-search-btn {
  margin-top: 7px;
  min-height: 40px;
  width: 100px; }

.ecb-rates-form #date-on-div .tecajnica-esb-date-input {
  display: inline;
  width: 100px; }

.ecb-rates-form #date-on-div #downloadbtn {
  width: 300px; }

.ecb-rates-form #date-on-div .aui-field-wrapper-display-inline {
  display: inline; }

.ecb-rates-form table {
  font-size: 14px; }

.ecb-rates-view-snapshot .divider {
  border-width: 4px; }

/* info-list */
.info-list-container .attributes {
  text-align: left; }

/* commission */
.commission-configuration-body-content #usporedbaNaknadaTable {
  width: 50%; }

.mape-container .attributes {
  text-align: left; }

.paketi-container .usporedba-naknada-napomena-cell {
  padding-right: 3px; }

.paketi-container .usporedba-naknada-napomena1-cell {
  width: 100%; }

.paketi-container .usporedba-naknada-napomena2-cell {
  padding: 0; }

.paketiTable {
  width: 100%; }

.naknadeListTable {
  width: 100%; }

.odabraniNaziviContainer {
  font-size: 12px; }

/* e-forms */
.e-forms-container label.alpaca-control-label {
  display: block;
  margin-bottom: 5px; }

.e-forms-container input.alpaca-control {
  width: 206px; }

.e-forms-container .alpaca-field-textarea textarea {
  width: 206px; }

.e-forms-container .e-forms-tabs {
  overflow: hidden;
  width: 100%; }
  .e-forms-container .e-forms-tabs .e-forms-tab div {
    float: left;
    width: 30%; }
  .e-forms-container .e-forms-tabs .e-forms-tab:first-child {
    width: 30%; }
  .e-forms-container .e-forms-tabs .e-forms-tab:not(:first-child) {
    padding-left: 20px; }

.e-forms-container .alpaca-textarea-container {
  overflow: hidden;
  width: 100%; }
  .e-forms-container .alpaca-textarea-container:first-child {
    float: left;
    width: 50%; }
  .e-forms-container .alpaca-textarea-container:last-child {
    float: left;
    padding-left: 30px;
    width: 40%; }
  .e-forms-container .alpaca-textarea-container .formTemplateTextarea {
    width: 100%;
    font-size: smaller; }

/* archive-publisher-web */
.document-folder-asset-publisher-form .table.table-bordered.table-hover.table-striped {
  width: 50%; }

/* iban-calculator-web */
.iban-calculator-form .iban-calculator-form-content {
  overflow: hidden;
  width: 100%; }
  .iban-calculator-form .iban-calculator-form-content:first-child {
    float: left;
    width: 50%; }
  .iban-calculator-form .iban-calculator-form-content:last-child {
    float: left;
    padding-left: 20px;
    width: 50%; }
  .iban-calculator-form .iban-calculator-form-content .divDatalist {
    max-height: 330px;
    overflow-y: auto; }
    .iban-calculator-form .iban-calculator-form-content .divDatalist a {
      cursor: pointer; }

@media print {
  .hnb-body main {
    padding: 0; }
  .hnb-body .nav-menu,
  .hnb-body .navbar,
  .hnb-body .portlet-borderless-bar,
  .hnb-body .lfr-meta-actions,
  .hnb-body .breadcrumb {
    display: none !important; }
  .hnb-body .portlet-breadcrumb {
    display: none !important; }
  .hnb-body .print-logo {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 270px;
    height: 100px; }
  /* RESET PORTLET HEIGHT*/
  .hnb-body .portlet-borderless-container {
    min-height: 0; }
  .hnb-body a[href]:after {
    content: none !important; }
  .hnb-body .no-print {
    display: none !important; }
  .hnb-body span.no-display {
    display: inline !important; }
  .hnb-body .col-3-4 {
    width: 100% !important; }
  .hnb-body table, .hnb-body th, .hnb-body td {
    border: none !important;
    padding: 0; }
  .hnb-body th {
    font-weight: bold; }
  .hnb-body td[colspan="2"] {
    display: none; }
  .hnb-body .article-title {
    border-bottom: 1px solid #c81818; }
  .hnb-body .portlet-column .portlet-navigation {
    border: none; }
  .hnb-body #column-2 > div {
    border: none; }
  .hnb-body #column-2.portlet-column-last > div {
    border: none; }
  .hnb-body .article {
    border-top: none; }
  .hnb-body footer .col-1-2.brd-t-white {
    width: 100%;
    text-align: center; }
  .hnb-body footer .module {
    padding: 0; }
  .hnb-body .article .article-action-icons {
    border: none;
    padding-top: 20px; }
  .hnb-body .col-2-3 {
    width: 100%; }
  /* RESET IMAGE */
  .hnb-body img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1; }
  /* EXCHANGE RATES PORTLET */
  .hnb-body .exchange-rates-main td {
    padding: 4px 0; }
  .hnb-body .exchange-rates-main .hnb-form select,
  .hnb-body .exchange-rates-main .hnb-form input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none; }
  .hnb-body .exchange-rates-main .column-content {
    padding: 0; }
  .hnb-body .exchange-rates-main #tmp {
    margin-top: 1em; }
  .hnb-body .exchange-rates-main #filter {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block; } }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*# sourceMappingURL=main.css.map */
