@charset "UTF-8";
/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Table styles ---------- */
@media (max-width: 979px) {
  .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; } }
/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

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

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/fassa-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

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

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

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

/* ---------- Miscellaneous ---------- */
span.alert {
  display: inline-block; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

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

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  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(/fassa-theme/css/../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; }

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }
.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.tagselector .field .field-content {
  margin: 0; }
.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

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

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

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

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(/fassa-theme/css/../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; }

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

.tab-back {
  float: right; }

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

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

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

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

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

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

.panel-hd {
  background: #c0c2c5 url(/fassa-theme/css/../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; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    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; }

/* ---------- Menus ---------- */
.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(/fassa-theme/css/../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; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #d4d4d4 url(/fassa-theme/css/../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.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 .tree-node-over .tree-label {
  text-decoration: underline; }
.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; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #eeeeee url() 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(/fassa-theme/css/../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(/fassa-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/fassa-theme/css/../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; }

/* ---------- CKEditor contents ---------- */
.aui .cke_editable [class*="span"] {
  float: none; }

/* ---------- CKEditor menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

/* ---------- CKEditor panel menu ---------- */
.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 source ---------- */
.aui .cke_source {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000;
  padding: 1em; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/fassa-theme/css/../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(/fassa-theme/css/../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; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/fassa-theme/css/../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 .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }

.ie input.cke_dialog_ui_input_text {
  height: auto; }
.ie .proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie7 .menu-content li {
  z-index: 10; }
.ie7 .paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .paginator-current-page {
  color: #FFF; }

.ie8 .row-fluid input[class*=span].search-query {
  line-height: 20px;
  min-height: 20px; }

.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 0px; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 2em;
      padding-right: 2em; } }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }
  @media (max-width: 979px) {
    .aui #navigation {
      display: none; }
      .aui #navigation.open {
        display: block; }
    .aui .dockbar-split .dockbar {
      height: auto;
      position: relative; }
      .aui .dockbar-split .dockbar .navbar-inner {
        width: auto; }
    .aui .user-avatar-image {
      width: 18px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-sortable > a > span {
  padding-left: 28px; }
.modify-pages .drag-handle {
  background-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }
@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }
.controls-hidden .modify-pages .drag-handle {
  display: none; }

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

/* ---------- Navigation portlet ---------- */
.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(/fassa-theme/css/../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.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(/fassa-theme/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() 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(/fassa-theme/css/../images/application/button_bg_over.png); }

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

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

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

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(/fassa-theme/css/../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

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

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

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

.portlet-content, .portlet-minimized .portlet-content-container {
  float: left;
  width: 100%;
  padding: 0px; }

.portlet-journal-content .portlet-content {
  padding: 0px;
  text-align: justify; }

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

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

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px #000; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(/fassa-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/fassa-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/fassa-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/fassa-theme/css/../images/common/configuration_white.png); }
.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 10px;
    overflow: hidden; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(/fassa-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/fassa-theme/css/../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(/fassa-theme/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

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

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.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; }

/* ---------- Status labels ---------- */
.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(/fassa-theme/css/../images/messages/alert.png);
  color: #663; }

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

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

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

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

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

/* ---------- Liferay messages ---------- */
.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(/fassa-theme/css/../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(/fassa-theme/css/../images/common/time.png); }

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

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

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.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; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.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(/fassa-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/fassa-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/fassa-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/fassa-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/fassa-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/fassa-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  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; }

.ie .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-content .icons-container, .ie7 .portlet-content .icons-container {
  overflow: visible; }
.ie6 .portlet-content .lfr-icon-actions .taglib-text, .ie7 .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block; }
.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

.languageContainer .portlet-body {
  padding: 10px 15px 10px; }

.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-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -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); }

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

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

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-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;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-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;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-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;
  -ms-border-radius: 10px;
  -o-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;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-asset-tag-admin .merge-tag, .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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper, .portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

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

.taglib-form-navigator > .form-steps > ul.form-navigator.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #333333;
    -moz-box-shadow: 0 0 5px 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: 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.well .tab .tab-label .number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

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

.input-localized .lfr-input-localized-state {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.input-localized .lfr-input-localized .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #dddddd;
  -moz-box-shadow: 0 0 3px #dddddd;
  box-shadow: 0 0 3px #dddddd; }
  .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-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-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;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-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 #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

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

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-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 {
  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: -moz-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: -o-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: 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));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-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;
  -moz-transition: width 0.5s ease-out;
  -o-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 {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }
@media (max-width: 979px) {
  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;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

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

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 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, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 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, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 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, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-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 {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-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; }

.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-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background-image: -moz-linear-gradient(#ffffff, #e4e4e4);
  background-image: -o-linear-gradient(#ffffff, #e4e4e4);
  background-image: linear-gradient(#ffffff, #e4e4e4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -o-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc); }

/**************************************
jQuery Open Carousel

Copyright (c) 2013 Justin McCandless (justinmccandless.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
***************************************/
/*
This is the necessary css for Open Carousel
Include jquery.openCarousel.js and jquery.openCarousel.css in your projects
*/
.ocarousel {
  display: none; }

.ocarousel_window {
  overflow: hidden;
  white-space: nowrap;
  /* default size */
  width: 100%;
  height: 200px; }

.ocarousel_window_slides {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 50000px;
  white-space: nowrap; }

.ocarousel_window_slides > * {
  float: left;
  white-space: normal; }

.ocarousel_indicators {
  width: 100%; }

.ocarousel_indicators svg {
  height: 50px;
  margin: 0 auto;
  width: 100%; }

.ocarousel_indicators svg circle {
  cursor: pointer; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/fassa-theme/css/images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/fassa-theme/css/images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/fassa-theme/css/images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/fassa-theme/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/fassa-theme/css/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #333;
  opacity: 0.3;
  filter: alpha(opacity=30); }

.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;
  user-select: none; }

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

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

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

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

.mfp-preloader a:hover {
  color: white; }

.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;
  padding: 0;
  z-index: 1046; }

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: white;
  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: #333333; }

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

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

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

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

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

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

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

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

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

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

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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-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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

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

/* 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:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px #777;
  background: #444444; }

.mfp-figure {
  line-height: 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-break: break-word;
  padding-right: 36px; }

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

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

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

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

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@CHARSET "UTF-8";
.sbHolder {
  background-color: #fff;
  border: solid 1px #ddd;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 23px;
  position: relative; }

.sbSelector {
  display: block;
  height: 27px;
  left: 0;
  line-height: 23px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0; }

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #000;
  outline: none;
  text-decoration: none; }

.sbToggle {
  background: black url(/fassa-theme/css/../images/select-icons.png) 0 -120px no-repeat;
  display: block;
  height: 23px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px; }

.sbToggle:hover {
  background: black url(/fassa-theme/css/../images/select-icons.png) 0 -120px no-repeat; }

.sbToggleOpen {
  background: black url(/fassa-theme/css/../images/select-icons.png) 0 -21px no-repeat; }

.sbToggleOpen:hover {
  background: black url(/fassa-theme/css/../images/select-icons.png) 0 -21px no-repeat; }

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #ddd; }

.sbOptions {
  background-color: #fff;
  border: solid 1px #ddd;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 26px;
  z-index: 1;
  overflow-y: auto; }

.sbOptions li {
  padding: 0 7px; }

.sbOptions a {
  border-bottom: solid 1px #ddd;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px; }

.sbOptions a:link, .sbOptions a:visited {
  color: #ddd;
  text-decoration: none; }

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #000; }

.sbOptions li.last a {
  border-bottom: none; }

.sbOptions .sbDisabled {
  border-bottom: solid 1px #ddd;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px; }

.sbOptions .sbGroup {
  border-bottom: solid 1px #ddd;
  color: #000;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px; }

.sbOptions .sbSub {
  padding-left: 17px; }

/*
    Name: YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/
.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9999999999999; }

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp; }

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes YouTubePopUp {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

body.logged-in .YouTubePopUp-Wrap {
  /* For WordPress */
  top: 32px;
  z-index: 99998; }

.YouTubePopUp-Content {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative; }

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 658px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0; }

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide; }

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.YouTubePopUp-Close {
  position: absolute;
  top: -70px;
  cursor: pointer;
  bottom: 528px;
  right: -30px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(/fassa-theme/css/../images/close.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px; }

@media all and (min-width: 1270px) {
  .YouTubePopUp-Content {
    max-width: 1170px; } }
.YouTubePopUp-Close:hover {
  opacity: 0.5; }

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%; } }
@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important; }

  .YouTubePopUp-Close {
    bottom: 362px; } }
@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important; }

  .YouTubePopUp-Close {
    bottom: 262px; } }
/* THEMES */
/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold; }

/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000; }

/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515; }

/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #151515; }

/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #202020; }

/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515; }

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold; }

/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #EEEEEE; }

/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #DDDDDD; }

/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD; }

/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE; }

/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222; }

/* END OF THEMES */
.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px; }

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px; }

.flipdown .rotor-group:last-child {
  padding-right: 0; }

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px; }

.flipdown .rotor:last-child {
  margin-right: 0; }

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px; }

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s; }

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out; }

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px; }

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg); }

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px; }

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px; }

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px; }

@media (max-width: 550px) {
  .flipdown {
    width: 312px;
    height: 70px; }

  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px; }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 30px; }

  .flipdown .rotor-group {
    padding-right: 20px; }

  .flipdown .rotor-group:last-child {
    padding-right: 0px; }

  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px; }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px; }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 13px;
    height: 8px;
    width: 8px; }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 29px;
    height: 8px;
    width: 8px; }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px; }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px; }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px; } }
/********
 VARIABILI
*********/
/*****
 MIXINS
******/
@font-face {
  font-family: 'Helvetica';
  src: url("/fassa-theme/css/fonts/helveticathn-webfont.eot");
  src: url("/fassa-theme/css/fonts/helveticathn-webfont.eot?#iefix") format("embedded-opentype"), url("/fassa-theme/css/fonts/helveticathn-webfont.ttf") format("truetype"), url("/fassa-theme/css/fonts/helveticathn-webfont.svg#AndaleSansBold") format("svg");
  font-weight: normal;
  font-style: bold; }

@font-face {
  font-family: 'Helvetica Medium';
  src: url("/fassa-theme/css/fonts/helveticaneueltstd-md-webfont.eot");
  src: url("/fassa-theme/css/fonts/helveticaneueltstd-md-webfont.eot?#iefix") format("embedded-opentype"), url("/fassa-theme/css/fonts/helveticaneueltstd-md-webfont.ttf") format("truetype"), url("/fassa-theme/css/fonts/helveticaneueltstd-md-webfont.svg#AndaleSansBold") format("svg");
  font-weight: normal;
  font-style: bold; }

@font-face {
  font-family: 'Helvetica Light';
  src: url("/fassa-theme/css/fonts/helveticaneueltstd-lt-webfont.eot");
  src: url("/fassa-theme/css/fonts/helveticaneueltstd-lt-webfont.eot?#iefix") format("embedded-opentype"), url("/fassa-theme/css/fonts/helveticaneueltstd-lt-webfont.ttf") format("truetype"), url("/fassa-theme/css/fonts/helveticaneueltstd-lt-webfont.svg#AndaleSansBold") format("svg");
  font-weight: normal;
  font-style: bold; }

/********
 FONT-FACE
********/
/*
@font-face {
    font-family:'AndaleSansBold';
    src: url('/fassa-theme/css/fonts/ansnb__ie.eot');
    src: url('/fassa-theme/css/fonts/ansnb__ie.eot?#iefix') format('embedded-opentype'),
         url('/fassa-theme/css/fonts/ansnb__.ttf') format('truetype'),
         url('/fassa-theme/css/fonts/ansnb__.svg#AndaleSansBold') format('svg');
    font-weight: normal;
    font-style: bold ;
}
@font-face {
    font-family:'AndaleSans';
    src: url('/fassa-theme/css/fonts/ansnwgl.eot');
    src: url('/fassa-theme/css/fonts/ansnwgl.eot?#iefix') format('embedded-opentype'),
         url('/fassa-theme/css/fonts/ansnwgl.ttf') format('truetype'),
         url('/fassa-theme/css/fonts/ansnwgl.svg#AndaleSans') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/********
 Utils
********/
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.aui .tabbable {
  float: left;
  width: 100%; }

.clear {
  clear: both; }

.image.pull-right {
  margin: 0 0 20px 20px; }

.image.pull-left {
  margin: 0 20px 20px 0; }

.imageBorder {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 20px; }

.nomargin {
  margin: 0 !important; }

.popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.left {
  float: left; }

.right {
  float: right; }

.image {
  border: 0px solid #dddddd !important; }

.image.right {
  margin-left: 20px;
  margin-bottom: 20px; }

.image.left {
  margin-right: 20px;
  margin-bottom: 20px; }

.aui ul, .aui ol {
  margin: 0 0 10px; }

.margin10 {
  margin: 10px !important; }

.padding20 {
  padding: 20px; }

.font-big {
  font-size: 15px;
  line-height: 22px; }

/********
 Struttura
*********/
body {
  background-color: #f2f2f2 !important;
  font-family: 'Helvetica Light', sans-serif !important;
  line-height: 18px; }

.aui body {
  color: #172c54;
  font-size: 15px; }

body.dockbar-ready {
  padding-top: 0px !important; }

body.dockbar-ready #wrapper {
  /*padding:5em 2em!important;*/ }

body.portal-popup {
  background-image: none; }

.banner-arrow {
  position: absolute;
  left: 60px;
  bottom: 50px;
  width: 38px;
  height: 22px;
  background: url("/fassa-theme/css/../images/banner-arrow.png") left top; }

.sbHolder {
  float: right;
  margin: 7px 5px 0 15px; }

.page-product-list-portlet .sbHolder {
  margin-top: 6px; }

.box-header .sbHolder {
  width: 130px; }

.box-header .sbSelector {
  width: 130px; }

.box-header .sbOptions {
  width: 130px; }

.home .banner-container {
  visibility: hidden;
  max-height: 605px; }

.box-home-container-margintop {
  margin-top: 380px; }

.banner-container .tab-pane.fake-pane {
  float: left;
  width: 100%; }

.home .container-tab-pane {
  margin-bottom: 0px; }

.right-column .box h5 {
  padding-bottom: 5px;
  margin-top: 0;
  border-bottom: 1px solid #172c54;
  background: url("/fassa-theme/css/../images/square_arrow.gif") right top no-repeat; }

/*Immagine lightbox*/
img.mfp-img {
  margin: 40px 0 40px !important;
  padding: 0px;
  border: 0px solid #172c54; }

.taglib-page-iterator .search-results {
  padding: 20px; }

.signed-in .alert-info {
  display: none; }

.dockbar {
  height: 80px; }

.aui .navbar-inner {
  box-shadow: 0px; }

.box-footer-container {
  background: #fff;
  margin-top: 20px; }
  .box-footer-container a {
    text-decoration: none !important; }

.aui .navbar .nav > li > a {
  padding: 10px 5px 10px; }

.footer-boxes {
  margin-top: 20px; }

.footer-social {
  float: left;
  width: 100% !important;
  text-align: center;
  margin-top: 20px; }
  .footer-social ul {
    width: 100%; }
    .footer-social ul li {
      display: inline-block; }

.footer-box-wide {
  width: 50% !important; }

/***********
 LAYOUTS
 **********/
.layout-home.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* layout standard */
.layout-standard section.portlet {
  float: left;
  width: 100%; }

.layout-standard .portlet-topper {
  /*background:$azzurro;*/ }

.eventi-portlet .portlet-content,
.argomenti-portlet .portlet-content,
.reference-page-wrapper .portlet-content {
  padding: 0 !important; }

/**************************
STRUTTURA PAGINA STANDARD
**************************/
.template-box {
  float: left;
  width: 100%;
  background: white;
  padding: 15px;
  padding-bottom: 20px; }

.template-box-margin-line {
  margin-bottom: 1px; }

.template-box-margin-single {
  margin-bottom: 20px; }

.template-box-margin-double {
  margin-bottom: 40px; }

.layout-standard .journal-content-article {
  background: transparent !important; }

.template-box-testo {
  font-size: 1.1em; }
  .template-box-testo a {
    color: #172c54;
    font-weight: bold; }

.template-box-testo-mid {
  float: left;
  width: 50%; }
  .template-box-testo-mid a {
    color: #172c54;
    font-weight: bold; }

.template-box.template-box-color-grigio {
  background: #eaeaea; }

.template-box-full-1 .template-box-right {
  width: 100%; }

.template-box-left {
  float: left;
  width: 33.3333%;
  padding-right: 20px; }
  .template-box-left img {
    margin-bottom: 20px; }

.template-box-testo-left {
  padding-right: 20px; }
  .template-box-testo-left h1 {
    padding-left: 0px !important; }

.template-box-left h2, .template-box-left h3, .template-box-left h4 {
  margin-top: 0px;
  padding-top: 0px !important; }

.template-box-right {
  text-align: left;
  color: #234574;
  float: left;
  width: 66.6666%; }

.template-box-image-right {
  float: right; }

.template-box-right.template-box-right-column-no {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }
  .template-box-right.template-box-right-column-no .template-box-testo-mid {
    width: 100%; }

.template-box-right-column-no.template-box-column-no {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1; }
  .template-box-right-column-no.template-box-column-no .template-box-testo-mid {
    width: 100%; }

.template-box-right.template-box-right-size-grande {
  font-size: 20px;
  line-height: 28px; }

/*********
 PORTLET
 ********/
#main-content .portlet-column-content-first .portlet-boundary {
  float: left;
  width: 100%; }

.portlet-column-last section.portlet, .portlet-column-last .portlet-body {
  width: 100%; }
.portlet-column-last .portlet-boundary {
  float: left;
  width: 100%;
  padding-left: 0px;
  background: #fff; }
  .portlet-column-last .portlet-boundary .portlet-content {
    padding-left: 0px;
    padding-top: 0px; }
.portlet-column-last h2, .portlet-column-last h3, .portlet-column-last h5 {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 1.4em !important;
  padding: 2px 20px 2px 20px !important;
  color: white !important;
  /*border-bottom:1px solid $azzurro;*/
  line-height: 43px;
  background: #c7c7c7 !important; }
  .portlet-column-last h2 a, .portlet-column-last h3 a, .portlet-column-last h5 a {
    color: white; }
.portlet-column-last .portlet-topper {
  background: #fff; }

.portlet-column-last .nav-menu {
  float: left;
  width: 100%; }
  .portlet-column-last .nav-menu h2 {
    margin-bottom: 0px !important; }
    .portlet-column-last .nav-menu h2 a:hover {
      color: #172c54; }
  .portlet-column-last .nav-menu ul {
    margin-left: 0px;
    padding-left: 0px; }
  .portlet-column-last .nav-menu li {
    list-style: none;
    float: left;
    width: 100%;
    line-height: 35px;
    border-bottom: 0px solid #ddd; }
    .portlet-column-last .nav-menu li:last-child {
      border-bottom: 0px solid #ddd; }
    .portlet-column-last .nav-menu li a {
      font-size: 1.2em;
      float: left;
      width: 100%;
      line-height: 35px;
      padding-left: 20px;
      border-left: 4px solid white; }
      .portlet-column-last .nav-menu li a:hover {
        border-left: 4px solid #172c54;
        background: #172c54;
        color: white; }
    .portlet-column-last .nav-menu li a.selected {
      font-weight: normal;
      border-left: 4px solid #c7c7c7;
      color: #888; }
      .portlet-column-last .nav-menu li a.selected:hover {
        color: #fff; }

.aui .portlet-column-last .nav-menu ul {
  margin-left: 0px !important; }

.layout-home .portlet-layout, .layout-standard .portlet-layout {
  display: block; }

.portlet-column-last .portlet-boundary {
  float: left;
  width: 100%;
  clear: both;
  border: 1px solid #ddd;
  margin-bottom: 20px; }

/****************
 FOOTER
 ***************/
.fassa .box-footer-container {
  color: #172c54; }
  .fassa .box-footer-container .row {
    background: #fff; }
  .fassa .box-footer-container .footer-box {
    float: left;
    width: 25%;
    padding: 15px;
    font-size: 15px; }
    .fassa .box-footer-container .footer-box.footer-box-last h5, .fassa .box-footer-container .footer-box.footer-box-last h6 {
      text-transform: none;
      padding-bottom: 8px;
      margin-top: 0px;
      margin-bottom: 10px;
      border-bottom: 1px solid #172c54;
      font-weight: bold;
      font-size: 1em; }
    .fassa .box-footer-container .footer-box h6 {
      text-transform: none;
      font-weight: bold;
      padding-bottom: 0px;
      margin-top: 0px;
      margin-bottom: 0px; }
  .fassa .box-footer-container .footer-box.wide {
    width: 33.33%; }

.footer-bottom-wrapper .row-fluid {
  background: #172c54;
  color: white;
  padding-top: 6px; }
.footer-bottom-wrapper .footer-box {
  float: left;
  width: 25%;
  padding: 15px;
  font-size: 14px; }
  .footer-bottom-wrapper .footer-box a {
    font-size: 14px;
    color: white; }
.footer-bottom-wrapper .footer-box.wide {
  width: 33.33%; }
.footer-bottom-wrapper .footer-box-50 {
  float: left;
  width: 50%; }
.footer-bottom-wrapper .footer-bottom-left-wrapper, .footer-bottom-wrapper .footer-bottom-right-wrapper {
  float: left;
  width: 50%; }
.footer-bottom-wrapper .footer-bottom-box {
  float: left;
  width: 16.6666%;
  font-size: 14px; }
  .footer-bottom-wrapper .footer-bottom-box a {
    color: white;
    text-decoration: underline; }
.footer-bottom-wrapper .footer-bottom-right-wrapper .footer-bottom-box {
  width: 32.50%;
  padding: 0px 15px; }
.footer-bottom-wrapper .footer-bottom-right-wrapper .footer-bottom-box:nth-child(1) {
  width: 35%; }

.social-links {
  float: right;
  width: 228px; }
  .social-links li {
    list-style: none; }
    .social-links li .icon-social {
      float: left;
      background: url("/fassa-theme/css/../images/social.png");
      width: 32px;
      height: 30px;
      margin-left: 6px; }
      .social-links li .icon-social.icon-social-youtube {
        background-position: 0px 0px; }
      .social-links li .icon-social.icon-social-facebook {
        background-position: -35px 0px; }
      .social-links li .icon-social.icon-social-linkedin {
        background-position: -70px 0px; }
      .social-links li .icon-social.icon-social-twitter {
        background-position: -105px 0px; }
      .social-links li .icon-social.icon-social-instagram {
        background-position: -141px 0px; }
      .social-links li .icon-social.icon-social-houzz {
        background-position: -177px 0px; }

.footer-menu-wrapper {
  float: left;
  width: 50%; }
  .footer-menu-wrapper a:hover {
    color: #559bc8 !important; }
  .footer-menu-wrapper .footer-menu {
    padding-right: 15px; }
    .footer-menu-wrapper .footer-menu li {
      list-style: none; }
      .footer-menu-wrapper .footer-menu li a {
        text-decoration: none; }
      .footer-menu-wrapper .footer-menu li a:before {
        content: "\2192";
        margin-right: 5px; }
  .footer-menu-wrapper .footer-menu-alternative {
    margin-top: 0px !important;
    margin-left: 15px !important; }
    .footer-menu-wrapper .footer-menu-alternative li {
      list-style: none; }
      .footer-menu-wrapper .footer-menu-alternative li a {
        text-decoration: none;
        font-weight: bold; }

.organizationCountry {
  text-transform: capitalize; }

.footer-links {
  margin-left: 0px; }
  .footer-links img {
    margin-right: 5px; }
  .footer-links li {
    list-style: none;
    margin-bottom: 15px; }
    .footer-links li a {
      color: #444444;
      font-weight: bold;
      text-transform: uppercase; }
  .footer-links a:hover {
    color: #172c54; }

.backtotop {
  position: absolute;
  float: left;
  width: 42px;
  height: 30px;
  background: url("/fassa-theme/css/../images/backtotop.png") left top no-repeat; }
  .backtotop a {
    float: left;
    width: 100%;
    height: 100%; }

.image-links {
  margin-left: 0;
  float: left;
  width: 100%; }
  .image-links li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 20px; }
    .image-links li img {
      float: left;
      margin-right: 15px; }
    .image-links li a {
      color: #444444;
      font-weight: bold; }
    .image-links li a:hover {
      color: #172c54; }

/*************
 BREADCRUMB
 ************/
/*.first.breadcrumb-truncate {
   display:none!important;
}*/
.fake-breadcrumb.breadcrumb {
  padding: 8px 15px 0; }

.fake-breadcrumb.breadcrumb > li > .divider {
  color: #000;
  margin: 0 10px; }

.fake-breadcrumb.breadcrumb > li a.active {
  color: #444444; }

.fake-breadcrumb.breadcrumb .reset {
  float: right; }

.breadcrumbs > li > span:after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px; }

.real-breadcrumb .breadcrumbs {
  margin-bottom: 20px;
  background: white; }
  .real-breadcrumb .breadcrumbs a {
    color: #bbb; }
  .real-breadcrumb .breadcrumbs > .active {
    color: #444444;
    font-size: 0.9em; }

.breadcrumbs {
  float: left;
  width: 100%; }

.aui .real-breadcrumb {
  position: absolute;
  top: -50px;
  margin: 0px 0px 0px 20px !important;
  height: 0px;
  background: none !important;
  padding: 0px !important; }
  .aui .real-breadcrumb a:hover {
    color: #172c54; }
  .aui .real-breadcrumb > .active {
    color: #444444; }

.site-breadcrumbs {
  min-height: 50px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 0px solid #ccc; }

.breadcrumb > li {
  display: inline-block;
  text-shadow: none !important;
  line-height: inherit !important; }
  .breadcrumb > li a {
    text-decoration: none; }

.aui .breadcrumb > li > .divider {
  display: none; }

.aui .breadcrumb > li a:after {
  content: "\2192";
  margin-left: 5px;
  margin-right: 5px; }

.aui .breadcrumb > li:last-child a:after {
  content: ""; }

.aui .breadcrumb > li.last a:after {
  content: ""; }

.real-breadcrumb > li:after {
  content: " "; }

.real-breadcrumb > li:last-child a:after {
  content: ""; }

.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff; }

.aui .breadcrumb {
  background-color: transparent !important;
  padding: 5px 15px 5px 15px !important;
  line-height: 40px;
  margin: 0px !important;
  list-style: none;
  width: auto !important; }

.aui form {
  margin: 0px; }

.aui .control-group.success .radio {
  color: inherit; }

/*******
 BOX
 ******/
.box-links {
  border-top: 1px solid #172c54;
  float: left;
  width: 100%;
  overflow: hidden; }

.box-links-inside {
  margin: 0 auto;
  width: 642px;
  height: 211px;
  text-align: center;
  background: url("/fassa-theme/css/../images/box-links.png") left top no-repeat; }
  .box-links-inside h6 {
    font-size: 1.3em; }
  .box-links-inside a {
    color: #444444; }
  .box-links-inside a:hover {
    color: #172c54; }

.box-links-1, .box-links-2, .box-links-3 {
  float: left;
  position: relative;
  width: 200px;
  height: 100%;
  margin: 0 21px 0 0;
  font-size: 0.9em; }
  .box-links-1 a:hover, .box-links-2 a:hover, .box-links-3 a:hover {
    color: #444444; }
  .box-links-1 img, .box-links-2 img, .box-links-3 img {
    position: absolute;
    top: 40px;
    left: 72px; }
  .box-links-1 .text, .box-links-2 .text, .box-links-3 .text {
    position: absolute;
    top: 140px; }
  .box-links-1:hover, .box-links-2:hover, .box-links-3:hover {
    cursor: pointer; }

.box-links-1 img {
  top: 45px; }

.box-links-3 img {
  top: 48px; }

.box-links-1 {
  background: url("/fassa-theme/css/../images/box-links-simple.png") 41px -1px no-repeat; }

.box-links-2 {
  background: url("/fassa-theme/css/../images/box-links-simple.png") 41px -1px no-repeat; }

.box-links-3 {
  background: url("/fassa-theme/css/../images/box-links-simple.png") 41px -1px no-repeat;
  margin-right: 0; }

.caption-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.aui .caption {
  float: left;
  position: relative;
  background: #fff;
  height: 150px;
  width: 50%; }
  .aui .caption h5, .aui .caption h2 {
    font-size: 1.8em;
    color: #172c54;
    text-transform: none;
    margin-top: 0px;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 100px 15px 15px;
    margin-bottom: 0px;
    line-height: 30px; }
  .aui .caption h3 {
    color: #172c54;
    font-size: 16px;
    padding: 15px;
    margin: 0px;
    text-transform: none;
    line-height: 20px; }

.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
  background: none;
  font-size: 2.6em;
  margin-left: 10px; }

.arrow-container {
  width: 90px;
  position: absolute;
  right: 20px;
  top: 18px; }

.aui .carousel-inner {
  margin-bottom: 20px; }

.last .box-home {
  border: 0px;
  background: none; }

.bx-wrapper {
  margin: 0 auto;
  margin-bottom: 20px; }

.bx-wrapper .bx-viewport {
  max-height: 585px; }

/* Box rivenditori */
.box-rivenditori input.searchSeller {
  width: 130px !important;
  background: transparent;
  border: none;
  border-top: 1px solid #172c54;
  border-bottom: 1px solid #172c54;
  padding: 0px 0px 1px 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-sizing: border-box;
  height: 26px !important;
  line-height: 24px;
  font-size: 14px;
  color: #172c54;
  margin-bottom: 0px !important;
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */ }
  .box-rivenditori input.searchSeller::-webkit-input-placeholder {
    color: #bbb; }
  .box-rivenditori input.searchSeller::-moz-placeholder {
    color: #bbb; }
  .box-rivenditori input.searchSeller:-ms-input-placeholder {
    color: #bbb; }
  .box-rivenditori input.searchSeller:-moz-placeholder {
    color: #bbb; }

form.searchRivenditoreForm {
  float: left;
  width: 60%; }
  form.searchRivenditoreForm input[type="submit"] {
    border: 0px;
    padding-left: 0px;
    padding-top: 4px; }

.box-home-container {
  margin-bottom: 20px; }
  .box-home-container h4, .box-home-container h5 {
    text-transform: none;
    font-size: 20px !important;
    margin-bottom: 4px !important;
    margin-top: 0px !important;
    color: #172c54; }
  .box-home-container .box-rivenditori h4 {
    margin-bottom: 20px !important; }
  .box-home-container .box-rivenditori .box-inside-content h4 {
    margin-bottom: 4px !important; }
  .box-home-container .box {
    float: left;
    width: 25%;
    padding-right: 1px; }
    .box-home-container .box .box-inside {
      background: #fff;
      padding: 15px;
      height: 150px;
      font-size: 1.1em;
      line-height: 18px; }
      .box-home-container .box .box-inside a {
        text-decoration: none !important; }
    .box-home-container .box img {
      float: right;
      width: 40%;
      max-width: 150px; }

.box-home-text {
  font-size: 1.2em;
  float: left;
  width: 50%;
  padding-right: 15px; }

.box-home {
  float: left;
  width: 100%;
  font-size: 15px; }
  .box-home a {
    text-decoration: none !important;
    float: left;
    width: 100%;
    height: 100%; }

.box-home-container-2 {
  margin-bottom: 20px; }
  .box-home-container-2 .box {
    float: left;
    width: 50%; }
    .box-home-container-2 .box .box-inside {
      float: left;
      width: 100%;
      background: #fff;
      min-height: 290px;
      color: #172c54; }
      .box-home-container-2 .box .box-inside:hover {
        background: #c1e8fb; }
      .box-home-container-2 .box .box-inside .box-home-left {
        float: left;
        padding: 15px;
        width: 50%; }
        .box-home-container-2 .box .box-inside .box-home-left .box-home-text {
          width: 100%; }
        .box-home-container-2 .box .box-inside .box-home-left h3 {
          color: #172c54;
          font-size: 1.8em !important;
          margin-top: 0px;
          text-transform: none;
          line-height: 26px;
          font-weight: bold;
          margin-bottom: 6px; }
        .box-home-container-2 .box .box-inside .box-home-left h4 {
          color: #172c54;
          font-size: 1.8em !important;
          line-height: 26px;
          font-weight: normal;
          text-transform: none;
          margin-top: 0px;
          margin-bottom: 20px !important; }
    .box-home-container-2 .box img {
      float: right;
      width: 50%;
      max-height: 300px; }

.box-home-container-3.box-home-container-2 .box .box-inside .box-home-left {
  float: right; }
.box-home-container-3.box-home-container-2 img {
  float: left; }

.box-home-container-4.box-home-container-2 .box .box-inside .box-home-left {
  float: left; }
.box-home-container-4.box-home-container-2 img {
  float: right; }

/*************
 BOTTONI SOCIAL
**************/
#headerSocialIcons {
  float: right;
  margin: 7px 0 0 15px; }

#headerSocialIcons a:link,
#headerSocialIcons a:visited {
  margin-left: 0px; }

a.facebookIcon:link, a.facebookIcon:visited {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -13px -10px;
  width: 24px;
  height: 24px; }

a.facebookIcon:hover {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -13px -43px;
  width: 24px;
  height: 24px; }

a.youtubeIcon:link, a.youtubeIcon:visited {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -79px -10px;
  width: 24px;
  height: 24px; }

a.youtubeIcon:hover {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -79px -42px;
  width: 24px;
  height: 24px; }

a.newsletterIcon:link, a.newsletterIcon:visited {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -112px -11px;
  width: 24px;
  height: 24px; }

a.newsletterIcon:hover {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -112px -43px;
  width: 24px;
  height: 24px; }

a.linkedinIcon:link, a.linkedinIcon:visited {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -173px -5px;
  width: 24px;
  height: 24px; }

a.linkedinIcon:hover {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -173px -43px;
  width: 24px;
  height: 24px; }

a.twitterIcon:link, a.twitterIcon:visited {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -213px -5px;
  width: 24px;
  height: 24px; }

a.twitterIcon:hover {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -213px -43px;
  width: 24px;
  height: 24px; }

a.infoIcon:link, a.infoIcon:visited {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -215px -11px;
  width: 24px;
  height: 24px;
  margin-right: 1px; }

a.infoIcon:hover {
  float: left;
  background: url(/fassa-theme/css/../images/social.png) -215px -41px;
  width: 24px;
  height: 24px;
  margin-right: 1px; }

/********* 
 HEADER
 *********/
.form.search-form {
  margin: 0px; }

.search-form .control-group {
  float: left;
  margin-bottom: 0px; }

.search-form input, .search-form select, .search-form .btn {
  display: inline-block;
  margin-bottom: 0; }

.search-form.form-collapse input, .search-form.form-collapse select {
  float: left; }

.search-form.form-collapse .btn {
  float: right; }

.search-form.form-collapse .btn {
  padding: 7px 12px; }

.logo-small {
  float: left;
  width: 67px;
  height: 37px;
  margin: 3px 10px 3px 0px;
  background: left top no-repeat url("/fassa-theme/css/../images/logo_small.png");
  display: none; }

.logo {
  float: left;
  width: 100%;
  width: 150px;
  margin-bottom: 4px;
  margin-top: 15px;
  margin-left: 15px; }
  .logo a {
    float: left;
    width: 100%;
    height: 100%; }

.logo-300 {
  float: left;
  width: 87px;
  height: 87px;
  margin-left: 10px;
  background: left top no-repeat url("/fassa-theme/css/../images/300.png"); }
  .logo-300 a {
    float: left;
    width: 100%;
    height: 100%; }

.header-wrapper {
  background: #fff;
  padding-top: 10px; }
  .header-wrapper .span6 {
    margin-left: 10px; }

.searchButton {
  margin-top: 5px !important; }

.searchInput {
  margin-top: 2px !important;
  font-size: 0.9em !important;
  color: #666666 !important;
  margin-bottom: 0px !important; }

/* Portlet Lingua */
.portlet-language form {
  margin: 0; }

.portlet-language form .control-group {
  margin: 0; }

.portlet-language .portlet-title {
  display: none; }

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

.languageContainer {
  float: right; }

.portlet-language .portlet-topper-toolbar {
  top: 40px; }

select#language {
  width: 100px;
  margin-left: 10px; }

.ricerca-avanzata {
  clear: both;
  text-align: right;
  margin-top: 15px;
  float: left;
  width: 100%; }

.login-button {
  margin-top: 2px; }

/********
 MENU
*********/
.aui .dropdown-menu > .active > a, .aui .dropdown-menu > .active > a:hover, .aui .dropdown-menu > .active > a:focus {
  background: #172c54 !important; }

/* Correzione problema toggle che non va!!!!*/
.navbar .container .nav-collapse {
  display: block; }

.navbar-main.navbar .nav > li > a {
  font-size: 0.9em;
  text-shadow: none;
  color: #444444; }

.navbar-main.navbar .nav > li > a:first-child {
  padding-left: 0px; }

.navbar-main.navbar .nav > li > a:hover, .navbar-main.navbar .nav > li > a:focus {
  color: #172c54; }

.navbar-main.navbar .dropdown-menu .active {
  background: white; }

.navbar-main.navbar-inverse .navbar-inner {
  background: white !important;
  border-bottom: 1px solid #999;
  filter: none;
  background-color: none; }

.navbar-main .nav > li > .dropdown-menu:before {
  border: 0 !important; }

.navbar-main .nav > li > .dropdown-menu:after {
  border: 0 !important; }

.navbar-main .nav > li > .dropdown-menu {
  border-radius: 0px; }

.navbar-main.navbar .nav {
  margin-bottom: 0px !important; }

.navbar-main.navbar .nav .dropdown-toggle .caret {
  margin-left: 5px;
  margin-top: 5px; }

.item-header {
  min-height: 15px; }

.search-form {
  margin: 0; }

.navbar-main.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #444444;
  border-bottom-color: #444444; }

.navbar-main.navbar li.dropdown:hover > ul.dropdown-menu {
  display: block; }

.navbar-main .dropdown-menu > li > a {
  border-bottom: 1px solid #efefef;
  padding: 8px 4px;
  margin: 0 20px;
  font-size: 0.9em; }

.navbar-main .dropdown-menu > li > a:hover,
.navbar-main .dropdown-menu > li > a:focus,
.navbar-main .dropdown-submenu:hover > a,
.navbar-main .dropdown-submenu:focus > a {
  color: #172c54;
  background: white;
  border-bottom: 1px solid #efefef; }

.navbar-main.navbar-fixed-top .navbar-inner, .navbar-main.navbar-static-top .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.navbar-main .navbar-inner .sbHolder {
  width: 100px; }

.navbar-main .navbar-inner .sbSelector {
  width: 50px; }

.navbar-main .navbar-inner .sbOptions {
  width: 100px; }

.navbar-main .dropdown-menu {
  margin: 0;
  border: 1px solid #ddd;
  left: -15px; }

/*****
 TABS
 *****/
.menu-tab {
  margin-left: 0px;
  margin-top: 15px; }
  .menu-tab li {
    list-style: none;
    float: left;
    width: 100%; }
    .menu-tab li ul {
      margin-left: 0px; }
    .menu-tab li a:hover {
      color: #eaeaea; }
  .menu-tab > li > a {
    float: left;
    width: 100%;
    color: white;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    border-bottom: 1px solid  #656565;
    padding-bottom: 4px;
    padding-top: 2px; }
    .menu-tab > li > a p {
      margin: 0px !important; }
  .menu-tab li ul a {
    float: left;
    width: 100%;
    font-size: 0.9em;
    color: #444444; }
  .menu-tab ul a:hover {
    color: #172c54; }

.container-banner .span3 {
  margin-left: 0px !important; }
.container-banner.container-banner-mobile .row-fluid {
  height: 160px; }
.container-banner .row-fluid {
  background: white;
  position: relative; }

.container-banner-scrolled {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }

body.paddingTop {
  padding-top: 90px; }

body.paddingTop .container-banner-scrolled {
  position: fixed;
  z-index: 11; }

.container-banner-scrolled {
  border-bottom: 0px solid #000;
  box-shadow: 0 4px 5px -2px grey; }

.menu-sistemi-scrolled {
  position: fixed !important;
  left: 0px !important;
  right: 0px;
  top: 90px;
  margin-right: auto;
  margin-left: auto; }

.top-menu-left {
  float: left;
  width: 66.6666%;
  margin-top: 20px;
  padding-left: 2px; }
  .top-menu-left a:hover {
    color: #559bc8 !important; }

.top-menu-right {
  float: left;
  width: 33.3333%;
  margin-top: 13px; }
  .top-menu-right a {
    text-decoration: none !important; }

.dropdown-wrapper {
  position: relative; }

.dropdown.login {
  float: left; }

.aui .search-form input[type="text"] {
  width: 245px;
  background: #efefef;
  color: #888;
  border: 0px;
  box-shadow: none;
  padding: 8px 6px;
  border-radius: 0px;
  position: relative;
  height: 30px; }

.aui .dropdown-menu {
  background: #172c54;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff; }

.aui .dockbar .dropdown-menu {
  background: #bbb; }

a.fake-search {
  float: left;
  padding: 8px 8px; }
  a.fake-search:focus {
    text-decoration: none; }
  a.fake-search:after {
    content: "";
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url(/fassa-theme/css/../images/cerca.jpg) left top no-repeat;
    background-size: contain; }
  a.fake-search:hover {
    color: #c7c7c7; }

.top-menu-right .arrow-down:before {
  margin-left: 10px;
  content: "\2193";
  font-size: 1.2em; }

.field.searchInput {
  position: relative; }

.form.search-form {
  display: none;
  position: absolute;
  right: 0px;
  top: 50px;
  background: #fff;
  border: 1px solid #172c54;
  padding: 2px 5px;
  width: 293px;
  height: 40px;
  float: left;
  z-index: 100; }

.aui .dropdown-menu > li > a {
  color: #fff; }
  .aui .dropdown-menu > li > a:hover, .aui .dropdown-menu > li > a:focus {
    background: #172c54;
    color: #eaeaea; }

.login a.dropdown-toggle {
  float: left;
  padding: 8px 8px; }
  .login a.dropdown-toggle:hover {
    background: #172c54;
    color: white; }
.login a.dropdown-toggle, .login .dropdown-menu {
  width: 150px; }
.login .dropdown-menu {
  min-width: 150px;
  margin-top: 1px !important; }

.aui ul.top-menu li {
  float: left;
  list-style: none;
  margin-right: 10px; }
  .aui ul.top-menu li a {
    font-size: 15px; }

.container-tab-pane .row-fluid {
  position: relative; }

#menu-sistemi {
  display: none;
  position: absolute;
  background: #172c54;
  color: white;
  padding: 20px 10px;
  z-index: 1; }
  #menu-sistemi a:hover {
    color: #559bc8 !important; }

.container-menu-mobile {
  display: none; }

.aui .toggleMainMenu {
  display: none;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 37px;
  padding: 6px 6px 4px 6px;
  background: white !important;
  border: none !important; }
  .aui .toggleMainMenu .icon-bar {
    background: #172c54;
    height: 2px;
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 4px; }

.fake-search-mobile, .search-form-mobile {
  display: none; }

a.fake-search-mobile {
  position: absolute;
  top: 42px;
  right: 50px;
  text-indent: -3000px;
  padding: 0px; }
  a.fake-search-mobile:after {
    width: 38px;
    height: 32px;
    background: url(/fassa-theme/css/../images/cerca45.jpg) left top no-repeat !important;
    background-size: contain !important;
    margin-right: 10px;
    border-right: 1px solid #172c54; }

.container-banner-mobile .toggleMainMenu {
  top: 77px !important; }
.container-banner-mobile a.fake-search-mobile {
  top: 82px; }

.form.search-form-mobile {
  position: static;
  top: 72px;
  right: 20px;
  width: 100%; }
  .form.search-form-mobile .searchInput {
    width: 200px !important; }

.aui .menu-mobile-main {
  float: left;
  width: 100%;
  margin-bottom: 0px !important; }
  .aui .menu-mobile-main > li {
    list-style: none; }
    .aui .menu-mobile-main > li > a {
      float: left;
      width: 100%;
      font-size: 20px;
      line-height: 36px;
      padding: 0px 12px;
      border-bottom: 1px solid #172c54;
      position: relative; }
      .aui .menu-mobile-main > li > a .more {
        position: absolute;
        top: 0px;
        right: 15px;
        font-size: 32px;
        line-height: 30px; }
      .aui .menu-mobile-main > li > a:hover {
        color: #172c54; }
      .aui .menu-mobile-main > li > a:focus {
        background: white; }
    .aui .menu-mobile-main > li .dropdown-wrapper {
      display: none;
      background: #172c54;
      color: white;
      position: static;
      float: left;
      width: 100%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: none;
      padding: 10px; }
      .aui .menu-mobile-main > li .dropdown-wrapper .menu-column {
        width: 100%;
        margin-bottom: 20px; }
      .aui .menu-mobile-main > li .dropdown-wrapper h5 {
        text-transform: none;
        padding-left: 0px;
        border-bottom: 1px solid white;
        margin-bottom: 10px;
        float: left;
        width: 100%; }
        .aui .menu-mobile-main > li .dropdown-wrapper h5 a {
          text-transform: none;
          float: left;
          width: 100%;
          padding: 0px;
          text-decoration: none; }
      .aui .menu-mobile-main > li .dropdown-wrapper a {
        border-bottom: none;
        color: white; }
      .aui .menu-mobile-main > li .dropdown-wrapper ul {
        float: left;
        width: 100%;
        color: white;
        margin-bottom: 20px; }
        .aui .menu-mobile-main > li .dropdown-wrapper ul li {
          list-style: none; }
          .aui .menu-mobile-main > li .dropdown-wrapper ul li a {
            float: left;
            width: 100%;
            padding: 5px 0px;
            border-bottom: 1px solid #656565; }

.aui .menu-mobile-second {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  background: #c1e8fb; }
  .aui .menu-mobile-second li {
    list-style: none; }
    .aui .menu-mobile-second li a {
      float: left;
      width: 100%;
      padding: 3px 12px; }

.tab-pane {
  left: 0px; }

.tab-pane .row {
  background: #172c54;
  color: #fff; }
  .tab-pane .row .menu-column {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 15px; }

.menu-column {
  float: left;
  width: 25%;
  font-size: 14px;
  line-height: 18px;
  box-sizing: border-box;
  padding-right: 20px; }
  .menu-column a {
    color: white !important;
    text-decoration: none; }
    .menu-column a:hover {
      color: #eaeaea !important; }
  .menu-column h5 {
    color: white;
    text-transform: none;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 18px !important; }

.menu-column:nth-child(2) {
  padding-right: 10px; }

.menu-column:nth-child(3) {
  padding-left: 10px;
  padding-right: 5px; }

.menu-column:nth-child(4) {
  padding-left: 15px;
  padding-right: 0px; }

li.tab {
  line-height: 0px; }

.fassa .nav-tabs > li > a {
  font-size: 18px !important;
  color: #172c54 !important;
  padding: 0px;
  line-height: 23px;
  margin-right: 0px; }

.fassa .nav-tabs.nav-pills > li > a {
  padding: 6px 15px;
  margin-top: 1px; }

.fassa .nav-tabs > li > a > div {
  border-top: 1px solid #172c54 !important;
  margin-right: 15px;
  padding: 8px 8px 8px 10px; }

.fassa .nav-tabs {
  text-align: center;
  font-size: 0px;
  height: 40px;
  margin-bottom: 0 !important;
  border-bottom: 0px solid #172c54; }
  .fassa .nav-tabs li {
    float: left;
    width: 292.5px;
    text-align: left; }
    .fassa .nav-tabs li .arrow-down {
      float: right; }
      .fassa .nav-tabs li .arrow-down:before {
        content: "\2193";
        font-size: 1.2em; }
    .fassa .nav-tabs li a {
      text-decoration: none; }
    .fassa .nav-tabs li > a {
      font-size: 15px;
      font-weight: bold;
      color: #515151;
      margin-left: 0px !important;
      border-radius: 0;
      margin-bottom: 0px;
      font-weight: normal;
      border: none;
      line-height: 23px; }
      .fassa .nav-tabs li > a.mouseover:not(.not-hover), .fassa .nav-tabs li > a:hover:not(.not-hover), .fassa .nav-tabs li > a.over:not(.not-hover) {
        background: #172c54;
        color: white !important; }
      .fassa .nav-tabs li > a.not-hover {
        background: transparent;
        cursor: default; }
    .fassa .nav-tabs li ul li > a {
      padding-left: 10px;
      line-height: 15px; }
    .fassa .nav-tabs li.last a {
      border-right: 0px; }
  .fassa .nav-tabs ul.dropdown-menu {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding-top: 0px;
    background: #172c54;
    border: none;
    position: relative;
    top: 0px;
    margin: 0px !important; }
    .fassa .nav-tabs ul.dropdown-menu li {
      float: left;
      width: 100%;
      text-align: left;
      font-weight: normal;
      position: relative; }
      .fassa .nav-tabs ul.dropdown-menu li a {
        font-weight: normal;
        color: white; }
        .fassa .nav-tabs ul.dropdown-menu li a:hover {
          color: #559bc8 !important; }
    .fassa .nav-tabs ul.dropdown-menu ul {
      display: none;
      list-style: none;
      position: absolute;
      top: -5px;
      float: left;
      padding: 5px 0px;
      background: #172c54;
      left: 100%;
      width: 280px; }
      .fassa .nav-tabs ul.dropdown-menu ul li {
        float: left;
        width: 100%; }
        .fassa .nav-tabs ul.dropdown-menu ul li a {
          float: left;
          width: 100%;
          padding: 3px 10px; }
  .fassa .nav-tabs .caret {
    margin-top: 4px;
    margin-left: 4px; }

ul.dropdown-menu {
  max-width: 100%; }
  ul.dropdown-menu li a {
    white-space: initial !important; }

.aui .nav-tabs .open .dropdown-toggle, .aui .nav-pills .open .dropdown-toggle, .aui .nav > li.dropdown.open.active > a:hover, .aui .nav > li.dropdown.open.active > a:focus {
  background: #172c54; }

.aui .portlet-column ul.nav-tabs {
  margin: 0px !important; }

.banner-container ul.nav-tabs {
  position: absolute;
  bottom: 0px;
  right: 0px; }

.banner-wrapper .portlet-borderless-container {
  min-height: 0px; }

.fassa .nav-tabs > .active > a, .fassa .nav-tab > .current > a,
.fassa .nav-tabs > .active > a:hover, .fassa .nav-tabs > .current > a:hover,
.fassa .nav-tabs > .active > a:focus, .fassa .nav-tabs > .current > a:focus {
  background-color: #172c54;
  color: white;
  cursor: pointer; }

/********
 PROFILI
*********/
.profile-1 .banner-arrow {
  background: url("/fassa-theme/css/../images/banner-arrow_green.png") left top; }

.profile-1 .carousel-caption,
.profile-1 .box-header,
.profile-1 .eventi-portlet h3,
.profile-1 .argomenti-portlet h3,
.profile-1 .reference-page-wrapper h3,
.profile-1 .layout-standard .portlet-topper h3,
.profile-1 .layout-standard .portlet-column h1,
.profile-1 .layout-home h3 {
  background: #78ae08 !important; }

.profile-1 .box-evidenza .over {
  background: #78ae08 !important; }

.profile-1 .box-profili a:hover {
  color: #78ae08 !important; }

.profile-1 footer {
  border-top-color: #78ae08 !important; }

.profile-1 .tab-content > .tab-pane, .profile-1 .pill-content > .pill-pane {
  border-bottom-color: #78ae08 !important; }

.profile-2 .banner-arrow {
  background: url("/fassa-theme/css/../images/banner-arrow_yellow.png") left top !important; }

.profile-2 .carousel-caption,
.profile-2 .box-header,
.profile-2 .eventi-portlet h3,
.profile-2 .argomenti-portlet h3,
.profile-2 .reference-page-wrapper h3,
.profile-2 .layout-standard .portlet-topper h3,
.profile-2 .layout-standard .portlet-column h1,
.profile-2 .layout-home h3 {
  background: #fabc0c !important; }

.profile-2 .box-evidenza .over {
  background: #fabc0c !important; }

.profile-2 .box-profili a:hover {
  color: #fabc0c !important; }

.profile-2 footer {
  border-top-color: #fabc0c !important; }

.profile-2 .tab-content > .tab-pane, .profile-2 .pill-content > .pill-pane {
  border-bottom-color: #fabc0c !important; }

.profile-3 .banner-arrow {
  background: url("/fassa-theme/css/../images/banner-arrow_blue.png") left top !important; }

.profile-3 .carousel-caption,
.profile-3 .box-header,
.profile-3 .eventi-portlet h3,
.profile-3 .argomenti-portlet h3,
.profile-3 .reference-page-wrapper h3,
.profile-3 .layout-standard .portlet-topper h3,
.profile-3 .layout-standard .portlet-column h1,
.profile-3 .layout-home h3 {
  background: #4d9fce !important; }

.profile-3 .box-evidenza .over {
  background: #4d9fce !important; }

.profile-3 .box-profili a:hover {
  color: #4d9fce !important; }

.profile-3 footer {
  border-top-color: #4d9fce !important; }

.profile-3 .tab-content > .tab-pane, .profile-3 .pill-content > .pill-pane {
  border-bottom-color: #4d9fce !important; }

.profile-4 .banner-arrow {
  background: url("/fassa-theme/css/../images/banner-arrow_orange.png") left top !important; }

.profile-4 .carousel-caption,
.profile-4 .box-header,
.profile-4 .eventi-portlet h3,
.profile-4 .argomenti-portlet h3,
.profile-4 .reference-page-wrapper h3,
.profile-4 .layout-standard .portlet-topper h3,
.profile-4 .layout-standard .portlet-column h1,
.profile-4 .layout-home h3 {
  background: #f58c19 !important; }

.profile-4 .box-evidenza .over {
  background: #f58c19 !important; }

.profile-4 .box-profili a:hover {
  color: #f58c19 !important; }

.profile-4 footer {
  border-top-color: #f58c19 !important; }

.profile-4 .tab-content > .tab-pane, .profile-4 .pill-content > .pill-pane {
  border-bottom-color: #f58c19 !important; }

.box-profili {
  background: #fff;
  margin-left: 0px !important; }
  .box-profili .box {
    padding: 20px; }
  .box-profili ul {
    margin-left: 0; }
  .box-profili li {
    list-style: none;
    font-size: 0.9em; }
    .box-profili li:before {
      content: ". "; }
    .box-profili li a {
      color: #000; }
    .box-profili li a:hover {
      color: #172c54; }
  .box-profili h4 {
    font-size: 1.2em;
    background: url("/fassa-theme/css/../images/arrow.png") left 2px no-repeat;
    padding-left: 15px; }
    .box-profili h4 a {
      color: #444444; }
    .box-profili h4 a:hover {
      color: #999; }

.right-column .box-profili > .row-fluid {
  margin-bottom: 15px; }
.right-column .box-profili .icon-profili {
  float: right; }

/***********************
 override magnific popup
************************/
.mfp-arrow {
  margin: -55px 0 0 !important; }

/********
 CAROUSEL
*********/
.carousel-button {
  float: left;
  width: auto;
  height: 20px;
  margin-right: 10px;
  text-decoration: none !important; }

.carousel-navigation-buttons {
  position: absolute;
  top: -35px;
  right: 9px; }

.carousel-button.previous:after {
  font-size: 2em;
  content: '\2190'; }
  .carousel-button.previous:after:focus {
    text-decoration: none !important;
    outline: none !important; }

.carousel-button.next:after {
  font-size: 2em;
  content: '\2192'; }
  .carousel-button.next:after:focus {
    text-decoration: none !important;
    outline: none !important; }

.carousel-caption {
  background: #172c54 !important;
  border-top: 1px solid white;
  font-size: 1.4em;
  padding-left: 20px !important;
  text-shadow: 0 1px 0px #999;
  height: 50px; }

.banner-container .carousel-caption {
  display: none; }

.ocarousel .item, .static-carousel .item {
  font-size: 0.9em;
  text-align: left;
  width: 250px;
  padding: 15px; }
  .ocarousel .item img, .static-carousel .item img {
    height: 140px;
    width: auto; }

.carousel-control {
  top: auto !important;
  bottom: 0;
  text-indent: -10000px;
  border: 0 !important; }

.banner-container .carousel-control {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.carousel-control.left {
  background: url("/fassa-theme/css/../images/arrow-left-white.png") left 10px no-repeat; }

.carousel-control.right {
  background: url("/fassa-theme/css/../images/arrow-right-white.png") right 10px no-repeat; }

.banner-container .aui .carousel-control {
  border: 0;
  top: auto; }

ul.article-attachments {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  ul.article-attachments li {
    list-style: none;
    margin-bottom: 5px; }

.page-article-detail ul.article-attachments a {
  font-weight: bold; }

/*************************
 PRESS AREA
 *************************/
.pressarea-list {
  margin-top: 15px;
  float: left;
  width: 100%;
  padding: 0px; }
  .pressarea-list ul.index-view li {
    background: #eaeaea;
    height: 477px;
    list-style: none;
    float: left;
    width: 50%;
    padding-right: 1px;
    padding-bottom: 1px; }
    .pressarea-list ul.index-view li .subcontainer {
      float: left;
      width: 100%;
      height: 100%;
      background: white;
      padding: 15px; }
    .pressarea-list ul.index-view li .image-container {
      text-align: center; }
    .pressarea-list ul.index-view li .title, .pressarea-list ul.index-view li h2 {
      font-size: 2.2em !important;
      line-height: 40px !important;
      margin: 0 0 20px 0 !important;
      padding: 0px !important;
      word-wrap: break-word; }

.pressarea-list ul.index-view > li .image-container {
  border: none;
  float: none;
  width: auto; }
  .pressarea-list ul.index-view > li .image-container img {
    width: auto; }

.pressarea-sublist a, .pressarea-list ul.pressarea-sublist a {
  text-decoration: none !important; }
.pressarea-sublist > li, .pressarea-list ul.pressarea-sublist > li {
  list-style: none;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding-right: 1px;
  padding-bottom: 1px; }
  .pressarea-sublist > li .subcontainer, .pressarea-list ul.pressarea-sublist > li .subcontainer {
    float: left;
    width: 100%;
    height: 100%;
    background: white;
    padding: 15px; }
    .pressarea-sublist > li .subcontainer a, .pressarea-list ul.pressarea-sublist > li .subcontainer a {
      float: left;
      width: 100%;
      height: 100%; }
      .pressarea-sublist > li .subcontainer a:hover, .pressarea-list ul.pressarea-sublist > li .subcontainer a:hover {
        color: #172c54; }
    .pressarea-sublist > li .subcontainer:hover, .pressarea-list ul.pressarea-sublist > li .subcontainer:hover {
      background: #eaeaea; }
  .pressarea-sublist > li .image-container, .pressarea-list ul.pressarea-sublist > li .image-container {
    float: left;
    width: 50%;
    border: 1px solid #ddd; }
    .pressarea-sublist > li .image-container img, .pressarea-list ul.pressarea-sublist > li .image-container img {
      width: 100%; }
  .pressarea-sublist > li .text, .pressarea-list ul.pressarea-sublist > li .text {
    padding: 20px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    width: 50%;
    word-wrap: break-word; }
    .pressarea-sublist > li .text .pressarea-title, .pressarea-list ul.pressarea-sublist > li .text .pressarea-title {
      font-weight: bold; }

/*.pressarea-list li .image-container {
    float:left;
    width:50%!important;
    border:1px solid #ddd;
    img {
        width:100%;
    }
}*/
.pressarea-menu {
  float: left;
  width: 100%;
  background: white; }
  .pressarea-menu > ul > li {
    width: 50%; }
  .pressarea-menu .filter-delete {
    position: absolute;
    right: 10px;
    top: 15px; }
    .pressarea-menu .filter-delete:after {
      content: "X";
      font-size: 20px;
      color: #172c54; }
  .pressarea-menu ul > li {
    list-style: none;
    float: left;
    background: white;
    margin-top: 1px;
    position: relative; }
    .pressarea-menu ul > li.last {
      background: #c1e8fb; }
    .pressarea-menu ul > li.open {
      background: #172c54; }
      .pressarea-menu ul > li.open a {
        color: white; }
      .pressarea-menu ul > li.open ul {
        display: block; }
      .pressarea-menu ul > li.open .filter-delete:after {
        color: white; }
    .pressarea-menu ul > li a {
      padding: 15px;
      float: left;
      width: 100%;
      height: 100%; }
    .pressarea-menu ul > li ul {
      display: none;
      position: absolute;
      top: 49px;
      float: left;
      width: 100%;
      background: #172c54;
      z-index: 1000; }
      .pressarea-menu ul > li ul li {
        background: #172c54;
        color: white;
        float: left;
        width: 100%;
        border-bottom: 1px solid #656565;
        padding-bottom: 1px; }
        .pressarea-menu ul > li ul li a {
          color: white;
          padding: 2px 15px; }
          .pressarea-menu ul > li ul li a:hover {
            color: #559bc8; }
        .pressarea-menu ul > li ul li:last-child {
          margin-bottom: 20px; }

.pressarea-detail-column1 {
  float: left;
  width: 30%;
  padding-right: 20px;
  word-wrap: break-word; }
  .pressarea-detail-column1 h1, .pressarea-detail-column1 h2 {
    font-size: 2em !important;
    text-transform: none !important;
    margin-top: 0px !important;
    padding: 0px !important;
    line-height: 34px !important; }

.page-article-detail-content {
  margin-top: 20px; }

.pressarea-detail-column2 {
  float: left;
  width: 35%; }

.pressarea-detail-column2-video {
  width: 70%; }

.pressarea-detail-column3 {
  float: left;
  width: 35%;
  padding: 20px;
  padding-top: 0px; }
  .pressarea-detail-column3 img {
    float: left;
    border: 1px solid #dddddd !important; }

.pressarea-download {
  float: left;
  width: 100%;
  background: #eaeaea;
  margin-top: 20px; }
  .pressarea-download h5, .pressarea-download .download-heading {
    margin-top: 0px;
    font-size: 2.2em !important;
    text-transform: none;
    padding: 20px 15px;
    border-bottom: 1px solid white; }
  .pressarea-download .article-attachments {
    padding: 15px; }
    .pressarea-download .article-attachments a {
      font-size: 1.2em; }

.article-attachments-single .extension {
  display: block; }

.aui .article-attachments-single {
  float: left;
  width: 100%;
  margin-top: 20px !important;
  margin-left: 0px; }

/*************************
 NEWS - EVENTI - ARGOMENTI
 *************************/
.ocarousel.argomenti-evidenza .item {
  width: 267px;
  margin-right: 20px; }
  .ocarousel.argomenti-evidenza .item img {
    height: auto;
    width: 267px; }

.argomenti-evidenza .carousel-button {
  width: 50% !important;
  float: left;
  margin-right: 0; }
  .argomenti-evidenza .carousel-button.previous {
    width: 50% !important;
    background: #444444 url("/fassa-theme/css/../images/arrow-down-big-white-line.png") right top no-repeat; }
  .argomenti-evidenza .carousel-button.next {
    float: right !important;
    background: #444444 url("/fassa-theme/css/../images/arrow-up-big-white-20.png") left top no-repeat; }

.box-evidenza .product-carousel {
  padding: 0; }
.box-evidenza .ocarousel_window {
  padding: 10px 22px; }
.box-evidenza .carousel-navigation-buttons {
  top: 0; }

.box-evidenza-portlet {
  width: 100%; }
  .box-evidenza-portlet h3 {
    height: auto;
    width: 100%;
    padding: 5px 10px !important;
    text-transform: uppercase;
    line-height: 20px !important;
    background: white !important;
    font-size: 1em !important;
    color: #444444 !important;
    font-size: 1.1em !important;
    font-weight: normal !important; }
  .box-evidenza-portlet .portlet-content {
    width: 100%;
    padding: 0px 10px !important; }

.layout-home .news-list li, .layout-home .news-list .item {
  list-style: none;
  width: 25%;
  float: left;
  background: #f2f2f2;
  padding-right: 1px;
  padding-bottom: 1px;
  height: 270px;
  overflow: hidden; }
  .layout-home .news-list li .inside, .layout-home .news-list .item .inside {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #d2d3d5; }
    .layout-home .news-list li .inside:hover, .layout-home .news-list .item .inside:hover {
      background: #c1e8fb; }
    .layout-home .news-list li .inside .text, .layout-home .news-list .item .inside .text {
      float: left;
      width: 100%;
      margin-bottom: 10px; }
  .layout-home .news-list li a, .layout-home .news-list .item a {
    text-decoration: none !important; }
  .layout-home .news-list li a:hover, .layout-home .news-list .item a:hover {
    color: #333; }

.aui .portlet-column ul.news-list {
  margin: 0px !important; }

.news-sidebox .portlet-content {
  width: 100%; }
.news-sidebox .portlet-body {
  width: 100%; }
.news-sidebox .news-date {
  color: #777; }
.news-sidebox .news-content .title {
  width: 98%;
  text-transform: uppercase;
  color: #172c54; }

.news-carousel {
  clear: both; }
  .news-carousel .item {
    width: 305px !important;
    margin-left: 20px; }
    .news-carousel .item .news-date {
      width: 50px; }
    .news-carousel .item a .news-content {
      font-size: 1em;
      width: 100%;
      /*padding-left:20px;*/ }
      .news-carousel .item a .news-content .description {
        text-align: justify; }
    .news-carousel .item:hover {
      background: transparent; }

.aui .page-news-detail, .aui .page-article-detail {
  padding-top: 0; }
  .aui .page-news-detail .date, .aui .page-article-detail .date {
    font-size: 1.6em;
    color: #172c54;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    margin-bottom: 0px; }
  .aui .page-news-detail h2, .aui .page-article-detail h2 {
    font-size: 1.6em;
    margin-bottom: 20px !important; }
  .aui .page-news-detail h3, .aui .page-article-detail h3 {
    font-size: 1.2em;
    padding-left: 0px !important; }
  .aui .page-news-detail .image, .aui .page-article-detail .image {
    width: auto; }
  .aui .page-news-detail .btn, .aui .page-article-detail .btn {
    float: left; }

.page-news-detail-content, .page-article-detail-content {
  padding: 15px;
  background: white;
  float: left;
  width: 100%; }
  .page-news-detail-content h1, .page-article-detail-content h1 {
    padding-left: 0px !important; }
  .page-news-detail-content img, .page-article-detail-content img {
    border: 1px solid #ddd; }
  .page-news-detail-content ul, .page-article-detail-content ul {
    margin-left: 30px; }

.page-news-detail-content ul {
  margin-left: 0px; }

.page-news-detail-content img {
  margin-left: 20px;
  margin-bottom: 20px; }

.page-news-detail-content {
  padding: 0px; }

.page-news-detail-content-left {
  float: left;
  width: 75%;
  padding: 15px;
  border-right: 1px solid #ddd; }
  .page-news-detail-content-left h2 {
    padding: 15px 0px !important; }

.page-news-detail-content-right {
  float: left;
  width: 25%; }
  .page-news-detail-content-right h4 {
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 20px !important;
    padding: 20px 20px 0 20px !important; }
  .page-news-detail-content-right .item {
    float: left;
    width: 100%;
    padding: 10px 20px 10px 20px; }
    .page-news-detail-content-right .item:hover {
      background: #c1e8fb; }
    .page-news-detail-content-right .item a {
      float: left;
      width: 100%;
      height: 100%; }
    .page-news-detail-content-right .item .item-date {
      font-size: 1em; }
      .page-news-detail-content-right .item .item-date:after {
        content: "/";
        margin-left: 5px; }
    .page-news-detail-content-right .item .title {
      font-weight: bold;
      line-height: 18px;
      text-align: left;
      font-size: 0.9em; }
    .page-news-detail-content-right .item .text {
      line-height: 18px;
      font-size: 0.9em; }

.page-news-list .date {
  color: #777; }
.page-news-list .item-list {
  background: white;
  padding: 0 20px; }
  .page-news-list .item-list li {
    background: white;
    padding-top: 0px; }

.page-news-list-index, .page-events-list-index {
  float: left;
  width: 100%; }
  .page-news-list-index .item-list, .page-events-list-index .item-list {
    background: white; }
    .page-news-list-index .item-list li, .page-events-list-index .item-list li {
      background: white;
      position: relative; }
      .page-news-list-index .item-list li .expiredLabel, .page-events-list-index .item-list li .expiredLabel {
        position: absolute;
        bottom: 10px;
        left: 10px;
        padding: 1px 4px;
        background: red;
        color: white;
        font-size: 11px; }

.aui .meetings ul {
  margin: 0px !important;
  padding: 0px; }

.meetings {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px; }
  .meetings ul {
    margin: 0px;
    padding: 0px; }
  .meetings li {
    float: left;
    width: 33.3333%;
    padding-right: 1px;
    padding-bottom: 1px;
    list-style: none;
    height: 300px; }
    .meetings li a {
      float: left;
      width: 100%;
      height: 100%;
      padding: 10px 20px;
      background: #c1e8fb;
      color: #172c54;
      font-size: 18px; }
      .meetings li a:active, .meetings li a:focus {
        text-decoration: none; }
      .meetings li a:hover {
        color: #333; }
    .meetings li h3 {
      font-size: 1.6em !important;
      line-height: 30px;
      margin-bottom: 20px;
      text-align: left;
      text-transform: none;
      background: transparent;
      padding-bottom: 0px; }
    .meetings li .meeting-city {
      float: left;
      width: 100%;
      margin-bottom: 20px; }
    .meetings li .meeting-text {
      float: left;
      width: 100%;
      margin-bottom: 20px; }

.academy-list {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .academy-list ul {
    margin: 0px;
    padding: 0px; }
  .academy-list li {
    float: left;
    width: 33.3333%;
    padding-right: 1px;
    padding-bottom: 1px;
    list-style: none;
    height: 150px;
    position: relative; }
    .academy-list li.corso-scaduto h4 {
      color: #bbb;
      font-size: 22px; }
    .academy-list li.corso-scaduto .fake-a {
      float: left;
      width: 100%;
      height: 100%;
      background: #eaeaea;
      color: #bbb;
      padding: 10px 20px;
      cursor: default; }
      .academy-list li.corso-scaduto .fake-a:hover {
        color: #bbb; }
    .academy-list li a {
      float: left;
      width: 100%;
      height: 100%;
      padding: 10px 20px;
      background: #c1e8fb;
      color: #172c54;
      font-size: 18px; }
      .academy-list li a:active, .academy-list li a:focus {
        text-decoration: none; }
      .academy-list li a:hover {
        background: #eaeaea;
        color: #172c54; }
    .academy-list li h4 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 20px;
      text-align: left;
      text-transform: none; }
    .academy-list li .text-iscrizione {
      font-size: 14px;
      position: absolute;
      bottom: 15px;
      left: 15px;
      text-align: left;
      padding-left: 0px; }

.item-header {
  text-transform: uppercase;
  font-size: 12px; }

.news-date-top {
  background: #fff;
  color: #444444;
  font-weight: normal;
  border-bottom: 1px solid #172c54;
  padding: 4px; }
  .news-date-top .number {
    font-size: 2.2em;
    font-weight: bold;
    margin: 5px 0; }

.news-content {
  line-height: 1.3em; }
  .news-content .news-category {
    font-size: 0.9em;
    text-transform: uppercase; }
  .news-content .news-date {
    font-size: 0.9em; }
  .news-content a {
    color: #172c54; }
  .news-content .title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: 'Helvetica',Arial;
    font-weight: bold; }
  .news-content .leggitutto {
    font-weight: normal; }

.news-date-bottom {
  background: #444444;
  color: white;
  padding: 4px; }

.news-date-title {
  color: #444444;
  font-size: 1.1em;
  font-weight: bold; }

.box-evidenza {
  float: left !important;
  background: white; }
  .box-evidenza h4 {
    margin-bottom: 15px; }
  .box-evidenza ul {
    float: left;
    width: 100%;
    margin-left: 0; }
  .box-evidenza div.item {
    float: left;
    position: relative;
    width: 23%;
    max-width: 300px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    text-align: left !important; }
    .box-evidenza div.item img {
      width: 100%; }
  .box-evidenza .over {
    position: absolute;
    bottom: -180px;
    left: 0;
    width: 267px;
    height: 180px !important;
    padding: 15px;
    color: white;
    background: #172c54;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95; }
    .box-evidenza .over h6 {
      font-family: arial;
      margin-bottom: 0;
      text-shadow: 0 1px 0px #999; }

.box-evidenza .carousel-navigation-buttons {
  border-top: 1px solid #172c54;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.box-evidenza-argomenti {
  margin-bottom: 20px; }

.box-evidenza-argomenti-side {
  margin-left: 0px !important; }
  .box-evidenza-argomenti-side .item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    padding-bottom: 15px; }
    .box-evidenza-argomenti-side .item img {
      height: 100px; }

.page-news-list-category .formSearchCategory {
  float: left;
  width: 100%;
  margin-bottom: 0px; }
  .page-news-list-category .formSearchCategory select {
    width: auto !important; }
.page-news-list-category .item-list {
  background: white;
  padding: 0 20px; }
  .page-news-list-category .item-list .leggitutto.btn {
    color: #fff; }
  .page-news-list-category .item-list a {
    color: #444444;
    font-weight: normal !important; }
    .page-news-list-category .item-list a h4 {
      font-weight: bold;
      color: #444;
      font-size: 1.2em !important; }
    .page-news-list-category .item-list a:hover {
      color: #172c54; }

.aui .page-news-list-category ul.item-list {
  margin: 0px !important;
  padding: 0px; }

.aui .portlet-column .events-menu ul {
  margin: 0 !important;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center; }

.events-menu {
  margin-top: 20px; }
  .events-menu li {
    width: 25%;
    list-style: none;
    border-left: 1px solid #eee;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 10px; }
    .events-menu li a {
      font-size: 1em; }
    .events-menu li.first {
      border-left: 0px; }
    .events-menu li.active a {
      font-weight: bold; }

.events-navigation {
  float: left;
  width: 100%;
  padding-top: 15px; }
  .events-navigation .prev {
    float: left;
    text-decoration: none; }
    .events-navigation .prev::before {
      margin-right: 5px;
      content: "\2190"; }
  .events-navigation .next {
    float: right;
    text-decoration: none; }
    .events-navigation .next::after {
      margin-left: 5px;
      content: "\2192"; }

.news-filter {
  display: flex;
  flex-flow: row nowrap; }
  .news-filter .filter-text {
    width: 50%;
    border: 1px solid #eee !important;
    border-right: 0px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 15px !important;
    padding-left: 15px !important;
    box-shadow: none !important; }
  .news-filter .button-input-submit {
    width: 50% !important;
    background: #c1e8fb !important;
    color: #172c54 !important;
    border: 1px solid #c1e8fb !important;
    text-transform: none !important;
    font-size: 15px !important;
    padding: 0 0 0 15px !important;
    height: 40px !important;
    text-align: left !important; }

.box-title {
  float: left;
  width: 100%;
  background: white;
  margin-bottom: 20px; }
  .box-title .content-inside {
    padding: 20px;
    padding-top: 0px; }

.aui .box-title-search-header {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  .aui .box-title-search-header h1, .aui .box-title-search-header h2 {
    width: 50% !important;
    margin-bottom: 0px !important; }
  .aui .box-title-search-header .news-filter-form {
    width: 50%;
    margin-top: 10px; }

.year-filter {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .year-filter li {
    list-style: none;
    float: left;
    margin-right: 10px; }
    .year-filter li:after {
      content: "/"; }
    .year-filter li:last-child:after {
      content: ""; }

.iscroll-next {
  display: none; }

.page-news-list h1 {
  margin-bottom: 15px !important; }

.news-list-home {
  padding: 0px !important;
  float: left;
  width: 100%; }
  .news-list-home li {
    background: white !important;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0; }
    .news-list-home li img {
      padding: 0 !important;
      border: 1px solid; }
  .news-list-home li:hover {
    background: none !important;
    color: inherit !important;
    cursor: default; }
  .news-list-home h4 {
    margin-bottom: 5px !important;
    font-weight: bold !important;
    color: #444; }
  .news-list-home h4.news-title {
    margin-top: 0px; }
  .news-list-home h4.categoryTitle {
    margin-bottom: 15px !important; }
    .news-list-home h4.categoryTitle a {
      font-size: 1.4em;
      font-weight: normal; }

.aui .portlet-column .news-list-home {
  margin-left: 0px !important; }

.topics-carousel, .news-carousel {
  height: 270px;
  overflow: hidden;
  position: relative;
  padding-bottom: 35px; }
  .topics-carousel .ocarousel_window, .news-carousel .ocarousel_window {
    margin-top: 0px !important; }
  .topics-carousel .item, .news-carousel .item {
    float: none;
    clear: both;
    width: 330px !important;
    height: 125px;
    text-align: left !important;
    display: block; }
    .topics-carousel .item h6, .news-carousel .item h6 {
      font-size: 1.2em; }
    .topics-carousel .item img, .news-carousel .item img {
      width: 100%; }
    .topics-carousel .item .news-content .description, .news-carousel .item .news-content .description {
      height: 50px;
      overflow: hidden; }
  .topics-carousel .carousel-navigation-buttons, .news-carousel .carousel-navigation-buttons {
    float: left;
    width: 50px;
    height: 25px;
    z-index: 1;
    background: #fff; }

.news-carousel {
  height: 210px; }
  .news-carousel .item {
    height: 110px; }

.map_rivenditori_wrapper {
  border: 1px solid #ddd; }

.mappa-rivenditori img {
  max-width: none; }

.filter {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #ddd;
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 10px;
  z-index: 0; }

.filter-reset input {
  font-size: inherit;
  text-align: left; }

/**********
 PRODOTTI
 *********/
.treelevel-content-box {
  padding: 15px; }

#prodotti-evidenza {
  margin-left: 0; }
  #prodotti-evidenza li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea; }
    #prodotti-evidenza li:before {
      content: ""; }
    #prodotti-evidenza li p {
      font-size: 0.9em;
      font-weight: bold;
      line-height: 1.3em; }
  #prodotti-evidenza a {
    color: #444444; }
  #prodotti-evidenza img {
    float: left;
    width: 100px;
    margin-right: 20px; }

.product-list h5 {
  float: left;
  width: 100%;
  background: #172c54;
  color: white;
  height: 50px; }
.product-list h6 {
  color: #172c54; }

.aui ul.item-list {
  margin: 0 !important; }

.item-list {
  float: left;
  width: 100%;
  margin: 0;
  /*margin-top:$spacing1;*/ }
  .item-list li {
    float: left;
    width: 25%;
    padding: 15px;
    padding-bottom: 30px;
    min-height: 500px;
    list-style: none; }
    .item-list li:hover {
      background: #c1e8fb; }
    .item-list li a:hover {
      color: #172c54; }
    .item-list li .events-text {
      font-size: 0.9em;
      line-height: 18px; }
    .item-list li .item-header {
      text-transform: uppercase;
      line-height: 15px; }
    .item-list li img {
      width: 100%; }
    .item-list li .placeholder {
      float: left;
      position: relative;
      background: #eaeaea;
      width: 100%;
      height: 160px;
      margin-bottom: 20px;
      padding: 15px;
      font-size: 16px; }
      .item-list li .placeholder .placeholder-city {
        width: 50%; }
      .item-list li .placeholder .placeholder-subcategory {
        font-size: 12px; }
      .item-list li .placeholder.category-incontri-tecnici, .item-list li .placeholder.subcategory-incontri-tecnici {
        background: #eef0ef url(/fassa-theme/css/../images/icon-incontri-tecnici.jpg) 95% 10px no-repeat; }
      .item-list li .placeholder.category-open-day, .item-list li .placeholder.subcategory-open-day {
        background: #eef0ef url(/fassa-theme/css/../images/icon-openday.jpg) 95% 10px no-repeat; }
      .item-list li .placeholder.category-convegni {
        background: #eef0ef url(/fassa-theme/css/../images/icon-convegni.jpg) 95% 10px no-repeat; }
      .item-list li .placeholder.category-webinar {
        background: #eef0ef url(/fassa-theme/css/../images/icon-webinar.png) 95% 10px no-repeat; }
    .item-list li h4 {
      font-weight: bold;
      text-transform: none; }
    .item-list li h6 {
      margin-top: 0px; }
    .item-list li:hover {
      cursor: pointer; }
    .item-list li a.leggitutto {
      float: left;
      width: 100%;
      clear: both;
      font-size: 0.9em;
      line-height: 18px;
      font-weight: normal;
      margin-top: 10px;
      font-weight: bold; }
      .item-list li a.leggitutto:after {
        margin-left: 5px;
        content: "\2192"; }
  .item-list li.even {
    background: #fff; }
    .item-list li.even:hover {
      cursor: pointer; }
  .item-list .item-header h3 {
    color: #172c54;
    padding-left: 0px;
    margin: 0;
    background: none; }
  .item-list .item-footer {
    padding: 20px;
    padding-bottom: 0;
    text-align: right; }
    .item-list .item-footer a {
      color: #444444; }
    .item-list .item-footer a:hover {
      color: #172c54; }
    .item-list .item-footer span {
      text-transform: uppercase;
      font-weight: bold; }

.leggitutto {
  font-weight: bold; }
  .leggitutto:after {
    margin-left: 5px;
    content: "\2192"; }

.courses-list {
  float: left;
  width: 100%;
  margin-top: 20px; }

.aui .course ul {
  margin: 0px !important; }

.course {
  float: left;
  width: 100%;
  background: white;
  padding-bottom: 20px; }
  .course p {
    margin: 0px; }
  .course ul {
    padding: 0px;
    margin: 0px; }
    .course ul li {
      list-style: none; }
      .course ul li:before {
        content: "\2192";
        margin-right: 5px; }
  .course h4 {
    font-size: 1em !important;
    text-transform: none;
    font-weight: bold !important;
    margin: 0px !important; }
  .course.even {
    background: #c1e8fb; }
  .course .course-download {
    font-size: 0.9em; }
    .course .course-download a {
      text-decoration: underline; }
  .course .course-column-1 {
    padding: 15px;
    float: left;
    width: 26%;
    line-height: 18px; }
  .course .course-column-2, .course .course-column-3 {
    padding: 15px;
    padding-left: 0px;
    float: left;
    width: 37%; }

.academypage {
  background: white; }

.aui ul.product-sublist, .aui ul.box-list {
  margin: 0px !important; }

div.leggitutto:after {
  margin-left: 5px;
  content: "\2192"; }

.product-sublist, .box-list {
  float: left;
  width: 100%;
  background: white;
  margin-bottom: 20px; }
  .product-sublist li, .box-list li {
    list-style: none;
    float: left;
    width: 25%;
    height: 300px; }
    .product-sublist li .image-container, .product-sublist li .image-container-over, .box-list li .image-container, .box-list li .image-container-over {
      width: 100%;
      padding: 0px; }
    .product-sublist li .image-container-over, .box-list li .image-container-over {
      height: 195px;
      border: 0px;
      background: transparent; }
      .product-sublist li .image-container-over a, .box-list li .image-container-over a {
        float: left;
        width: 100%;
        height: 100%;
        text-decoration: none !important; }
        .product-sublist li .image-container-over a:hover, .box-list li .image-container-over a:hover {
          text-decoration: none !important; }
    .product-sublist li img, .box-list li img {
      height: 150px;
      width: auto;
      position: absolute;
      bottom: 0px;
      left: 15px; }
    .product-sublist li:nth-child(4) .subcontainer, .box-list li:nth-child(4) .subcontainer {
      border-right: none; }
    .product-sublist li:nth-child(1) .subcontainer, .product-sublist li:nth-child(2) .subcontainer, .product-sublist li:nth-child(3) .subcontainer, .box-list li:nth-child(1) .subcontainer, .box-list li:nth-child(2) .subcontainer, .box-list li:nth-child(3) .subcontainer {
      border-top: 0px; }
  .product-sublist .subcontainer, .box-list .subcontainer {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
    .product-sublist .subcontainer.noHover:hover .text, .box-list .subcontainer.noHover:hover .text {
      color: inherit; }
    .product-sublist .subcontainer a, .box-list .subcontainer a {
      color: #172c54; }
    .product-sublist .subcontainer a:hover, .box-list .subcontainer a:hover {
      color: #444444; }
    .product-sublist .subcontainer .text, .box-list .subcontainer .text {
      font-size: 14px;
      line-height: 17px; }
    .product-sublist .subcontainer .over, .box-list .subcontainer .over {
      position: absolute;
      left: 0;
      width: 100%;
      height: 300px;
      bottom: -300px;
      padding: 15px;
      color: #172c54;
      background: white;
      font-size: 14px;
      line-height: 17px; }
      .product-sublist .subcontainer .over h6, .box-list .subcontainer .over h6 {
        font-family: arial;
        margin-bottom: 0;
        text-shadow: 0 1px 0px #999; }
      .product-sublist .subcontainer .over .over-product-title, .box-list .subcontainer .over .over-product-title {
        float: left;
        width: 100%;
        color: #172c54;
        padding-right: 15px;
        font-size: 15px;
        font-weight: bold;
        line-height: 22px;
        font-size: 15px; }
  .product-sublist .product-title, .box-list .product-title {
    padding-right: 15px;
    font-size: 15px;
    font-weight: bold;
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 22px;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 44px;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em; }
  .product-sublist .product-title:before, .box-list .product-title:before {
    /* points in the end */
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0; }
  .product-sublist .product-title:after, .box-list .product-title:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white; }

dd.white .over {
  background: #eaeaea !important; }

.pressarea-list .box-list li {
  width: 33%; }

.product-description, .product-list {
  float: left;
  width: 100%;
  background: white;
  margin-bottom: 20px; }
  .product-description .box-content, .product-list .box-content {
    float: left;
    width: 100%; }

.product-description {
  margin-bottom: 20px; }

#product-detail .box-content {
  padding: 20px; }
#product-detail .box-header h1 {
  border-bottom: 1px solid #efefef; }

.product-detail .box.white {
  padding: 20px;
  padding: 20px;
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 20px; }
.product-detail .template-box {
  margin-bottom: 20px; }
.product-detail .accordion dt {
  background: #d2d3d5; }

.aui .product-detail-left {
  float: left;
  width: 50%; }
  .aui .product-detail-left h3 {
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: inherit;
    font-weight: bold;
    line-height: 20px; }
  .aui .product-detail-left .product-item-wrapper {
    padding: 5px 15px;
    /*@include column(40px, 2);*/ }
  .aui .product-detail-left .product-descrizione-wrapper {
    padding: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    /*@include column(40px, 1);*/ }
    .aui .product-detail-left .product-descrizione-wrapper p {
      margin: 0px; }

.aui .product-detail-right {
  border-left: 1px solid #efefef; }

.accordion dt {
  background: #d2d3d5; }

.accordion dt.white {
  background: white; }

.accordion dd.white {
  background: white; }

.product-detail-right {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 20px; }
  .product-detail-right img {
    width: 70%;
    display: inline-block; }

.product-description .box-header {
  border-bottom: 1px solid #ededed; }

.product-label {
  font-weight: bold; }

.product-descrizione {
  font-weight: bold; }

.product-nazioni {
  font-style: italic; }

.product-carousel {
  float: left;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0; }
  .product-carousel h3 {
    margin-top: 0px !important; }
  .product-carousel .ocarousel_window {
    width: 100%; }
  .product-carousel .item {
    width: 292.50px;
    height: 200px;
    border-right: 1px solid #eee;
    position: relative;
    overflow: hidden;
    white-space: normal;
    background: white; }
    .product-carousel .item .over {
      position: absolute;
      text-align: left;
      width: 100%;
      height: 200px;
      bottom: -200px;
      left: 0;
      padding: 15px;
      color: #172c54;
      background: #eaeaea;
      font-size: 1em;
      line-height: 1.2em;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
      opacity: 0.95;
      /*text-overflow: ellipsis;
      white-space: nowrap;*/ }
      .product-carousel .item .over h6 {
        font-family: arial;
        margin-bottom: 0;
        text-shadow: 0 1px 0px #999; }
  .product-carousel img {
    margin-bottom: 15px;
    margin-top: 10px; }

.product-carousel-portlet .item {
  height: auto; }

.static-carousel .item {
  float: left; }

dd.white .product-carousel .item {
  border: 0px; }

.accordion dt.white {
  border: 0px;
  margin-bottom: 0px; }

.accordion dd.white {
  background: white; }

/*
@media (max-width: 1170px) {
    .product-carousel .ocarousel_window {
        width: 620px;
    }
}
@media (max-width: 980px) {
    .product-carousel .ocarousel_window {
        width: 447px;
    }
}
@media (max-width: 776px) {
    .product-carousel .ocarousel_window {
        width: 100%;
    }
}*/
.aui .related-references img {
  border: 1px solid #dddddd !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  margin-bottom: 0px !important; }
.aui .related-references li {
  float: left;
  text-align: center; }
.aui .related-references span {
  display: block;
  color: #172c54;
  margin-top: 10px;
  text-transform: none;
  font-size: 1.3em;
  line-height: 16px !important; }

.product-carousel .ocarousel_window {
  height: auto; }

.product-carousel.related-references .ocarousel_window {
  height: auto; }

.product-carousel.related-references .item {
  height: auto;
  padding: 15px; }

.product-download {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 20px; }
  .product-download h3 {
    font-family: 'Helvetica Light', sans-serif !important;
    font-size: 1.4em;
    line-height: inherit;
    padding-bottom: 3px;
    color: #172c54;
    border-bottom: 1px solid #172c54; }
  .product-download h4 {
    font-size: 1.2em !important;
    margin-bottom: 0 !important; }

.attachment-inside, .accordion-inside {
  float: left;
  width: 100%;
  padding: 15px; }

.video .attachment-inside {
  padding: 0px; }

.product-download-list, .category-download-list {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px !important; }
  .product-download-list li, .category-download-list li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 0px;
    line-height: 15px; }
    .product-download-list li:before, .category-download-list li:before {
      content: ""; }
    .product-download-list li .extension, .category-download-list li .extension {
      text-transform: uppercase; }
    .product-download-list li a, .category-download-list li a {
      float: left;
      width: 100%;
      line-height: 20px;
      font-size: 1.1em;
      padding-top: 0px;
      margin-top: 4px; }
    .product-download-list li a:hover, .category-download-list li a:hover {
      color: #172c54; }

.category-download-list li {
  float: left;
  width: 50%; }

.category-download-list li a {
  background: none; }

.aui ul.category-download-list {
  margin-left: 0px !important; }

.product-index li {
  list-style: none;
  padding: 0px; }
.product-index h5 {
  font-size: 1.4em; }

.letter-wrapper {
  float: left;
  width: 100%;
  background: #d2d3d5;
  display: none;
  margin-bottom: 20px; }
  .letter-wrapper h2 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin: 0px;
    border-bottom: 1px solid #fff;
    padding: 15px;
    line-height: 40px; }
    .letter-wrapper h2 a.letter {
      font-size: 40px !important;
      line-height: 40px;
      text-decoration: none !important; }
      .letter-wrapper h2 a.letter:hover {
        color: #172c54; }

ul.letter {
  float: left;
  width: 100%;
  font-size: 14px;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }
  ul.letter a:hover {
    color: #666; }

.letterIndex {
  float: left;
  width: 25%;
  padding: 20px 10px;
  font-size: 40px;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2; }
  .letterIndex:hover {
    background: #172c54;
    color: white; }

.letterIndex-lite {
  color: #c7c7c7 !important; }

.product-letters {
  margin-top: 20px;
  margin-bottom: 20px; }

.aui .portlet-column .product-index ul {
  margin: 0px !important;
  padding: 20px 15px 20px 15px; }

@media only screen and (max-width: 767px) {
  ul.letter {
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }
@media only screen and (max-width: 767px) {
  ul.letter {
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }
@media only screen and (max-width: 550px) {
  ul.letter {
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1; } }
.map-form .btn {
  float: left;
  padding: 7px 12px; }

.searchform-wrapper {
  width: 292.5px; }

.searchresults-form .btn {
  float: left;
  padding: 7px 12px;
  margin-top: 0px !important;
  background: transparent !important;
  border: none !important;
  text-indent: -3000px; }
  .searchresults-form .btn:before {
    content: "\2192"; }
.searchresults-form .nav-tabs {
  height: 33px !important; }
.searchresults-form .nav-pills > li {
  margin-bottom: 0px; }
.searchresults-form .nav-pills > li > a {
  padding: 8px 15px !important; }
.searchresults-form .lfr-search-keywords {
  height: 36px !important;
  width: 100%;
  padding-left: 15px !important;
  border: none !important;
  background: #c1e8fb !important; }
.searchresults-form .searchform-wrapper {
  float: left; }

.aui .table th, .aui .table td {
  padding: 15px; }

.aui .table-bordered th, .aui .table-bordered td {
  border-left: 0px; }

.search-form-submit {
  margin-left: -40px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none !important; }
  .search-form-submit:focus, .search-form-submit:active {
    text-decoration: none !important;
    border: none; }
  .search-form-submit:after {
    color: #172c54;
    content: "\2192"; }

.forse-cercavi {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 10px;
  font-size: 1.2em;
  font-style: italic;
  padding: 0 15px; }

.forse-cercavi-lista {
  float: left;
  width: 100%;
  clear: both;
  padding: 0 15px;
  padding-bottom: 5px; }
  .forse-cercavi-lista a {
    text-decoration: none !important;
    float: left;
    margin: 5px 15px 5px 0px;
    padding: 5px 10px;
    border: 1px solid #172c54; }
    .forse-cercavi-lista a:hover {
      background: #172c54;
      color: #fff; }

.search-results {
  float: left;
  width: 100%; }
  .search-results a.subtitle {
    text-decoration: none !important;
    font-weight: bold; }

.doc-container a {
  text-decoration: none !important; }

.aui .nav-tabs > .active > a, .aui .nav-tabs > .active > a:hover, .aui .nav-tabs > .active > a:focus {
  border: none;
  background-color: #172c54 !important;
  color: white !important; }

.aui .table-bordered {
  border: none; }

.aui table {
  background: white; }

.aui .table-hover tbody tr:hover > td, .aui .table-hover tbody tr:hover > th {
  background: white; }

.aui .table-striped tbody > tr:nth-child(odd) > td, .aui .table-striped tbody > tr:nth-child(odd) > th {
  background: white; }

.searchcontainer-content thead {
  display: none; }

#portlet_searchresult_WAR_productsportlet .portlet-content {
  width: 100%; }

.portlet-boundary_ddlform_WAR_modulesportlet_ .portlet-body,
.portlet-boundary_academyform_WAR_modulesportlet_ .portlet-body {
  background: white;
  padding: 15px;
  margin-top: 15px; }

/***************
 COOKIES
 **************/
#cookie-message {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #333;
  z-index: 9999;
  text-align: center;
  bottom: 0;
  left: 0;
  font-size: 14px;
  display: none;
  position: fixed;
  border-top: 1px solid #666; }

#cookie-chiudi {
  background-color: #000;
  color: #FFF;
  border: solid 1px #CDCDCD;
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  padding: 4px 10px; }

/**************
 REFERENZE
 *************/
.reference-filter {
  float: left;
  width: 100%;
  background: white;
  margin-top: 1px; }

.reference-filter-box {
  float: left;
  width: 20%; }
  .reference-filter-box input {
    width: 100% !important;
    border: 0px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin-bottom: 0px !important;
    padding: 0px 15px !important;
    line-height: 32px !important;
    font-size: 15px !important;
    height: 40px !important; }
  .reference-filter-box button {
    width: 100% !important;
    background: #c1e8fb !important;
    color: #172c54 !important;
    border: 1px solid #c1e8fb !important;
    text-transform: none !important;
    font-size: 15px !important;
    padding: 0px 0px 0px 15px !important;
    height: 40px !important;
    text-align: left !important; }
  .reference-filter-box .current {
    line-height: 38px !important; }
  .reference-filter-box .control-group {
    margin-bottom: 0px !important; }

.reference-page-wrapper .alert-info {
  float: left;
  width: 100%; }

.box-reference-search .form {
  padding: 10px 20px;
  margin-bottom: 0px; }

.aui .portlet-column ul.reference-system-list {
  margin: 0 0 10px 0px !important; }

.lfr-search-container {
  margin-top: 0px !important; }

.reference-search-box-wrapper {
  /* h5 {
       font-weight:bold;
       background: $azzurro;
       border-bottom: 1px solid $azzurro;
       margin-top: 0;
       padding-bottom: 10px;
       font-size:1.7em!important;
       font-weight:normal;
   }*/ }
  .reference-search-box-wrapper h3 {
    margin-bottom: 15px !important; }
  .reference-search-box-wrapper .aui-field-content {
    margin-bottom: 15px; }

.carousel-references .carousel-caption {
  background: #c7c7c7 !important;
  text-shadow: 0px 0px 0px; }
  .carousel-references .carousel-caption a {
    color: white; }
  .carousel-references .carousel-caption a:hover {
    color: #172c54; }
.carousel-references .banner-arrow {
  background: url("/fassa-theme/css/../images/banner-arrow_black.png") left top; }
.carousel-references .carousel-inner > .item {
  margin-top: 1px; }

.clean-searchcontainer-content .searchcontainer-content thead {
  display: none; }
.clean-searchcontainer-content .searchcontainer-content .table-bordered {
  border: 0px; }
.clean-searchcontainer-content .searchcontainer-content .table-striped tbody > tr:nth-child(2n+1) > td, .clean-searchcontainer-content .searchcontainer-content .table-striped tbody > tr:nth-child(2n+1) > th {
  background: #ededed; }

.page-reference-list a {
  color: #666; }
.page-reference-list a:hover {
  color: #172c54; }

.reference-list {
  float: left;
  width: 100%;
  background: white;
  margin: 0;
  margin-top: 20px !important; }
  .reference-list .image {
    border: 0; }
  .reference-list a {
    color: #666; }
    .reference-list a:focus, .reference-list a:active, .reference-list a:hover {
      text-decoration: none !important; }
  .reference-list li {
    list-style: none;
    float: left;
    width: 25%;
    padding: 20px 15px 20px 15px;
    line-height: 17px;
    font-size: 14px; }
    .reference-list li h3 {
      background: white;
      line-height: 30px;
      font-size: 1.4em !important;
      padding: 3px 20px;
      text-align: center; }
    .reference-list li img {
      width: 100%;
      margin-bottom: 5px; }
    .reference-list li:hover {
      background: #c1e8fb; }
      .reference-list li:hover a {
        color: #172c54 !important; }
  .reference-list h4 {
    margin-bottom: 5px !important;
    text-transform: none;
    font-weight: bold !important;
    font-size: 1.2em !important; }
  .reference-list span.city {
    float: left;
    width: 100%;
    color: #999;
    margin-bottom: 5px; }

.video-page-wrapper .reference-list li {
  height: 370px; }

@media only screen and (max-width: 979px) {
  .video-page-wrapper .reference-list li {
    height: 340px; } }
.reference-detail {
  float: left;
  width: 100%;
  background: white;
  padding: 15px; }
  .reference-detail .box {
    padding-top: 0px; }
  .reference-detail .product-sublist {
    margin-top: 0px; }
    .reference-detail .product-sublist li {
      width: 25%; }
      .reference-detail .product-sublist li img {
        height: auto; }
      .reference-detail .product-sublist li .product-title {
        font-size: 1.1em;
        font-family: 'Helvetica Light', sans-serif !important;
        font-weight: bold; }
  .reference-detail .box-reference {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #172c54; }
    .reference-detail .box-reference h3, .reference-detail .box-reference h6 {
      text-transform: none;
      font-size: 1.2em;
      margin-top: 0px !important;
      padding: 0px !important;
      line-height: 22px; }
    .reference-detail .box-reference > h6, .reference-detail .box-reference > h3 {
      margin-top: 10px !important;
      margin-bottom: 15px; }
    .reference-detail .box-reference .box-reference-left {
      float: left;
      width: 20%;
      padding: 15px;
      padding-left: 0px; }
    .reference-detail .box-reference .box-reference-right {
      float: left;
      width: 80%;
      padding: 15px;
      padding-right: 0px;
      -webkit-column-gap: 40px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 40px;
      /* Firefox */
      column-gap: 40px;
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2; }
      .reference-detail .box-reference .box-reference-right.three-columns {
        -webkit-column-gap: 40px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 40px;
        /* Firefox */
        column-gap: 40px;
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3; }
      .reference-detail .box-reference .box-reference-right a {
        font-weight: bold; }
    .reference-detail .box-reference .reference-system-list li {
      list-style: none; }
    .reference-detail .box-reference:last-child {
      border-bottom: none; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b, .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  border: 0px; }

.mfp-arrow:before, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "\2192";
  font-size: 60px; }

.mfp-arrow:after {
  content: '';
  font-size: 60px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-left .mfp-a {
  content: '\2190'; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border: 0px; }

.mfp-arrow-right {
  right: 20px;
  width: 100px; }

.mfp-arrow-left {
  left: 0px;
  width: 80px; }

/**********
 TESTI
 *********/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0; }

.aui h1 {
  font-size: 2.8em;
  margin-bottom: 0.7em;
  font-weight: normal; }

.aui h2 {
  font-size: 1.7em;
  margin-bottom: 0.7em;
  font-weight: normal; }

.aui h3 {
  font-size: 1.7em;
  margin-bottom: 0.5em;
  font-weight: normal; }

.aui h4 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  font-weight: normal; }

.aui h5 {
  font-size: 1.2em;
  margin-bottom: 0.3em;
  font-weight: normal; }

.aui h6 {
  font-size: 1em;
  margin-bottom: 0.3em;
  font-weight: normal; }

.aui .portlet-column-first h2 {
  font-size: 1.7em;
  color: #172c54;
  line-height: 1em; }

.aui .layout-standard .portlet-column .journal-content-article h2,
.aui .layout-standard .portlet-column .template-box-left h2,
.aui .layout-standard .portlet-column .journal-content-article h3,
.aui .layout-standard .portlet-column .template-box-left h3 {
  color: #172c54;
  text-transform: none;
  text-align: left;
  line-height: 1.2em;
  padding: 10px 0px;
  font-size: 24px; }

.portlet-journal-content .journal-content-article {
  background: white; }

.aui a {
  color: #172c54;
  text-decoration: underline; }

.aui li > a, .aui .item a {
  text-decoration: none; }

.aui a:hover {
  text-decoration: none !important;
  color: #559bc8; }

.layout-standard .portlet-topper h3,
.portlet-layout header {
  float: left;
  width: 100%;
  clear: both; }

.box-header h1,
.eventi-portlet h3,
.argomenti-portlet h3,
.reference-page-wrapper h3,
.layout-standard .portlet-topper h3,
.layout-standard .portlet-column h1,
.layout-standard .portlet-column h2,
.layout-home h3 {
  float: left;
  width: 100%;
  padding: 0px;
  line-height: 45px;
  font-size: 39px;
  font-weight: normal;
  text-transform: none;
  padding: 15px;
  padding-bottom: 15px;
  color: #172c54;
  /*@include familyregular;*/
  margin-bottom: 0px;
  margin-top: 0px;
  background: white;
  text-align: left; }

.box-header-grey {
  background: #c7c7c7;
  color: #172c54; }

.eventi-portlet h1,
.argomenti-portlet h1 {
  float: left;
  width: 100%;
  clear: both; }

.layout-home h3 {
  margin-bottom: 0em; }

.argomenti-evidenza h4 {
  font-size: 1.4em;
  margin-top: 40px;
  margin-left: 22px; }

/**************
 ICONE
**************/
.sbToggle {
  background: url("/fassa-theme/css/../images/select-icons.png") no-repeat scroll 0 -120px #172c54; }

.icon-arrow-black {
  display: inline-block;
  margin: 0 5px;
  width: 19px !important;
  height: 17px !important;
  background: url("/fassa-theme/css/../images/icon_arrow_blue.png") left top no-repeat !important; }

.icon-button {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top; }

.icon-search {
  background: url("/fassa-theme/css/../images/icon-lens.png") left top no-repeat !important; }

.icon-arrowdown {
  background: url("/fassa-theme/css/../images/icon-arrow-down-white.png") left 1px no-repeat; }

.iconprofili {
  float: left;
  width: 75px;
  height: 80px;
  margin-right: 5px;
  background-image: url("/fassa-theme/css/../images/icons-profili.png") !important;
  background-repeat: no-repeat; }

.box-progettista .iconprofili, .iconprogettista {
  background-position: 0px 0px !important; }

.box-rivenditore .iconprofili, .iconrivenditore {
  background-position: -78px 0px !important; }

.box-applicatore .iconprofili, .iconapplicatore {
  background-position: -154px 0px !important; }

.box-privato .iconprofili, .iconprivato {
  background-position: -232px 0px !important; }

.box-progettista:hover .iconprofili, .iconprogettista:hover {
  background-position: 0px -81px !important; }

.box-rivenditore:hover .iconprofili, .iconrivenditore:hover {
  background-position: -79px -83px !important; }

.box-applicatore:hover .iconprofili, .iconapplicatore:hover {
  background-position: -154px -81px !important; }

.box-privato:hover .iconprofili, .iconprivato:hover {
  background-position: -232px -81px !important; }

.iconfile {
  float: left;
  width: 100%;
  padding-left: 30px;
  min-height: 24px;
  line-height: 24px !important;
  background: url(/fassa-theme/css/../images/file/ico-nd.png) left top no-repeat; }
  .iconfile.pdf {
    background: url(/fassa-theme/css/../images/file/ico-pdf.png) left top no-repeat; }
  .iconfile.doc {
    background: url(/fassa-theme/css/../images/file/ico-txt.png) left top no-repeat; }
  .iconfile.docx {
    background: url(/fassa-theme/css/../images/file/ico-txt.png) left top no-repeat; }
  .iconfile.ppt {
    background: url(/fassa-theme/css/../images/file/ico-ppt.png) left top no-repeat; }
  .iconfile.xls {
    background: url(/fassa-theme/css/../images/file/ico-xls.png) left top no-repeat; }
  .iconfile.xlsx {
    background: url(/fassa-theme/css/../images/file/ico-xls.png) left top no-repeat; }
  .iconfile.zip {
    background: url(/fassa-theme/css/../images/file/ico-zip.png) left top no-repeat; }
  .iconfile.jpg {
    background: url(/fassa-theme/css/../images/file/ico-img.png) left top no-repeat; }
  .iconfile.png {
    background: url(/fassa-theme/css/../images/file/ico-img.png) left top no-repeat; }

/*********
 BOTTONI
 ********/
.fassa .btn.small {
  padding: 1px 12px 1px 12px !important; }

.fassa .btn, .fassa .button {
  background: #172c54;
  color: white;
  border: 1px solid #172c54;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none; }
  .fassa .btn:hover, .fassa .btn:focus, .fassa .button:hover, .fassa .button:focus {
    background: #c7c7c7;
    color: white;
    border: 1px solid #c7c7c7; }

.button-sistema {
  float: left;
  width: 100%;
  background: url("/fassa-theme/css/../images/icon-download_white.png") 15px center no-repeat #444444;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  padding-left: 50px;
  margin-top: 15px; }
  .button-sistema:hover {
    color: #fff; }

/*********
 BANNER
 ********/
.banner-container {
  float: left;
  width: 100%; }
  .banner-container .tab-pane {
    position: absolute;
    top: 36px;
    z-index: 1;
    background: #172c54 !important;
    float: left;
    min-height: 0;
    height: 362px; }
    .banner-container .tab-pane.fake-pane {
      min-height: 0;
      height: 0 !important;
      border-bottom: 0px !important; }
  .banner-container .nav-tabs {
    text-align: center; }
  .banner-container a.systemHeader {
    font-size: 1em; }
  .banner-container #tab2 {
    /*height:500px;*/ }

.carousel .carousel-indicators {
  bottom: 10px;
  top: auto;
  right: 10px;
  margin: 0px !important; }
  .carousel .carousel-indicators li {
    background: #fff;
    cursor: pointer; }
    .carousel .carousel-indicators li.active {
      background: #ddd; }

.banner-container .carousel .carousel-indicators li {
  background: #ddd; }
  .banner-container .carousel .carousel-indicators li.active {
    background: #172c54; }

.banner-container .tab-content > .tab-pane, .banner-container .pill-content > .pill-pane {
  position: absolute;
  background: #fff;
  height: 312px;
  border: 1px solid #dedede;
  left: 0px;
  top: 38px;
  width: 100%;
  z-index: 99; }

.aui .tab-content {
  float: left;
  width: 100%; }

/*************
MAPPA
**************/
/*style the box*/
.gm-style .gm-style-iw {
  background-color: #fff;
  top: 15px !important;
  left: 0 !important;
  width: 400px !important;
  height: auto !important;
  min-height: 120px !important;
  padding-top: 10px;
  display: block !important;
  color: #333;
  box-shadow: none !important;
  border: 1px solid rgba(72, 181, 233, 0);
  padding: 10px; }

.gm-style-iw > div {
  float: left;
  width: 100%; }

.infobox-content {
  padding: 20px;
  float: left;
  width: 100%;
  height: 100%; }

/*style the p tag*/
.gm-style .gm-style-iw #google-popup p {
  padding: 10px; }

/* classe inserita da js */
.closeButton {
  width: 30px !important;
  height: 42px !important;
  background: white !important;
  text-align: center !important;
  right: 1px !important;
  top: 15px !important;
  opacity: 1 !important; }

.closeButton:after {
  content: "x";
  font-size: 3em; }

/*style the arrow*/
.gm-style div div div div div div div {
  left: 194px; }

/*style the link*/
.gm-style .gm-style-iw a {
  color: #172c54;
  font-weight: bold;
  text-decoration: none; }

.gm-style .gm-style-iw a:hover {
  color: #666; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  border: 1px solid #fff;
  font-family: inherit;
  font-weight: normal;
  height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal !important;
  width: auto; }

.nice-select ul li {
  line-height: 30px; }

.nice-select .current {
  float: left;
  width: 190px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.nice-select:hover {
  border: none; }

.aui input,
.aui button,
.aui select,
.aui textarea {
  font-family: 'Helvetica Light', sans-serif !important; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border: none;
  border: 1px solid #fff;
  /*border-top:1px solid #234574;*/ }

.nice-select:after {
  content: '\2193';
  display: block;
  height: 5px;
  margin-top: -12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 5px; }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto; }

.nice-select.disabled {
  border-color: #fff;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #fff; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  width: 291px;
  background-color: #172c54;
  color: #fff;
  box-sizing: border-box;
  margin-top: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  padding: 0px; }

.aui .nice-select .list {
  margin-left: 0px !important; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 25px;
  list-style: none;
  min-height: 25px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-top: 1px solid #fff; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.yui3-skin-sam .yui3-aclist-content {
  background: #172c54 !important; }

.yui3-aclist-list {
  background: #172c54;
  color: white; }

.yui3-skin-sam .yui3-aclist-item-active, .yui3-skin-sam .yui3-aclist-item-hover {
  background: white !important;
  color: #172c54 !important; }

@media only screen and (max-width: 979px) {
  .map-filter-box {
    width: 50%; } }
@media only screen and (max-width: 767px) {
  .map-filter-box {
    width: 100%; } }
/*********
 GALLERY
 ********/
.thumbnail-small {
  width: 200px; }

.article-gallery {
  float: left;
  width: 100%; }
  .article-gallery .image {
    border: 0;
    margin-right: 5px; }
  .article-gallery li {
    list-style: none;
    float: left;
    width: 25%;
    height: 205px;
    margin-bottom: 15px;
    padding: 10px;
    overflow: hidden; }
  .article-gallery li:nth-child(1), .article-gallery li:nth-child(5), .article-gallery li:nth-child(9), .article-gallery li:nth-child(13), .article-gallery li:nth-child(17) {
    padding-left: 0px; }

.aui ul.article-gallery {
  margin: 0 0 20px 0 !important; }

/*********
 CKEDITOR
 *********/
/* CKeditor */
.cke_skin_kama input.cke_dialog_ui_input_text, .cke_skin_kama input.cke_dialog_ui_input_password {
  height: 20px !important;
  margin-bottom: 0px !important; }

/************
 FORMS-MODULI
 ***********/
.aui .control-group {
  margin-bottom: 0px; }

.filterContainerInside {
  margin: 10px 0px; }
  .filterContainerInside select {
    margin-bottom: 0px; }

.aui .btn {
  border-radius: 0px;
  text-transform: uppercase; }

/* Forms */
.label-required {
  display: none; }

.required label.radio:after {
  content: ""; }

.aui-form-validator-stack-error {
  margin-bottom: 0 !important; }

.form-validator-stack {
  margin-bottom: 5px; }

.lfr-dynamic-form .aui-field-text .aui-field-input {
  width: 90%; }

.lfr-dynamic-form .lfr-ddm-container fieldset {
  width: 100%; }
  .lfr-dynamic-form .lfr-ddm-container fieldset .control-group {
    float: left;
    width: 50%;
    margin-bottom: 10px !important; }
    .lfr-dynamic-form .lfr-ddm-container fieldset .control-group .control-group {
      width: 100%;
      margin-bottom: 0px !important; }
  .lfr-dynamic-form .lfr-ddm-container fieldset .fieldset-legend {
    display: none; }

.aui input, .aui textarea, .aui .uneditable-input, .aui select {
  width: 210px; }

.aui select {
  width: 210px !important; }

.aui-form-validator-error-container .aui-field-element {
  background-position: 94% 50%; }

.lfr-dynamic-form .aui-field-text .aui-field-input {
  margin-bottom: 0px; }

.aui-field-input-choice {
  float: left;
  margin: 4px 5px 10px 0 !important; }

.aui-field {
  margin-bottom: 15px; }

[class~="aui-form-validator-message"] {
  width: 90%; }

select {
  height: 40px;
  line-height: 40px;
  padding: 4px 8px;
  margin-bottom: 0px;
  text-transform: capitalize; }

input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 4px 12px;
  color: #172c54;
  background: white;
  border: 1px solid #172c54; }

.lfr-dynamic-form .row-fluid {
  margin-left: -20px; }

.lfr-dynamic-form .aui-field-text {
  float: left; }

.lfr-dynamic-form .aui-field-select {
  float: none; }

.lfr-dynamic-form .aui-field-text .aui-field-element {
  float: left;
  width: 100%; }

.aui-fieldset .aui-field-content,
.aui-field-row,
.aui-field-wrapper-content {
  margin-left: 20px; }

.portlet-login .aui-fieldset .aui-field-content {
  margin-left: 0px; }

.portlet-login .portlet-body {
  background: white;
  padding: 15px; }

.aui-field-input-select {
  padding: 3px 6px;
  width: 94%; }

.aui-label-required {
  display: none; }

.required label:after {
  content: "*"; }

.control-group {
  margin-bottom: 10px !important; }
  .control-group .control-group, .control-group.form-inline {
    margin-bottom: 0px !important; }

.aui fieldset {
  margin-bottom: 0px; }

label.radio {
  margin-left: 10px !important; }

label.aui-form-validator-stack-error:after {
  content: ""; }

.aui-field-label {
  font-weight: normal !important; }

.aui-form-builder-field-icon-row {
  background: center center no-repeat url(/fassa-theme/images/icons/icon-row.png); }

.separator {
  margin: 15px 0px !important;
  border-color: #ddd transparent #FFF; }

.aui-form-validator-error-container .aui-form-validator-stack-error {
  /*display:none;*/ }

.privacyCheckboxContainer {
  margin: 10px 0; }

.formPrivacyHeader {
  margin-bottom: 10px; }

.formPrivacyContent {
  padding: 5px;
  height: 135px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: auto; }

.formPrivacyFooter {
  font-size: 14px; }

.aui select, .aui textarea, .aui input[type="text"], .aui input[type="password"], .aui input[type="datetime"],
.aui input[type="datetime-local"], .aui input[type="date"], .aui input[type="month"], .aui input[type="time"],
.aui input[type="week"], .aui input[type="number"], .aui input[type="email"], .aui input[type="url"],
.aui input[type="search"], .aui input[type="tel"], .aui input[type="color"], .aui .uneditable-input {
  padding: 5px 6px;
  margin-bottom: 0px !important; }

.aui input[type="text"], .aui input[type="password"], .aui input[type="date"] {
  height: 32px; }

.aui .control-group.error.no-error .checkbox, .aui .control-group.error.no-error .radio, .aui .control-group.error.no-error input, .aui .control-group.error.no-error select, .aui .control-group.error.no-error textarea {
  color: inherit !important; }

.form-validator-stack .required {
  color: #b50303; }

.taglib-header .header-title {
  margin: 0.3em 0em;
  color: #1197de; }

.taglib-captcha .aui-field-content {
  margin-left: 0px !important; }

.aui select, .aui input[type="file"] {
  height: 32px !important; }

.tabbable-content .nav-tabs li a {
  background-color: white !important; }

.tabbable-content .nav-tabs li a:hover {
  background-color: #172c54 !important; }

.fieldColumn50 .control-group {
  float: left;
  width: 50%; }

/*****************
 ACCORDION
 ****************/
/* Accordion */
.accordion {
  margin: 0px !important; }
  .accordion dt {
    height: 50px;
    float: left;
    width: 100%;
    padding: 0px 15px !important;
    margin-bottom: 1px; }
  .accordion a.open-accordion {
    position: relative; }
  .accordion dt, .accordion dd {
    padding: 0px; }
    .accordion dt > a, .accordion dd > a {
      float: left;
      width: 100%;
      height: 100%;
      color: black; }
    .accordion dt > a:hover h6, .accordion dd > a:hover h6 {
      color: #333; }
      .accordion dt > a:hover h6:after, .accordion dd > a:hover h6:after {
        width: 20px;
        text-align: center;
        content: "+";
        float: right;
        font-size: 26px; }
    .accordion dt.active > a:hover h6, .accordion dd.active > a:hover h6 {
      color: #333; }
      .accordion dt.active > a:hover h6:after, .accordion dd.active > a:hover h6:after {
        width: 20px;
        text-align: center;
        content: "-";
        float: right;
        font-size: 26px; }
    .accordion dt .fake-accordion-header, .accordion dd .fake-accordion-header {
      margin: 15px 0;
      font-size: 23px;
      color: #172c54;
      line-height: 20px;
      text-transform: none;
      display: block;
      font-weight: normal; }
    .accordion dt > a:hover h6:after, .accordion dd > a:hover h6:after {
      /*margin-left:10px;
      content:"\2193";
      text-transform:capitalize;
      color:$azzurro;
      font-weight:normal!important;
      font-size:1em;*/ }
    .accordion dt.active > a:hover h6:after, .accordion dd.active > a:hover h6:after {
      /*margin-left:10px;
       content:"\2191";
      text-transform:capitalize;
      color:$azzurro;
      font-weight:normal!important;
      font-size:1em;*/ }
    .accordion dt > a h6, .accordion dt > h6, .accordion dt > a h3, .accordion dt > h3, .accordion dd > a h6, .accordion dd > h6, .accordion dd > a h3, .accordion dd > h3 {
      float: left;
      width: 100%;
      margin: 15px 0;
      font-size: 23px;
      text-transform: none;
      color: #172c54;
      line-height: 20px; }
      .accordion dt > a h6:after, .accordion dt > h6:after, .accordion dt > a h3:after, .accordion dt > h3:after, .accordion dd > a h6:after, .accordion dd > h6:after, .accordion dd > a h3:after, .accordion dd > h3:after {
        width: 20px;
        text-align: center;
        content: "+";
        float: right;
        font-size: 26px; }
      .accordion dt > a h6.fake-accordion-header:after, .accordion dt > h6.fake-accordion-header:after, .accordion dt > a h3.fake-accordion-header:after, .accordion dt > h3.fake-accordion-header:after, .accordion dd > a h6.fake-accordion-header:after, .accordion dd > h6.fake-accordion-header:after, .accordion dd > a h3.fake-accordion-header:after, .accordion dd > h3.fake-accordion-header:after {
        content: ""; }
    .accordion dt.active h6:after, .accordion dt.active h3:after, .accordion dd.active h6:after, .accordion dd.active h3:after {
      width: 20px;
      text-align: center;
      content: "-";
      float: right;
      font-size: 26px; }
    .accordion dt h6.toggler-header-expanded:after, .accordion dt h4.toggler-header-expanded:after, .accordion dt h3.toggler-header-expanded:after, .accordion dd h6.toggler-header-expanded:after, .accordion dd h4.toggler-header-expanded:after, .accordion dd h3.toggler-header-expanded:after {
      content: "-";
      font-size: 20px;
      margin-right: 15px;
      float: right; }
    .accordion dt h6.toggler-header-collapsed:after, .accordion dt h4.toggler-header-collapsed:after, .accordion dt h3.toggler-header-collapsed:after, .accordion dd h6.toggler-header-collapsed:after, .accordion dd h4.toggler-header-collapsed:after, .accordion dd h3.toggler-header-collapsed:after {
      content: "+";
      font-size: 20px;
      margin-right: 15px;
      float: right; }
    .accordion dt h4.toggler-header-expanded:after, .accordion dt h4.toggler-header-collapsed:after, .accordion dd h4.toggler-header-expanded:after, .accordion dd h4.toggler-header-collapsed:after {
      margin-right: 0px; }
  .accordion dd {
    background: #d2d3d5;
    padding-top: 0px;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1px; }
    .accordion dd:last-of-type {
      position: relative; }

/***************
LAVORA CON NOI
****************/
.invia-curriculum-form {
  float: left;
  width: 100%;
  background: white;
  padding: 15px;
  margin-top: 15px; }

.invia-curriculum:after {
  margin-left: 5px;
  content: "\2192"; }

.ricercheToggler h4 {
  text-transform: none !important;
  padding: 0px 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0px;
  font-size: 1.2em;
  font-weight: bold; }
.ricercheToggler .toggler-content-wrapper .joboffer-header {
  padding-left: 30px; }
.ricercheToggler .job-offer-body {
  padding: 0px 30px;
  padding-top: 10px; }
.ricercheToggler .job-offer-footer {
  padding: 0px 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea; }
.ricercheToggler .joboffer-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea; }

.no-offer {
  padding: 10px 30px; }

dl.accordion.blue dt {
  background: #172c54; }
  dl.accordion.blue dt h6 {
    color: white; }

/****************
 PAGINA CONTATTI
 ****************/
#map-stabilimenti {
  height: 600px; }

.contact-page-container {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  background: #fff;
  color: #172c54; }
  .contact-page-container h2, .contact-page-container h3 {
    color: #172c54 !important;
    margin-bottom: 0px !important;
    text-transform: none;
    padding: 10px 15px 10px 15px !important;
    border-bottom: 1px solid #ddd;
    font-size: 24px !important;
    background: transparent !important; }

.contact-page-container-intro {
  background: #ddd; }
  .contact-page-container-intro .contact-page-item {
    padding-top: 22px; }
  .contact-page-container-intro h2, .contact-page-container-intro h3 {
    border-bottom: 1px solid #172c54; }

.contact-page-container-fassa-stabilimenti {
  background: #172c54;
  color: white; }
  .contact-page-container-fassa-stabilimenti h2, .contact-page-container-fassa-stabilimenti h3 {
    color: white !important; }
  .contact-page-container-fassa-stabilimenti a {
    color: white !important; }

.contact-page-container-fassa-filiali {
  background: #ddd; }
  .contact-page-container-fassa-filiali h2, .contact-page-container-fassa-filiali h3 {
    border-bottom: 1px solid #172c54; }

.contact-page-container-fassa-estero {
  background: #c1e8fb;
  color: #172c54; }
  .contact-page-container-fassa-estero h2, .contact-page-container-fassa-estero h3 {
    color: #172c54 !important;
    border-bottom: 1px solid white; }

.contact-page-inside {
  float: left;
  width: 100%;
  padding: 15px;
  padding-top: 0px; }

.contact-page-item {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  height: 110px;
  font-size: 14px;
  line-height: 17px;
  padding-right: 15px; }
  .contact-page-item h4 {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: bold; }

.contact-page-item-right {
  float: left;
  width: 75%;
  padding: 20px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }

.area-tecnica {
  float: left;
  width: 100%;
  background: white;
  padding: 15px;
  margin-top: 15px; }

.anchor {
  margin-top: -53px;
  position: absolute; }

a.tornasu {
  color: #bbbbbb !important; }

.highlight-row {
  border: #172c54 1px solid; }

@media only screen and (max-width: 979px) {
  .contact-page-item {
    float: left;
    width: 50%; }

  .contact-page-item-right {
    font-size: 1em;
    padding: 0px;
    width: 100%;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1; } }
@media only screen and (max-width: 767px) {
  .contact-page-item {
    float: left;
    width: 100%; }

  .contact-page-item {
    height: auto; } }
/****************
 MEDIA QUERIES
 ***************/
@media only screen and (max-width: 1200px) {
  .box-home-text {
    font-size: 16px;
    line-height: 22px; }

  .aui .caption h3 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px; }

  .map-stabilimenti {
    display: none; }

  .tornasu {
    display: none; }

  .container-banner .span9 {
    margin-left: 0px !important; }

  .product-carousel .item {
    width: 235px; }

  .searchform-wrapper {
    width: 235px; }

  .nice-select .current {
    width: 140px; }

  .product-sublist .text p {
    font-size: 13px;
    line-height: 17px; }

  .placeholder {
    background-size: 50% !important; }

  .footer-bottom-hidden {
    display: none;
    margin-bottom: 0px; }

  .fassa .box-footer-container .footer-box {
    width: 25%; }

  .fassa .box-footer-container .footer-box.wide {
    width: 25%; }

  .academy-list li a {
    padding: 10px; }
  .academy-list li .text-iscrizione {
    padding-left: 0px; } }
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .product-sublist li img {
    max-width: 95%; }

  .footer-menu-wrapper {
    margin-left: 0px !important; }

  #menu-sistemi .menu-column:nth-child(1) {
    width: 24%; }

  .top-menu-left {
    font-size: 1em;
    padding-left: 10px; }

  .top-menu-right {
    padding-left: 14px; }

  .dropdown.login {
    width: 50px; }

  .fassa .nav-tabs li {
    width: 240px; }

  .fassa #resultTab li {
    width: 235px; }

  .aui .breadcrumb {
    width: 980px; }

  .banner-container #tab2 {
    /*min-height:500px;*/ }

  .home .banner-container {
    /*height:340px;*/ }

  .login a.dropdown-toggle {
    width: 105px; }

  .box-home-container-margintop {
    margin-top: 340px; }

  .icon-profili {
    margin-left: -10px; }

  .box-home-container .span3 {
    width: 230px; }

  .box-home-container .span6 {
    width: 455px; }

  .topics-carousel .item, .news-carousel .item {
    width: 250px !important; }

  .logo {
    width: 125px; }

  .pressarea-title {
    font-size: 12px; }

  .footer-bottom-left-wrapper .footer-bottom-box {
    width: 50% !important; }
  .footer-bottom-left-wrapper .footer-bottom-logo {
    width: 35% !important; }

  .footer-bottom-wrapper .footer-bottom-left-wrapper {
    float: left;
    width: 45%; }

  .footer-bottom-wrapper .footer-bottom-right-wrapper {
    float: left;
    width: 55%; }

  .footer-bottom-wrapper .footer-bottom-right-wrapper .footer-bottom-box {
    padding: 0px 4px; } }
@media only screen and (min-width: 979px) {
  .control-group .control-group {
    width: 100%; }

  .search-form-mobile {
    display: none !important; }

  .container-banner .row-fluid {
    height: 90px !important; }

  .container-menu-mobile {
    display: none !important; } }
@media only screen and (max-width: 979px) {
  .caption h2 {
    padding-right: 15px; }

  .aui .portlet-column .events-menu ul {
    justify-content: space-evenly; }

  .events-menu li {
    width: auto;
    flex-basis: 0;
    text-align: center;
    flex-grow: 1; }

  .box-home-container-2 .box .box-inside .box-home-left {
    min-height: 200px;
    font-size: 14px;
    width: 100%; }
  .box-home-container-2 .box img {
    width: 100%;
    max-height: none; }

  .caption h5 {
    line-height: 26px; }

  .aui .caption h3 {
    padding-top: 5px; }

  .footer-menu-wrapper .footer-menu-alternative {
    margin-left: 0px !important; }

  .aui sup {
    top: -0.4em; }

  .lfr-dynamic-form .lfr-ddm-container fieldset .control-group .control-group {
    width: 100% !important; }

  .nice-select .current {
    text-overflow: initial;
    overflow: inherit; }

  .page-news-detail-content-left img {
    width: 50%; }

  .academy-list li {
    width: 50%; }
    .academy-list li a {
      padding: 10px; }

  .logo {
    margin-bottom: 15px; }

  .footer-bottom-logo {
    display: none; }

  .meetings li {
    width: 100%;
    height: auto; }

  .aui.ios input#submit, .aui.ios input#pac-input, .aui.ios input#_searchresult_WAR_productsportlet_keywords {
    max-width: 100% !important; }

  .pressarea-title {
    font-size: 12px; }

  .arrow-container {
    display: none; }

  .item-list li {
    width: 50%; }

  .placeholder {
    background-size: inherit !important; }

  .map-filters {
    margin-top: 10px; }

  .map-filter-box .controls {
    margin-top: 1px;
    text-align: left; }

  .nice-select .list {
    width: 100%; }

  .menu-column {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .home .container-tab-pane {
    height: auto; }

  .template-box-image-right {
    max-width: 160px; }

  .reference-filter-box {
    width: 100%; }
    .reference-filter-box .nice-select {
      width: 100%; }
      .reference-filter-box .nice-select .current {
        text-overflow: inherit;
        overflow: inherit; }

  #resultTab li, #resultTab .searchform-wrapper {
    width: 25%; }
    #resultTab li a, #resultTab li input.lfr-search-keywords, #resultTab .searchform-wrapper a, #resultTab .searchform-wrapper input.lfr-search-keywords {
      font-size: 15px !important; }
    #resultTab li input.lfr-search-keywords, #resultTab .searchform-wrapper input.lfr-search-keywords {
      width: 100%; }

  .reference-list li {
    width: 33.33%; }

  .pressarea-sublist > li {
    width: 50% !important;
    height: 200px !important; }
    .pressarea-sublist > li .image-container {
      width: 30% !important; }
    .pressarea-sublist > li .text {
      width: 70% !important; }

  .pressarea-detail-column1 {
    width: 100%;
    margin-bottom: 15px; }

  .pressarea-detail-column2 {
    width: 70%; }

  .pressarea-detail-column3 {
    width: 30%; }

  .aui .navbar-fixed-top, .aui .navbar-fixed-bottom, .aui .navbar-static-top {
    margin: 0px; }

  #cookie-message {
    height: auto;
    line-height: 25px;
    padding: 15px; }

  .form.search-form-desktop {
    display: none; }

  .fake-search-mobile, .search-form-mobile {
    display: block; }

  .fassa .box-footer-container .footer-box {
    width: 50%; }

  .fassa .box-footer-container .footer-box.wide {
    width: 50%; }

  .footer-menu-wrapper {
    width: 100%; }

  .box-home-container .box img {
    max-width: 110px; }

  .aui .toggleMainMenu {
    display: block; }

  .layout-home .news-list li {
    width: 50%; }

  .banner-container .nav-tabs, .top-menu-left, .top-menu-right {
    display: none; }

  .banner-container .tab-pane {
    height: auto !important;
    min-height: 400px; }

  .home .banner-container {
    height: auto; }

  .aui .control-group {
    margin-bottom: 0px; }

  .navbar-main.navbar .nav {
    float: left !important; }

  .nav-collapse-menu {
    clear: both; }
    .nav-collapse-menu li ul.dropdown-menu {
      display: none !important; }

  .box-evidenza {
    display: none !important; }

  .tab-content > .tab-pane {
    top: 0; }

  .navbar-main .navbar-inner .span4, .navbar-main .navbar-inner .span8 {
    width: 100%;
    margin: 0; }

  body {
    padding-top: 0px;
    padding-bottom: 0px; }

  .tab-content > .tab-pane {
    height: auto;
    position: relative; }

  .box-profili .box {
    float: left;
    width: 50% !important;
    margin: 0; }

  .box-profili .span4, .box-profili .span8 {
    float: left; }

  .news-list li .row-fluid {
    margin-left: -20px; }

  .menu-tab > li {
    width: 50%; }

  .banner-container {
    min-height: 0;
    height: auto;
    margin-top: 0; }

  .home .banner-container {
    min-height: 0; }

  .product-download .span4,
  .product-download .span8 {
    display: block;
    float: none;
    width: 100%; }

  .search-form.form-collapse input,
  .search-form.form-collapse select,
  .search-form.form-collapse .btn {
    float: none; }

  .product-sublist li {
    width: 50%; }

  .box-home-left-border {
    display: none; }

  .box-home-right-border {
    display: none; }

  .aui #footer-wrapper .container {
    width: 100%; }

  .aui select {
    font-size: 14px; }

  .box-home.box-home-icon {
    max-width: none; }

  .news-list li {
    width: 50%; }

  .box-header .sbHolder {
    margin: 5px 0px !important;
    float: right; }

  .navbar .container .btn-navbar {
    float: left; }

  .aui .navbar-inverse .btn-navbar {
    background: #172c54; }

  .aui .navbar-inverse .nav-collapse .nav > li > a:hover {
    background: #efefef; }

  .icon-profili {
    float: right; }

  .banner-container .tab-pane.fake-pane {
    position: static !important;
    height: auto !important;
    border: none !important; }

  .box-home-container .span3 {
    width: 50%;
    float: left;
    margin-left: 0px; }

  .portlet-column-last h2, .portlet-column-last h3, .portlet-column-last h5 {
    font-size: 1.4em !important; }

  .box-header, .eventi-portlet h3, .argomenti-portlet h3, .reference-page-wrapper h3, .layout-standard .portlet-topper h3, .layout-standard .portlet-column h1, .layout-home h3 {
    font-size: 28px !important; }

  .box-home-container .span6 {
    width: 580px;
    margin-left: 0px; }

  .breadcrumbs li a {
    font-size: 0.9em; }

  .footer-bottom-left-wrapper,
  .footer-bottom-right-wrapper {
    width: 100% !important; }

  .footer-bottom-box, .footer-bottom-wrapper .footer-box {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px; }

  .footer-bottom-wrapper .footer-box-50 {
    width: 100%;
    margin-bottom: 20px; }

  .footer-bottom-wrapper .footer-box.wide {
    width: 100%;
    margin-bottom: 0px; }

  .social-links {
    width: 100%; }

  .social-links li {
    display: inline-block; }
    .social-links li .icon-social {
      float: none;
      display: inline-block; }

  .box-home-container-margintop {
    margin-top: 0px; }

  .reference-detail .box-reference .box-reference-left, .reference-detail .box-reference .box-reference-right {
    width: 100%;
    padding: 10px 0px; }

  .form.search-form-mobile .control-group {
    float: left;
    width: 100%;
    width: 92%; }
  .form.search-form-mobile .searchInput {
    width: 100% !important; }
  .form.search-form-mobile .searchButton {
    float: right; } }
@media only screen and (max-width: 979px) and (min-width: 767px) {
  .topics-carousel .item, .news-carousel .item {
    width: 180px !important; }

  .aui .breadcrumb {
    width: 767px; }

  .box-home-container .box {
    width: 50%; }
    .box-home-container .box .box-inside {
      margin-bottom: 1px; }

  .aui .caption h2 {
    font-size: 20px;
    line-height: 24px; }

  .aui .caption h3 {
    font-size: 14px;
    line-height: 20px; } }
@media only screen and (max-width: 767px) {
  .aui .news-filter #pac-input.filter-text {
    width: auto !important;
    max-width: none !important;
    flex-grow: 1; }
  .aui .news-filter .button-input-submit {
    flex-grow: 1;
    margin-top: 0px; }

  .box-home-container-2 .box .box-inside .box-home-left {
    width: 50%;
    min-height: none; }
  .box-home-container-2 .box img {
    width: 50%; }

  .footer-box-wide {
    width: 100% !important; }

  .aui input.input-large, .aui select, .aui input[type="text"], .aui textarea {
    width: 85% !important;
    max-width: 305px; }

  .academy-list li {
    width: 100%;
    height: auto; }

  .pressarea-sublist li {
    width: 50% !important; }
    .pressarea-sublist li .image-container {
      width: 30% !important; }
    .pressarea-sublist li .text {
      width: 70% !important; }

  .item-list li {
    min-height: 450px; }

  .product-index li {
    padding: 5px 0px; }

  .placeholder {
    background-size: 37% !important; }

  .page-news-detail-content-left, .page-news-detail-content-right {
    width: 100%; }

  .template-box-testo-mid {
    width: 100%; }

  .template-box-image-right {
    float: left; }

  .reference-detail .box-reference .box-reference-left, .reference-detail .box-reference .box-reference-right {
    width: 100%; }

  .reference-detail .box-reference .box-reference-right {
    padding: 0px;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1; }
    .reference-detail .box-reference .box-reference-right.three-columns {
      -webkit-column-gap: 40px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 40px;
      /* Firefox */
      column-gap: 40px;
      -webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1; }

  .pressarea-detail-column1 {
    float: none;
    display: block;
    width: 100%; }

  .pressarea-detail-column2 {
    width: 100%; }

  .pressarea-sublist li {
    width: 100%;
    height: auto; }

  .pressarea-sublist li img {
    max-width: 220px; }

  .pressarea-sublist li .image-container {
    width: 30%; }

  .aui .breadcrumb > li {
    padding: 0px !important; }

  .aui body {
    padding: 0px; }

  #wrapper {
    padding-left: 0.5em;
    padding-right: 0.5em; }

  .template-box-left {
    width: 100%; }

  .template-box-right {
    width: 100%;
    -webkit-column-count: 1 !important;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1 !important;
    /* Firefox */
    column-count: 1 !important; }

  .box-home-container .box .box-inside {
    float: left;
    width: 100%; }

  .fassa .box-footer-container .footer-box {
    width: 100%; }

  .fassa .box-footer-container .footer-box.wide {
    width: 100%; }

  .caption-container {
    position: static;
    float: left;
    width: 100%; }
    .caption-container .caption {
      width: 100%;
      height: auto; }

  .caption {
    height: auto; }

  .bx-viewport {
    height: auto !important; }

  .box-home-container-2 .box {
    width: 100%; }
    .box-home-container-2 .box .box-inside {
      height: auto;
      margin-bottom: 1px; }

  .box-home-container .box {
    width: 100%; }
    .box-home-container .box .box-inside {
      width: 100%;
      height: auto;
      margin-bottom: 1px; }

  .layout-home .news-list li {
    height: auto;
    width: 100%; }
    .layout-home .news-list li .inside {
      width: 100%;
      border-bottom: 0px solid #fff; }
    .layout-home .news-list li .text {
      display: none; }

  .aui .breadcrumb {
    width: 100%; }

  .fassa footer .footer-box {
    border: 0px; }

  .topics-carousel .item, .news-carousel .item {
    width: 280px !important; }

  .aui .search-form.pull-right {
    float: left; }

  .box-home {
    background: none; }

  .aui .search-form input[type="text"] {
    width: 150px; }

  .fassa .nav-tabs {
    height: auto;
    width: 100%; }
    .fassa .nav-tabs li {
      float: left;
      width: 100%; }

  .box-home-container .span3 {
    width: 100%; }

  .home .banner-container {
    height: inherit !important;
    margin-top: 10px; }

  .box-home.box-home-icon {
    max-width: none;
    margin-bottom: 20px;
    background: none; }

  .banner-container .tab-pane.fake-pane {
    position: static !important;
    height: auto !important;
    border: none !important; }

  .news-carousel .span2, .news-carousel .span10 {
    float: left !important; }
  .news-carousel .span10 {
    width: 82.979% !important; }

  .tab-content > .tab-pane, .pill-content > .pill-pane {
    position: relative; }

  .banner-container {
    margin-top: 0; }

  .ricerca-avanzata {
    text-align: left; }

  .box-links {
    display: none !important; }

  .box-evidenza div.item {
    width: 48%;
    margin: 15px 0px; }

  footer .footer-box {
    border: 0; }

  .tab-content {
    overflow: inherit; }

  .pull-right {
    float: none; }

  .search-form input {
    margin: 5px 0; }

  .nav-tabs li {
    display: block; }

  .news-list li {
    float: left;
    width: 100%; }
    .news-list li .news-date {
      float: left;
      margin-right: 15px; }
    .news-list li .row-fluid {
      margin-left: -20px; }

  .icon-profili {
    float: left !important; }

  .item-list li img {
    width: auto; }

  .page-news-detail .image, .page-article-detail .image {
    width: auto; }

  .fassa footer .footer-box {
    float: left !important;
    width: 100% !important;
    clear: both;
    margin-bottom: 30px; }
    .fassa footer .footer-box img {
      float: left !important;
      margin: 0 10px 10px 0 !important; }

  .box-home-container .span6 {
    width: 100%;
    margin-left: 0px; }

  .aui .breadcrumb {
    position: static;
    float: left;
    height: auto; }

  .aui .breadcrumb > li {
    float: left;
    padding: 5px 0px; }

  .site-breadcrumbs {
    min-height: 0px; }

  .box-home-container-margintop {
    margin-top: 0px; }

  .box-home-left-border {
    display: none; }

  .box-home-right-border {
    display: none; } }
@media only screen and (max-width: 550px) {
  .aui .portlet-column .events-menu ul {
    flex-flow: column wrap;
    justify-content: center; }

  .events-menu li {
    flex-basis: 100%;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-top: 10px; }

  .product-sublist .subcontainer .over, .box-list .subcontainer .over {
    height: 100%; }

  .product-sublist li img {
    position: static; }

  .fieldColumn50 .control-group {
    width: 100%; }

  .lfr-dynamic-form .lfr-ddm-container fieldset .control-group {
    width: 100% !important;
    max-width: 320px; }

  .aui input.input-large {
    width: 100%; }

  .field-wrapper {
    margin-bottom: 0px !important; }

  .control-group {
    margin-bottom: 10px !important; }
    .control-group .control-group, .control-group.form-inline {
      margin-bottom: 0px !important; }

  .form.search-form-mobile .control-group {
    width: 85%; }

  .pressarea-list ul.index-view li {
    width: 100%;
    height: auto; }

  .placeholder {
    background-size: 30% !important; }

  .product-sublist li, .box-list li {
    height: auto; }

  .product-sublist li .image-container, .box-list li .image-container {
    position: static; }

  .pressarea-sublist li {
    width: 100% !important; }

  .aui .caption h3 {
    font-size: 1em; }

  .arrow-container {
    display: none;
    top: 42px; }

  #resultTab li, #resultTab .searchform-wrapper {
    width: 100%; }

  .article-gallery li {
    width: 50%; }

  .article-gallery li {
    padding: 10px; }
  .article-gallery li:nth-child(1), .article-gallery li:nth-child(3), .article-gallery li:nth-child(5), .article-gallery li:nth-child(7), .article-gallery li:nth-child(9), .article-gallery li:nth-child(11), .article-gallery li:nth-child(13), .article-gallery li:nth-child(15), .article-gallery li:nth-child(17), .article-gallery li:nth-child(19), .article-gallery li:nth-child(21) {
    padding-left: 0px; }

  .reference-list li {
    width: 50%; }

  .pressarea-detail-column2 {
    width: 100%; }

  .pressarea-detail-column3 {
    width: 100%; }

  .product-carousel .item {
    width: 180px; }

  .product-sublist li {
    width: 100%; }

  .box-home-left-border {
    display: none; }

  .box-home-right-border {
    display: none; }

  .aui .product-detail-left, .aui .product-detail-right {
    width: 100%; }

  .accordion dt > h3, .accordion dt > a h3,
  .accordion dt > h6, .accordion dt > a h6 {
    font-size: 1.2em; }

  .accordion dt > h6.fake-accordion-header,
  .accordion dt > span.fake-accordion-header {
    width: 78%; } }
@media only screen and (max-width: 400px) {
  .box-home-container-2 .box .box-inside .box-home-left {
    width: 100%;
    min-height: none; }
  .box-home-container-2 .box img {
    width: 100%; } }
/* iPad Fix */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #menu-sistemi a:hover, .aui a:hover, .fassa .nav-tabs ul.dropdown-menu li a:hover,
  .pressarea-menu ul > li > ul > li a:hover {
    color: inherit !important; }

  .pressarea-menu ul > li.open a {
    color: white !important; } }
@media only screen and (max-width: 385px) {
  .aui .news-filter {
    flex-flow: row wrap; }
    .aui .news-filter #pac-input.filter-text {
      width: 100% !important; }
    .aui .news-filter .button-input-submit {
      width: 100% !important; }

  .events-menu li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-top: 10px; }

  .item-list li {
    width: 100%;
    height: auto;
    min-height: auto; }

  .aui input, .aui textarea, .aui .uneditable-input, .aui select {
    width: 240px; }

  .accordion dt > h3, .accordion dt > a h3,
  .accordion dt > h6, .accordion dt > a h6 {
    font-size: 1.1em; }

  .topics-carousel .item, .news-carousel .item {
    width: 180px !important; }

  .menu-tab > li {
    width: 100%; }

  .box-evidenza li {
    width: 100%;
    margin: 15px 0px; }

  .box-profili .box {
    width: 100% !important; }

  .box-home-container-margintop {
    margin-top: 0px; }

  .box-home-left-border {
    display: none; }

  .box-home-right-border {
    display: none; } }
.title_sistema_1, .title_sistema_2, .title_sistema_3, .title_sistema_4 {
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  padding-left: 40px;
  padding-top: 16px;
  width: 220px; }

.title_sistema_1 {
  color: #7C441A; }

.title_sistema_2 {
  color: #BC262C; }

.title_sistema_3 {
  color: #005C9D; }

.title_sistema_4 {
  color: #EA8C2E; }

.login-button-top {
  padding-top: 10px;
  padding-left: 5px; }

.logout-button-top {
  padding-left: 5px;
  padding-top: 4px; }

.link-lite {
  font-weight: normal !important; }

.container-fluid-nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.item.slide img {
  width: 100%; }

.bx-pager {
  bottom: 0px !important; }

/* nasconde il breadcrumb in fondo alla pagina */
.site-breadcrumbs.lfr-hudcrumbs {
  display: none !important; }

.footer-user-link-separator {
  margin-top: 20px;
  border-top: 1px solid;
  padding-top: 10px; }

.CybotEdge .CybotCookiebotScrollContainer {
  max-height: 120px !important; }