.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 1em; }
  .loadingmask-message .loadingmask-message-content {
    -webkit-animation: loading-animation 1.2s infinite ease-out;
       -moz-animation: loading-animation 1.2s infinite ease-out;
         -o-animation: loading-animation 1.2s infinite ease-out;
            animation: loading-animation 1.2s infinite ease-out;
    background: transparent;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 1em; }

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent; }

span.alert {
  display: inline-block; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000; }
  .quick-access-nav a {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid #FFF;
    left: 0;
    outline: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center; }
    .quick-access-nav a:focus {
      color: #FFF;
      top: 1000px; }

@media only screen and (max-width: 991px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }
  .ie9 .responsive-table-horizontal thead {
    float: none; } }

.important {
  font-weight: bold; }

.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable, .unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #A6A6A6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }

.lfr-asset-category-container .no-matches {
  color: #999; }

.lfr-asset-category-search-container {
  background-color: #D3DADD;
  border-bottom-color: #AEB8BC; }

.lfr-asset-category-list a.selected {
  background-color: #EEE; }

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%; }

.lfr-asset-column-actions-content {
  background-color: #D7F1FF; }

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88C5D9; }

.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;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999; }

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

.lfr-asset-panels .lfr-panel.lfr-extended, .lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #CCC; }

.lfr-form-row {
  border-bottom-color: #CCC; }

.lfr-form-row:hover {
  background-color: #DFFCCB;
  border-color: #B2FF3A; }

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%; }

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #FFF; }

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word; }
  @media only screen and (min-width: 768px) {
    .definition-of-terms dt {
      width: auto; } }

.lfr-code {
  background: #FFF;
  border-color: #777;
  font-family: monospace; }
  .lfr-code tr td.line-numbers {
    background: #FAFAFA; }
    .lfr-code tr td.line-numbers:before {
      color: #AAA;
      text-shadow: 1px 1px #FFF; }

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold; }

.lfr-token {
  background-color: #B3DAEF;
  border-color: #5FA8FF;
  color: #444;
  text-decoration: none; }
  .lfr-token:hover {
    background-color: #D1E5EF; }

.lfr-token-primary {
  font-weight: bold; }
  .lfr-token-primary, .lfr-token-primary:hover {
    background-color: #B3DAEF; }

.lfr-token-close:hover {
  text-decoration: none; }

.lfr-button {
  background: no-repeat 0 50%; }

.lfr-table > tbody > tr > th, .lfr-table > thead > tr > th, .lfr-table > tfoot > tr > th {
  font-weight: bold; }

.lfr-checkbox-preselected, .lfr-configurator-visibility {
  opacity: 0.5; }

.lfr-header-row {
  border-bottom-color: #7B7B7B; }
  .lfr-header-row .lfr-search-combobox {
    border-color: #5F5F5F; }

.openid-login input[type="text"] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #FFF;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }

.lfr-panel-container, .lfr-floating-container {
  background: #FFF; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #D6D6D6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #CDCDCD; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #CECECE; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #CCC; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #CCC; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #EFEFEF; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #CCC; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #CFD2D5;
  border-bottom-color: #DCDEE0;
  border-top-color: #DCDEE0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #CFD2D5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99A7B3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6B7785 #7C8994 #919FA9;
    color: #FFF;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094D7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659C #396EA8 #4C8CCB; }

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em; }

.lfr-preview-file-content {
  border-bottom-color: #6D6D6E; }

.lfr-preview-file-image-current-column, .lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #FFF;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #AEB8BC; }

.lfr-preview-file-image-selected img, .lfr-preview-file-image:hover img {
  border-color: #00A2EA; }

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #FFF; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

.firefox .lfr-preview-video-content div.video-node {
  height: 100%; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #A1A2A4; }

.lfr-plain-editor textarea, .lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.lfr-spa-loading-bar {
  background: #2FA4F5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #EEE; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #E5E4E8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #CCC #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #FFF;
    border-right-color: #CCC;
    font-size: 12px; }

.lfr-toolbar .lfr-button, .lfr-emoticon-container .lfr-button {
  border-color: #E5E4E8; }

.lfr-emoticon-container {
  background: #E5E4E8;
  border-color: #CCC; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .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-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #DDD; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869CAD; }

.lfr-upload-container .delete-button {
  color: #869CAD; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #FDD url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal; }

.lfr-upload-container .upload-complete .error-message, .lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #FFC; }

.lfr-upload-container .progress-bar {
  background: #FFF;
  margin-top: 25px;
  text-align: left;
  width: 100%; }

.lfr-upload-container .progress {
  background: #8DB2E3; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #DDEDDE;
  border-color: #7D7;
  border-style: dashed; }

.app-view-entry:hover .entry-thumbnail {
  border-color: #7ABFDD; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057CB0; }

.app-view-entry.selected .entry-metadata dt, .app-view-entry.selected .entry-metadata dd, .app-view-entry.selected .entry-metadata .entry-categories, .app-view-entry.selected .entry-metadata .entry-tags, .app-view-entry.selected .entry-metadata .entry-description {
  color: #F0F0F0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt, .app-view-entry .entry-metadata dd, .app-view-entry .entry-metadata .entry-categories, .app-view-entry .entry-metadata .entry-tags, .app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00A2EA; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #FFF; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5AD300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #D3E8F1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a, .app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover, .app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #D3E8F1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #EDF0F3; }

.app-view-search-entry-taglib.search {
  background-color: #FFF; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #E2E5E8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media only screen and (max-width: 767px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-links {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }
  .taglib-asset-links h2 {
    color: #999;
    font-size: 1em; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009AE5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8C8C8C;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th, .taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover, .taglib-calendar a:focus {
  background-color: #CCC; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-categorization-filter.entry-title {
  color: #333;
  font-size: 1em;
  line-height: inherit; }

.taglib-categorization-filter .asset-entry {
  background-color: #DEE7F8;
  border-color: #CAD8F3; }
  .taglib-categorization-filter .asset-entry:hover a {
    text-decoration: none; }
    .taglib-categorization-filter .asset-entry:hover a .icon-remove {
      background-color: #CAD8F3; }

.taglib-diff-addedline, #taglib-diff-results ins {
  background: #E6FFE6; }

.taglib-diff-context {
  background: #EEE; }

.taglib-diff-deletedline, #taglib-diff-results del {
  background: #FFE6E6; }

.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 {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #CFC;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #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-color: #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-color: #FDC6C6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009AE5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009AE5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #E5E5E5; }

.diff-version-comparator .diff-version-filter {
  background-color: #F9F9F9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #DBDDE1; }

@media only screen and (min-width: 768px) {
  .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 {
  -webkit-background-size: 50px 50px;
     -moz-background-size: 50px;
       -o-background-size: 50px;
          background-size: 50px; }

.taglib-discussion .lfr-discussion-actions li a, .taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #DDD;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    -webkit-background-size: 40px 40px;
       -moz-background-size: 40px;
         -o-background-size: 40px;
            background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.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-icons span:nth-of-type(2) {
  background: #00C2FF;
  color: #FFF; }

.drop-here-info .drop-text {
  color: #FFF; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

.lfr-ddm-field-group {
  margin-bottom: 20px; }

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: 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 {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #CCC;
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #C8C9CA;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none; }

a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline; }

a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none; }

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px; }

.taglib-icon-label {
  margin-left: 12px; }

.taglib-image-selector .change-image-controls {
  background: #FFF; }

.taglib-image-selector .glyphicon-ok {
  background: #FFF;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #B0B4BB;
  opacity: 0.7; }

.taglib-image-selector.check-active .glyphicon-ok {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .glyphicon-ok {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .glyphicon-ok {
  opacity: 0; }

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

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

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

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background: #FF0047; }

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

.taglib-move-boxes .choice-selector label {
  background: #EBF1F9;
  border-bottom-color: #8DB2F3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #FAFAFA; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

.lfr-tree-display-page .tree-label {
  cursor: default; }
  .lfr-tree-display-page .tree-label a {
    color: black; }
  .lfr-tree-display-page .tree-label .layout-page-invalid {
    color: #AAA;
    font-style: italic; }
    .lfr-tree-display-page .tree-label .layout-page-invalid:hover {
      cursor: default;
      text-decoration: none; }

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0; }

.lfr-map {
  border-color: #CCC; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #F3F3F3; }
  @media only screen and (min-width: 768px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828F95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #D3DADD;
    font-size: 1.4em;
    font-weight: bold; }

.lfr-search-container-wrapper a {
  color: #212529; }

.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;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #212529; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    -webkit-border-bottom-right-radius: 0.25rem;
       -moz-border-radius-bottomright: 0.25rem;
            border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
       -moz-border-radius-bottomleft: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
  .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 h6 + h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

.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 {
  -webkit-border-bottom-left-radius: 0.25rem;
     -moz-border-radius-bottomleft: 0.25rem;
          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 {
  -webkit-border-bottom-right-radius: 0.25rem;
     -moz-border-radius-bottomright: 0.25rem;
          border-bottom-right-radius: 0.25rem; }

.lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
  word-break: break-all \9;
  word-wrap: break-word; }
  @media only screen and (min-width: 768px) {
    .lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
      max-width: 125px;
      min-width: 100px; } }

.lfr-completion-date-column, .lfr-create-date-column, .lfr-date-column, .lfr-display-date-column, .lfr-expiration-date-column, .lfr-last-post-date-column, .lfr-modified-date-column, .lfr-removed-date-column, .lfr-reply-date-column, .lfr-revision-column, .lfr-size-column {
  white-space: nowrap; }

.lfr-description-column, .lfr-role-column {
  max-width: 375px;
  min-width: 375px; }

.lfr-email-address-column, .lfr-name-column, .lfr-parent-organization-column, .lfr-screen-name-column, .lfr-title-column, .lfr-url-column, .lfr-wiki-column {
  max-width: 200px;
  min-width: 200px; }

.lfr-email-column, .lfr-mobile-column, .lfr-website-column {
  min-width: 100px; }
  @media only screen and (min-width: 768px) {
    .lfr-email-column, .lfr-mobile-column, .lfr-website-column {
      min-width: 115px; } }
  .lfr-email-column .checkbox-container .form-group, .lfr-mobile-column .checkbox-container .form-group, .lfr-website-column .checkbox-container .form-group {
    margin-bottom: 0; }

.user-info .user-details .date-info {
  color: #8C8C8C; }

.user-info .user-details .user-name {
  color: #009AE5; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .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-color: #DDD; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .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-social-activities .day-separator {
  border-bottom-color: #CCC; }

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat; }

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  -webkit-background-size: 60px 60px;
     -moz-background-size: 60px;
       -o-background-size: 60px;
          background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.js .taglib-webdav.visible {
  background: #F0F5F7; }

.js .taglib-webdav table {
  border-color: #828F95; }

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

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

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

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word; }

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65B6F0;
  padding-left: 20px; }
  .card-tab-group .card-tab:nth-child(n+2) .card-tab {
    border-left: 4px solid #93ccf5;
    padding-left: 20px; }
    .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
      border-left-color: #c2e2f9; }
      .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
        border-left-width: 0;
        padding-left: 0; }

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px; }

.hsv-palette .hsv-view-container .hsv-value {
  width: 56px; }

.yui3-color-picker-popover .palette-container {
  border-collapse: separate; }

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
      bottom: auto !important;
      height: 100%;
      left: 50% !important;
      max-height: 375px;
      max-width: 650px;
      right: auto !important;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767.98px) {
      .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        border-width: 0; } }
  @media (max-width: 767.98px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

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

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

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

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

.dialog-iframe-popup .portlet-column {
  position: static; }

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

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

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

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: -webkit-calc(100% - 48px);
  height: -moz-calc(100% - 48px);
  height: calc(100% - 48px);
  position: relative; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
    .dialog-iframe-popup .portlet-export-import-container {
      height: -webkit-calc(100% - 48px);
      height: -moz-calc(100% - 48px);
      height: calc(100% - 48px); } }

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-right-width: 0; }

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

.dialog-iframe-popup .panel-heading {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

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

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

@media only screen and (min-width: 992px) {
  .dialog-with-footer #main-content, .dialog-with-footer #wrapper {
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px); } }

.dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #FFF;
  border-top: 1px solid #e9ecef;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
      position: fixed; } }
  .dialog-with-footer .button-holder.dialog-footer .btn, .dialog-with-footer .sheet-footer.dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media only screen and (min-width: 992px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px; } }

.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
    overflow: auto; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive, .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive-lg {
    overflow: visible; }

.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

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

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

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .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; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

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

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

.lfr-editable {
  outline: 1px dashed #68BB30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68BB30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.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; }

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2B4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      background: transparent;
      border-left-color: #DBDDE1;
      color: #B0B4BB; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #CCC; }

.alloy-editor-container .alloy-editor-icon {
  color: #869CAD; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #CC6677; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  background-clip: content-box;
  bottom: -15px;
  height: 40px;
  outline-color: transparent;
  padding: 20px 10px 10px 20px;
  right: -15px;
  width: 40px; }

.html-editor.portlet {
  background: #FFF;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start; }

.html-editor.portlet-message-boards {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

.lfr-source-editor {
  border-color: #CCC; }
  .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: "\f0d7"; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: "\f0dA"; }
      .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 .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #CCC; }

.mce-content-body {
  text-align: start; }

.file-icon-color-0 {
  background-color: #6B6C7E;
  color: #FFF; }

.file-icon-color-1 {
  background-color: #A7A9BC;
  color: #FFF; }

.file-icon-color-2 {
  background-color: #50D2A0;
  color: #FFF; }

.file-icon-color-3 {
  background-color: #AF78FF;
  color: #FFF; }

.file-icon-color-4 {
  background-color: #FFB46E;
  color: #FFF; }

.file-icon-color-5 {
  background-color: #FF5F5F;
  color: #FFF; }

.file-icon-color-6 {
  background-color: #4B9BFF;
  color: #FFF; }

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

.lfr-item-viewer .image-viewer-base {
  outline: none; }

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

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover; }

.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 .progress-container {
  background-color: #FFF; }

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

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media only screen and (min-width: 768px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8B8B8B;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869CAD;
  margin-bottom: 3px; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav .h5 {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
  border-color: transparent;
  color: #777; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > .active > a:after {
  background-color: #65B6F0;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0; }

.image-viewer-sidenav-body {
  padding-top: 0; }

.lfr-item-viewer .lfr-item-viewer-close {
  color: #FFF;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #FFF; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

.lfr-item-viewer-icon-info {
  color: #FFF; }

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #E5F5FC;
  color: #009AE5; }

.nav.list-group > .active {
  border-width: 1px 0 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60BFEF;
    border: 1px solid #60BFEF;
    color: #FFF; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #F3F3F3;
    padding-left: 10px;
    padding-right: 10px; }

.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #CCC9C9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    background-color: #00A2EA;
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px; }

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }

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

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type="radio"]:checked + .card-horizontal {
    -webkit-box-shadow: inset 0 0 0 2px #65B6F0;
       -moz-box-shadow: inset 0 0 0 2px #65B6F0;
            box-shadow: inset 0 0 0 2px #65B6F0; }

.dialog-iframe-popup #main-content, .dialog-iframe-popup #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }

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

@media only screen and (min-width: 768px) {
  .modal-dialog {
    max-width: none; } }

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

.modal-hidden {
  display: none; }

.modal-open .modal {
  overflow: hidden; }

.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; }

.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #5EAF3D; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8); }

.customizable .customizable-layout-column-content {
  background-color: #5EAF3D; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }
  .layout-customizable-controls label {
    color: #FFF; }

.paginator-link {
  background: #EEE no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083BD url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.info-panel .panel-group {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.panel-hd {
  background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

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

.sheet-footer {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .sheet-footer .btn {
    margin-right: 0.5rem; }
    .sheet-footer .btn:last-child {
      margin-right: 0; }

@media only screen and (min-width: 768px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  background-color: #f8f9fa;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
     -moz-border-radius: 0.25rem 0.25rem 0 0;
          border-radius: 0.25rem 0.25rem 0 0;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

.lfr-nav.nav-tabs {
  margin-bottom: 20px; }

.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  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 {
  line-height: 2.5em; }
  .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; }

.tagselector-content {
  border-width: 0;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    border-bottom: 2px solid #869CAD;
    margin-bottom: 10px;
    padding: 0; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.lfr-portal-tooltip {
  display: inline-block; }
  .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; }

.tooltip {
  max-width: 200px; }

.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }

.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; }

.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #F4F3F3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.user-icon-color-0 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #008576; }

.user-icon-color-1 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #287D3C; }

.user-icon-color-2 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #2E5AAC; }

.user-icon-color-3 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #DA1414; }

.user-icon-color-4 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #007DAB; }

.user-icon-color-5 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #272833; }

.user-icon-color-6 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #6B6C7E; }

.user-icon-color-7 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #B95000; }

.user-icon-color-8 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #BE3370; }

.user-icon-color-9 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #9C33BE; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

@media only screen and (min-width: 992px) {
  .touch .modify-pages .drag-handle {
    display: none; } }

.nav li .toolbar {
  margin-top: 5px; }

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

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder, .navigation-pane .navigation-entry .nav-item-label {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media only screen and (min-width: 992px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px; }

.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0; }

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .split-button-dropdowns > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }

.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }

.portlet-topper {
  position: relative; }
  .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-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

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

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.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; }

.portlet-draggable .portlet-topper {
  cursor: move; }

@media only screen and (min-width: 768px) {
  .portlet .visible-interaction {
    display: none; } }

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

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

.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
    -moz-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    -o-transform: translateY(-97%);
    transform: translateY(-97%); } }

@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0; } }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  .portlet > .portlet-topper {
    display: none; }
    @media only screen and (min-width: 768px) {
      .portlet > .portlet-topper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
        transition: opacity 0.25s, -webkit-transform 0.25s;
        -o-transition: opacity 0.25s, -o-transform 0.25s;
        -moz-transition: opacity 0.25s, transform 0.25s, -moz-transform 0.25s;
        transition: opacity 0.25s, transform 0.25s;
        transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
        top: 0; } }

.portlet-content-editable {
  border-color: transparent;
  -webkit-border-radius: 0 0;
     -moz-border-radius: 0 0;
          border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px; }

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right; }

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

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

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

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

.portlet-topper {
  background-color: #F7F7F7;
  border-color: transparent;
  -webkit-border-radius: 0 0;
     -moz-border-radius: 0 0;
          border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

.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; }

/* ---------- Portlet controls in mobile ---------- */
@media only screen and (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0; } }

@media only screen and (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

.main-content-body {
  margin-top: 20px; }

.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }

.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

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

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

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

/* ---------- Breadcrumb taglib ---------- */
.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;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0; }

.widget-toolbar .btn + .btn, .widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem; }

.widget-mode-detail {
  padding-top: 1rem; }
  .widget-mode-detail .title {
    font-size: 36px; }
  .widget-mode-detail .sub-title {
    font-size: 26px;
    margin-bottom: 32px; }
  .widget-mode-detail .widget-metadata {
    margin-bottom: 2rem; }
  .widget-mode-detail .widget-mode-detail-text {
    margin-top: 48px; }
    .widget-mode-detail .widget-mode-detail-text img {
      max-width: 100%; }
    .widget-mode-detail .widget-mode-detail-text p {
      font-size: 18px;
      line-height: 1.8; }

.widget-mode-card .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100% - 24px);
  height: -moz-calc(100% - 24px);
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-ddm-container .file-entry-upload-progress {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px; }

.lfr-preview-file-image img {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
          box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #CCC;
     -moz-box-shadow: 0 1px 3px #CCC;
          box-shadow: 0 1px 3px #CCC; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.overlaymask-content {
  background-color: #FFF; }

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

.lfr-search-combobox-item {
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
     -moz-border-radius: 4px 1px 1px 4px;
          border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
     -moz-border-radius: 1px 4px 4px 1px;
          border-radius: 1px 4px 4px 1px; }

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

.portlet-language .portlet-body .current-language, .portlet-language .portlet-body .taglib-icon, .portlet-language .portlet-body .taglib-language-list-text {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder, .portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px; }

.taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px; }

.menu-content {
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          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 {
    -webkit-box-shadow: 0 0 5px 0 #333;
       -moz-box-shadow: 0 0 5px 0 #333;
            box-shadow: 0 0 5px 0 #333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
         transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    -moz-transition-property: box-shadow, -moz-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow, -moz-box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
         transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }

.underlay-content {
  -webkit-border-bottom-left-radius: 8px;
     -moz-border-radius-bottomleft: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
     -moz-border-radius-bottomright: 8px;
          border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #DDD;
     -moz-box-shadow: 0 0 3px #DDD;
          box-shadow: 0 0 3px #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    -webkit-box-shadow: 0 0 3px #FF0047;
       -moz-box-shadow: 0 0 3px #FF0047;
            box-shadow: 0 0 3px #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #27C1F2;
     -moz-box-shadow: 0 0 3px #27C1F2;
          box-shadow: 0 0 3px #27C1F2; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

.lfr-token {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999;
     -moz-box-shadow: 1px 1px 2px #999;
          box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }

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

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

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

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

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
  background-image: -webkit-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-image: -webkit-linear-gradient(135deg, 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-image: -moz-linear-gradient(135deg, 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-image: -o-linear-gradient(135deg, 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-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));
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width, 0.5s, ease-out;
  -o-transition: width, 0.5s, ease-out;
  -moz-transition: width, 0.5s, ease-out;
  transition: width, 0.5s, ease-out; }

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

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

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

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

.highlight-animation {
  -moz-animation: highlight-animation 0.7s;
  -webkit-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

.lfr-spa-loading .lfr-spa-loading-bar {
  -moz-animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  -o-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-moz-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-o-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

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

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

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

.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #B8C1D1;
     -moz-box-shadow: inset 0 0 5px #B8C1D1;
          box-shadow: inset 0 0 5px #B8C1D1; }

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

.quick-access-nav a {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
     -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  -webkit-box-shadow: initial;
     -moz-box-shadow: initial;
          box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-linear-gradient(#FFF, #E4E4E4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E4E4E4));
  background-image: -moz-linear-gradient(#FFF, #E4E4E4);
  background-image: -o-linear-gradient(#FFF, #E4E4E4);
  background-image: linear-gradient(#FFF, #E4E4E4);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-linear-gradient(#F2F2F2, #CCC);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#CCC));
  background-image: -moz-linear-gradient(#F2F2F2, #CCC);
  background-image: -o-linear-gradient(#F2F2F2, #CCC);
  background-image: linear-gradient(#F2F2F2, #CCC); }

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  -webkit-box-shadow: 0 0 3px #00F;
     -moz-box-shadow: 0 0 3px #00F;
          box-shadow: 0 0 3px #00F; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }

/* ---------- Image selector ---------- */
.taglib-image-selector .glyphicon-ok {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px; }

.taglib-image-selector .progress-wrapper .progressbar {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

/* ---------- Drop here info ---------- */
.drop-here-info {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .drop-here-info .drop-icons {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .drop-here-info .drop-icons span {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px; }
    .drop-here-info .drop-icons span:nth-of-type(1) {
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      transform: rotate(25deg);
      -webkit-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
         -moz-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
              box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08); }
    .drop-here-info .drop-icons span:nth-of-type(2) {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
         -moz-box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
              box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15); }
    .drop-here-info .drop-icons span:nth-of-type(3) {
      -webkit-transform: rotate(-25deg);
      -moz-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      -o-transform: rotate(-25deg);
      transform: rotate(-25deg);
      -webkit-box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
         -moz-box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
              box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08); }

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg); }

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* COMMON */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none; }

/* GRID MIXIN */
/* COLOR CONVERTER */
@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuNm.ttf) format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuHv.ttf) format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuLt.ttf) format("truetype");
  font-weight: 100; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuMd.ttf) format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuBk.ttf) format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuBd.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FuturaBd2.ttf) format("truetype");
  font-weight: 800; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FuturaBkObl.ttf) format("truetype");
  font-weight: 200; }

@font-face {
  font-family: 'icomoon';
  src: url("./../fonts/icomoon/icomoon.eot?4mh8jj");
  src: url("./../fonts/icomoon/icomoon.eot?4mh8jj#iefix") format("embedded-opentype"), url("./../fonts/icomoon/icomoon.ttf?4mh8jj") format("truetype"), url("./../onts/icomoon/icomoon.woff?4mh8jj") format("woff"), url("./../fonts/icomoon/icomoon.svg?4mh8jj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icom-"], [class*=" icom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icom-book:before {
  content: "\e900";
  color: #2969d4; }

.icom-list:before {
  content: "\e901";
  color: #2969d4; }

.icom-money:before {
  content: "\e902";
  color: #2969d4; }

.icom-network:before {
  content: "\e903";
  color: #2969d4; }

a {
  display: inline-block;
  text-decoration: none !important; }
  a:hover, a:focus {
    outline: 0;
    text-decoration: none !important; }

.portlet-topper {
  z-index: 999; }

.blocked {
  display: block; }

.flexed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex_wrapped {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.flexed-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.text-bold {
  font-weight: bold; }

.azimut-container {
  max-width: 1430px;
  padding: 0 30px;
  margin: 0 auto; }
  @media screen and (max-width: 61.875em) {
    .azimut-container {
      padding: 0 15px; } }
  @media screen and (max-width: 48em) {
    .azimut-container {
      padding: 0 10px; } }

#wrapper {
  padding: 0;
  overflow: hidden; }

.bg_gray {
  background-color: #ededed; }

.bg_blue {
  background-color: #2969d4; }

.bg_azure {
  background-color: #b1d0e8; }

.bg_blue_dark {
  background-color: #122544; }

.portlet {
  margin-bottom: 0px; }

.portlet-layout .portlet-header {
  margin: 0; }

.portlet-content.portlet-content-editable {
  border-width: 0; }

.overflow-hidden {
  overflow: hidden; }

#content {
  padding-top: 100px; }
  .home #content {
    padding-top: 0px; }
  @media screen and (max-width: 61.875em) {
    #content {
      padding-top: 63px; } }
  #content .gray-container {
    background: #ededed; }

.open-admin-panel {
  z-index: 999; }

.blue-txt {
  color: #3d74dd; }

.bordered {
  -webkit-box-shadow: 8px 4px 14px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 8px 4px 14px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 8px 4px 14px 0 rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 48em) {
  .hide-sm {
    display: none; } }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important; }

body {
  font-family: "Futura", sans-serif; }

ul {
  padding-left: 0px; }

/*body {
  font-size: $base_font_size;
  margin: 0;
  font-family: $font-futura;

  @media (max-width: $tablet) {
    font-size: $base_font_size - 2;
  }

  @media (max-width: $mobile) {
    font-size: $base_font_size - 2;
  }
}*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1;
  margin: 0; }

.title-progetti {
  text-align: center;
  color: #2969d4;
  font-size: 30px;
  font-family: "Futura", sans-serif;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 61.875em) {
    .title-progetti {
      font-size: 14px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 48em) {
    .title-progetti {
      font-size: 21px; } }
  .gray-title .title-progetti {
    color: #989898; }

ul.az-custom-list {
  margin: 0;
  list-style-type: none;
  padding: 15px 0; }
  ul.az-custom-list li {
    padding-left: 15px;
    position: relative;
    padding-bottom: 15px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 44px; }
    @media screen and (max-width: 48em) {
      ul.az-custom-list li {
        font-size: 16px;
        line-height: 26px; } }
    ul.az-custom-list li .custom-point {
      position: relative; }
      ul.az-custom-list li .custom-point::before {
        content: "";
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        background: #2969d4;
        position: absolute;
        top: 14px;
        left: -16px; }
        @media screen and (max-width: 48em) {
          ul.az-custom-list li .custom-point::before {
            width: 7px;
            height: 7px;
            top: 7px;
            left: -12px; } }

.azimut-paragraph {
  font-family: "Futura", sans-serif;
  font-weight: 300; }

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
     -ms-transform: scale(0.75);
      -o-transform: scale(0.75);
         transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
     -ms-transform-origin: 0;
      -o-transform-origin: 0;
         transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
     -ms-transform-origin: 100%;
      -o-transform-origin: 100%;
         transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* COMPONENTS */
.az-btn {
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  /* min-height: 50px; */
  padding: 13px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  border: solid 3px transparent;
  text-transform: uppercase;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }
  @media screen and (max-width: 61.875em) {
    .az-btn {
      font-size: 12px;
      min-height: 35px;
      border: solid 2px transparent; } }
  @media screen and (max-width: 48em) {
    .az-btn {
      font-size: 14px;
      min-height: 50px;
      border: solid 2px transparent; } }
  .az-btn.white {
    background: #fff;
    color: #2969d4;
    border-color: #fff; }
    .az-btn.white:hover {
      background: transparent;
      color: #fff; }
  .az-btn.white-stroke {
    background: transparent;
    color: #fff;
    border-color: #fff; }
    .az-btn.white-stroke:hover {
      background: #fff;
      color: #2969d4; }
  .az-btn.blue {
    background: #2969d4;
    color: #fff;
    border-color: #2969d4; }
    .az-btn.blue:hover {
      background: transparent;
      color: #2969d4; }
  .az-btn.blue-stroke {
    background: transparent;
    color: #2969d4;
    border-color: #2969d4; }
    .az-btn.blue-stroke:hover {
      background: #2969d4;
      color: #fff; }

.az-btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ccc;
  cursor: pointer; }

#banner {
  display: none; }
  .home #banner {
    display: block; }
  #banner #heading {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 15px;
    height: 200px; }
    @media screen and (max-width: 61.875em) {
      #banner #heading {
        padding: 0px 10px;
        height: 150px; } }
    #banner #heading figure {
      max-width: 620px;
      display: inline-block;
      margin: 0; }
      @media screen and (max-width: 61.875em) {
        #banner #heading figure {
          max-width: 430px; } }
      #banner #heading figure img {
        height: auto;
        width: 100%;
        display: block; }

.header-fixed {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 10;
  height: 100px; }
  @media screen and (max-width: 61.875em) {
    .header-fixed {
      height: 63px; } }
  .has-control-menu .header-fixed {
    -webkit-transform: translateY(-webkit-calc(0% + 56px));
       -moz-transform: translateY(-moz-calc(0% + 56px));
        -ms-transform: translateY(calc(0% + 56px));
         -o-transform: translateY(calc(0% + 56px));
            transform: translateY(calc(0% + 56px)); }
  .home .header-fixed {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
  .has-control-menu.home .header-fixed.fixed,
  .has-control-menu .header-fixed.fixed {
    -webkit-transform: translateY(-webkit-calc(0% + 56px));
       -moz-transform: translateY(-moz-calc(0% + 56px));
        -ms-transform: translateY(calc(0% + 56px));
         -o-transform: translateY(calc(0% + 56px));
            transform: translateY(calc(0% + 56px)); }
  .header-fixed.fixed {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); }
  .header-fixed__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .header-fixed__left .logo-figure {
    width: auto;
    max-width: 354px;
    display: inline-block;
    margin: 0; }
    @media screen and (max-width: 61.875em) {
      .header-fixed__left .logo-figure {
        max-width: 230px; } }
    @media screen and (max-width: 48em) {
      .header-fixed__left .logo-figure {
        max-width: 185px; } }
    .header-fixed__left .logo-figure img {
      height: auto;
      width: 100%;
      display: block; }
  .header-fixed__right {
    /*.main-menu {
      &__list {
        margin: 0;
        list-style: none;
        display: flex;

        &--item {
          padding-left: 40px;

          &.selected {
            .main-menu__list--link {
              font-weight: 600;
              color: $dark-blue;
            }
          }
        }

        &--link {
          font-size: 22px;
          text-transform: uppercase;
          font-family: $font-futura;
          font-weight: 300;
          color: $b;
          transition: all $speed;

          &:hover {
            color: $dark-blue;
          }

        }
      }
    }*/ }
    .header-fixed__right .list-menu .layouts {
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-fixed__right .list-menu .layouts li {
        padding-left: 40px; }
        .header-fixed__right .list-menu .layouts li a.selected {
          font-weight: 600;
          color: #2969d4; }
        .header-fixed__right .list-menu .layouts li a {
          font-size: 18px;
          text-transform: uppercase;
          font-family: "Futura", sans-serif;
          font-weight: 300;
          color: #000;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (max-width: 81.25em) {
            .header-fixed__right .list-menu .layouts li a {
              font-size: 18px; } }
          @media screen and (max-width: 76.25em) {
            .header-fixed__right .list-menu .layouts li a {
              font-size: 18px; } }
          @media screen and (max-width: 71.25em) {
            .header-fixed__right .list-menu .layouts li a {
              font-size: 16px; } }
          .header-fixed__right .list-menu .layouts li a:hover {
            color: #2969d4; }
    @media screen and (max-width: 61.875em) {
      .header-fixed__right .main-menu {
        display: none; } }

.az-footer {
  background-color: #000;
  padding-top: 21px;
  padding-bottom: 21px; }
  @media screen and (max-width: 61.875em) {
    .az-footer {
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media screen and (max-width: 48em) {
    .az-footer {
      padding-top: 16px;
      padding-bottom: 28px; } }
  .az-footer .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 48em) {
      .az-footer .footer-container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .az-footer__left {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3); }
    @media screen and (max-width: 48em) {
      .az-footer__left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .az-footer__center {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3); }
    @media screen and (max-width: 48em) {
      .az-footer__center {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
    .az-footer__center .portlet-boundary,
    .az-footer__center .portlet,
    .az-footer__center .portlet-content,
    .az-footer__center .portlet-content-container,
    .az-footer__center .portlet-body {
      height: 100%; }
    .az-footer__center .list-menu {
      height: 100%; }
      .az-footer__center .list-menu .layouts {
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        height: 100%; }
        @media screen and (max-width: 48em) {
          .az-footer__center .list-menu .layouts {
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; } }
        .az-footer__center .list-menu .layouts li {
          padding-left: 5px;
          padding-right: 5px; }
          @media screen and (max-width: 48em) {
            .az-footer__center .list-menu .layouts li {
              width: 100%;
              text-align: center; } }
          .az-footer__center .list-menu .layouts li a {
            font-family: "Futura", sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #fff; }
            @media screen and (max-width: 61.875em) {
              .az-footer__center .list-menu .layouts li a {
                font-size: 10px; } }
            @media screen and (max-width: 48em) {
              .az-footer__center .list-menu .layouts li a {
                font-size: 18px;
                padding: 12px 0; } }
  .az-footer__right {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 48em) {
      .az-footer__right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .az-footer__container-copyright {
    padding-top: 20px; }
  @media screen and (max-width: 48em) {
    .az-footer__container-logo {
      text-align: center; } }
  .az-footer__logo {
    width: auto;
    max-width: 354px;
    display: inline-block;
    margin: 0; }
    @media screen and (max-width: 61.875em) {
      .az-footer__logo {
        max-width: 230px; } }
    .az-footer__logo img {
      height: auto;
      width: 100%;
      display: block; }
  .az-footer__container-copyright .copyright {
    color: #fff;
    font-size: 14px;
    font-style: oblique;
    font-family: "Futura", sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 61.875em) {
      .az-footer__container-copyright .copyright {
        font-size: 8px; } }
    @media screen and (max-width: 48em) {
      .az-footer__container-copyright .copyright {
        text-align: center; } }
  @media screen and (max-width: 48em) {
    .az-footer__container-info {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .az-footer__container-info p,
  .az-footer__container-info a {
    font-family: "Futura", sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 1.63; }
    @media screen and (max-width: 61.875em) {
      .az-footer__container-info p,
      .az-footer__container-info a {
        font-size: 10px;
        line-height: 16px; } }
    @media screen and (max-width: 48em) {
      .az-footer__container-info p,
      .az-footer__container-info a {
        text-align: center;
        font-size: 14px;
        line-height: 22px; } }
  .az-footer__container-info a {
    font-weight: 700; }

.az-hero {
  padding-bottom: 40px; }
  @media screen and (max-width: 61.875em) {
    .az-hero {
      padding-bottom: 20px; } }
  @media screen and (max-width: 61.875em) {
    .az-hero .azimut-container {
      padding: 0; } }
  .az-hero__bg {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center; }
  .az-hero__body {
    color: #fff;
    visibility: visible;
    opacity: 1;
    padding: 50px; }
    @media screen and (max-width: 61.875em) {
      .az-hero__body {
        visibility: visible;
        opacity: 1; } }
    @media screen and (max-width: 48em) {
      .az-hero__body {
        padding: 20px; } }
  .az-hero__title, .az-hero__desc, .az-hero__container-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  .az-hero__title {
    font-family: "Futura", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding-bottom: 40px; }
    @media screen and (max-width: 61.875em) {
      .az-hero__title {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        font-size: 23px; } }
    @media screen and (max-width: 48em) {
      .az-hero__title {
        font-size: 21px;
        line-height: 22px;
        padding-bottom: 30px; } }
  .az-hero__desc {
    font-family: "Futura", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.83;
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 61.875em) {
      .az-hero__desc {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        font-size: 15px; } }
    @media screen and (max-width: 48em) {
      .az-hero__desc {
        font-size: 12px;
        line-height: 22px;
        padding-bottom: 30px; } }
  .az-hero__container-btn {
    text-align: center; }
    .az-hero__container-btn .az-btn {
      max-width: 330px;
      margin: 0 auto; }
      @media screen and (max-width: 61.875em) {
        .az-hero__container-btn .az-btn {
          max-width: 210px; } }
      @media screen and (max-width: 48em) {
        .az-hero__container-btn .az-btn {
          max-width: 194px; } }

.az-project--list .journal-content-article {
  width: 100%; }

.az-project--list .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px; }
  .az-project--list .grid:last-child {
    padding-bottom: 0; }
  @media screen and (max-width: 48em) {
    .az-project--list .grid {
      padding-bottom: 0px; } }
  .az-project--list .grid [class*=" cols_"],
  .az-project--list .grid [class^=cols_] {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .az-project--list .grid .cols_8 {
    width: -webkit-calc(100% / 3 * 2);
    width: -moz-calc(100% / 3 * 2);
    width: calc(100% / 3 * 2); }
    @media screen and (max-width: 48em) {
      .az-project--list .grid .cols_8 {
        width: 100%; } }
  .az-project--list .grid .cols_4 {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3); }
    @media screen and (max-width: 48em) {
      .az-project--list .grid .cols_4 {
        width: 100%; } }
  .az-project--list .grid:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .az-project--list .grid:nth-child(odd) .cols_4 {
      padding-left: 15px; }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid:nth-child(odd) .cols_4 {
          padding-left: 7px; } }
      @media screen and (max-width: 48em) {
        .az-project--list .grid:nth-child(odd) .cols_4 {
          padding-left: 0; } }
    .az-project--list .grid:nth-child(odd) .cols_8 {
      padding-right: 15px; }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid:nth-child(odd) .cols_8 {
          padding-right: 7px; } }
      @media screen and (max-width: 48em) {
        .az-project--list .grid:nth-child(odd) .cols_8 {
          padding-right: 0; } }
  .az-project--list .grid:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .az-project--list .grid:nth-child(even) .az-project--list-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .az-project--list .grid:nth-child(even) .cols_4 {
      padding-right: 15px; }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid:nth-child(even) .cols_4 {
          padding-right: 7px; } }
      @media screen and (max-width: 48em) {
        .az-project--list .grid:nth-child(even) .cols_4 {
          padding-right: 0; } }
    .az-project--list .grid:nth-child(even) .cols_8 {
      padding-left: 15px; }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid:nth-child(even) .cols_8 {
          padding-left: 7px; } }
      @media screen and (max-width: 48em) {
        .az-project--list .grid:nth-child(even) .cols_8 {
          padding-left: 0; } }
      .az-project--list .grid:nth-child(even) .cols_8:last-child {
        padding-left: 0px;
        padding-right: 15px; }
        @media screen and (max-width: 61.875em) {
          .az-project--list .grid:nth-child(even) .cols_8:last-child {
            padding-left: 0;
            padding-right: 7px; } }
        @media screen and (max-width: 48em) {
          .az-project--list .grid:nth-child(even) .cols_8:last-child {
            padding-left: 0;
            padding-right: 0; } }
  .az-project--list .grid .az-project--list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    @media screen and (max-width: 48em) {
      .az-project--list .grid .az-project--list-item {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-bottom: 14px; } }
    .az-project--list .grid .az-project--list-item .title-project {
      font-size: 22px;
      line-height: 24px;
      font-family: "Futura", sans-serif;
      font-weight: 300;
      padding-bottom: 5px;
      text-transform: uppercase;
      color: #fff !important; }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid .az-project--list-item .title-project {
          font-size: 14px;
          line-height: 14px; } }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid .az-project--list-item .title-project {
          font-size: 22px;
          line-height: 24px; } }
    .az-project--list .grid .az-project--list-item .data-project {
      font-size: 12px;
      line-height: 24px;
      font-family: "Futura", sans-serif;
      font-weight: 400;
      text-transform: capitalize;
      font-style: italic;
      color: #fff !important; }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid .az-project--list-item .data-project {
          font-size: 7px;
          line-height: 14px; } }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid .az-project--list-item .data-project {
          font-size: 12px;
          line-height: 14px; } }
    .az-project--list .grid .az-project--list-item .excerpt-project p {
      font-size: 15px;
      line-height: 1.6;
      font-family: "Futura", sans-serif;
      font-weight: 400;
      padding-top: 5px;
      padding-bottom: 5px;
      color: #fff; }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid .az-project--list-item .excerpt-project p {
          font-size: 9px;
          line-height: 14px; } }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid .az-project--list-item .excerpt-project p {
          font-size: 15px;
          line-height: 24px; } }
    @media screen and (max-width: 48em) {
      .az-project--list .grid .az-project--list-item.item-full {
        padding-bottom: 14px; } }
    .az-project--list .grid .az-project--list-item.item-full .container_img {
      width: -webkit-calc(50% + 30px);
      width: -moz-calc(50% + 30px);
      width: calc(50% + 30px); }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid .az-project--list-item.item-full .container_img {
          width: -webkit-calc(50% + 12px);
          width: -moz-calc(50% + 12px);
          width: calc(50% + 12px); } }
      @media screen and (max-width: 48em) {
        .az-project--list .grid .az-project--list-item.item-full .container_img {
          width: 100%; } }
    .az-project--list .grid .az-project--list-item.item-full .container_text {
      width: -webkit-calc(50% - 15px);
      width: -moz-calc(50% - 15px);
      width: calc(50% - 15px); }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid .az-project--list-item.item-full .container_text {
          width: -webkit-calc(50% - 14px);
          width: -moz-calc(50% - 14px);
          width: calc(50% - 14px); } }
      @media screen and (max-width: 48em) {
        .az-project--list .grid .az-project--list-item.item-full .container_text {
          width: 100%; } }
      .az-project--list .grid .az-project--list-item.item-full .container_text .title-project,
      .az-project--list .grid .az-project--list-item.item-full .container_text .data-project,
      .az-project--list .grid .az-project--list-item.item-full .container_text .excerpt-project {
        color: #fff; }
    .az-project--list .grid .az-project--list-item.item-excerpt .title-project,
    .az-project--list .grid .az-project--list-item.item-excerpt .data-project,
    .az-project--list .grid .az-project--list-item.item-excerpt .excerpt-project {
      color: #000; }
    .az-project--list .grid .az-project--list-item .container_img {
      -webkit-background-size: cover;
         -moz-background-size: cover;
           -o-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      background-position: center; }
      .az-project--list .grid .az-project--list-item .container_img:after {
        display: block;
        position: relative;
        width: 100%;
        content: '';
        padding-top: 100%; }
    .az-project--list .grid .az-project--list-item .container_text {
      padding: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 61.875em) {
        .az-project--list .grid .az-project--list-item .container_text {
          padding: 6px; } }
      @media screen and (max-width: 48em) {
        .az-project--list .grid .az-project--list-item .container_text {
          padding: 24px 14px; } }
      .az-project--list .grid .az-project--list-item .container_text .icon-arrow-right {
        position: absolute;
        color: #fff;
        bottom: 15px;
        right: 15px; }
        @media screen and (max-width: 61.875em) {
          .az-project--list .grid .az-project--list-item .container_text .icon-arrow-right {
            font-size: 10px; } }
        @media screen and (max-width: 48em) {
          .az-project--list .grid .az-project--list-item .container_text .icon-arrow-right {
            font-size: 15px; } }

.az-project--btn {
  text-align: center; }
  .az-project--btn .az-btn {
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 20px; }

.az-project--list-item--link .az-project--list-item {
  position: relative; }
  .az-project--list-item--link .az-project--list-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    visibility: hidden;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 48em) {
      .az-project--list-item--link .az-project--list-item::after {
        height: -webkit-calc(100% - 14px);
        height: -moz-calc(100% - 14px);
        height: calc(100% - 14px); } }

.az-project--list-item--link:hover .az-project--list-item::after {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.az-project--list-item--link.no-hover:hover .az-project--list-item::after {
  visibility: hidden; }

.hamburger-container {
  display: none;
  /* Icon 3 */ }
  @media screen and (max-width: 61.875em) {
    .hamburger-container {
      display: -webkit-box !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }
  .hamburger-container #hamburger {
    width: 35px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  .hamburger-container #hamburger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .hamburger-container #hamburger span:nth-child(1) {
    top: 0px; }
  .hamburger-container #hamburger span:nth-child(2),
  .hamburger-container #hamburger span:nth-child(3) {
    top: 10px; }
  .hamburger-container #hamburger span:nth-child(4) {
    top: 20px; }
  .hamburger-container #hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .hamburger-container #hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .hamburger-container #hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .hamburger-container #hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .hamburger-container .menu-status {
    display: none; }
  .hamburger-container .hamburger-status {
    font-size: 11px;
    font-family: "Futura", sans-serif;
    font-weight: 600;
    text-align: center;
    color: #808080; }
  .hamburger-container .toggle {
    display: none; }

#menu-mobile {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 63px;
  width: 100%;
  z-index: 6;
  -webkit-transform: translate3d(100%, 0px, 0px);
     -moz-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
  @media screen and (max-width: 61.875em) {
    #menu-mobile {
      display: block; } }
  .has-control-menu #menu-mobile {
    top: -webkit-calc(63px + 56px);
    top: -moz-calc(63px + 56px);
    top: calc(63px + 56px); }
  #menu-mobile.menu-open {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    -webkit-transform: translate3d(0px, 0px, 0px);
       -moz-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px); }
  #menu-mobile .main-menu-mobile {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 10px;
    height: -webkit-calc(100vh - 63px);
    height: -moz-calc(100vh - 63px);
    height: calc(100vh - 63px);
    z-index: 999;
    position: relative; }
    #menu-mobile .main-menu-mobile .list-menu .layouts {
      margin: 0;
      list-style: none; }
      @media screen and (max-width: 61.875em) {
        #menu-mobile .main-menu-mobile .list-menu .layouts {
          text-align: center; } }
      #menu-mobile .main-menu-mobile .list-menu .layouts li {
        padding-left: 40px; }
        @media screen and (max-width: 61.875em) {
          #menu-mobile .main-menu-mobile .list-menu .layouts li {
            padding-left: 0px;
            padding-bottom: 30px; }
            #menu-mobile .main-menu-mobile .list-menu .layouts li:last-child {
              padding-bottom: 0px; } }
        #menu-mobile .main-menu-mobile .list-menu .layouts li a.selected {
          font-weight: 600;
          color: #2969d4; }
        #menu-mobile .main-menu-mobile .list-menu .layouts li a {
          font-size: 22px;
          text-transform: uppercase;
          font-family: "Futura", sans-serif;
          font-weight: 300;
          color: #000;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #menu-mobile .main-menu-mobile .list-menu .layouts li a:hover {
            color: #2969d4; }

.banner-wrapper {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  padding: 30px; }
  @media screen and (max-width: 61.875em) {
    .banner-wrapper {
      min-height: 200px;
      padding: 15px; } }
  @media screen and (max-width: 48em) {
    .banner-wrapper {
      min-height: 200px;
      padding: 10px; } }
  .banner-wrapper .banner__container {
    width: 100%; }
    .banner-wrapper .banner__container .title__container {
      padding-bottom: 20px; }
      @media screen and (max-width: 61.875em) {
        .banner-wrapper .banner__container .title__container {
          padding-bottom: 15px; } }
      @media screen and (max-width: 48em) {
        .banner-wrapper .banner__container .title__container {
          padding-bottom: 10px; } }
      .banner-wrapper .banner__container .title__container .title__text {
        font-size: 42px;
        font-family: "Futura", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #3d74dd; }
        @media screen and (max-width: 61.875em) {
          .banner-wrapper .banner__container .title__container .title__text {
            font-size: 21px; } }
    .banner-wrapper .banner__container .description__container .description__text {
      font-size: 28px;
      line-height: 46px;
      color: #000;
      font-weight: 400; }
      @media screen and (max-width: 61.875em) {
        .banner-wrapper .banner__container .description__container .description__text {
          font-size: 22px;
          line-height: 30px; } }

.banner-text {
  padding-top: 60px;
  padding-bottom: 40px; }
  .banner-text .bordered {
    padding: 40px;
    background: #fff; }
    @media screen and (max-width: 48em) {
      .banner-text .bordered {
        padding: 20px; } }
  .banner-text .azimut-paragaph {
    font-size: 18px;
    line-height: 24px;
    font-family: "Futura", sans-serif;
    color: #000;
    font-weight: 300;
    padding-bottom: 25px; }
    @media screen and (max-width: 48em) {
      .banner-text .azimut-paragaph {
        font-size: 20px;
        line-height: 24px; } }
    .banner-text .azimut-paragaph strong {
      font-weight: 700; }
    .banner-text .azimut-paragaph:last-child {
      padding-bottom: 0px; }
  .banner-text .simple-banner .azimut-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 54px; }
    @media screen and (max-width: 61.875em) {
      .banner-text .simple-banner .azimut-title {
        font-size: 17px;
        line-height: 21px; } }
    @media screen and (max-width: 48em) {
      .banner-text .simple-banner .azimut-title {
        font-size: 21px;
        line-height: 29px; } }
  .banner-text .simple-banner .azimut-paragaph {
    font-size: 24px;
    font-weight: 300;
    line-height: 46px; }
    @media screen and (max-width: 61.875em) {
      .banner-text .simple-banner .azimut-paragaph {
        font-size: 10px;
        line-height: 17px; } }
    @media screen and (max-width: 48em) {
      .banner-text .simple-banner .azimut-paragaph {
        font-size: 14px;
        line-height: 23px; } }

.banner-small-wrapper {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 61.875em) {
    .banner-small-wrapper {
      padding-top: 34px;
      padding-bottom: 34px; } }
  @media screen and (max-width: 48em) {
    .banner-small-wrapper {
      padding-top: 26px;
      padding-bottom: 26px; } }
  .banner-small-wrapper .background-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    -webkit-box-shadow: 8px 4px 14px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 8px 4px 14px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 8px 4px 14px 0 rgba(0, 0, 0, 0.25); }
  .banner-small-wrapper .banner-small__container {
    padding: 30px 0; }
    @media screen and (max-width: 61.875em) {
      .banner-small-wrapper .banner-small__container {
        padding: 25px 0; } }
    .banner-small-wrapper .banner-small__container .banner-small-title__container .banner-small-title__text {
      font-size: 30px;
      line-height: 50px;
      font-family: "Futura", sans-serif;
      font-weight: 700;
      color: #3d74dd; }
      @media screen and (max-width: 61.875em) {
        .banner-small-wrapper .banner-small__container .banner-small-title__container .banner-small-title__text {
          font-size: 15px;
          line-height: 24px; } }
      @media screen and (max-width: 48em) {
        .banner-small-wrapper .banner-small__container .banner-small-title__container .banner-small-title__text {
          font-size: 21px;
          line-height: 30px; } }
    .banner-small-wrapper .banner-small__container .banner-small-button__container {
      padding-top: 30px; }
      @media screen and (max-width: 61.875em) {
        .banner-small-wrapper .banner-small__container .banner-small-button__container {
          padding-top: 25px; } }
      @media screen and (max-width: 48em) {
        .banner-small-wrapper .banner-small__container .banner-small-button__container {
          padding-top: 30px; } }
      .banner-small-wrapper .banner-small__container .banner-small-button__container .az-btn {
        max-width: 352px;
        margin: 0 auto; }
        @media screen and (max-width: 61.875em) {
          .banner-small-wrapper .banner-small__container .banner-small-button__container .az-btn {
            max-width: 169px; } }
        @media screen and (max-width: 48em) {
          .banner-small-wrapper .banner-small__container .banner-small-button__container .az-btn {
            max-width: 252px; } }

.banner-small-subtitle__text {
  font-size: 24px;
  line-height: 32px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  color: #000; }
  @media screen and (max-width: 61.875em) {
    .banner-small-subtitle__text {
      font-size: 15px;
      line-height: 24px; } }
  @media screen and (max-width: 48em) {
    .banner-small-subtitle__text {
      font-size: 18px;
      line-height: 30px; } }

.banner-small-image__container {
  padding-top: 50px;
  padding-bottom: 40px; }
  @media screen and (max-width: 61.875em) {
    .banner-small-image__container {
      padding-top: 35px;
      padding-bottom: 25px; } }
  @media screen and (max-width: 48em) {
    .banner-small-image__container {
      padding-top: 25px;
      padding-bottom: 20px; } }
  .banner-small-image__container img {
    height: 75px; }
    @media screen and (max-width: 48em) {
      .banner-small-image__container img {
        height: 50px; } }

.banner-small-text__cointainer {
  padding: 0 75px; }
  @media screen and (max-width: 61.875em) {
    .banner-small-text__cointainer {
      padding: 0 50px; } }
  @media screen and (max-width: 48em) {
    .banner-small-text__cointainer {
      padding: 0 10px; } }
  .banner-small-text__cointainer p {
    font-size: 18px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 30px; }
    @media screen and (max-width: 61.875em) {
      .banner-small-text__cointainer p {
        font-size: 14px;
        line-height: 30px; } }
    @media screen and (max-width: 48em) {
      .banner-small-text__cointainer p {
        font-size: 14px;
        line-height: 30px;
        text-align: justify; } }

.az-pillole {
  padding: 0px 0 40px 0;
  /*  @include breakpoint($tablet, false) {
    padding: 0px 0 40px 0;
  }*/ }
  @media screen and (max-width: 48em) {
    .az-pillole {
      padding: 0px 0 30px 0; } }
  .az-pillole__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .az-pillole__list--item {
      width: -webkit-calc(100% / 5);
      width: -moz-calc(100% / 5);
      width: calc(100% / 5);
      min-width: 250px;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media screen and (max-width: 61.875em) {
        .az-pillole__list--item {
          padding-left: 15px;
          padding-right: 15px;
          min-width: auto; } }
      @media screen and (max-width: 48em) {
        .az-pillole__list--item {
          width: 100%; } }
      @media screen and (max-width: 48em) {
        .az-pillole__list--item:first-child {
          padding-top: 0; } }
      @media screen and (max-width: 48em) {
        .az-pillole__list--item:last-child {
          padding-bottom: 0; } }
      .az-pillole__list--item .value,
      .az-pillole__list--item .pillole {
        text-align: center;
        color: #2969d4;
        font-family: "Futura", sans-serif;
        line-height: 31px; }
        @media screen and (max-width: 61.875em) {
          .az-pillole__list--item .value,
          .az-pillole__list--item .pillole {
            line-height: 12px; } }
      .az-pillole__list--item .value {
        font-weight: 700;
        font-size: 36px;
        padding-bottom: 10px; }
        @media screen and (max-width: 61.875em) {
          .az-pillole__list--item .value {
            font-size: 24px; } }
      .az-pillole__list--item .pillole {
        font-weight: 400;
        font-size: 24px; }
        @media screen and (max-width: 61.875em) {
          .az-pillole__list--item .pillole {
            font-size: 12px; } }

.items-title-container {
  text-align: center;
  padding: 0 0 35px; }
  .items-title-container .title-item-container {
    text-transform: uppercase;
    font-size: 30px;
    color: #2969d4;
    font-family: "Futura", sans-serif;
    font-weight: 700; }
    .items-title-container .title-item-container.who {
      font-size: 24px;
      color: #a3a3a3; }

.cards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 48em) {
    .cards-container {
      padding-bottom: 0px; } }
  .cards-container.padding {
    padding-top: 70px;
    padding-bottom: 30px; }
  .cards-container .card-wrapper {
    display: inline-block;
    padding-bottom: 30px;
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2); }
    .tre-cols .cards-container .card-wrapper {
      width: -webkit-calc(100% / 3);
      width: -moz-calc(100% / 3);
      width: calc(100% / 3); }
      @media screen and (max-width: 48em) {
        .tre-cols .cards-container .card-wrapper {
          width: 100%; } }
    @media screen and (max-width: 48em) {
      .cards-container .card-wrapper {
        width: 100%; } }
    .cards-container .card-wrapper:nth-child(odd) {
      padding-right: 12px; }
      @media screen and (max-width: 48em) {
        .cards-container .card-wrapper:nth-child(odd) {
          padding-right: 0px; } }
    .cards-container .card-wrapper:nth-child(even) {
      padding-left: 12px; }
      @media screen and (max-width: 48em) {
        .cards-container .card-wrapper:nth-child(even) {
          padding-left: 0px; } }
    .tre-cols .cards-container .card-wrapper:nth-child(odd) {
      padding-right: 0px; }
      @media screen and (max-width: 48em) {
        .tre-cols .cards-container .card-wrapper:nth-child(odd) {
          padding-right: 0px; } }
    .tre-cols .cards-container .card-wrapper:nth-child(even) {
      padding-left: 0px; }
      @media screen and (max-width: 48em) {
        .tre-cols .cards-container .card-wrapper:nth-child(even) {
          padding-left: 0px; } }
    .tre-cols .cards-container .card-wrapper:nth-child(3n+1) {
      padding-right: 20px; }
      @media screen and (max-width: 61.875em) {
        .tre-cols .cards-container .card-wrapper:nth-child(3n+1) {
          padding-right: 7px; } }
      @media screen and (max-width: 48em) {
        .tre-cols .cards-container .card-wrapper:nth-child(3n+1) {
          padding-right: 0px; } }
    .tre-cols .cards-container .card-wrapper:nth-child(3n+2) {
      padding-right: 20px;
      padding-left: 20px; }
      @media screen and (max-width: 61.875em) {
        .tre-cols .cards-container .card-wrapper:nth-child(3n+2) {
          padding-right: 7px;
          padding-left: 7px; } }
      @media screen and (max-width: 48em) {
        .tre-cols .cards-container .card-wrapper:nth-child(3n+2) {
          padding-right: 0px;
          padding-left: 0px; } }
    .tre-cols .cards-container .card-wrapper:nth-child(3n+3) {
      padding-left: 20px; }
      @media screen and (max-width: 61.875em) {
        .tre-cols .cards-container .card-wrapper:nth-child(3n+3) {
          padding-left: 7px; } }
      @media screen and (max-width: 48em) {
        .tre-cols .cards-container .card-wrapper:nth-child(3n+3) {
          padding-left: 0px; } }
    .cards-container .card-wrapper.who {
      width: -webkit-calc(100% / 5 - 10px);
      width: -moz-calc(100% / 5 - 10px);
      width: calc(100% / 5 - 10px);
      margin-left: 10px;
      padding-left: 0;
      padding-right: 0;
      /*
                        &:nth-child(5n+1) {
                            padding-left: 0px;
                            padding-right: 10px;

                            @include breakpoint($mobile, false) {
                                padding-left: 0px;
                                padding-right: 0px;

                            }
                        }

                        &:nth-child(5n+2) {
                            padding-left: 5px;
                            padding-right: 7px;

                            @include breakpoint($mobile, false) {
                                padding-left: 0px;
                                padding-right: 0px;
                            }
                        }

                        &:nth-child(5n+3) {
                            padding-left: 7px;
                            padding-right: 7px;

                            @include breakpoint($mobile, false) {
                                padding-left: 0px;
                                padding-right: 0px;
                            }
                        }

                        &:nth-child(5n+4) {
                            padding-left: 7px;
                            padding-right: 5px;

                            @include breakpoint($mobile, false) {
                                padding-left: 0px;
                                padding-right: 0px;
                            }
                        }

                        &:nth-child(5n+5) {
                            padding-left: 10px;
                            padding-right: 0;

                            @include breakpoint($mobile, false) {
                                padding-left: 0px;
                                padding-right: 0px;
                            }
                        }

                        /*
                        width: calc(100% / 3);

                        @include breakpoint($mobile, false) {
                            width: 100%;
                        }

                        &:nth-child(3n+1) {
                            padding-left: 0px;
                            padding-right: 20px;

                            @include breakpoint($mobile, false) {
                                padding-left: 0px;
                                padding-right: 0px;

                            }
                        }

                        &:nth-child(3n+2) {
                            padding-left: 10px;
                            padding-right: 10px;

                            @include breakpoint($mobile, false) {
                                padding-left: 0px;
                                padding-right: 0px;
                            }
                        }

                        &:nth-child(3n+3) {
                            padding-right: 0px;
                            padding-left: 20px;

                            @include breakpoint($mobile, false) {
                                padding-left: 0px;
                                padding-right: 0px;
                            }
                        }

                        */ }
      @media screen and (max-width: 48em) {
        .cards-container .card-wrapper.who {
          width: 100%;
          margin: 0 auto; } }
      .cards-container .card-wrapper.who:first-child {
        margin-left: 0; }
  .small-content .cards-container {
    max-width: 1040px; }

.card-inner {
  height: 100%; }

.card-item {
  font-family: arial;
  position: relative;
  -webkit-perspective: 5000px;
     -moz-perspective: 5000px;
          perspective: 5000px;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
  text-align: center; }
  .card-item .card-item-front,
  .card-item .card-item-back {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden; }

.card-item-icon {
  padding-top: 25px; }
  @media screen and (max-width: 48em) {
    .card-item-icon {
      padding-top: 5px; } }
  .card-item-icon.front img {
    padding-bottom: 20px; }

.card-item-description {
  padding-left: 30px;
  padding-right: 30px;
  padding-right: 30px;
  width: 100%; }
  @media screen and (max-width: 48em) {
    .card-item-description {
      padding: 10px; } }
  .card-item-description p {
    font-size: 15px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    text-align: center; }
    @media screen and (max-width: 61.875em) {
      .card-item-description p {
        font-size: 15px;
        line-height: 20px; } }
    @media screen and (max-width: 48em) {
      .card-item-description p {
        font-size: 16px;
        line-height: 23px; } }
    .card-item-description p.retro-faq {
      font-size: 24px;
      line-height: 28px; }
      .tre-cols .card-item-description p.retro-faq {
        font-size: 18px; }
      @media screen and (max-width: 61.875em) {
        .card-item-description p.retro-faq {
          font-size: 15px;
          line-height: 20px; } }
      @media screen and (max-width: 48em) {
        .card-item-description p.retro-faq {
          font-size: 16px;
          line-height: 23px; } }
  .card-item-description.who {
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 18px; }
    @media screen and (max-width: 61.875em) {
      .card-item-description.who p {
        font-size: 14px;
        line-height: 20px; } }
    @media screen and (max-width: 48em) {
      .card-item-description.who p {
        font-size: 16px;
        line-height: 23px; } }

.card-item-front {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
       transform: rotateY(0deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (min-width: 64em) {
  .card-item:hover .card-item-front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
         transform: rotateY(180deg); } }

.card-item.active .card-item-front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg); }

.card-item-back {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg);
  background: #2969d4;
  position: relative;
  min-height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 61.875em) {
    .card-item-back {
      min-height: 400px; } }
  @media screen and (max-width: 48em) {
    .card-item-back {
      min-height: 350px; } }
  .card-item-back.who {
    min-height: 264px; }
    @media screen and (max-width: 48em) {
      .card-item-back.who {
        min-height: 300px; } }

@media screen and (min-width: 64em) {
  .card-item:hover .card-item-back {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
         transform: rotateY(360deg); } }

.card-item.active .card-item-back {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
       transform: rotateY(360deg); }

.card-item-icon img {
  height: 80px; }
  @media screen and (max-width: 48em) {
    .card-item-icon img {
      height: 70px; } }

.card-counter-item .card-counter {
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #2969d4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 48em) {
    .card-counter-item .card-counter {
      height: 35px;
      width: 35px; } }

.card-counter-item .counter {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 24px; }
  @media screen and (max-width: 48em) {
    .card-counter-item .counter {
      font-size: 20px; } }

.card-item-title {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }
  @media screen and (max-width: 48em) {
    .card-item-title {
      padding: 25px; } }
  @media screen and (max-width: 61.875em) {
    .card-item-title {
      padding-left: 15px;
      padding-right: 15px; } }
  .card-item-title .card-item-title-text {
    font-size: 25px;
    font-weight: 700;
    font-family: "Futura", sans-serif;
    color: #2969d4;
    width: 100%; }
    .tre-cols .card-item-title .card-item-title-text {
      font-size: 23px; }
    @media screen and (max-width: 61.875em) {
      .card-item-title .card-item-title-text {
        font-size: 20px; } }
    @media screen and (max-width: 48em) {
      .card-item-title .card-item-title-text {
        font-size: 20px; } }
    .card-item-title .card-item-title-text.back {
      color: #fff; }
    @media screen and (max-width: 48em) {
      .card-item-title .card-item-title-text.who {
        font-size: 30px; } }

.card-item-role {
  padding-top: 10px;
  width: 100%; }
  .card-item-front .card-item-role {
    padding: 10px 10px 0; }
  .card-item-role .card-item-role-text {
    font-size: 20px;
    color: #2969d4;
    font-weight: 300;
    font-family: "Futura", sans-serif;
    font-style: oblique;
    width: 100%; }
    @media screen and (max-width: 48em) {
      .card-item-role .card-item-role-text {
        font-size: 24px; } }
    .card-item-role .card-item-role-text.back {
      color: #fff;
      padding: 0 15px; }

.icon-card {
  font-size: 60px; }
  .icon-card::before {
    padding-bottom: 20px;
    padding-top: 20px; }
  .icon-card.back::before {
    color: #fff; }

.full-container:nth-child(even) {
  background-color: #ededed; }
  .full-container:nth-child(even) .block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (max-width: 48em) {
      .full-container:nth-child(even) .block-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .full-container:nth-child(even) .block-wrapper .block-container-wrapper {
      padding: 0px 5px 0px 130px; }
      @media screen and (max-width: 61.875em) {
        .full-container:nth-child(even) .block-wrapper .block-container-wrapper {
          padding: 0px 5px 0px 30px; } }
      @media screen and (max-width: 48em) {
        .full-container:nth-child(even) .block-wrapper .block-container-wrapper {
          padding: 0px 0px 0px 0px; } }
    .full-container:nth-child(even) .block-wrapper .block-container-image-container {
      width: 35%; }
      @media screen and (max-width: 48em) {
        .full-container:nth-child(even) .block-wrapper .block-container-image-container {
          width: 100%; } }

.full-container:nth-child(odd) .block-wrapper .block-container-wrapper {
  padding: 0px 90px 0px 5px; }
  @media screen and (max-width: 61.875em) {
    .full-container:nth-child(odd) .block-wrapper .block-container-wrapper {
      padding: 0px 30px 0px 5px; } }
  @media screen and (max-width: 48em) {
    .full-container:nth-child(odd) .block-wrapper .block-container-wrapper {
      padding: 0px 0px 0px 0px; } }

.reverse-color .full-container:nth-child(even) {
  background-color: #fff; }

.reverse-color .full-container:nth-child(odd) {
  background-color: #ededed; }

.full-container .block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 61.875em) {
    .full-container .block-wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 48em) {
    .full-container .block-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .full-container .block-wrapper .block-container-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%; }
    @media screen and (max-width: 48em) {
      .full-container .block-wrapper .block-container-wrapper {
        width: 100%; } }
    @media screen and (max-width: 48em) {
      .full-container .block-wrapper .block-container-wrapper .block-container-content {
        padding-top: 30px;
        padding-bottom: 0px; } }
    .full-container .block-wrapper .block-container-wrapper .block-container-content .block-data-container .block-data-text {
      font-size: 42px;
      font-family: "Futura", sans-serif;
      font-weight: 700;
      color: #000; }
      @media screen and (max-width: 61.875em) {
        .full-container .block-wrapper .block-container-wrapper .block-container-content .block-data-container .block-data-text {
          font-size: 17px; } }
      @media screen and (max-width: 48em) {
        .full-container .block-wrapper .block-container-wrapper .block-container-content .block-data-container .block-data-text {
          font-size: 21px; } }
    .full-container .block-wrapper .block-container-wrapper .block-container-content .block-title-container {
      padding-bottom: 15px; }
      @media screen and (max-width: 61.875em) {
        .full-container .block-wrapper .block-container-wrapper .block-container-content .block-title-container {
          padding-bottom: 7px; } }
      .full-container .block-wrapper .block-container-wrapper .block-container-content .block-title-container .block-title-text {
        text-transform: uppercase;
        font-size: 42px;
        line-height: 54px;
        color: #2969d4;
        font-family: "Futura", sans-serif;
        font-weight: 700; }
        @media screen and (max-width: 61.875em) {
          .full-container .block-wrapper .block-container-wrapper .block-container-content .block-title-container .block-title-text {
            font-size: 17px;
            line-height: 21px; } }
        @media screen and (max-width: 48em) {
          .full-container .block-wrapper .block-container-wrapper .block-container-content .block-title-container .block-title-text {
            font-size: 21px;
            line-height: 29px; } }
    .full-container .block-wrapper .block-container-wrapper .block-container-content .block-description-container .block-description-text,
    .full-container .block-wrapper .block-container-wrapper .block-container-content .block-description-container p {
      font-size: 24px;
      line-height: 43px;
      color: #000;
      font-family: "Futura", sans-serif;
      font-weight: 300; }
      @media screen and (max-width: 61.875em) {
        .full-container .block-wrapper .block-container-wrapper .block-container-content .block-description-container .block-description-text,
        .full-container .block-wrapper .block-container-wrapper .block-container-content .block-description-container p {
          font-size: 10px;
          line-height: 17px; } }
      @media screen and (max-width: 48em) {
        .full-container .block-wrapper .block-container-wrapper .block-container-content .block-description-container .block-description-text,
        .full-container .block-wrapper .block-container-wrapper .block-container-content .block-description-container p {
          font-size: 14px;
          line-height: 23px; } }
  .full-container .block-wrapper .block-container-image-container {
    width: 35%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 35%;
    background-position: center; }
    @media screen and (max-width: 48em) {
      .full-container .block-wrapper .block-container-image-container {
        width: 100%;
        padding-bottom: 50%; } }

.donazioni-container {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 60px; }

.paragraph-donazioni {
  font-family: "Futura", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 46px;
  color: #000; }
  @media screen and (max-width: 61.875em) {
    .paragraph-donazioni {
      font-size: 22px;
      line-height: 38px; } }
  @media screen and (max-width: 48em) {
    .paragraph-donazioni {
      font-size: 18px;
      line-height: 30px; } }
  .paragraph-donazioni.important {
    font-weight: 700;
    color: #2969d4; }
  .paragraph-donazioni .important {
    font-weight: 700;
    color: #2969d4; }
  .paragraph-donazioni .bold {
    font-weight: 700; }

.donazioni-footer .paragraph-donazioni {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Futura", sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 61.875em) {
    .donazioni-footer .paragraph-donazioni {
      font-size: 14px;
      line-height: 20px; } }
  @media screen and (max-width: 48em) {
    .donazioni-footer .paragraph-donazioni {
      font-size: 14px;
      line-height: 20px; } }

.donazioni-button {
  padding-bottom: 30px; }
  .donazioni-button .button {
    max-width: 352px;
    font-size: 14px;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    margin: 0 auto; }
    @media screen and (max-width: 61.875em) {
      .donazioni-button .button {
        max-width: 169px; } }
    @media screen and (max-width: 48em) {
      .donazioni-button .button {
        max-width: 252px; } }

.donazioni-top-text .paragraph-donazioni:last-child {
  padding-bottom: 40px; }
  @media screen and (max-width: 61.875em) {
    .donazioni-top-text .paragraph-donazioni:last-child {
      padding-bottom: 35px; } }
  @media screen and (max-width: 48em) {
    .donazioni-top-text .paragraph-donazioni:last-child {
      padding-bottom: 25px; } }

.donazioni-mid-text .paragraph-donazioni:last-child {
  padding-bottom: 40px; }
  @media screen and (max-width: 61.875em) {
    .donazioni-mid-text .paragraph-donazioni:last-child {
      padding-bottom: 35px; } }
  @media screen and (max-width: 48em) {
    .donazioni-mid-text .paragraph-donazioni:last-child {
      padding-bottom: 25px; } }

.paypal-logo {
  padding-bottom: 20px; }

.form-contact .required-warning {
  display: none; }

.form-contact .lfr-ddm-form-page {
  padding-top: 70px;
  padding-bottom: 0; }
  @media screen and (max-width: 48em) {
    .form-contact .lfr-ddm-form-page {
      padding-top: 40px; } }

.form-contact .form-group {
  position: relative; }
  .form-contact .form-group .form-control {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px; }
  .form-contact .form-group label {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 5;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    color: #a5a5a5;
    font-size: 21px;
    line-height: 46px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: left;
       -moz-transform-origin: left;
        -ms-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left; }
    @media screen and (max-width: 48em) {
      .form-contact .form-group label {
        font-size: 13px;
        top: 3px;
        left: 18px; } }
  .form-contact .form-group textarea {
    height: 250px;
    padding: 35px 15px; }
    @media screen and (max-width: 48em) {
      .form-contact .form-group textarea {
        height: 150px;
        padding: 22px 17px; } }
  .form-contact .form-group.focus label {
    -webkit-transform: translateY(-webkit-calc(0% - 10px)) scale(0.8);
       -moz-transform: translateY(-moz-calc(0% - 10px)) scale(0.8);
        -ms-transform: translateY(calc(0% - 10px)) scale(0.8);
         -o-transform: translateY(calc(0% - 10px)) scale(0.8);
            transform: translateY(calc(0% - 10px)) scale(0.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  .form-contact .form-group.active label {
    -webkit-transform: translateY(-webkit-calc(0% - 10px)) scale(0.8);
       -moz-transform: translateY(-moz-calc(0% - 10px)) scale(0.8);
        -ms-transform: translateY(calc(0% - 10px)) scale(0.8);
         -o-transform: translateY(calc(0% - 10px)) scale(0.8);
            transform: translateY(calc(0% - 10px)) scale(0.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }

.form-contact .input-group-item input[type="checkbox"] {
  opacity: 0;
  position: absolute; }

.form-contact .input-group-item input[type="text"] {
  height: 50px;
  width: 100%;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  -moz-transition: border .3s;
  transition: border .3s;
  padding: 18px 15px 0;
  font-size: 14px;
  font-family: "Futura", sans-serif;
  font-weight: 300;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }
  @media screen and (max-width: 48em) {
    .form-contact .input-group-item input[type="text"] {
      padding: 19px 17px 0;
      height: 55px; } }

.form-contact .row {
  padding-bottom: 15px; }
  @media screen and (max-width: 48em) {
    .form-contact .row {
      padding-bottom: 0px; } }
  .form-contact .row .col-md-6 {
    padding-right: 0px;
    padding-left: 0px; }
  .form-contact .row .col-md-12 {
    padding-right: 0px;
    padding-left: 0px; }

.form-contact .form-control {
  height: 80px; }

.form-contact .form-check {
  margin-bottom: 35px; }
  .form-contact .form-check label {
    padding-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 0; }

@media screen and (max-width: 48em) {
  .form-contact .custom-control-label-text {
    padding-left: 0px; } }

.form-contact .portlet-forms .ddm-form-basic-info .ddm-form-name {
  text-align: center;
  color: #2969d4;
  font-size: 42px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  padding: 60px 0;
  text-transform: uppercase; }
  @media screen and (max-width: 48em) {
    .form-contact .portlet-forms .ddm-form-basic-info .ddm-form-name {
      font-size: 28px;
      padding: 30px 0; } }

.form-contact .ddm-form-basic-info {
  background: #fff; }

.form-contact .btn-primary {
  font-size: 0;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  padding: 20px 50px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  margin-bottom: 40px;
  background: #2969d4 !important;
  color: #fff;
  border-color: #2969d4 !important;
  -webkit-transition: background 0.3s, color 0.3s !important;
  -o-transition: background 0.3s, color 0.3s !important;
  -moz-transition: background 0.3s, color 0.3s !important;
  transition: background 0.3s, color 0.3s !important; }
  .form-contact .btn-primary:hover {
    background: transparent !important;
    color: #2969d4 !important; }
  @media screen and (max-width: 48em) {
    .form-contact .btn-primary {
      padding: 15px 40px; } }
  .form-contact .btn-primary:after {
    font-size: 14px; }

.form-contact .lfr-ddm-form-pagination-controls {
  padding: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px; }
  @media screen and (max-width: 48em) {
    .form-contact .lfr-ddm-form-pagination-controls {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: unset; } }

.form-check-description::before {
  display: none; }

.form-check-description::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: white;
  border: 1px solid #ccc;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s; }

.form-check-description a {
  color: #2969d4; }

.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  background-color: #fff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2969d4; }

.thank-you-container-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0px; }

.thank-you-container .icon-wrapper i:before {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4eb63f;
  font-size: 150px; }

.button-wrapper-thank-you {
  min-width: 235px;
  margin: 0 auto; }

.thank-you-text {
  padding-top: 80px;
  padding-bottom: 100px; }

.thank-you-paragraph {
  text-align: center;
  font-size: 28px;
  line-height: 46px;
  font-weight: 300;
  font-family: "Futura", sans-serif;
  color: #000; }

.paragraph-flip-card {
  font-size: 28px;
  line-height: 46px;
  font-family: "Futura", sans-serif;
  font-weight: 300;
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 48em) {
    .paragraph-flip-card {
      font-size: 20px;
      line-height: 24px;
      padding-top: 35px;
      padding-bottom: 35px; } }

.title-flip-card {
  text-align: center;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #2969d4;
  line-height: 34px;
  padding-top: 0px;
  padding-bottom: 35px; }

.buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 30px; }

.button-item-wrapper {
  min-width: 250px;
  margin: 30px 30px 0; }
  @media screen and (max-width: 48em) {
    .button-item-wrapper {
      width: 100%; } }
  @media screen and (max-width: 48em) {
    .button-item-wrapper:last-child {
      margin-top: 30px; } }

.button-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-item i:before {
    font-size: 21px;
    padding-right: 12px; }

.projects-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 50px;
  width: 100%; }
  @media screen and (max-width: 48em) {
    .projects-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.images-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 50%;
  padding-right: 34px; }
  @media screen and (max-width: 61.875em) {
    .images-block-container {
      padding-right: 24px; } }
  @media screen and (max-width: 48em) {
    .images-block-container {
      width: 100%;
      padding-right: 0; } }

.projects-detail-wrapper {
  width: 50%;
  padding-left: 34px; }
  @media screen and (max-width: 61.875em) {
    .projects-detail-wrapper {
      padding-left: 24px; } }
  @media screen and (max-width: 48em) {
    .projects-detail-wrapper {
      width: 100%;
      padding-top: 30px;
      padding-left: 0px; } }

.images-main {
  padding: 45%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative; }

.images-small-container {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  padding-top: 16px; }
  .images-small-container:nth-child(3n+1) {
    padding-right: 0;
    padding-left: 12px; }
  .images-small-container:nth-child(3n+2) {
    padding-left: 0;
    padding-right: 12px; }
  .images-small-container:nth-child(3n+3) {
    padding-right: 6px;
    padding-left: 6px; }

.images-small {
  padding: 50%;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  position: relative; }

.title-project {
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 20px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  color: #2969d4;
  text-transform: uppercase; }
  @media screen and (max-width: 61.875em) {
    .title-project {
      font-size: 33px;
      line-height: 40px; } }
  @media screen and (max-width: 48em) {
    .title-project {
      font-size: 30px;
      text-align: center; } }

.description-container p {
  font-size: 22px;
  font-weight: 300;
  font-family: "Futura", sans-serif;
  color: #000;
  line-height: 30px;
  padding-bottom: 10px; }
  .description-container p:last-child {
    padding-bottom: 0; }
  @media screen and (max-width: 61.875em) {
    .description-container p {
      font-size: 20px;
      line-height: 26px; } }
  @media screen and (max-width: 48em) {
    .description-container p {
      font-size: 22px;
      text-align: center;
      line-height: 30px; } }

.progetto-single-item .autofit-float.autofit-row.portlet-header, .small-banner-container .autofit-float.autofit-row.portlet-header, .progetti-correlati .autofit-float.autofit-row.portlet-header {
  display: none; }

.progetti-correlati .az-list-project {
  padding-bottom: 30px; }
  @media screen and (max-width: 48em) {
    .progetti-correlati .az-list-project {
      padding-bottom: 20px; } }

@media screen and (max-width: 48em) {
  .small-banner-container .banner-small-wrapper .banner-small__container .banner-small-title__container .banner-small-title__text {
    font-size: 18px; } }

.image-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.az-fondazione-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #ededed;
  padding-bottom: 30px; }
  .az-fondazione-buttons .az-fondazione-button {
    min-width: 250px;
    margin: 0 20px; }
    @media screen and (max-width: 48em) {
      .az-fondazione-buttons .az-fondazione-button {
        width: 100%; } }
    @media screen and (max-width: 48em) {
      .az-fondazione-buttons .az-fondazione-button:last-child {
        margin-top: 20px; } }

.cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 43px 0;
  background-color: #DEEAF7;
  color: #122544;
  z-index: 3; }
  .cookiebar .cookie-container .cookie-text p {
    margin: 0;
    display: inline;
    font-family: "Futura", sans-serif;
    font-weight: 400;
    font-size: 13px; }
  .cookiebar .cookie-container .cookie-text .cookie {
    font-family: "Futura", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline; }
    @media screen and (max-width: 48em) {
      .cookiebar .cookie-container .cookie-text .cookie {
        font-size: 14px; } }
  .cookiebar .cookie-container .cookie-btn--accept {
    font-family: "Futura", sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #3d74dd; }
    @media screen and (max-width: 48em) {
      .cookiebar .cookie-container .cookie-btn--accept {
        font-size: 14px;
        display: block;
        padding-top: 20px; } }
    .cookiebar .cookie-container .cookie-btn--accept:hover {
      color: #122544; }
  .cookiebar .cookie-container .cookie-btn--privacy-link {
    font-family: "Futura", sans-serif;
    font-weight: 800;
    font-size: 13px;
    color: #3d74dd;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    .cookiebar .cookie-container .cookie-btn--privacy-link:hover {
      color: #122544; }
  .cookiebar .cookie-container .cookie-btn-container {
    display: inline; }

/* .cookiebar {
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: $zindex-cookiebar;
  background-color: $neutral-1-a8;
  padding: $v-gap * 3 $v-gap * 4;

  &.cookiebar-top {
    bottom: auto;
    top: 0;
  }

  &.show {
    display: block;
  }

  p {
    font-size: 1rem;
    line-height: 1.25em;
    color: $white;
    margin-bottom: 0;
    br {
      display: none;
    }
  }

  .cookiebar-buttons {
    text-align: right;
    margin-top: $v-gap * 4;
    padding: 0;
    line-height: 1.25em;
  }

  .cookiebar-btn {
    background: transparent;
    border: none;
    padding: 0;
    color: $white;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    display: inline-block;
    line-height: 1em;
    &:hover {
      text-decoration: underline;
      cursor: pointer;
    }
    &:last-child {
      margin-left: $v-gap * 4;
    }
    &:not(.cookiebar-confirm) {
      color: $neutral-2-a1;
    }
  }
}

//small - tablet
@media (min-width: 576px) {
  .cookiebar {
    p {
      font-size: 0.889rem;
    }
    .cookiebar-btn {
      font-size: 0.778rem;
    }
  }
}

//Tablet vertical
@media (min-width: 768px) {
  .cookiebar {
    padding: $v-gap * 4 $v-gap * 6;
    &.show {
      display: flex;
      justify-content: space-between;
    }
    p {
      width: 60%;
      margin-right: $v-gap * 3;
      br {
        display: block;
      }
    }

    .cookiebar-buttons {
      margin-top: 0;
      width: 40%;
    }
  }
}

//Tablet horizontal / small desktop
@media (min-width: 992px) {
  .cookiebar {
    max-width: $v-gap * 104;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: $border-radius $border-radius 0 0;
    p {
      width: 66%;
    }
    .cookiebar-buttons {
      width: 33%;
    }
  }
}
 */
.az-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .az-popup.close-popup {
    opacity: 0;
    visibility: hidden; }
  .az-popup__layer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99; }
    .has-control-menu .az-popup__layer {
      position: relative;
      background: rgba(0, 0, 0, 0);
      z-index: 1;
      width: -webkit-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: calc(100% - 60px); }
  .az-popup__body {
    position: absolute;
    left: 50%;
    top: 50%;
    background: white;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow: 0 9px 17px -3px black;
       -moz-box-shadow: 0 9px 17px -3px black;
            box-shadow: 0 9px 17px -3px black;
    max-width: 800px;
    width: 100%; }
    @media screen and (max-width: 61.875em) {
      .az-popup__body {
        width: 95%; } }
    .has-control-menu .az-popup__body {
      position: relative;
      -webkit-transform: unset;
         -moz-transform: unset;
          -ms-transform: unset;
           -o-transform: unset;
              transform: unset;
      left: 0;
      top: 0; }
  .az-popup__container {
    position: relative;
    padding: 40px 20px 20px 20px; }
    .az-popup__container .close-popup {
      border: 1px solid #eaf0fa;
      background-color: #eaf0fa;
      color: #2e6cd1;
      position: absolute;
      right: 10px;
      top: 10px; }
    .az-popup__container .az-popup__title {
      font-size: 28px;
      line-height: 28px;
      color: #000;
      font-weight: 400;
      text-align: center;
      padding-bottom: 20px; }
      @media screen and (max-width: 61.875em) {
        .az-popup__container .az-popup__title {
          font-size: 24px;
          line-height: 24px; } }
    .az-popup__container .az-popup__text {
      font-size: 22px;
      line-height: 23px;
      color: #000;
      font-weight: 300;
      text-align: center; }
      @media screen and (max-width: 61.875em) {
        .az-popup__container .az-popup__text {
          font-size: 20px;
          line-height: 20px; } }
    .az-popup__container .button-item-wrapper {
      text-align: center; }
      @media screen and (max-width: 48em) {
        .az-popup__container .button-item-wrapper {
          width: unset;
          margin-left: 0;
          margin-right: 0; } }
      .az-popup__container .button-item-wrapper .btn-popup {
        max-width: 390px;
        margin: 0 auto; }

/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */