@charset "UTF-8";
/**
Pasquale Davide Rana c2017 - Exprivia
*/
/* ---------- 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(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-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: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 2em 5em 0;
  position: relative; }
  @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(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-theme/css/../images/application/button_bg_over.png); }

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

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

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

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

body.portlet {
  border-width: 0; }

.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(/iseservizioelettrico-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;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 95%;
  vertical-align: top; }

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

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

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

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

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px black; }
  .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-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(/iseservizioelettrico-theme/css/../images/portlet/options_borderless.png); }

.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(/iseservizioelettrico-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/iseservizioelettrico-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/iseservizioelettrico-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/iseservizioelettrico-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 {
  background-color: transparent;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .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 {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(/iseservizioelettrico-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/iseservizioelettrico-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: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: #333333 url(/iseservizioelettrico-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(/iseservizioelettrico-theme/css/../images/messages/alert.png);
  color: #663; }

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

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

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

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

.lfr-status-success-label {
  background-image: url(/iseservizioelettrico-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(/iseservizioelettrico-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(/iseservizioelettrico-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-width: 0; }
.restricted * {
  color: #727C81; }

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

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

.alt.restricted td.first, .restricted td.first {
  background-image: url(/iseservizioelettrico-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;
  vertical-align: middle; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/iseservizioelettrico-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/iseservizioelettrico-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/iseservizioelettrico-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/iseservizioelettrico-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/iseservizioelettrico-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
.lfr-ddm-container .control-group.error .control-label,
.lfr-ddm-container .control-group.error .help-block,
.lfr-ddm-container .control-group.error .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.error .checkbox,
.lfr-ddm-container .control-group.error .radio,
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  color: #555555; }
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error input:focus,
  .lfr-ddm-container .control-group.error select:focus,
  .lfr-ddm-container .control-group.error textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.error .input-prepend .add-on,
.lfr-ddm-container .control-group.error .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.info .control-label,
.lfr-ddm-container .control-group.info .help-block,
.lfr-ddm-container .control-group.info .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.info .checkbox,
.lfr-ddm-container .control-group.info .radio,
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  color: #555555; }
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info input:focus,
  .lfr-ddm-container .control-group.info select:focus,
  .lfr-ddm-container .control-group.info textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.info .input-prepend .add-on,
.lfr-ddm-container .control-group.info .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.success .control-label,
.lfr-ddm-container .control-group.success .help-block,
.lfr-ddm-container .control-group.success .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.success .checkbox,
.lfr-ddm-container .control-group.success .radio,
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  color: #555555; }
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success input:focus,
  .lfr-ddm-container .control-group.success select:focus,
  .lfr-ddm-container .control-group.success textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.success .input-prepend .add-on,
.lfr-ddm-container .control-group.success .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.warning .control-label,
.lfr-ddm-container .control-group.warning .help-block,
.lfr-ddm-container .control-group.warning .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.warning .checkbox,
.lfr-ddm-container .control-group.warning .radio,
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  color: #555555; }
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning input:focus,
  .lfr-ddm-container .control-group.warning select:focus,
  .lfr-ddm-container .control-group.warning textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.warning .input-prepend .add-on,
.lfr-ddm-container .control-group.warning .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.error > .control-label,
.lfr-ddm-container .control-group.error > .help-block,
.lfr-ddm-container .control-group.error > .help-inline {
  color: #b50303; }
.lfr-ddm-container .control-group.error > .checkbox,
.lfr-ddm-container .control-group.error > .radio,
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  color: #b50303; }
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  border-color: #b50303;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error > input:focus,
  .lfr-ddm-container .control-group.error > select:focus,
  .lfr-ddm-container .control-group.error > textarea:focus {
    border-color: #830202;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }
.lfr-ddm-container .control-group.error > .input-prepend .add-on,
.lfr-ddm-container .control-group.error > .input-append .add-on {
  color: #b50303;
  background-color: #fee5e2;
  border-color: #b50303; }
.lfr-ddm-container .control-group.info > .control-label,
.lfr-ddm-container .control-group.info > .help-block,
.lfr-ddm-container .control-group.info > .help-inline {
  color: #12718f; }
.lfr-ddm-container .control-group.info > .checkbox,
.lfr-ddm-container .control-group.info > .radio,
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  color: #12718f; }
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  border-color: #12718f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info > input:focus,
  .lfr-ddm-container .control-group.info > select:focus,
  .lfr-ddm-container .control-group.info > textarea:focus {
    border-color: #0c4d62;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3; }
.lfr-ddm-container .control-group.info > .input-prepend .add-on,
.lfr-ddm-container .control-group.info > .input-append .add-on {
  color: #12718f;
  background-color: #cef1fc;
  border-color: #12718f; }
.lfr-ddm-container .control-group.success > .control-label,
.lfr-ddm-container .control-group.success > .help-block,
.lfr-ddm-container .control-group.success > .help-inline {
  color: #488f06; }
.lfr-ddm-container .control-group.success > .checkbox,
.lfr-ddm-container .control-group.success > .radio,
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  color: #488f06; }
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  border-color: #488f06;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success > input:focus,
  .lfr-ddm-container .control-group.success > select:focus,
  .lfr-ddm-container .control-group.success > textarea:focus {
    border-color: #2f5e04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }
.lfr-ddm-container .control-group.success > .input-prepend .add-on,
.lfr-ddm-container .control-group.success > .input-append .add-on {
  color: #488f06;
  background-color: #f1fbd1;
  border-color: #488f06; }
.lfr-ddm-container .control-group.warning > .control-label,
.lfr-ddm-container .control-group.warning > .help-block,
.lfr-ddm-container .control-group.warning > .help-inline {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > .checkbox,
.lfr-ddm-container .control-group.warning > .radio,
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  border-color: #bf7900;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning > input:focus,
  .lfr-ddm-container .control-group.warning > select:focus,
  .lfr-ddm-container .control-group.warning > textarea:focus {
    border-color: #8c5900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26; }
.lfr-ddm-container .control-group.warning > .input-prepend .add-on,
.lfr-ddm-container .control-group.warning > .input-append .add-on {
  color: #bf7900;
  background-color: #fffbdc;
  border-color: #bf7900; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper {
  border: 1px solid #D0D0D0;
  border-left-width: 10px;
  padding: 7px 10px 10px; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even) {
    background-color: #F5F5F5; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper {
    margin: 15px 0 0; }

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

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

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

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

.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-width: 0; }

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

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d17d2c2f7f77ab20aa7f34446670d5e6)
 * Config saved to config.json and https://gist.github.com/d17d2c2f7f77ab20aa7f34446670d5e6
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* davide fix */
/* * { */
/*   -webkit-box-sizing: border-box; */
/*   -moz-box-sizing: border-box; */
/*   box-sizing: border-box; */
/* } */
/* *:before, */
/* *:after { */
/*   -webkit-box-sizing: border-box; */
/*   -moz-box-sizing: border-box; */
/*   box-sizing: border-box; */
/* } */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

/* davide fix */
.container-fluid,
.container,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .container-fluid:before, .container-fluid:after,
  .container:before,
  .container:after,
  .col-xs-1:before,
  .col-xs-1:after, .col-sm-1:before, .col-sm-1:after, .col-md-1:before, .col-md-1:after, .col-lg-1:before, .col-lg-1:after, .col-xs-2:before, .col-xs-2:after, .col-sm-2:before, .col-sm-2:after, .col-md-2:before, .col-md-2:after, .col-lg-2:before, .col-lg-2:after, .col-xs-3:before, .col-xs-3:after, .col-sm-3:before, .col-sm-3:after, .col-md-3:before, .col-md-3:after, .col-lg-3:before, .col-lg-3:after, .col-xs-4:before, .col-xs-4:after, .col-sm-4:before, .col-sm-4:after, .col-md-4:before, .col-md-4:after, .col-lg-4:before, .col-lg-4:after, .col-xs-5:before, .col-xs-5:after, .col-sm-5:before, .col-sm-5:after, .col-md-5:before, .col-md-5:after, .col-lg-5:before, .col-lg-5:after, .col-xs-6:before, .col-xs-6:after, .col-sm-6:before, .col-sm-6:after, .col-md-6:before, .col-md-6:after, .col-lg-6:before, .col-lg-6:after, .col-xs-7:before, .col-xs-7:after, .col-sm-7:before, .col-sm-7:after, .col-md-7:before, .col-md-7:after, .col-lg-7:before, .col-lg-7:after, .col-xs-8:before, .col-xs-8:after, .col-sm-8:before, .col-sm-8:after, .col-md-8:before, .col-md-8:after, .col-lg-8:before, .col-lg-8:after, .col-xs-9:before, .col-xs-9:after, .col-sm-9:before, .col-sm-9:after, .col-md-9:before, .col-md-9:after, .col-lg-9:before, .col-lg-9:after, .col-xs-10:before, .col-xs-10:after, .col-sm-10:before, .col-sm-10:after, .col-md-10:before, .col-md-10:after, .col-lg-10:before, .col-lg-10:after, .col-xs-11:before, .col-xs-11:after, .col-sm-11:before, .col-sm-11:after, .col-md-11:before, .col-md-11:after, .col-lg-11:before, .col-lg-11:after, .col-xs-12:before, .col-xs-12:after, .col-sm-12:before, .col-sm-12:after, .col-md-12:before, .col-md-12:after, .col-lg-12:before, .col-lg-12:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* grid system */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row-3 {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row-3:before,
.row-3:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row-3:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* Typography */
.text-left {
  text-align: left; }

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

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

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

.text-nowrap {
  white-space: nowrap; }

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

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

.text-capitalize {
  text-transform: capitalize; }

/*Component animations (for JS) (includes Collapse) */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

/*fix liferay*/
/* .collapse { */
/*   display: none; */
/* } */
.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

/* table responsive */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
/* Nav, navtabs */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }

  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*  @font-face{font-family:'FontAwesome';src:url('/iseservizioelettrico-theme/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/iseservizioelettrico-theme/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/iseservizioelettrico-theme/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/iseservizioelettrico-theme/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/iseservizioelettrico-theme/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/iseservizioelettrico-theme/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal} */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

/* @font-face { */
/*   font-family: 'Glyphicons Halflings'; */
/*   src: url('/iseservizioelettrico-theme/css/../font-glyphicons-bootstrap-3/glyphicons-halflings-regular.eot'); */
/*   src: url('/iseservizioelettrico-theme/css/../font-glyphicons-bootstrap-3/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/iseservizioelettrico-theme/css/../font-glyphicons-bootstrap-3/glyphicons-halflings-regular.woff2') format('woff2'), url('/iseservizioelettrico-theme/css/../font-glyphicons-bootstrap-3/glyphicons-halflings-regular.woff') format('woff'), url('/iseservizioelettrico-theme/css/../font-glyphicons-bootstrap-3/glyphicons-halflings-regular.ttf') format('truetype'), url('/iseservizioelettrico-theme/css/../font-glyphicons-bootstrap-3/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); */
/* }  */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* edited DR */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/iseservizioelettrico-theme/css/lib/owl.carousel/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
Pasquale Davide Rana © 2017 - Exprivia
created on 02.2017
modified on 10.05.2017
ver. 1.0.3
*/
/*
 * 	Iren theme - Blue
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #2b9bf0;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #0033a0;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 40px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #2b9bf0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0033a0; }

/*
 * 	Iren theme - white transparent
 */
.owl-theme.white.transparent .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid white;
  height: 14px;
  width: 14px; }

.owl-theme.white.transparent .owl-dots .owl-dot.active span, .owl-theme.white.transparent .owl-dots .owl-dot:hover span {
  background: white; }

/*
 * 	Iren theme - green transparent
 */
.owl-theme.green.transparent .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #00b140;
  height: 14px;
  width: 14px; }

.owl-theme.green.transparent .owl-dots .owl-dot.active span, .owl-theme.green.transparent .owl-dots .owl-dot:hover span {
  background: #00b140; }

/*
 * 	Iren theme - green
 */
.owl-theme.green .owl-dots .owl-dot span {
  background: #00b140; }

.owl-theme.green .owl-dots .owl-dot.active span,
.owl-theme.green .owl-dots .owl-dot:hover span {
  background: #00842c; }

.owl-theme.green .owl-prev,
.owl-theme.green .owl-next {
  color: #00842c !important; }

.owl-theme.green .owl-prev:hover,
.owl-theme.green .owl-next:hover {
  color: #00b140 !important; }

/*
 * 	Iren theme - eduiren colors
 */
.owl-theme.eduirenColors .owl-dots .owl-dot span {
  background: #70aadc; }

.owl-theme.eduirenColors .owl-dots .owl-dot.active span,
.owl-theme.eduirenColors .owl-dots .owl-dot:hover span {
  background: #0033a0; }

/*
 * 	Iren theme - white.blue
 */
.owl-theme.white-blue .owl-dots .owl-dot span {
  background: #2b9bf0 !important; }

.owl-theme.white-blue .owl-dots .owl-dot.active span,
.owl-theme.white-blue .owl-dots .owl-dot:hover span {
  background: #fffffb !important; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s; }

@keyframes bounce {
  0%,20%,53%,80%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }

  40%,43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  0%,50%,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  0% {
    transform: scaleX(1); }

  50% {
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    transform: scaleX(1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  0% {
    transform: scaleX(1); }

  30% {
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    transform: scale3d(1.05, 0.95, 1); }

  to {
    transform: scaleX(1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  0%,to {
    transform: translateZ(0); }

  10%,30%,50%,70%,90% {
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    transform: translateX(2px) rotateY(3deg); }

  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }

  40% {
    transform: rotate(-10deg); }

  60% {
    transform: rotate(5deg); }

  80% {
    transform: rotate(-5deg); }

  to {
    transform: rotate(0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scaleX(1); }

  10%,20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }

  40%,60%,80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }

  to {
    transform: scaleX(1); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  0% {
    transform: none; }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  0%,11.1%,to {
    transform: none; }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }

  75% {
    transform: translate3d(0, -10px, 0); }

  90% {
    transform: translate3d(0, 5px, 0); }

  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }

  75% {
    transform: translate3d(-10px, 0, 0); }

  90% {
    transform: translate3d(5px, 0, 0); }

  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }

  75% {
    transform: translate3d(10px, 0, 0); }

  90% {
    transform: translate3d(-5px, 0, 0); }

  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  75% {
    transform: translate3d(0, 10px, 0); }

  90% {
    transform: translate3d(0, -5px, 0); }

  to {
    transform: translateZ(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

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

  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

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

  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

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

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

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

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

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

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

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

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

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

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

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

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

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

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

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

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotateX(-5deg); }

  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotateY(-5deg); }

  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

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

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0; }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }

  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40%,80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    transform: rotate(-10deg); }

  70% {
    transform: rotate(3deg); }

  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }

  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

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

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

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

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    transform: translateZ(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    transform: translateZ(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    transform: translateZ(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    transform: translateZ(0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  0% {
    transform: translateZ(0); }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateZ(0); }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateZ(0); }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

html, body {
  /*Avoid flicker on slides transitions for mobile phones #336*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pp-section {
  height: 100%;
  position: absolute;
  width: 100%; }

.pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */ }

#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1; }

#pp-nav.right {
  right: 17px; }

#pp-nav.left {
  left: 17px; }

.pp-section.pp-table {
  display: table; }

.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.pp-slidesNav.bottom {
  bottom: 17px; }

.pp-slidesNav.top {
  top: 17px; }

#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0; }

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.pp-slidesNav li {
  display: inline-block; }

#pp-nav li a,
.pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #333; }

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px; }

.pp-tooltip.right {
  right: 20px; }

.pp-tooltip.left {
  left: 20px; }

.pp-scrollable {
  overflow-y: scroll;
  height: 100%; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/iseservizioelettrico-theme/css/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/iseservizioelettrico-theme/css/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/iseservizioelettrico-theme/css/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/iseservizioelettrico-theme/css/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/iseservizioelettrico-theme/css/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url(/iseservizioelettrico-theme/css/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.clearfix {
  clear: both; }

.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999; }

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.eupopup-container-fixedtop {
  position: fixed; }

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px; }

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px; }

.eupopup-closebutton {
  font-size: 16px;
  font-weight: 100;
  line-height: 1;
  color: #a2a2a2;
  filter: alpha(opacity=20);
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 5px 10px; }

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
  color: #fff;
  text-decoration: none; }

.eupopup-head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px;
  color: #fff; }

.eupopup-body {
  color: #a2a2a2; }

.eupopup-buttons {
  padding: 7px 0 5px 0; }

.eupopup-button_1 {
  color: #f6a21d;
  font-weight: bold;
  font-size: 14px; }

.eupopup-button_2 {
  color: #f6a21d;
  font-weight: normal;
  font-size: 12px; }

.eupopup-button {
  margin: 0 10px; }

.eupopup-button:hover,
.eupopup-button:focus {
  text-decoration: underline;
  color: #f6a21d; }

body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9); }

body .eupopup-color-inverse .eupopup-head {
  color: #000; }

body .eupopup-style-compact {
  text-align: left;
  padding: 8px 30px 7px 20px;
  line-height: 15px; }

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
  display: inline;
  padding: 0;
  margin: 0; }

body .eupopup-style-compact .eupopup-button {
  margin: 0 5px; }

/*! jQuery UI - v1.12.1 - 2017-10-30
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("/iseservizioelettrico-theme/css/images/ui-icons_iren_blue.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/iseservizioelettrico-theme/css/images/ui-icons_iren_blue.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("/iseservizioelettrico-theme/css/images/ui-icons_iren_blue.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/iseservizioelettrico-theme/css/images/ui-icons_iren_blue.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/iseservizioelettrico-theme/css/images/ui-icons_iren_blue.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/iseservizioelettrico-theme/css/images/ui-icons_iren_blue.png"); }

.ui-button .ui-icon {
  background-image: url("/iseservizioelettrico-theme/css/images/ui-icons_iren_blue.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

/* scroll */
.y-scroll-200 {
  height: auto;
  max-height: 200px;
  overflow-x: hidden; }

/* text */
@media (max-width: 991px) {
  .text-center-sm {
    text-align: center !important; } }
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important; }

  .text-left-xs {
    text-align: left !important; } }
.no-underline {
  text-decoration: none !important; }

.underline {
  text-decoration: underline !important; }

/* .text-left { text-align:left!important;} */
/* position */
.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

/* margin */
.no-margin, .col-no-margin {
  margin: 0px !important; }

.margin-auto {
  margin: auto !important; }

.no-margin-top {
  margin-top: 0px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-top-200 {
  margin-top: 200px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

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

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-bottom-110 {
  margin-bottom: 110px !important; }

.margin-bottom-200 {
  margin-bottom: 200px !important; }

.margin-bottom-250 {
  margin-bottom: 250px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

/* padding */
.no-padding-top {
  padding-top: 0px !important; }

.padding-35 {
  padding: 35px !important; }

.no-padding, .col-no-padding {
  padding: 0px !important; }

@media (min-width: 768px) {
  .col-no-padding-sm {
    padding: 0px !important; } }

@media (min-width: 992px) {
  .col-no-padding-md {
    padding: 0px !important; } }

.no-padding-left, .col-no-padding-left {
  padding-left: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-right, .col-no-padding-right {
  padding-right: 0px !important; }

.padding-0-5 {
  padding: 0 5px !important; }

.padding-0-10 {
  padding: 0 10px !important; }

.padding-0-25 {
  padding: 0 25px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-top-145 {
  padding-top: 145px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-bottom-105 {
  padding-bottom: 105px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-left-35 {
  padding-left: 35px !important; }

.horizontal-padding-5 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/* border */
.no-border {
  border: 0px !important;
  border-color: transparent !important; }

.no-background-color {
  background-color: transparent !important; }

/* space */
.space-45 {
  height: 45px;
  width: 100%; }

.space-60 {
  height: 60px;
  width: 100%; }

/* width */
.wide-width {
  width: 100% !important;
  box-sizing: border-box; }

.width-auto {
  width: auto !important; }

iframe.full {
  height: 100%;
  width: 100%; }

.width-70 {
  width: 70px !important; }

.width-200 {
  width: 200px !important; }

.width-auto {
  width: auto !important; }

.min-width-320 {
  min-width: 320px !important; }

.min-width-300 {
  min-width: 300px !important; }

.max-width-550 {
  max-width: 550px !important; }

/* display */
.display-grid {
  display: grid !important; }

.display-block {
  display: block !important; }

.display-inline-block {
  display: inline-block !important; }

@media (max-width: 767px) {
  .xs-display-inline {
    display: inline !important; } }

/* center horizontally*/
.centrato, .center {
  margin-left: auto !important;
  margin-right: auto !important; }

/* center absolute */
.center_abs_horizontally {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.center_abs_vertically {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.center_abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .center_abs_horizontally-sm {
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  .center_abs_vertically-sm {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

  .center_abs-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media (min-width: 992px) {
  .center_abs_vertically-md {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); } }
/* center middle */
.va_parent {
  display: table !important;
  height: 100%;
  width: 100%; }

.va_child {
  display: table-cell;
  vertical-align: middle; }

/* center bottom */
.vab_parent {
  display: table !important;
  height: 100%;
  width: 100%; }

.vab_child {
  display: table-cell;
  vertical-align: bottom; }

/* height */
@media (min-width: 768px) {
  .sm-height-560 {
    height: 560px;
    overflow: hidden; } }

.height-190 {
  height: 190px; }

.height-480 {
  height: 480px !important; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*text*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-txt-shadow {
  text-shadow: none !important; }

/*img*/
.img_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-color: #e3e3e3; }

/*other*/
.pngIconAdj {
  height: 22px !important;
  margin-top: -9px; }

/* columns */
.force-sevenCols {
  width: 14.28571428571429%; }

/*no outline*/
a.no-outline, a:hover.no-outline, a:active.no-outline, a:focus.no-outline {
  outline: none !important; }

/*fonts*/
.fontTo13 {
  font-size: 13px !important; }

.to28 {
  font-size: 28px; }

.fontTo16 {
  font-size: 16px !important; }

.toRegular {
  font-family: Raleway-Regular, sans-serif; }

.toBold {
  font-family: Raleway-Bold, sans-serif !important; }

/* Bootstrap 5 columns */
@media (min-width: 1200px) {
  .item.force-fiveCols-lg, .force-fiveCols-lg {
    width: 20%; } }
@media (min-width: 992px) {
  .item.force-fiveCols-md, .force-fiveCols-md {
    width: 20%; } }
@media (min-width: 768px) {
  .item.force-fiveCols-sm, .force-fiveCols-sm {
    width: 20%; } }
.item.force-fiveCols-xs, .force-fiveCols-xs {
  width: 20%; }

@media (max-width: 991px) {
  .item .bottom-spacing-sm {
    margin-bottom: 40px; } }
.offset_anchor:before {
  display: block;
  content: " ";
  height: 85px;
  /* Give height of your fixed element */
  margin-top: -85px;
  /* Give negative margin of your fixed element */
  visibility: hidden; }
  @media (min-width: 768px) {
    .offset_anchor:before {
      height: 110px;
      margin-top: -110px; } }

/* ----------------- font ----------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/iseservizioelettrico-theme/css/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/iseservizioelettrico-theme/css/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/iseservizioelettrico-theme/css/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/iseservizioelettrico-theme/css/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/iseservizioelettrico-theme/css/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/iseservizioelettrico-theme/css/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/iseservizioelettrico-theme/css/lib/font-glyphicons-bootstrap-3/glyphicons-halflings-regular.eot");
  src: url("/iseservizioelettrico-theme/css/lib/font-glyphicons-bootstrap-3/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/iseservizioelettrico-theme/css/lib/font-glyphicons-bootstrap-3/glyphicons-halflings-regular.woff2") format("woff2"), url("/iseservizioelettrico-theme/css/lib/font-glyphicons-bootstrap-3/glyphicons-halflings-regular.woff") format("woff"), url("/iseservizioelettrico-theme/css/lib/font-glyphicons-bootstrap-3/glyphicons-halflings-regular.ttf") format("truetype"), url("/iseservizioelettrico-theme/css/lib/font-glyphicons-bootstrap-3/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'Dax-Regular';
  src: url("/iseservizioelettrico-theme/css/font/daxregular-webfont.eot");
  src: url("/iseservizioelettrico-theme/css/font/daxregular-webfont.eot?#iefix") format("embedded-opentype"), url("/iseservizioelettrico-theme/css/font/daxregular-webfont.woff2") format("woff2"), url("/iseservizioelettrico-theme/css/font/daxregular-webfont.woff") format("woff"), url("/iseservizioelettrico-theme/css/font/daxregular-webfont.ttf") format("truetype"), url("/iseservizioelettrico-theme/css/font/daxregular-webfont.svg#dax-regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway-Thin';
  src: url("/iseservizioelettrico-theme/css/font/raleway-thin-webfont.eot");
  src: url("/iseservizioelettrico-theme/css/font/raleway-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/iseservizioelettrico-theme/css/font/raleway-thin-webfont.woff2") format("woff2"), url("/iseservizioelettrico-theme/css/font/raleway-thin-webfont.woff") format("woff"), url("/iseservizioelettrico-theme/css/font/raleway-thin-webfont.ttf") format("truetype"), url("/iseservizioelettrico-theme/css/font/raleway-thin-webfont.svg#ralewaythin") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway-Light';
  src: url("/iseservizioelettrico-theme/css/font/raleway-light-webfont.eot");
  src: url("/iseservizioelettrico-theme/css/font/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("/iseservizioelettrico-theme/css/font/raleway-light-webfont.woff2") format("woff2"), url("/iseservizioelettrico-theme/css/font/raleway-light-webfont.woff") format("woff"), url("/iseservizioelettrico-theme/css/font/raleway-light-webfont.ttf") format("truetype"), url("/iseservizioelettrico-theme/css/font/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway-Regular';
  src: url("/iseservizioelettrico-theme/css/font/raleway-regular-webfont.eot");
  src: url("/iseservizioelettrico-theme/css/font/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/iseservizioelettrico-theme/css/font/raleway-regular-webfont.woff2") format("woff2"), url("/iseservizioelettrico-theme/css/font/raleway-regular-webfont.woff") format("woff"), url("/iseservizioelettrico-theme/css/font/raleway-regular-webfont.ttf") format("truetype"), url("/iseservizioelettrico-theme/css/font/raleway-regular-webfont.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway-Medium';
  src: url("/iseservizioelettrico-theme/css/font/raleway-medium-webfont.eot");
  src: url("/iseservizioelettrico-theme/css/font/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/iseservizioelettrico-theme/css/font/raleway-medium-webfont.woff2") format("woff2"), url("/iseservizioelettrico-theme/css/font/raleway-medium-webfont.woff") format("woff"), url("/iseservizioelettrico-theme/css/font/raleway-medium-webfont.ttf") format("truetype"), url("/iseservizioelettrico-theme/css/font/raleway-medium-webfont.svg#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway-Semibold';
  src: url("/iseservizioelettrico-theme/css/font/raleway-semibold-webfont.eot");
  src: url("/iseservizioelettrico-theme/css/font/raleway-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/iseservizioelettrico-theme/css/font/raleway-semibold-webfont.woff2") format("woff2"), url("/iseservizioelettrico-theme/css/font/raleway-semibold-webfont.woff") format("woff"), url("/iseservizioelettrico-theme/css/font/raleway-semibold-webfont.ttf") format("truetype"), url("/iseservizioelettrico-theme/css/font/raleway-semibold-webfont.svg#ralewaysemibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway-Bold';
  src: url("/iseservizioelettrico-theme/css/font/raleway-bold-webfont.eot");
  src: url("/iseservizioelettrico-theme/css/font/raleway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/iseservizioelettrico-theme/css/font/raleway-bold-webfont.woff2") format("woff2"), url("/iseservizioelettrico-theme/css/font/raleway-bold-webfont.woff") format("woff"), url("/iseservizioelettrico-theme/css/font/raleway-bold-webfont.ttf") format("truetype"), url("/iseservizioelettrico-theme/css/font/raleway-bold-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*!
Pasquale Davide Rana - Copyright 2017 - Exprivia
created on 02.2017
modified on 07.05.2020
ver. 1.5.4
*/
/* ----------------- liferay reset ----------------- */
.aui form, .aui ul {
  margin: 0px; }

/* ----------------- struttura generale ----------------- */
.aui body {
  padding: 0px !important;
  overflow-x: hidden;
  /*group*/
  /*no-group*/ }
  .aui body #wrapper {
    -webkit-transition: padding-top 0.4s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: padding-top 0.4s ease 0s;
    -o-transition: padding-top 0.4s ease 0s;
    transition: padding-top 0.4s ease 0s; }
  .aui body #hm {
    -webkit-transition: margin-top 0.4s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: margin-top 0.4s ease 0s;
    -o-transition: margin-top 0.4s ease 0s;
    transition: margin-top 0.4s ease 0s; }
  .aui body.child #wrapper, .aui body.page-maximized.signed-in #wrapper, .aui body.page-maximized.signed-out #wrapper {
    padding-top: 85px; }
    @media (min-width: 768px) {
      .aui body.child #wrapper, .aui body.page-maximized.signed-in #wrapper, .aui body.page-maximized.signed-out #wrapper {
        padding-top: 113px;
        /* 			padding-top: 110px; */ } }
  .aui body.child.hm-open #wrapper {
    padding-top: 0px; }
  .aui body.home.no-group #wrapper {
    padding-top: 85px; }
    @media (min-width: 768px) {
      .aui body.home.no-group #wrapper {
        padding-top: 110px; } }
  .aui body.home.no-group.hm-open #hm {
    margin-top: 110px; }
    @media (min-width: 768px) {
      .aui body.home.no-group.hm-open #hm {
        margin-top: 60px; } }
  @media (max-width: 767px) {
    .aui body.no-group.hm-open #hm {
      margin-top: 195px; } }

body * {
  /* 	@include transition (color 0.4s ease 0s); */ }

#wrapper {
  padding-top: 0px;
  position: inherit; }
  @media (min-width: 1500px) {
    #wrapper {
      -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 14px rgba(0, 0, 0, 0.2); } }
  #wrapper .wrap-top {
    position: relative; }

/*struttura esterna*/
.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 1440px; }

/*struttura interna*/
.container-fluid-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 768px) {
    .container-fluid-inner {
      padding-left: 10px;
      padding-right: 10px; } }

.row-3 {
  margin-left: 0px;
  margin-right: 0px; }

/* ----------------- typography + base color ----------------- */
/*testo base*/
.aui body {
  font-family: Raleway-Regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.aui #content {
  /* 		font-family: Raleway-Regular, sans-serif; */
  font-size: 14px;
  line-height: 22px;
  color: black; }
  @media (min-width: 768px) {
    .aui #content {
      font-size: 20px;
      line-height: 30px; } }
  .aui #content ul {
    margin: 0 0 0px 25px; }
  .aui #content li {
    line-height: 22px; }
    @media (min-width: 768px) {
      .aui #content li {
        line-height: 30px; } }
  .aui #content p {
    margin: 0px; }

.aui #content h1, .aui #content h2, .aui #content h3, .aui #content h4, .aui #content h5, .aui #content h6 {
  font-weight: normal;
  margin: 0px; }
.aui a, .aui a:hover, .aui a:focus {
  color: black; }

/* titoli sezioni es. iren informa, informazioni per gli investitori...*/
.aui #content {
  /* text white */
  /* titolo di sezione secondario es. titolo secondario di progetti territoriali su eduiren*/ }
  .aui #content h1.general-section-title,
  .aui #content h2.general-section-title,
  .aui #content h3.general-section-title,
  .aui #content h1.general-section-title a,
  .aui #content h2.general-section-title a,
  .aui #content h3.general-section-title a,
  .aui #content span.general-section-title,
  .aui #content span.general-section-title a {
    line-height: 51px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 35px;
    text-align: center;
    color: #0033a0;
    padding-top: 65px;
    padding-bottom: 25px;
    font-family: Raleway-Regular, sans-serif;
    text-decoration: none; }
    @media (min-width: 768px) {
      .aui #content h1.general-section-title,
      .aui #content h2.general-section-title,
      .aui #content h3.general-section-title,
      .aui #content h1.general-section-title a,
      .aui #content h2.general-section-title a,
      .aui #content h3.general-section-title a,
      .aui #content span.general-section-title,
      .aui #content span.general-section-title a {
        font-size: 50px;
        letter-spacing: 5px;
        padding-top: 100px;
        padding-bottom: 55px; } }
  .aui #content h1.general-section-title.white, .aui #content h2.general-section-title.white, .aui #content h3.general-section-title.white,
  .aui #content h1.general-section-title.white a, .aui #content h2.general-section-title.white a, .aui #content h3.general-section-title.white a {
    color: white !important; }
  .aui #content h1.general-section-title a:hover, .aui #content h2.general-section-title a:hover, .aui #content h3.general-section-title a:hover,
  .aui #content h1.general-section-title a:active, .aui #content h2.general-section-title a:active, .aui #content h3.general-section-title a:active {
    text-decoration: none; }
  .aui #content h4.general-title {
    font-size: 18px;
    color: #0033a0;
    font-family: Raleway-Bold, sans-serif;
    margin-bottom: 15px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .aui #content h4.general-title {
        font-size: 25px;
        line-height: 28px; } }
  .aui #content .general-section-title.level-2 {
    letter-spacing: 0px;
    font-size: 35px;
    text-align: left;
    text-transform: none;
    padding-top: 50px;
    padding-bottom: 5px;
    line-height: 40px; }
    @media (min-width: 768px) {
      .aui #content .general-section-title.level-2 {
        font-size: 40px;
        padding-bottom: 10px;
        line-height: auto; } }

/* ----------------- colori ----------------- */
.territori, .bkg_giallo {
  background-color: #ffd100 !important; }

.azienda, .bkg_arancione {
  background-color: #ff8200 !important; }

.clienti, .bkg_rosso {
  background-color: #da291c !important; }

.educazione, .bkg_verde {
  background-color: #00b140 !important; }

.innovazione, .bkg_blu {
  background-color: #0033a0 !important; }

.txt_giallo, .txt_territori {
  color: #ffd100 !important; }

.txt_arancione, .txt_azienda {
  color: #ff8200 !important; }

.txt_rosso, .txt_clienti {
  color: #da291c !important; }

.txt_verde, .txt_educazione {
  color: #00b140 !important; }

.txt_blu, .txt_innovazione {
  color: #0033a0 !important; }

.bkg_verde-scuro {
  background-color: #00842c !important; }

.txt_verde-scuro {
  color: #00842c !important; }

.bkg_blu-medio {
  background-color: #2070e5 !important; }

.bkg_blu-ciano {
  background-color: #00b9ff !important; }

.txt_blu-medio {
  color: #2070e5 !important; }

.txt_blu-ciano {
  background-color: #00b9ff !important; }

.bkg_blu-ireti {
  background-color: #1a468d !important; }

.bkg_blu-light-ireti {
  background-color: #70aadc !important; }

.bkg_verde-ireti {
  background-color: #6fcb47 !important; }

.txt_blu-ireti {
  color: #1a468d !important; }

.txt_blu-light-ireti {
  color: #70aadc !important; }

.txt_verde-ireti {
  color: #6fcb47 !important; }

.bkg_transparent {
  background-color: transparent; }

.bkg_grigio {
  background-color: #f6f6f6; }

.bkg_ciano {
  background-color: #2b9bf0 !important; }

.bkg_blu-scuro {
  background-color: #002981; }

.bkg_verde-chiaro {
  background-color: #22d162; }

.bkg_bianco-sporco {
  background-color: #f6f6f6; }

.bkg_bianco {
  background-color: white !important; }

.bkg_giallo_transparent {
  background-color: rgba(255, 209, 0, 0.6) !important; }

.bkg_arancione_transparent {
  background-color: rgba(255, 130, 0, 0.6) !important; }

.bkg_rosso_transparent {
  background-color: rgba(218, 41, 28, 0.6) !important; }

.bkg_verde_transparent {
  background-color: rgba(0, 177, 64, 0.6) !important; }

.bkg_blu_transparent {
  background-color: rgba(0, 51, 160, 0.6) !important; }

.bkg_blu_transparent-80 {
  background-color: rgba(0, 51, 160, 0.8) !important; }

.txt_white {
  color: white !important; }

.txt_black {
  color: black !important; }

.txt_ciano {
  color: #2b9bf0 !important; }

/* ----------------- pulsanti ----------------- */
/* .aui #content */
.aui .btn, .aui form.iren_form .btn, .aui .iren_form.btn, .aui a.btn, .aui a.btn:focus {
  font-family: Raleway-Bold, sans-serif;
  font-weight: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 19px;
  color: #0033a0;
  background: transparent;
  border: 1px solid #0033a0;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  padding: 11px 32px;
  background-image: none;
  text-shadow: none;
  text-shadow: none;
  -webkit-transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  -webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s; }
.aui form.iren_form .btn[disabled], .aui .iren_form.btn[disabled] {
  cursor: not-allowed;
  color: #0033a0 !important;
  background: transparent !important; }
.aui .btn:hover, .aui .btn:active, .aui form.iren_form .btn:hover, .aui form.iren_form .btn:active, .aui .iren_form.btn:hover, .aui .iren_form.btn:active, .aui a.btn:hover, .aui a.btn:active {
  color: white;
  text-decoration: none;
  background: #0033a0;
  -webkit-transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  -webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  text-shadow: none; }
.aui form.iren_form .btn.extra-padding, .aui .iren_form.btn.extra-padding, .aui a.btn.extra-padding {
  padding: 11px 50px; }
@media (min-width: 768px) {
  .aui form.iren_form .btn.extra-extra-padding, .aui .iren_form.btn.extra-extra-padding, .aui a.btn.extra-extra-padding {
    padding: 11px 95px; } }
@media (min-width: 768px) {
  .aui form.iren_form .btn.extra-extra-extra-padding, .aui .iren_form.btn.extra-extra-extra-padding, .aui a.btn.extra-extra-extra-padding {
    padding: 11px 95px;
    width: 300px; } }
.aui a.btn.ciano {
  border: 1px solid #2b9bf0;
  text-decoration: none;
  color: #2b9bf0; }
.aui a.btn.ciano:hover, .aui a.btn.ciano:active {
  color: white;
  background: #2b9bf0;
  text-decoration: none;
  text-shadow: none; }
.aui a.btn.verde {
  border: 1px solid #00b140;
  text-decoration: none;
  color: #00b140; }
.aui a.btn.verde:hover, .aui a.btn.verde:active {
  color: white;
  background: #00b140;
  text-decoration: none;
  text-shadow: none; }
.aui a.btn.verde-scuro {
  border: 1px solid #00842c;
  text-decoration: none;
  color: #00842c; }
.aui a.btn.verde-scuro:hover, .aui a.btn.verde-scuro:active {
  color: white;
  background: #00842c;
  text-decoration: none;
  text-shadow: none; }
.aui a.btn.blue {
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff; }
.aui a.btn.blue:hover, .aui a.btn.blue:active {
  color: #0033a0;
  background: white;
  text-decoration: none;
  text-shadow: none; }
.aui a.btn.whiteTransp, .aui form.iren_form .btn.whiteTransp {
  border: 1px solid #fff !important;
  text-decoration: none;
  background-color: transparent !important;
  color: #fff !important; }
.aui a.btn.whiteTransp:hover,
.aui a.btn.whiteTransp:active,
.aui form.iren_form .btn.whiteTransp:hover,
.aui form.iren_form .btn.whiteTransp:active {
  background: white !important;
  text-decoration: none;
  text-shadow: none !important; }
.aui form.iren_form .btn.whiteTransp[disabled], .aui .iren_form.btn.whiteTransp[disabled] {
  border: 1px solid #fff !important;
  cursor: not-allowed;
  background-color: transparent !important;
  color: #fff !important; }
.aui .bkg_blu-medio a.btn.whiteTransp:hover,
.aui .bkg_blu-medio a.btn.whiteTransp:active {
  color: #2070e5 !important; }
.aui .bkg_blu a.btn.whiteTransp:hover,
.aui .bkg_blu a.btn.whiteTransp:active,
.aui .bkg_blu .btn.whiteTransp:hover,
.aui .bkg_blu .btn.whiteTransp:active {
  color: #0033a0 !important; }
.aui .bkg_blu-scuro a.btn.whiteTransp:hover,
.aui .bkg_blu-scuro a.btn.whiteTransp:active {
  color: #002981 !important; }
.aui .bkg_ciano a.btn.whiteTransp:hover,
.aui .bkg_ciano a.btn.whiteTransp:active {
  color: #2b9bf0 !important; }
.aui .bkg_giallo a.btn.whiteTransp:hover,
.aui .bkg_giallo a.btn.whiteTransp:active,
.aui .bkg_giallo .btn.whiteTransp:hover,
.aui .bkg_giallo .btn.whiteTransp:active {
  color: #ffd100 !important; }
.aui .bkg_arancione a.btn.whiteTransp:hover,
.aui .bkg_arancione a.btn.whiteTransp:active,
.aui .bkg_arancione .btn.whiteTransp:hover,
.aui .bkg_arancione .btn.whiteTransp:active {
  color: #ff8200 !important; }
.aui .bkg_rosso a.btn.whiteTransp:hover,
.aui .bkg_rosso a.btn.whiteTransp:active,
.aui .bkg_rosso .btn.whiteTransp:hover,
.aui .bkg_rosso .btn.whiteTransp:active {
  color: #da291c !important; }
.aui .bkg_verde a.btn.whiteTransp:hover,
.aui .bkg_verde a.btn.whiteTransp:active,
.aui .bkg_verde .btn.whiteTransp:hover,
.aui .bkg_verde .btn.whiteTransp:active {
  color: #00b140 !important; }
.aui .bkg_verde-chiaro a.btn.whiteTransp:hover,
.aui .bkg_verde-chiaro a.btn.whiteTransp:active {
  color: #22d162 !important; }
.aui .bkg_blu-ireti a.btn.whiteTransp:hover,
.aui .bkg_blu-ireti a.btn.whiteTransp:active {
  color: #1a468d !important; }
.aui .bkg_blu-light-ireti a.btn.whiteTransp:hover,
.aui .bkg_blu-light-ireti a.btn.whiteTransp:active {
  color: #70aadc !important; }
.aui a.btn.full-white {
  border: 1px solid #fff;
  background: white; }
  .aui a.btn.full-white.dark-green {
    color: #00842c; }
  .aui a.btn.full-white.dark-green:hover, .aui a.btn.full-white.dark-green:focus {
    background: #00842c;
    color: white; }
  .aui a.btn.full-white.blue {
    color: #0033a0;
    border: 1px solid #fff; }
  .aui a.btn.full-white.blue:hover, .aui a.btn.full-white.blue:focus {
    background: #0033a0;
    color: white;
    border: 1px solid #fff; }
  .aui a.btn.full-white.transparent {
    color: #0033a0;
    border: 1px solid #fff; }
  .aui a.btn.full-white.transparent:hover, .aui a.btn.full-white.transparent:focus {
    background: transparent;
    color: white;
    border: 1px solid #fff; }
.aui .btn.full-verde, .aui a.btn.full-verde {
  border: 1px solid #00b140;
  background: #00b140;
  color: #fff; }
.aui .btn.full-verde:hover, .aui a.btn.full-verde:hover, .aui .btn.full-verde:active, .aui a.btn.full-verde:active {
  color: #00b140;
  background: white;
  text-shadow: none;
  border: 1px solid #00b140; }
.aui .btn.full-blu, .aui a.btn.full-blu {
  border: 1px solid #0033a0;
  background: #0033a0;
  color: #fff; }
.aui .btn.full-blu:hover, .aui a.btn.full-blu:hover, .aui .btn.full-blu:active, .aui a.btn.full-blu:active {
  color: #0033a0;
  background: white;
  text-shadow: none;
  border: 1px solid #0033a0; }
.aui .btn.full-rosso, .aui a.btn.full-rosso {
  border: 1px solid #da291c;
  background: #da291c;
  color: #fff; }
.aui .btn.full-rosso:hover, .aui a.btn.full-rosso:hover, .aui .btn.full-rosso:active, .aui a.btn.full-rosso:active {
  color: #da291c;
  background: white;
  text-shadow: none;
  border: 1px solid #da291c; }
.aui .btn.full-arancione, .aui a.btn.full-arancione {
  border: 1px solid #ff8200;
  background: #ff8200;
  color: #fff; }
.aui .btn.full-arancione:hover, .aui a.btn.full-arancione:hover, .aui .btn.full-arancione:active, .aui a.btn.full-arancione:active {
  color: #ff8200;
  background: white;
  text-shadow: none;
  border: 1px solid #ff8200; }
.aui .btn.full-giallo, .aui a.btn.full-giallo {
  border: 1px solid #ffd100;
  background: #ffd100;
  color: #fff; }
.aui .btn.full-giallo:hover, .aui a.btn.full-giallo:hover, .aui .btn.full-giallo:active, .aui a.btn.full-giallo:active {
  color: #ffd100;
  background: white;
  text-shadow: none;
  border: 1px solid #ffd100; }
.aui a.btn.square {
  line-height: 36px;
  border-radius: 0;
  color: white;
  box-sizing: border-box; }
.aui a.btn.square.dark-green {
  border: 1px solid #00842c;
  background-color: #00842c; }
.aui a.btn.square.dark-green:hover, .aui a.btn.square.dark-green:active {
  color: #00842c;
  background-color: white; }
.aui a.btn.square.blue {
  border: 1px solid #0033a0;
  background-color: #0033a0;
  color: white; }
.aui a.btn.square.blue:hover, .aui a.btn.square.blue:active {
  color: #0033a0 !important;
  background-color: white; }
.aui a.btn.square.blu-light-ireti {
  border: 1px solid #70aadc;
  background-color: #70aadc;
  color: white; }
.aui a.btn.square.blu-light-ireti:hover, .aui a.btn.square.blu-light-ireti:active {
  color: #70aadc;
  background-color: white; }

/* ----------------- header + navbar ----------------- */
/*  home + child-page | navbar (mobile) */
#header {
  overflow: hidden; }
  #header #navbar {
    width: 100%;
    z-index: 999;
    /* 		z-index: 100; */
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: fixed;
    background-color: white;
    /* 		@include box-shadow(0 -24px 43px 0 #000000); */
    /* 		@include box-shadow(0 0 8px -4px #000000); */
    -webkit-box-shadow: 0 3px 6px -5px black;
    -moz-box-shadow: 0 3px 6px -5px black;
    box-shadow: 0 3px 6px -5px black;
    top: 0;
    left: 0;
    height: 85px;
    /* Nome sito es. Ambiente*/
    /* Logo */ }
    #header #navbar .spec-site-name {
      height: 85px;
      letter-spacing: 0.5px;
      position: absolute;
      right: 100px;
      -webkit-transition: right 0.2s ease;
      -webkit-transition-delay: 0s;
      -moz-transition: right 0.2s ease 0s;
      -o-transition: right 0.2s ease 0s;
      transition: right 0.2s ease 0s; }
      @media (min-width: 480px) {
        #header #navbar .spec-site-name {
          right: 110px; } }
      #header #navbar .spec-site-name .title {
        font-family: Dax-Regular;
        font-size: 22px;
        color: #231f20; }
        @media (min-width: 480px) {
          #header #navbar .spec-site-name .title {
            font-size: 29px; } }
    #header #navbar .logo-iren {
      position: absolute;
      top: 20px;
      left: 10px;
      z-index: 30;
      width: auto;
      height: 43px; }
      #header #navbar .logo-iren.informa {
        height: 35px;
        top: 24px;
        left: 17px; }
      #header #navbar .logo-iren.color {
        display: block; }
      #header #navbar .logo-iren.white {
        display: none; }
    #header #navbar #wrap_hamburger_menu {
      position: absolute;
      height: 85px;
      width: 85px;
      top: 0;
      right: 0;
      z-index: 20;
      cursor: pointer;
      background-color: #0033a0; }
      #header #navbar #wrap_hamburger_menu span {
        background-color: white; }

/* home | navbar (desktop) */
@media (min-width: 768px) {
  body.home #header {
    /* 			margin-bottom: 65px; */
    margin-bottom: 0px; }
    body.home #header #navbar {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      position: absolute;
      height: 110px;
      background-color: transparent;
      /* Logo */ }
      body.home #header #navbar .logo-iren {
        height: 75px;
        top: 35px;
        left: 35px; }
        body.home #header #navbar .logo-iren.color {
          display: none; }
        body.home #header #navbar .logo-iren.white {
          display: block; }
      body.home #header #navbar #wrap_hamburger_menu {
        right: 33px;
        top: 55px;
        width: 40px;
        height: 40px;
        background-color: white; }
        body.home #header #navbar #wrap_hamburger_menu span {
          background-color: #0033a0; }

  body.home.no-group #header {
    margin-bottom: 0px; }

  /* ----------------- fixed home + home edit content in page + login area riservata gruppo + child-page | navbar (desktop) ----------------- */
  body.home #header #navbar.fixed-navbar, body.home.page-maximized.signed-in #header #navbar, body.home.page-maximized.signed-out #header #navbar, body.child #header #navbar {
    position: fixed;
    left: auto;
    background-color: white;
    height: 110px;
    /* 		@include box-shadow(0 -24px 43px 0 #000000); */
    -webkit-box-shadow: 0 3px 6px -5px black;
    -moz-box-shadow: 0 3px 6px -5px black;
    box-shadow: 0 3px 6px -5px black;
    /* Nome sito es. Ambiente*/ }
    body.home #header #navbar.fixed-navbar .spec-site-name, body.home.page-maximized.signed-in #header #navbar .spec-site-name, body.home.page-maximized.signed-out #header #navbar .spec-site-name, body.child #header #navbar .spec-site-name {
      height: 110px;
      right: 238px; }
      body.home #header #navbar.fixed-navbar .spec-site-name.ico, body.home.page-maximized.signed-in #header #navbar .spec-site-name.ico, body.home.page-maximized.signed-out #header #navbar .spec-site-name.ico, body.child #header #navbar .spec-site-name.ico {
        padding-left: 92px;
        background-repeat: no-repeat;
        background-position: 12% center; }
      body.home #header #navbar.fixed-navbar .spec-site-name.ico_ambiente, body.home.page-maximized.signed-in #header #navbar .spec-site-name.ico_ambiente, body.home.page-maximized.signed-out #header #navbar .spec-site-name.ico_ambiente, body.child #header #navbar .spec-site-name.ico_ambiente {
        background-image: url(/iren_ambiente-theme/images/ico_sito_ambiente_2020.png); }
      body.home #header #navbar.fixed-navbar .spec-site-name.ico_acqua, body.home.page-maximized.signed-in #header #navbar .spec-site-name.ico_acqua, body.home.page-maximized.signed-out #header #navbar .spec-site-name.ico_acqua, body.child #header #navbar .spec-site-name.ico_acqua {
        background-image: url(/iren_acqua-theme/images/ico_sito_acqua_2020.png); }
      body.home #header #navbar.fixed-navbar .spec-site-name.ico_lucegas, body.home.page-maximized.signed-in #header #navbar .spec-site-name.ico_lucegas, body.home.page-maximized.signed-out #header #navbar .spec-site-name.ico_lucegas, body.child #header #navbar .spec-site-name.ico_lucegas {
        background-image: url(/iren_lucegas-servizi-theme/images/ico_sito_lucegas_2020.png);
        padding-left: 240px; }
    body.home #header #navbar.fixed-navbar .logo-iren, body.home.page-maximized.signed-in #header #navbar .logo-iren, body.home.page-maximized.signed-out #header #navbar .logo-iren, body.child #header #navbar .logo-iren {
      top: 22px;
      left: 35px;
      height: 60px; }
    body.home #header #navbar.fixed-navbar .logo-iren.color, body.home.page-maximized.signed-in #header #navbar .logo-iren.color, body.home.page-maximized.signed-out #header #navbar .logo-iren.color, body.child #header #navbar .logo-iren.color {
      /* 			display:block!important; */
      display: block; }
    body.home #header #navbar.fixed-navbar .logo-iren.white, body.home.page-maximized.signed-in #header #navbar .logo-iren.white, body.home.page-maximized.signed-out #header #navbar .logo-iren.white, body.child #header #navbar .logo-iren.white {
      display: none !important; }
    body.home #header #navbar.fixed-navbar a.choose-language, body.home.page-maximized.signed-in #header #navbar a.choose-language, body.home.page-maximized.signed-out #header #navbar a.choose-language, body.child #header #navbar a.choose-language {
      color: black;
      top: 43px; }
      body.home #header #navbar.fixed-navbar a.choose-language:hover, body.home.page-maximized.signed-in #header #navbar a.choose-language:hover, body.home.page-maximized.signed-out #header #navbar a.choose-language:hover, body.child #header #navbar a.choose-language:hover {
        text-decoration: none;
        color: #0f82d9; }
      body.home #header #navbar.fixed-navbar a.choose-language.current, body.home.page-maximized.signed-in #header #navbar a.choose-language.current, body.home.page-maximized.signed-out #header #navbar a.choose-language.current, body.child #header #navbar a.choose-language.current {
        color: #2b9bf0;
        border-bottom: 3px solid #2b9bf0; }
    body.home #header #navbar.fixed-navbar #iren-search-box, body.home.page-maximized.signed-in #header #navbar #iren-search-box, body.home.page-maximized.signed-out #header #navbar #iren-search-box, body.child #header #navbar #iren-search-box {
      right: 144px;
      top: 28px; }
      body.home #header #navbar.fixed-navbar #iren-search-box #_3_keywords, body.home.page-maximized.signed-in #header #navbar #iren-search-box #_3_keywords, body.home.page-maximized.signed-out #header #navbar #iren-search-box #_3_keywords, body.child #header #navbar #iren-search-box #_3_keywords {
        border: 1px solid #0033a0;
        top: 0px; }
      body.home #header #navbar.fixed-navbar #iren-search-box #iren-search-icon, body.home.page-maximized.signed-in #header #navbar #iren-search-box #iren-search-icon, body.home.page-maximized.signed-out #header #navbar #iren-search-box #iren-search-icon, body.child #header #navbar #iren-search-box #iren-search-icon {
        top: 4px; }
    body.home #header #navbar.fixed-navbar #btn_lang_it, body.home.page-maximized.signed-in #header #navbar #btn_lang_it, body.home.page-maximized.signed-out #header #navbar #btn_lang_it, body.child #header #navbar #btn_lang_it {
      right: 283px; }
    body.home #header #navbar.fixed-navbar #btn_lang_en, body.home.page-maximized.signed-in #header #navbar #btn_lang_en, body.home.page-maximized.signed-out #header #navbar #btn_lang_en, body.child #header #navbar #btn_lang_en {
      right: 242px; }
    body.home #header #navbar.fixed-navbar.search-open #btn_lang_it, body.home.page-maximized.signed-in #header #navbar.search-open #btn_lang_it, body.home.page-maximized.signed-out #header #navbar.search-open #btn_lang_it, body.child #header #navbar.search-open #btn_lang_it {
      right: 520px; }
    body.home #header #navbar.fixed-navbar.search-open #btn_lang_en, body.home.page-maximized.signed-in #header #navbar.search-open #btn_lang_en, body.home.page-maximized.signed-out #header #navbar.search-open #btn_lang_en, body.child #header #navbar.search-open #btn_lang_en {
      right: 480px; }
    body.home #header #navbar.fixed-navbar.search-open .spec-site-name, body.home.page-maximized.signed-in #header #navbar.search-open .spec-site-name, body.home.page-maximized.signed-out #header #navbar.search-open .spec-site-name, body.child #header #navbar.search-open .spec-site-name {
      right: 456px; }
    body.home #header #navbar.fixed-navbar #wrap_hamburger_menu, body.home.page-maximized.signed-in #header #navbar #wrap_hamburger_menu, body.home.page-maximized.signed-out #header #navbar #wrap_hamburger_menu, body.child #header #navbar #wrap_hamburger_menu {
      height: 110px;
      width: 110px;
      top: 0;
      right: 0;
      background-color: #0033a0; }
      body.home #header #navbar.fixed-navbar #wrap_hamburger_menu span, body.home.page-maximized.signed-in #header #navbar #wrap_hamburger_menu span, body.home.page-maximized.signed-out #header #navbar #wrap_hamburger_menu span, body.child #header #navbar #wrap_hamburger_menu span {
        background-color: white; } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 875px) {
      body.home #header #navbar.fixed-navbar.search-open .spec-site-name, body.home.page-maximized.signed-in #header #navbar.search-open .spec-site-name, body.home.page-maximized.signed-out #header #navbar.search-open .spec-site-name, body.child #header #navbar.search-open .spec-site-name {
        right: 440px; }
        body.home #header #navbar.fixed-navbar.search-open .spec-site-name.ico, body.home.page-maximized.signed-in #header #navbar.search-open .spec-site-name.ico, body.home.page-maximized.signed-out #header #navbar.search-open .spec-site-name.ico, body.child #header #navbar.search-open .spec-site-name.ico {
          background-size: 13%;
          background-position: 35% 48%; }
        body.home #header #navbar.fixed-navbar.search-open .spec-site-name.ico.ico_ambiente, body.home.page-maximized.signed-in #header #navbar.search-open .spec-site-name.ico.ico_ambiente, body.home.page-maximized.signed-out #header #navbar.search-open .spec-site-name.ico.ico_ambiente, body.child #header #navbar.search-open .spec-site-name.ico.ico_ambiente {
          background-size: 13%;
          background-position: 35% 48%; }
        body.home #header #navbar.fixed-navbar.search-open .spec-site-name.ico.ico_acqua, body.home.page-maximized.signed-in #header #navbar.search-open .spec-site-name.ico.ico_acqua, body.home.page-maximized.signed-out #header #navbar.search-open .spec-site-name.ico.ico_acqua, body.child #header #navbar.search-open .spec-site-name.ico.ico_acqua {
          padding-left: 73px;
          background-size: 19% auto; }
        body.home #header #navbar.fixed-navbar.search-open .spec-site-name .title, body.home.page-maximized.signed-in #header #navbar.search-open .spec-site-name .title, body.home.page-maximized.signed-out #header #navbar.search-open .spec-site-name .title, body.child #header #navbar.search-open .spec-site-name .title {
          font-size: 25px; } }
/* selettori lingua */
a.choose-language {
  font-family: Raleway-Bold, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 20;
  top: -138px;
  position: absolute;
  -webkit-transition: color 0.2s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s; }
  a.choose-language:hover {
    text-decoration: none;
    color: #e6e6e6; }
  a.choose-language.current {
    border-bottom: 3px solid white; }
  @media (min-width: 768px) {
    a.choose-language {
      top: 63px;
      color: white; }
      a.choose-language:hover {
        text-decoration: none;
        color: #e6e6e6; }
      a.choose-language.current {
        border-bottom: 3px solid white; } }

#btn_lang_it {
  left: 10px;
  -webkit-transition: right 0.2s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: right 0.2s ease 0s;
  -o-transition: right 0.2s ease 0s;
  transition: right 0.2s ease 0s; }
  @media (min-width: 768px) {
    #btn_lang_it {
      right: 233px;
      left: auto; } }

#btn_lang_en {
  left: 45px;
  -webkit-transition: right 0.2s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: right 0.2s ease 0s;
  -o-transition: right 0.2s ease 0s;
  transition: right 0.2s ease 0s; }
  @media (min-width: 768px) {
    #btn_lang_en {
      right: 192px;
      left: auto; } }

#navbar.search-open #btn_lang_it {
  right: 480px; }
#navbar.search-open #btn_lang_en {
  right: 440px; }

/* Casella di ricerca */
#iren-search-box {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  position: absolute;
  top: -100px;
  z-index: 30;
  /*input field*/ }
  @media (min-width: 768px) {
    #iren-search-box {
      width: auto;
      right: 100px;
      top: 36px; } }
  #iren-search-box #_3_keywords {
    box-sizing: border-box;
    font-size: 14px;
    float: left;
    display: block;
    width: 100%;
    max-width: none;
    right: 0px;
    color: #0033a0;
    background-color: #f6f6f6;
    border: none;
    padding: 21px 45px 21px 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    @media (min-width: 768px) {
      #iren-search-box #_3_keywords {
        border: 1px solid #cccccc;
        background-color: white;
        box-sizing: content-box;
        font-size: 16px;
        position: absolute;
        display: none;
        width: 205px;
        display: none;
        height: 33px;
        padding: 4px 45px 4px 20px;
        right: 10px;
        top: 14px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        border: 0 none; } }
  #iren-search-box #iren-search-icon {
    right: 25px;
    top: 13px;
    cursor: pointer;
    position: absolute;
    z-index: 99; }
    @media (min-width: 768px) {
      #iren-search-box #iren-search-icon {
        position: relative;
        top: 18px;
        right: 12px; } }

.ios.mobile #iren-search-box #_3_keywords {
  box-sizing: content-box; }

/* ----------------- Hamburger menu ----------------- */
#btn_hamburger_menu {
  -moz-transform: rotate(rotate(0deg)deg);
  -o-transform: rotate(rotate(0deg)deg);
  -ms-transform: rotate(rotate(0deg)deg);
  -webkit-transform: rotate(rotate(0deg)deg);
  transform: rotate(rotate(0deg)deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  width: 24px;
  height: 20px;
  left: 50%;
  margin-left: -12px;
  margin-top: -10px;
  top: 50%; }
  #btn_hamburger_menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0033a0;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(rotate(0deg)deg);
    -o-transform: rotate(rotate(0deg)deg);
    -ms-transform: rotate(rotate(0deg)deg);
    -webkit-transform: rotate(rotate(0deg)deg);
    transform: rotate(rotate(0deg)deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

/* animation */
#btn_hamburger_menu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#btn_hamburger_menu span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#btn_hamburger_menu span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#btn_hamburger_menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 3px;
  top: 0; }

#btn_hamburger_menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#btn_hamburger_menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 17px; }

/* ----------------- Hamburger menu aperto ----------------- */
body.hm-open .logo-iren.color {
  /* 			display:block!important; */
  display: block; }
body.hm-open .logo-iren.white {
  display: none !important; }
body.hm-open a.choose-language {
  display: block !important;
  color: black; }
  body.hm-open a.choose-language:hover {
    text-decoration: none;
    color: #0f82d9; }
  body.hm-open a.choose-language.current {
    color: #2b9bf0;
    border-bottom: 3px solid #2b9bf0; }
body.hm-open #iren-search-box {
  display: block !important; }
@media (min-width: 768px) {
  body.hm-open a.choose-language {
    color: #0033a0; }
    body.hm-open a.choose-language:hover {
      text-decoration: none;
      color: #0043d3; }
    body.hm-open a.choose-language.current {
      color: #0033a0;
      border-bottom: 3px solid #0033a0; }
  body.hm-open #iren-search-box #_3_keywords {
    border: 1px solid #0033a0; } }

#opaco {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 22;
  background-color: #fff;
  opacity: 1;
  display: none; }
  @media (min-width: 768px) {
    #opaco {
      opacity: 0.9; } }

/*hamburgher menu pagina figlia*/
body.child #opaco {
  opacity: 1; }

#hm {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 99;
  width: 100%;
  margin-top: 248px;
  box-sizing: border-box;
  max-width: 1440px; }
  @media (min-width: 768px) {
    #hm {
      margin-top: 170px; } }

/* hamburgher menu open navigation + footer navigation*/
#header_nav {
  padding-bottom: 50px; }

#header_nav ul, #header_nav li, #footer_nav ul, #footer_nav li {
  margin: 0px;
  padding: 0px; }
@media (min-width: 768px) and (max-width: 991px) {
  #header_nav .box:nth-child(5), #footer_nav .box:nth-child(5) {
    clear: both; } }
#header_nav .submenu, #footer_nav .submenu {
  list-style-type: none;
  padding-bottom: 28px; }
#header_nav .hm_sublinks_li, #footer_nav .hm_sublinks_li {
  padding-bottom: 8px;
  text-align: center; }
  @media (min-width: 768px) {
    #header_nav .hm_sublinks_li, #footer_nav .hm_sublinks_li {
      text-align: left; } }
#header_nav .hm_sublinks_li a, #footer_nav .hm_sublinks_li a {
  color: #000;
  font-size: 16px;
  display: block; }
  @media (min-width: 768px) {
    #header_nav .hm_sublinks_li a, #footer_nav .hm_sublinks_li a {
      text-align: left;
      display: inline; } }
#header_nav .hm_sublinks_li.current a,
#header_nav .hm_first_level.current, #footer_nav .hm_sublinks_li.current a,
#footer_nav .hm_first_level.current {
  text-decoration: underline; }
#header_nav a.hm_first_level, #header_nav .hm_first_level, #footer_nav a.hm_first_level, #footer_nav .hm_first_level {
  font-size: 22px;
  font-family: Raleway-Bold, sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 28px;
  text-align: center; }
  @media (min-width: 768px) {
    #header_nav a.hm_first_level, #header_nav .hm_first_level, #footer_nav a.hm_first_level, #footer_nav .hm_first_level {
      width: auto;
      text-align: left; } }
  @media (min-width: 992px) {
    #header_nav a.hm_first_level, #header_nav .hm_first_level, #footer_nav a.hm_first_level, #footer_nav .hm_first_level {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    #header_nav a.hm_first_level, #header_nav .hm_first_level, #footer_nav a.hm_first_level, #footer_nav .hm_first_level {
      font-size: 22px; } }
#header_nav a.hm_first_level, #header_nav a.hm_first_level:link, #header_nav a.hm_first_level:visited, #header_nav a.hm_first_level:hover, #header_nav a.hm_first_level:active, #footer_nav a.hm_first_level, #footer_nav a.hm_first_level:link, #footer_nav a.hm_first_level:visited, #footer_nav a.hm_first_level:hover, #footer_nav a.hm_first_level:active {
  color: #0032a1; }

/* Siti di gruppo (footer dell'hamburger menu) */
#hm_footer {
  cursor: pointer;
  position: fixed;
  box-sizing: border-box;
  bottom: 0px;
  background-color: #0033a0;
  left: 0;
  padding: 20px;
  width: 100%;
  text-align: center;
  z-index: 100; }
  @media (min-width: 768px) {
    #hm_footer {
      width: auto;
      text-align: left;
      padding: 20px 25px 20px 35px; } }
  #hm_footer.footer_open {
    width: 100%; }
  #hm_footer #hm_footer_title {
    cursor: pointer; }
    #hm_footer #hm_footer_title .title {
      position: relative;
      top: 5px;
      letter-spacing: 1px;
      font-size: 18px;
      color: #fff;
      font-family: Raleway-Semibold; }
    #hm_footer #hm_footer_title #icon_siti_di_gruppo {
      margin-right: 24px; }
    #hm_footer #hm_footer_title #icon_arrow {
      position: relative;
      margin-left: 15px; }
  #hm_footer #hm_footer_content {
    margin-bottom: 5px;
    margin-top: 20px;
    display: none;
    width: 100%; }
    #hm_footer #hm_footer_content a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      display: block; }
      @media (min-width: 768px) {
        #hm_footer #hm_footer_content a {
          display: inline-block;
          line-height: 35px;
          padding-right: 35px; } }
      #hm_footer #hm_footer_content a:hover {
        text-decoration: underline; }

/* ----------------- Breadcrumbs ----------------- */
#main-breadcrumbs {
  visibility: hidden;
  line-height: 63px;
  position: relative;
  /* 	z-index:99; */
  z-index: 8;
  max-height: 75px;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  background-color: #f9f9f9; }
  #main-breadcrumbs .breadcrumb {
    background-color: #f9f9f9;
    margin: 0px;
    padding: 6px 5px; }
    @media (min-width: 768px) {
      #main-breadcrumbs .breadcrumb {
        padding: 6px 25px; } }
  #main-breadcrumbs li a {
    font-size: 20px;
    font-family: Raleway-Semibold;
    letter-spacing: 0.8px;
    color: black; }
  #main-breadcrumbs li .divider {
    font-size: 20px;
    font-family: Raleway-Bold;
    color: #2b9bf0;
    padding: 0px 7px; }
  #main-breadcrumbs li:last-of-type {
    padding-right: 25px; }

/* ----------------- Footer ----------------- */
body.home #footer {
  margin-top: 128px; }

#footer {
  background-color: #f6f6f6;
  padding-top: 70px;
  /*modifiche footer navigation*/
  /* bottom Footer */ }
  #footer #footer_nav {
    margin-bottom: 40px; }
    #footer #footer_nav .hm_sublinks_li {
      text-align: left; }
    #footer #footer_nav a.hm_first_level, #footer #footer_nav .hm_first_level {
      text-align: left; }
  #footer #bottom-footer {
    background-color: #0033a0;
    padding-top: 40px;
    padding-bottom: 35px;
    /* 		.iscriviti-newsletter { */
    /* 			font-family: Raleway-Regular; */
    /* 			font-size:15px; */
    /* 			@include border-radius(30px); */
    /* 			margin:0px; */
    /* 		    width: 100%; */
    /* 		    margin-top: 65px; */
    /* 		    margin-bottom:60px; */
    /* 		    box-sizing:border-box; */
    /* 		    text-align: center; */
    /* 		    padding: 20px 15px; */
    /* 		    border: none; */
    /* 		    @media (min-width: $sm-768) { */
    /* 		    	@include border-radius(15px); */
    /* 		    	margin: 0px; */
    /* 		    	text-align: left; */
    /* 			    height: 31px; */
    /* 			    padding: 5px 15px; */
    /* 	 	    } */
    /* 		} */ }
    #footer #bottom-footer .iren-footer-links {
      line-height: 35px;
      text-align: center; }
      @media (min-width: 768px) {
        #footer #bottom-footer .iren-footer-links {
          text-align: left; } }
      #footer #bottom-footer .iren-footer-links a {
        color: #fff;
        display: block;
        font-size: 16px;
        font-family: Raleway-Bold;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        margin-bottom: 24px; }
        @media (min-width: 768px) {
          #footer #bottom-footer .iren-footer-links a {
            font-size: 13px;
            text-align: left;
            float: left;
            margin-right: 30px;
            margin-bottom: 0px; } }
        #footer #bottom-footer .iren-footer-links a:hover {
          text-decoration: underline; }
    #footer #bottom-footer .iscriviti-newsletter {
      padding: 10px 15px;
      letter-spacing: -0.1px;
      font-size: 15px;
      margin-top: 65px;
      margin-bottom: 60px;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        #footer #bottom-footer .iscriviti-newsletter {
          margin: 0px;
          padding: 4px 12px;
          font-size: 14px; } }
    #footer #bottom-footer .iren-footer-text {
      text-align: left;
      margin-top: 20px;
      color: #fff;
      clear: both;
      font-size: 14px;
      font-family: Raleway-Light;
      line-height: 30px;
      -webkit-text-stroke: 0.45px; }
      @media (min-width: 768px) {
        #footer #bottom-footer .iren-footer-text {
          line-height: 20px; } }
      #footer #bottom-footer .iren-footer-text a {
        color: #fff;
        /* 			text-decoration: underline; */ }
        #footer #bottom-footer .iren-footer-text a:hover {
          text-decoration: underline; }

/* ----------------- iren social ----------------- */
#iren-social {
  text-align: center;
  margin-bottom: 60px; }
  #iren-social h3 {
    color: #0033a0;
    font-size: 40px;
    font-family: Raleway-Bold;
    margin-bottom: 30px;
    letter-spacing: 1px; }
  #iren-social .iren-social-icon {
    margin-right: 5px;
    cursor: pointer;
    width: 48px;
    height: 48px; }
    @media (min-width: 480px) {
      #iren-social .iren-social-icon {
        margin-right: 25px; } }
    @media (min-width: 768px) {
      #iren-social .iren-social-icon {
        width: auto;
        height: auto;
        margin-right: 35px; } }
    #iren-social .iren-social-icon:last-child {
      margin-right: 0px; }

/* dropdown */
.aui .dropdown-menu > li > a:hover, .aui .dropdown-menu > li > a:focus, .aui .dropdown-submenu:hover > a, .aui .dropdown-submenu:focus > a {
  background-color: #dbdbdb;
  background-image: none;
  color: inherit; }

.aui .dropdown-menu {
  z-index: 991; }

/* liferay */
/* ----------------- login ----------------- */
.portlet-login {
  padding: 20px; }

.portlet-login .navigation {
  /* 	display:none;	 */
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: transparent;
  width: 232px;
  border: 0px;
  font-size: 16px; }

/* ----------------- reset-password ----------------- */
#portlet_new-password {
  padding: 20px; }

#portlet_new-password .portlet-title {
  display: none; }

/* ----------------- dockbar-split ----------------- */
.dockbar-split .dockbar .navbar-inner .nav > li > a {
  -webkit-text-stroke: 0.7px; }

/* ----------------- edit content in front-end mode ----------------- */
body.page-maximized.signed-in #content {
  padding: 20px;
  padding-top: 70px;
  padding-bottom: 0px; }

body.page-maximized.signed-in #content #templateScriptContainer {
  font-size: 14px; }

body.page-maximized.signed-in #content #templateScriptContainer li {
  line-height: 18px; }

#portalMessageContainer {
  display: none; }

/**
Pasquale Davide Rana © 2017 - Exprivia
*/
/* ----------------- visore home ----------------- */
#visore_home {
  width: auto;
  background-color: #fff;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  min-height: 300px; }
  @media (max-width: 767px) {
    #visore_home .aui body.home.no-group #wrapper {
      padding-top: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #visore_home {
      padding-top: 90px; } }
  @media (min-width: 1200px) {
    #visore_home {
      padding-top: 85px; } }
  @media (min-width: 768px) {
    #visore_home {
      margin-bottom: 37px;
      min-height: 63vh; } }
  @media (min-width: 768px) {
    #visore_home .mask {
      background-image: radial-gradient(#000000 69%, #000000 69%);
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      opacity: .3; } }
  #visore_home .carousel {
    margin-bottom: 20px;
    overflow: hidden;
    /* 		max-height: 700px; */ }
    @media (max-width: 767px) {
      #visore_home .carousel figure.img_bg {
        height: 180px;
        padding-top: 180px; } }
    #visore_home .carousel .item, #visore_home .carousel figure {
      height: auto;
      width: 100%;
      -webkit-transition: height 0.2s ease;
      -webkit-transition-delay: 0s;
      -moz-transition: height 0.2s ease 0s;
      -o-transition: height 0.2s ease 0s;
      transition: height 0.2s ease 0s;
      /*importante per centratura video/immagini*/ }
      @media (min-width: 768px) {
        #visore_home .carousel .item, #visore_home .carousel figure {
          height: 700px;
          max-height: 700px; } }
      @media (max-width: 767px) {
        #visore_home .carousel .item .wrap, #visore_home .carousel figure .wrap {
          padding-top: 20px;
          padding-left: 15px;
          padding-right: 15px;
          margin-bottom: 10px; } }
      @media (min-width: 768px) {
        #visore_home .carousel .item .wrap, #visore_home .carousel figure .wrap {
          color: white;
          text-align: center; } }
      #visore_home .carousel .item .wrap .title, #visore_home .carousel figure .wrap .title {
        font-family: Raleway-Medium;
        color: white; }
        @media (max-width: 1199px) {
          #visore_home .carousel .item .wrap .title, #visore_home .carousel figure .wrap .title {
            font-size: 50px;
            line-height: 51px;
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          #visore_home .carousel .item .wrap .title, #visore_home .carousel figure .wrap .title {
            color: #0033a0; } }
        @media (min-width: 768px) {
          #visore_home .carousel .item .wrap .title, #visore_home .carousel figure .wrap .title {
            font-size: 65px;
            line-height: 65px;
            letter-spacing: 0.5px;
            margin-bottom: 30px;
            /*     					text-shadow: 0 0 12px rgba(0, 0, 0, 0.47);	 */ } }
      #visore_home .carousel .item .wrap .container-subtitle, #visore_home .carousel figure .wrap .container-subtitle {
        width: 100%;
        display: flex;
        justify-content: center; }
        #visore_home .carousel .item .wrap .container-subtitle .subtitle, #visore_home .carousel figure .wrap .container-subtitle .subtitle {
          letter-spacing: 0px; }
          @media (max-width: 767px) {
            #visore_home .carousel .item .wrap .container-subtitle .subtitle, #visore_home .carousel figure .wrap .container-subtitle .subtitle {
              font-size: 20px;
              line-height: 30px;
              color: black !important; } }
          @media (min-width: 768px) {
            #visore_home .carousel .item .wrap .container-subtitle .subtitle, #visore_home .carousel figure .wrap .container-subtitle .subtitle {
              /* 						text-shadow: 0 0 12px rgba(0, 0, 0, 0.47);	 */
              font-size: 25px;
              line-height: 30px;
              color: white !important; } }
          @media (min-width: 768px) and (max-width: 1199px) {
            #visore_home .carousel .item .wrap .container-subtitle .subtitle, #visore_home .carousel figure .wrap .container-subtitle .subtitle {
              max-height: auto;
              padding-left: 40px;
              padding-right: 40px; } }
          @media (min-width: 1200px) {
            #visore_home .carousel .item .wrap .container-subtitle .subtitle, #visore_home .carousel figure .wrap .container-subtitle .subtitle {
              max-width: 955px !important;
              width: 955px !important; } }
      @media (min-width: 768px) {
        #visore_home .carousel .item img, #visore_home .carousel figure img {
          position: absolute;
          top: 0;
          z-index: -1; } }
      #visore_home .carousel .item .wide-width, #visore_home .carousel figure .wide-width {
        max-width: 100% !important; }

/* dots position */
@media (max-width: 767px) {
  .owl-theme.white.transparent .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
    margin: 5px 3px; }

  .owl-theme.white.transparent .owl-nav.disabled + .owl-dots {
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    padding-left: 10px;
    padding-top: 10px;
    position: absolute; }

  .owl-theme.green .owl-nav.disabled + .owl-dots {
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 0px; } }
@media (min-width: 768px) {
  .owl-theme.white.transparent .owl-nav.disabled + .owl-dots {
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    bottom: 128px;
    position: relative; } }
/* bottoni */
#external-site-link {
  width: 100%; }
  @media (min-width: 768px) {
    #external-site-link {
      bottom: -135px;
      position: absolute;
      z-index: 2; } }
  #external-site-link .item {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      #external-site-link .item:first-child {
        margin-top: 10px; } }
    @media (min-width: 768px) {
      #external-site-link .item {
        margin-top: 25px;
        margin-bottom: 25px; } }
  #external-site-link.circle-icon .title {
    letter-spacing: 1px;
    line-height: 24px;
    min-height: 48px; }
  @media (min-width: 768px) and (max-width: 900px) {
    #external-site-link.circle-icon img {
      width: 75%; } }

a.btn.transp, form.iren_form .btn.whiteTransp {
  border: 1px solid #fff !important;
  text-decoration: none;
  background-color: transparent !important; }

a.btn.transp:hover,
a.btn.transp:active,
form.iren_form .btn.transp:hover,
form.iren_form .btn.transp:active {
  background-color: white !important;
  text-decoration: none;
  text-shadow: none !important; }

.text-color-orange {
  color: #fff !important; }

.text-color-orange:hover {
  color: #e46e16 !important; }

.text-color-tawny {
  color: #fff !important; }

.text-color-tawny:hover {
  color: #994b08 !important; }

.text-color-brown {
  color: #fff !important; }

.text-color-brown:hover {
  color: #663205 !important; }

/*piccoli componenti*/
/* ----------------- four-card-box (es. supporto in home ambiente) ----------------- */
.four-card-box {
  color: white;
  padding-bottom: 55px; }
  .four-card-box .general-section-title {
    padding-top: 70px !important;
    padding-bottom: 25px !important; }
  .four-card-box .item {
    padding: 45px 10px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .four-card-box .item .title {
      text-transform: uppercase;
      font-family: Raleway-Semibold,sans-serif;
      font-size: 30px;
      letter-spacing: 0.7px;
      margin: 35px 0 12px;
      line-height: 35px; }
    .four-card-box .item .subtitle {
      font-size: 20px;
      letter-spacing: 0.3px;
      line-height: 30px;
      margin-bottom: 35px; }

/* ------------- sezione list news (es. notizie finanziarie) ------------- */
.list-news {
  margin-bottom: 90px; }
  .list-news .item {
    margin-bottom: 45px; }
    .list-news .item:last-child {
      margin-bottom: 0px; }
    .list-news .item .date, .list-news .item h4 {
      font-family: Raleway-bold, sans-serif;
      color: #0033a0;
      margin-bottom: 10px !important;
      display: block;
      font-size: 20px;
      line-height: 30px; }

.link-news .item {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: Raleway-Medium, sans-serif; }
  .link-news .item:last-child {
    margin-bottom: 0px; }
  @media (min-width: 768px) {
    .link-news .item {
      font-size: 25px; } }
  .link-news .item a {
    font-size: 18px;
    font-family: Raleway-bold, sans-serif;
    text-transform: uppercase;
    color: #0033a0;
    position: relative;
    top: -2px;
    display: block; }
    @media (min-width: 768px) {
      .link-news .item a {
        display: inline-block; } }
    .link-news .item a .papaerclip {
      padding-right: 16px;
      position: relative;
      top: -3px; }
      @media (min-width: 768px) {
        .link-news .item a .papaerclip {
          padding-left: 35px; } }

/* ----------- row 3 btn  ----------- */
.btn-row {
  margin: 50px 0; }
  @media (max-width: 768px) {
    .btn-row .btn {
      margin-bottom: 15px; }
    .btn-row div:last-child .btn {
      margin-bottom: 0; } }

/* ----------- titolo icone cerchio es. Home e SubHp acqua... ----------- */
.circle-icon a:hover {
  text-decoration: none; }
.circle-icon .title {
  font-family: Raleway-Bold, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  display: block;
  text-align: center; }

.circle-icon.capitalize22 .title {
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: normal;
  text-decoration: none; }

/* ------------- navigator third level ------------- */
.navigator-third-level {
  margin: 90px 0; }

/* ----------- box bottom page (full-width color-box) ----------- */
.color-box {
  padding: 65px 10px 50px 10px; }
  .color-box.blue {
    color: white;
    background-color: #0033a0; }
    .color-box.blue a {
      color: white; }
  .color-box.green {
    color: white;
    background-color: #00b140; }
  @media (min-width: 768px) {
    .color-box {
      padding: 65px; } }
  .color-box h3.title {
    padding: 0px;
    /* 	font-family: "Raleway-Medium", sans-serif; */
    font-size: 35px;
    line-height: 40px;
    letter-spacing: .2px; }
    @media (min-width: 768px) {
      .color-box h3.title {
        font-size: 50px;
        line-height: 50px; } }
  .color-box .subtitle {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0 0;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .color-box .subtitle {
        font-size: 20px;
        line-height: 30px;
        width: 70%; } }

/**
Fabio Mozzillo © 2017 - Exprivia
*/
/* ----------- Google Maps ----------- */
.googlemaps {
  height: 625px;
  width: 100%;
  border: 0; }

@media (max-width: 991px) {
  .googlemaps {
    height: 480px; } }
@media (max-width: 767px) {
  .googlemaps {
    height: 350px; } }
.googlemaps-panel {
  font-size: 16px;
  height: 625px;
  background-color: #f5f5f5; }

@media (max-width: 991px) {
  .googlemaps-panel {
    height: 480px; } }
@media (max-width: 767px) {
  .googlemaps-panel {
    height: auto; } }
.googlemaps-panel .placeName {
  font-family: Raleway, sans-serif;
  padding: 15px;
  color: white;
  text-transform: uppercase; }

.googlemaps-panel .placeName span.place {
  padding-left: 15px; }

.googlemaps-panel .placeName .hidePanel {
  cursor: pointer; }

.googlemaps-panel .dataCont {
  font-family: Raleway, sans-serif;
  padding: 15px;
  color: black; }

.googlemaps-panel .dataCont .title {
  font-family: Raleway-bold, sans-serif;
  color: #0033a0;
  margin-top: 15px;
  margin-bottom: 10px; }

.googlemaps-panel .dataCont p {
  color: black; }

.aui .googlemaps-panel .dataCont .linkbox {
  margin-top: 10px; }

.aui .googlemaps-panel .dataCont .linkbox a {
  font-size: 16px;
  display: block;
  margin: 0px; }

/* ----------- (small color-box) ----------- */
.colorBox {
  padding: 60px 40px;
  color: white;
  margin: 15px 0px; }

.colorBox-3-box .colorBox {
  padding: 60px 20px; }
@media (min-width: 768px) {
  .colorBox-3-box .first {
    padding: 0px 5px 0px 0px; }
  .colorBox-3-box .second {
    padding: 0px 5px 0px 5px; }
  .colorBox-3-box .third {
    padding: 0px 0px 0px 5px; } }

.colorBox h3 {
  font-family: Raleway-bold, sans-serif;
  font-size: 30px;
  color: white;
  /* 	padding-bottom: 20px; */
  padding-bottom: 10px; }

.colorBox p {
  font-family: Raleway-regular, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: white;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .colorBox p {
      font-size: 20px;
      line-height: 30px; } }

@media (min-width: 768px) {
  .colorBox.singolo p {
    padding-left: 15%;
    padding-right: 15%; } }
@media (min-width: 992px) {
  .colorBox.singolo p {
    padding-left: 20%;
    padding-right: 20%; } }
@media (min-width: 1200px) {
  .colorBox.singolo p {
    padding-left: 30%;
    padding-right: 30%; } }

/* ------------- listbox ------------- */
.listBox {
  margin-bottom: 30px; }

.listBox p {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  padding: 25px 0px; }

.listBox a {
  color: #0033a0;
  font-family: "Raleway-bold", sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

.listBox a:hover, .listBox a:focus {
  text-decoration: underline;
  color: #0033a0; }

.listBox.small p {
  font-family: "Raleway-Medium", sans-serif;
  font-size: 25px;
  padding: 20px 0px; }

@media (max-width: 767px) {
  .listBox.small p {
    padding: 10px 0px; } }
/* ----------- pseudoSelect (custom select-box) ----------- */
.pseudoSelect {
  margin: 60px 0px; }

.pseudoSelect button {
  padding: 25px 40px;
  font-family: Raleway-bold, sans-serif;
  color: black;
  font-size: 17px;
  text-transform: uppercase;
  background-color: #f9f9f9;
  border: none; }

.pseudoSelect.whitebkg button {
  background-color: #fff; }

.pseudoSelect.btn-group.open .dropdown-toggle {
  background-color: #e9e9e9;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.pseudoSelect.whitebkg.btn-group.open .dropdown-toggle {
  background-color: #fff; }

.pseudoSelect img {
  right: 20px;
  position: absolute;
  top: 22px; }

.pseudoSelect .dropdown-menu {
  background-color: #f6f6f6;
  margin: 0px !important;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: Raleway-bold, sans-serif;
  color: black;
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden; }

.pseudoSelect.whitebkg .dropdown-menu {
  background-color: #fff; }

.pseudoSelect .dropdown-menu li {
  text-align: left;
  font-size: 20px;
  cursor: pointer; }

.pseudoSelect .dropdown-menu li a {
  color: black !important;
  padding: 10px 40px; }

.pseudoSelect .dropdown-menu li a:hover,
.pseudoSelect .dropdown-menu li a:focus {
  background-image: none;
  background-color: #e9e9e9;
  color: black; }

.pseudoSelect.whitebkg .dropdown-menu li a:hover,
.pseudoSelect.whitebkg .dropdown-menu li a:focus {
  background-color: #e9e9e9; }

.aui .btn-group.pseudoSelect > .btn:last-child, .aui .btn-group.pseudoSelect > .dropdown-toggle {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

/* ----------- blocco di testo ----------- */
.textblock.padding {
  padding: 40px 15px; }
  @media (min-width: 768px) {
    .textblock.padding {
      padding: 40px 50px; } }

.textblock p {
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .textblock p {
      line-height: 30px;
      font-size: 20px; } }

.textblock a {
  color: #0033a0;
  text-decoration: underline;
  font-family: Raleway-Semibold, sans-serif; }
  .textblock a:hover {
    color: #0033a0; }

.textblock h4 {
  font-family: Raleway-bold, sans-serif;
  font-size: 20px;
  color: #0033a0;
  padding: 10px 0px; }

/* ----------- video container youtube responsive ----------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 60px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ----------- linkbox es. Elenco ----------- */
.textbox p {
  margin-bottom: 25px !important; }

.linkbox {
  margin-top: 25px; }

.aui .linkbox a {
  font-weight: bold;
  color: #0033a0;
  font-size: 24px;
  margin-right: 75px;
  display: inline-block;
  margin-bottom: 15px; }

@media (max-width: 768px) {
  .aui .linkbox a {
    font-size: 21px;
    display: block; } }
/* ----------- Rollover Title Images ----------- */
.rollorverTitleImg {
  margin-top: 70px; }

.rollorverTitleImg .imgContainer {
  position: relative; }

.rollorverTitleImg .imgContainer .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  object-fit: cover;
  height: 250px; }

@media (max-width: 1199px) {
  .rollorverTitleImg .imgContainer .image {
    height: 200px; } }
@media (max-width: 991px) {
  .rollorverTitleImg .imgContainer .image {
    height: 380px; } }
@media (max-width: 767px) {
  .rollorverTitleImg .imgContainer .image {
    height: 340px; } }
.rollorverTitleImg .imgContainer .middle {
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.rollorverTitleImg .imgContainer:hover .image {
  opacity: 0.4;
  width: 100%; }

.rollorverTitleImg .imgContainer:hover .middle {
  opacity: 1; }

.rollorverTitleImg .imgContainer .text {
  font-family: "Raleway-Bold", sans-serif;
  color: white;
  font-size: 26px;
  padding: 10px;
  display: block;
  text-align: center; }

/* ----------- One Row Info Box ----------- */
.oneRowInfoBox {
  font-family: "Raleway-Bold", sans-serif;
  font-size: 30px;
  line-height: 42px;
  background-color: #f6f6f6;
  text-align: center;
  padding: 30px 20px 20px 20px; }

.oneRowInfoBox img {
  margin-top: -16px; }

/* caroselli del portale*/
.aui .image-cover, .aui .video-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden; }
  .aui .image-cover.cover--right, .aui .video-cover.cover--right {
    object-position: 100%; }
  .aui .image-cover.cover--left, .aui .video-cover.cover--left {
    object-position: 0; }

/* ----------------- Carosello Iren Informa | iren_ambiente_magazine ... ----------------- */
.iren_informa_carousel, .iren_puzzle_carousel {
  /* home */
  /* comunicazione/magazine... */
  /* magazine iren ambiente*/ }
  .iren_informa_carousel .news-item, .iren_puzzle_carousel .news-item {
    height: 360px;
    position: relative; }
  .iren_informa_carousel .cerchio, .iren_puzzle_carousel .cerchio {
    border-radius: 23px;
    display: block;
    height: 46px;
    position: absolute;
    width: 46px;
    left: 50%;
    margin-left: -23px;
    margin-top: -23px;
    top: 100%; }
  .iren_informa_carousel .text, .iren_puzzle_carousel .text {
    height: 100%;
    padding: 20px;
    padding-top: 55px;
    box-sizing: border-box;
    overflow: hidden; }
  .iren_informa_carousel a.title, .iren_puzzle_carousel a.title {
    cursor: pointer;
    font-size: 33px;
    /* 	    letter-spacing: 0.5px; */
    line-height: 38px;
    font-family: Raleway-bold;
    color: white !important;
    text-align: left; }
  .iren_informa_carousel a.title:hover, .iren_puzzle_carousel a.title:hover {
    text-decoration: none; }
  .iren_informa_carousel .image, .iren_puzzle_carousel .image {
    width: 100%;
    height: 360px !important;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    z-index: -1;
    background-color: #f6f6f6;
    background-image: url(/iseservizioelettrico-theme/css/../images/placeholder-iren.png);
    background-repeat: no-repeat;
    background-position: center; }
  .iren_informa_carousel .date, .iren_puzzle_carousel .date {
    margin-top: 46px;
    color: white;
    font-size: 16px;
    font-family: Raleway-Medium;
    letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    .iren_informa_carousel, .iren_puzzle_carousel {
      /* 	    a.title { */
      /* 			font-size: 28px; */
      /* 	    } */ }
      .iren_informa_carousel .cerchio, .iren_puzzle_carousel .cerchio {
        top: 49px;
        margin-top: 0px; } }
  @media (min-width: 1200px) {
    .iren_informa_carousel a.title, .iren_puzzle_carousel a.title {
      font-size: 30px; } }
  @media (min-width: 1400px) {
    .iren_informa_carousel a.title, .iren_puzzle_carousel a.title {
      font-size: 33px; } }
  .iren_informa_carousel.comunicazione a.title, .iren_informa_carousel.two-items a.title, .iren_puzzle_carousel.comunicazione a.title, .iren_puzzle_carousel.two-items a.title {
    font-family: Raleway-Medium;
    font-size: 40px;
    line-height: 45px; }
  .iren_informa_carousel.comunicazione .news-item, .iren_informa_carousel.two-items .news-item, .iren_puzzle_carousel.comunicazione .news-item, .iren_puzzle_carousel.two-items .news-item {
    height: 450px; }
  .iren_informa_carousel.comunicazione .image, .iren_informa_carousel.two-items .image, .iren_puzzle_carousel.comunicazione .image, .iren_puzzle_carousel.two-items .image {
    height: 450px !important; }
  .iren_informa_carousel.comunicazione .text, .iren_informa_carousel.comunicazione .text-right, .iren_informa_carousel.two-items .text, .iren_informa_carousel.two-items .text-right, .iren_puzzle_carousel.comunicazione .text, .iren_puzzle_carousel.comunicazione .text-right, .iren_puzzle_carousel.two-items .text, .iren_puzzle_carousel.two-items .text-right {
    padding-left: 20px;
    padding-right: 20px; }
  @media (min-width: 768px) {
    .iren_informa_carousel.comunicazione .text, .iren_informa_carousel.comunicazione .text-right, .iren_informa_carousel.two-items .text, .iren_informa_carousel.two-items .text-right, .iren_puzzle_carousel.comunicazione .text, .iren_puzzle_carousel.comunicazione .text-right, .iren_puzzle_carousel.two-items .text, .iren_puzzle_carousel.two-items .text-right {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1000px) {
    .iren_informa_carousel.comunicazione a.title, .iren_informa_carousel.two-items a.title, .iren_puzzle_carousel.comunicazione a.title, .iren_puzzle_carousel.two-items a.title {
      font-size: 50px;
      line-height: 53px; }
    .iren_informa_carousel.comunicazione .text, .iren_informa_carousel.two-items .text, .iren_puzzle_carousel.comunicazione .text, .iren_puzzle_carousel.two-items .text {
      padding-left: 40px;
      padding-right: 120px; }
    .iren_informa_carousel.comunicazione .text-right, .iren_informa_carousel.two-items .text-right, .iren_puzzle_carousel.comunicazione .text-right, .iren_puzzle_carousel.two-items .text-right {
      padding-left: 120px;
      padding-right: 40px; } }
  .iren_informa_carousel.comunicazione .date, .iren_informa_carousel.two-items .date, .iren_puzzle_carousel.comunicazione .date, .iren_puzzle_carousel.two-items .date {
    font-size: 20px;
    letter-spacing: 1px; }
  .iren_informa_carousel .detail-place, .iren_puzzle_carousel .detail-place {
    background-color: white;
    padding: 8px;
    font-size: 20px;
    font-family: Raleway-Bold, sans-serif;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    top: 25px;
    letter-sapcing: 0.5px; }
  .iren_informa_carousel .bkg_verde .detail-place, .iren_puzzle_carousel .bkg_verde .detail-place {
    color: #00b140; }
  .iren_informa_carousel .bkg_verde-scuro .detail-place, .iren_puzzle_carousel .bkg_verde-scuro .detail-place {
    color: #00842c; }

/* ----------------- GALLERY ----------------- */
/*usata in template DOC*/
.gallery_carousel, .gallery_carousel-lazy_load {
  /* effect hover */ }
  .gallery_carousel .gallery-item, .gallery_carousel-lazy_load .gallery-item {
    height: 360px;
    position: relative; }
    @media (min-width: 480px) {
      .gallery_carousel .gallery-item, .gallery_carousel-lazy_load .gallery-item {
        height: 480px; } }
    .gallery_carousel .gallery-item figure, .gallery_carousel-lazy_load .gallery-item figure {
      height: 100%; }
    .gallery_carousel .gallery-item.video_cat, .gallery_carousel-lazy_load .gallery-item.video_cat {
      width: 1px;
      min-width: 100%; }
  @media (max-width: 767px) {
    .gallery_carousel .owl-theme .owl-dots .owl-dot span, .gallery_carousel-lazy_load .owl-theme .owl-dots .owl-dot span {
      margin: 5px 3px; } }
  .gallery_carousel .hover figure figcaption::before,
  .gallery_carousel .hover figure figcaption::after, .gallery_carousel-lazy_load .hover figure figcaption::before,
  .gallery_carousel-lazy_load .hover figure figcaption::after {
    pointer-events: none; }
  .gallery_carousel .hover figure figcaption, .gallery_carousel-lazy_load .hover figure figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .gallery_carousel figure.effect-iren figcaption, .gallery_carousel-lazy_load figure.effect-iren figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow: hidden;
    top: auto;
    bottom: 0;
    padding: 30px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .gallery_carousel figure.effect-iren p.title, .gallery_carousel-lazy_load figure.effect-iren p.title {
    position: absolute;
    color: #fff;
    text-transform: none;
    font-size: 33px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
    bottom: 67px;
    line-height: 38px;
    padding-right: 20px;
    font-family: Raleway-Semibold; }
    @media (min-width: 768px) {
      .gallery_carousel figure.effect-iren p.title, .gallery_carousel-lazy_load figure.effect-iren p.title {
        padding-right: 100px; } }
  .gallery_carousel figure.effect-iren p.subtitle, .gallery_carousel-lazy_load figure.effect-iren p.subtitle {
    position: absolute;
    bottom: 32px;
    color: #fff;
    text-transform: none;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
    /*fix lunghezza subtitle*/
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .gallery_carousel figure.effect-iren:hover figcaption, .gallery_carousel figure.effect-iren:hover p.title, .gallery_carousel figure.effect-iren:hover p.subtitle, .gallery_carousel-lazy_load figure.effect-iren:hover figcaption, .gallery_carousel-lazy_load figure.effect-iren:hover p.title, .gallery_carousel-lazy_load figure.effect-iren:hover p.subtitle {
    opacity: 1; }
  .gallery_carousel.campagne .gallery-item, .gallery_carousel.campagne figcaption, .gallery_carousel-lazy_load.campagne .gallery-item, .gallery_carousel-lazy_load.campagne figcaption {
    height: 480px !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .gallery_carousel.campagne .gallery-item, .gallery_carousel.campagne figcaption, .gallery_carousel-lazy_load.campagne .gallery-item, .gallery_carousel-lazy_load.campagne figcaption {
        height: 300px !important; } }
  .gallery_carousel.campagne .tag, .gallery_carousel-lazy_load.campagne .tag {
    text-transform: uppercase;
    position: static;
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.7px;
    font-family: Raleway-Bold; }

/* ----------------- Mini Slider ----------------- */
/*subHP territori*/
.minisliderContainer {
  background-color: #f6f6f6;
  padding: 70px 0px; }

.minisliderContainer h2.general-section-title {
  padding-top: 0px; }

.minisliderContainer h3 {
  font-weight: normal;
  margin: 0px;
  line-height: 51px;
  letter-spacing: 3px;
  font-size: 50px;
  text-align: left;
  color: #0033a0;
  padding: 30px 0px;
  font-family: Raleway-Light; }

@media (max-width: 768px) {
  .minisliderContainer h3 {
    line-height: 40px;
    font-size: 40px; } }
.minisliderContainer .owl-theme .owl-nav {
  text-align: right !important;
  margin-top: -48px !important;
  position: relative;
  backgorund-color: #f6f6f6 !important;
  width: 115px;
  float: right; }

@media (max-width: 768px) {
  .minisliderContainer .owl-theme .owl-nav {
    margin-top: 10px !important;
    float: none;
    margin: auto; } }
.minisliderContainer .owl-prev,
.minisliderContainer .owl-next {
  font-size: 38px !important;
  color: #0033a0 !important;
  background: #f6f6f6 !important;
  border: 1px solid #0033a0 !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  padding: 0px 14px !important;
  text-shadow: none; }

.minisliderContainer .owl-next {
  padding: 1px 12px 3px 16px !important; }

.minisliderContainer .owl-prev {
  padding: 1px 15px 3px 13px !important; }

.minisliderContainer .owl-prev:hover,
.minisliderContainer .owl-next:hover {
  color: #fff !important;
  background: #0033a0 !important;
  border: 1px solid #0033a0 !important; }

/* ----------------- Slider subHP investitori ----------------- */
.hpSliderContainer {
  margin-top: 45px; }

.hpSliderContainer h2.general-section-title {
  padding-top: 0px; }

.hpSliderContainer .item {
  margin: 15px 0px;
  background-color: #f6f6f6;
  overflow-y: hidden; }

.hpSliderContainer .date {
  line-height: 30px;
  font-size: 16px;
  text-align: center; }

.hpSliderContainer .date span {
  padding: 8px 30px;
  color: white;
  font-family: Raleway-Bold;
  background-color: #0033a0; }

.hpSliderContainer .item p {
  font-family: Raleway-medium;
  font-size: 20px;
  line-height: 28px;
  color: #0033a0;
  text-align: center;
  background-color: #f6f6f6;
  padding: 35px; }

@media (max-width: 767px) {
  .hpSliderContainer .item {
    height: auto;
    min-height: 190px;
    overflow-y: visible;
    padding: 0px; }

  .hpSliderContainer .item p {
    color: black;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: 22px;
    padding: 20px; } }
.hpSliderContainer .owl-carousel .owl-nav.disabled {
  display: block; }

@media (max-width: 768px) {
  .hpSliderContainer h3 {
    line-height: 40px;
    font-size: 40px; } }
.hpSliderContainer .owl-theme .owl-nav {
  position: absolute;
  top: -60px;
  width: 100%; }

.hpSliderContainer .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0px; }

.hpSliderContainer .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0px; }

.hpSliderContainer .owl-prev,
.hpSliderContainer .owl-next {
  font-size: 38px !important;
  color: #0033a0 !important;
  background: #fff !important;
  border: 1px solid #0033a0 !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  padding: 0px 14px !important;
  text-shadow: none; }

.hpSliderContainer .owl-next {
  padding: 1px 12px 3px 16px !important; }

.hpSliderContainer .owl-prev {
  padding: 1px 15px 3px 13px !important; }

.hpSliderContainer .owl-prev:hover,
.hpSliderContainer .owl-next:hover {
  color: #fff !important;
  background: #0033a0 !important;
  border: 1px solid #0033a0 !important; }

/* ----------------- Carosello Iren | media-gallery ----------------- */
.owl-carousel.media-gallery-space {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .owl-carousel.media-gallery-space {
      margin-top: 130px; } }

.owl-carousel.media-gallery-space.owl-theme .owl-nav {
  text-align: right !important;
  position: relative;
  background: transparent !important;
  float: right;
  width: 100%;
  height: 0px; }

.owl-carousel.media-gallery-space.owl-theme .owl-dots {
  margin-top: 27px; }

.owl-carousel.media-gallery-space .paddingAdj_xs {
  padding: 0px 40px; }

.owl-carousel.media-gallery-space .owl-prev {
  float: left; }

.owl-carousel.media-gallery-space .owl-prev,
.owl-carousel.media-gallery-space .owl-next {
  font-size: 38px !important;
  color: #0033a0;
  text-shadow: none;
  background: transparent !important; }

.owl-carousel.media-gallery-space .owl-prev:hover,
.owl-carousel.media-gallery-space .owl-next:hover {
  color: #2b9bf0; }

.owl-carousel.media-gallery-space .equalimg-300 {
  height: 300px !important;
  object-fit: cover;
  overflow: hidden;
  position: relative; }

/*fancy box overwrite*/
.fancybox-nav {
  position: fixed;
  top: 0; }

.fancybox-skin {
  background: none; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-nav span {
  visibility: visible; }

.fancyNav {
  position: absolute;
  color: white;
  top: 50%;
  font-size: 70px;
  line-height: 0; }

.fancyNav.goNext {
  right: -100px; }

.fancyNav.goPrev {
  left: -100px; }

.fancyNav i {
  color: white; }

@media screen and (max-width: 1199px) {
  .fancyNav {
    font-size: 60px; }

  .fancyNav.goNext {
    right: -40px; }

  .fancyNav.goPrev {
    left: -40px; } }
@media screen and (max-width: 767px) {
  .owl-carousel.media-gallery-space.hidden-dots-xs .owl-dots {
    display: none !important; } }
/* GENERAL - pile page */
/* general */
.pilePage {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  @media (max-width: 767px) {
    .pilePage h2.general-section-title {
      padding-top: 40px !important;
      padding-bottom: 30px !important; } }
  @media (min-width: 768px) {
    .pilePage h2.general-section-title {
      padding-top: 70px !important; } }
  .pilePage #lastSection {
    z-index: 0 !important;
    text-align: center;
    margin-top: 25px; }
    .pilePage #lastSection img {
      cursor: pointer; }
  .pilePage .section {
    overflow: hidden;
    padding-bottom: 30px;
    height: 600px; }
    @media (min-width: 768px) {
      .pilePage .section {
        height: -moz-calc(100% - 185px);
        height: -webkit-calc(100% - 185px);
        height: calc(100% - 185px);
        padding-bottom: 0px; } }
  .pilePage .come-back {
    position: relative;
    z-index: 30; }

@media (min-width: 768px) {
  .aui #circleMenu .bg_circle_menu {
    padding: 0px; } }
.aui #circleMenu ul {
  margin: 0px !important;
  list-style-type: none;
  padding: 0; }
  .aui #circleMenu ul.load-transition li {
    -webkit-transition: all 1s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
.aui #circleMenu li {
  opacity: 0;
  position: absolute;
  width: 100px;
  border-radius: 100%;
  height: 100px;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  font-family: Raleway-Bold;
  padding: 3px;
  border: 2px solid white;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform 0.35s ease 0s;
  -o-transition: -o-transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
  z-index: 20; }
  .aui #circleMenu li:hover {
    z-index: 50;
    -webkit-transition: -webkit-transform 0.35s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: -moz-transform 0.35s ease 0s;
    -o-transition: -o-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s; }
  .aui #circleMenu li a {
    color: white; }
    .aui #circleMenu li a:hover {
      text-decoration: none; }

/*overwrite jquery.pagepiling.css*/
.pp-section {
  max-width: 1440px;
  /*     @include calc( height, '100% - 160px'); */ }
  @media (min-width: 768px) {
    .pp-section {
      height: -moz-calc(100% - 185px);
      height: -webkit-calc(100% - 185px);
      height: calc(100% - 185px); } }

#pp-nav li:last-child {
  display: none; }

#pp-nav {
  margin-top: 0px;
  top: 65%;
  display: none;
  position: fixed; }
  @media (min-width: 768px) {
    #pp-nav {
      display: block; } }

#pp-nav li, .pp-slidesNav li {
  margin-bottom: 10px; }

#pp-nav li a {
  outline: 0; }

#pp-nav span, .pp-slidesNav span {
  height: 15px;
  width: 15px;
  background-color: white;
  border: none;
  margin-bottom: 6px;
  -webkit-transition: background-color 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s; }

#pp-nav li a.active, .pp-slidesNav li a.active {
  right: 2px;
  top: -2px; }

#pp-nav li .active span, .pp-slidesNav .active span {
  background-color: transparent;
  height: 13px;
  width: 13px;
  border: 3px solid white !important;
  -webkit-transition: background-color 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s; }

/* DOC - Pagina Semplice */
/* + gestione globale testo link e pdf */
.aui #doc, .aui .box-titolo-testo {
  margin-bottom: 90px; }

.aui #doc, .aui .box-titolo-testo, .aui #content .testo-base {
  /* 	margin-bottom:90px; */
  /* doc comparsa con titolo e sezioni correlate (es. corporate governance) */
  /* end */
  /* lista di link, usata ad esempio in energy efficiency (categorie green-bond) */ }
  .aui #doc .header_top, .aui .box-titolo-testo .header_top, .aui #content .testo-base .header_top {
    background-color: #f6f6f6; }
    .aui #doc .header_top .big_img, .aui .box-titolo-testo .header_top .big_img, .aui #content .testo-base .header_top .big_img {
      padding: 70px 15px 30px; }
      @media (min-width: 768px) {
        .aui #doc .header_top .big_img, .aui .box-titolo-testo .header_top .big_img, .aui #content .testo-base .header_top .big_img {
          padding: 50px 70px 90px; } }
    @media (min-width: 992px) {
      .aui #doc .header_top .height450, .aui .box-titolo-testo .header_top .height450, .aui #content .testo-base .header_top .height450 {
        height: 450px; } }
    @media (max-width: 991px) {
      .aui #doc .header_top .height450 figure, .aui .box-titolo-testo .header_top .height450 figure, .aui #content .testo-base .header_top .height450 figure {
        height: 230px; } }
    .aui #doc .header_top .right, .aui .box-titolo-testo .header_top .right, .aui #content .testo-base .header_top .right {
      padding-bottom: 30px;
      padding-top: 30px;
      overflow: hidden;
      /* 			@media (min-width: $md-992) { */
      /* 				padding-bottom:0px;	 */
      /* 			} */ }
      @media (min-width: 768px) {
        .aui #doc .header_top .right, .aui .box-titolo-testo .header_top .right, .aui #content .testo-base .header_top .right {
          padding-left: 30px;
          padding-right: 30px; } }
      .aui #doc .header_top .right h1.title, .aui .box-titolo-testo .header_top .right h1.title, .aui #content .testo-base .header_top .right h1.title {
        color: #0033a0;
        font-size: 50px;
        line-height: 50px;
        font-family: Raleway-Medium;
        letter-spacing: 0.2px;
        /* 				@media (min-width: $md-992) { */
        /* 					margin: 83px 0 0; */
        /* 				 } */ }
        @media (max-width: 991px) {
          .aui #doc .header_top .right h1.title, .aui .box-titolo-testo .header_top .right h1.title, .aui #content .testo-base .header_top .right h1.title {
            margin: 30px 0 0; } }
      .aui #doc .header_top .right .subtitle, .aui .box-titolo-testo .header_top .right .subtitle, .aui #content .testo-base .header_top .right .subtitle {
        line-height: 30px;
        margin: 20px 0 0;
        color: #000;
        font-size: 20px; }
      .aui #doc .header_top .right .social, .aui .box-titolo-testo .header_top .right .social, .aui #content .testo-base .header_top .right .social {
        margin: 40px 0 20px; }
        @media (min-width: 768px) {
          .aui #doc .header_top .right .social, .aui .box-titolo-testo .header_top .right .social, .aui #content .testo-base .header_top .right .social {
            margin: 40px 0 70px; } }
    @media (min-width: 768px) {
      .aui #doc .header_top .nofoto, .aui .box-titolo-testo .header_top .nofoto, .aui #content .testo-base .header_top .nofoto {
        min-height: 280px;
        /* 				height:280px; */ } }
    .aui #doc .header_top .nofoto .subtitle, .aui .box-titolo-testo .header_top .nofoto .subtitle, .aui #content .testo-base .header_top .nofoto .subtitle {
      margin: 10px 0 0; }
    .aui #doc .header_top .nofoto .social, .aui .box-titolo-testo .header_top .nofoto .social, .aui #content .testo-base .header_top .nofoto .social {
      margin: 30px 0 0px; }
  .aui #doc .main, .aui .box-titolo-testo .main, .aui #content .testo-base .main {
    padding-top: 25px; }
  .aui #doc h4, .aui .box-titolo-testo h4, .aui #content .testo-base h4 {
    font-family: Raleway-Bold;
    color: #0033a0;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .aui #doc h4, .aui .box-titolo-testo h4, .aui #content .testo-base h4 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 30px; } }
  .aui #doc h5, .aui .box-titolo-testo h5, .aui #content .testo-base h5 {
    font-family: Raleway-Bold;
    color: #0033a0;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .aui #doc h5, .aui .box-titolo-testo h5, .aui #content .testo-base h5 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px; } }
  .aui #doc .doc-comparsa, .aui .box-titolo-testo .doc-comparsa, .aui #content .testo-base .doc-comparsa {
    position: relative;
    cursor: pointer;
    padding-right: 25px; }
    .aui #doc .doc-comparsa .icon_doc-comparsa, .aui .box-titolo-testo .doc-comparsa .icon_doc-comparsa, .aui #content .testo-base .doc-comparsa .icon_doc-comparsa {
      position: absolute;
      top: 0px;
      right: 0px; }
  .aui #doc h4.title-section-doc-comparsa, .aui .box-titolo-testo h4.title-section-doc-comparsa, .aui #content .testo-base h4.title-section-doc-comparsa {
    margin-bottom: 0px;
    margin-top: 110px; }
  .aui #doc h5.doc-comparsa.related-section-doc-comparsa, .aui .box-titolo-testo h5.doc-comparsa.related-section-doc-comparsa, .aui #content .testo-base h5.doc-comparsa.related-section-doc-comparsa {
    margin-bottom: 0px;
    margin-top: 90px; }
  .aui #doc h4.title-section-doc-comparsa + h5.doc-comparsa.related-section-doc-comparsa, .aui .box-titolo-testo h4.title-section-doc-comparsa + h5.doc-comparsa.related-section-doc-comparsa, .aui #content .testo-base h4.title-section-doc-comparsa + h5.doc-comparsa.related-section-doc-comparsa {
    margin-top: 10px; }
  .aui #doc p, .aui .box-titolo-testo p, .aui #content .testo-base p {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .aui #doc p, .aui .box-titolo-testo p, .aui #content .testo-base p {
        margin-bottom: 25px; } }
  .aui #doc a:not(.btn), .aui .box-titolo-testo a:not(.btn), .aui #content .testo-base a:not(.btn) {
    color: #00bbf9;
    text-decoration: underline; }
    .aui #doc a:not(.btn):hover, .aui .box-titolo-testo a:not(.btn):hover, .aui #content .testo-base a:not(.btn):hover {
      color: #0033a0;
      text-decoration: underline; }
  .aui #doc .social_toolbar, .aui .box-titolo-testo .social_toolbar, .aui #content .testo-base .social_toolbar {
    margin-top: 25px; }
  .aui #doc .social_icon_mini, .aui .box-titolo-testo .social_icon_mini, .aui #content .testo-base .social_icon_mini {
    cursor: pointer; }
  .aui #doc .attachments, .aui .box-titolo-testo .attachments, .aui #content .testo-base .attachments {
    margin-top: 44px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .aui #doc .attachments, .aui .box-titolo-testo .attachments, .aui #content .testo-base .attachments {
        margin-top: 68px; } }
    .aui #doc .attachments a, .aui .box-titolo-testo .attachments a, .aui #content .testo-base .attachments a {
      left: 6px;
      position: relative;
      top: 5px;
      color: #000;
      font-family: Raleway-Semibold;
      text-decoration: none; }
      .aui #doc .attachments a:hover, .aui .box-titolo-testo .attachments a:hover, .aui #content .testo-base .attachments a:hover {
        text-decoration: underline; }
    .aui #doc .attachments .item, .aui .box-titolo-testo .attachments .item, .aui #content .testo-base .attachments .item {
      margin-bottom: 10px; }
  .aui #doc a.list-link, .aui .box-titolo-testo a.list-link, .aui #content .testo-base a.list-link {
    text-decoration: none !important;
    color: black !important; }
  .aui #doc a.list-link:hover, .aui .box-titolo-testo a.list-link:hover, .aui #content .testo-base a.list-link:hover {
    text-decoration: underline !important; }

/* DOC - grafico */
.doc-grafico {
  max-width: 800px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .doc-grafico {
      min-height: 500px; } }
  .doc-grafico.large {
    max-width: 1100px; }

.note-doc-grafico {
  font-size: 14px;
  line-height: 24px; }
  .note-doc-grafico p {
    margin-bottom: 10px !important; }

/* ----------- box titolo + testo ----------- */
.box-titolo-testo {
  margin-bottom: 70px; }
  .box-titolo-testo .general-section-title {
    padding-bottom: 25px !important; }
    @media (max-width: 767px) {
      .box-titolo-testo .general-section-title {
        line-height: 46px !important; } }
    @media (min-width: 768px) {
      .box-titolo-testo .general-section-title {
        padding-bottom: 35px !important; } }
  .box-titolo-testo.grafico {
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .box-titolo-testo.grafico {
        margin-bottom: 60px; } }

/* ----------- Video YouTube ----------- */
.intext-youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  @media (min-width: 768px) {
    .intext-youtube-container {
      width: 50%;
      padding-bottom: 28.1%; } }
  .intext-youtube-container .intext-youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ELENCO - Pagina lista */
#elenco .elenco-item.intro {
  padding: 30px 0px 0px 0px; }

#elenco .elenco-item.intro p {
  margin-bottom: 0px !important; }

#elenco .elenco-item {
  padding: 80px 0px; }

@media (max-width: 768px) {
  #elenco .elenco-item {
    padding: 50px 0px; } }
#elenco .cerchioContainer {
  width: 248px;
  margin: auto; }

@media (max-width: 1050px) {
  #elenco .cerchioContainer {
    width: 238px; } }
@media (max-width: 768px) {
  #elenco .cerchioContainer {
    width: 238px;
    margin-bottom: 30px; } }
#elenco .cerchio {
  height: 248px;
  width: 248px;
  padding: 0 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff; }

@media (max-width: 1050px) {
  #elenco .cerchio {
    height: 238px;
    width: 238px; } }
#elenco h2.item-title, #elenco h3.item-title {
  color: #0033a0;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  #elenco h2.item-title, #elenco h3.item-title {
    font-size: 50px; } }
.aui #elenco .elenco-item p {
  margin-bottom: 25px; }

#elenco.notizie .elenco-item {
  padding-top: 0px; }
#elenco.notizie .elenco-item.first {
  padding-top: 45px; }
#elenco.notizie .item-title {
  font-family: Raleway-Light;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    #elenco.notizie .item-title {
      margin-bottom: 30px; } }
@media (min-width: 768px) {
  #elenco.notizie a.btn {
    margin-top: 5px;
    /* 		    margin-top:30px; */ } }

@media (max-width: 767px) {
  .aui #content #elenco.notizie h3.item-title {
    font-size: 35px; } }
#elenco.stile2 .elenco-item {
  padding-top: 0px; }
#elenco.stile2 .elenco-item figure {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #elenco.stile2 .elenco-item figure {
      margin-bottom: 0px;
      margin-right: 30px;
      float: left;
      height: 260px;
      width: 260px; } }
  @media (min-width: 992px) {
    #elenco.stile2 .elenco-item figure {
      height: 220px;
      width: 220px; } }
#elenco.stile2 .item-title {
  font-family: Raleway-Light;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    #elenco.stile2 .item-title {
      margin-bottom: 15px; } }
  @media (min-width: 992px) {
    #elenco.stile2 .item-title {
      margin-bottom: 20px; } }
@media (min-width: 768px) {
  #elenco.stile2 a.btn {
    position: absolute;
    bottom: 4px; } }

@media (max-width: 767px) {
  .aui #content #elenco.stile2 h3.item-title {
    font-size: 35px; } }
/* visore standard */
.visore {
  padding: 130px 30px;
  color: white; }

@media (max-width: 768px) {
  .visore {
    padding: 110px 5px; } }
.visore.bkg_giallo {
  color: #0033a0; }

.visore.bkg_bianco {
  color: #0033a0; }

.visore.bkg_bianco p {
  color: black; }

.visore h1 {
  padding: 25px 0px 20px 0px;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: .2px; }

@media (max-width: 768px) {
  .visore h1 {
    font-size: 40px;
    line-height: 40px; } }
.visore p {
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Raleway-Regular", sans-serif; }

.aui #content .visore .btn, .aui #content .visore a.btn {
  /* 	padding: 11px 50px; */
  border: 1px solid #fff;
  color: #fff; }

.aui #content .visore.bkg_giallo .btn, .aui #content .visore.bkg_giallo a.btn {
  /* 	padding: 11px 50px; */
  border: 1px solid #0033a0;
  color: #0033a0; }

.aui #content .visore.bkg_bianco .btn, .aui #content .visore.bkg_bianco a.btn {
  /* 	padding: 11px 50px; */
  border: 1px solid #0033a0;
  color: #0033a0; }

.aui #content .visore.bkg_blu-ireti .btn, .aui #content .visore.bkg_blu-ireti a.btn {
  /* 	padding: 11px 50px; */
  border: 1px solid white;
  color: white; }

@media (max-width: 768px) {
  .aui #content .visore.bkg_bianco .btn,
  .aui #content .visore.bkg_bianco a.btn,
  .aui #content .visore.bkg_giallo .btn,
  .aui #content .visore.bkg_giallo a.btn,
  .aui #content .visore .btn,
  .aui #content .visore a.btn {
    padding: 11px 10px; } }
.aui #content .visore .btn:hover,
.aui #content .visore a.btn:hover,
.aui #content .visore .btn:active,
.aui #content .visore a.btn:active {
  color: #0033a0 !important;
  background: white !important;
  -webkit-transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  -webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  text-shadow: none; }

.aui #content .visore.bkg_giallo .btn:hover,
.aui #content .visore.bkg_giallo a.btn:hover,
.aui #content .visore.bkg_giallo .btn:active,
.aui #content .visore.bkg_giallo a.btn:active {
  color: #ffd100 !important;
  background: #0033a0 !important; }

.aui #content .visore.bkg_bianco .btn:hover,
.aui #content .visore.bkg_bianco a.btn:hover,
.aui #content .visore.bkg_bianco .btn:active,
.aui #content .visore.bkg_bianco a.btn:active {
  color: white !important;
  background: #0033a0 !important; }

/* visore con immagine */
.visore_img {
  padding: 60px 30px;
  max-height: 626px;
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center; }

.visore_img_xs {
  height: 205px;
  background-size: cover;
  background-position: center; }

.bkg_investimenti {
  /* 	background-image: url(http://localhost:8080/gruppo_iren-theme/images/demo/visore-subhp-investimenti.jpg); */ }

.bkg_gruppo {
  /* 	background-image: url(http://localhost:8080/gruppo_iren-theme/images/demo/visore-subhp-gruppo.jpg); */ }

.visore_img h1 {
  padding-top: 150px;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 50px;
  line-height: 51px;
  text-shadow: 0px 0px 6px rgba(0, 83, 161, 0.64); }

.visore_img p {
  padding: 20px 0px;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-shadow: 0px 0px 6px rgba(0, 83, 161, 0.64); }

/* --- bkg_gruppo --- */
.visore_img.bkg_gruppo h1 {
  padding-top: 125px;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 65px;
  line-height: 44px;
  text-shadow: none;
  color: black;
  padding-left: 100px; }

.visore_img.bkg_gruppo p {
  padding: 20px 0px;
  font-family: "Raleway-Light", sans-serif;
  font-size: 20px;
  text-shadow: none;
  color: black;
  padding-left: 100px; }

/* --- bkg_ireti --- */
.visore_img.ireti h1 {
  padding-top: 125px;
  font-family: "Raleway-Medium", sans-serif;
  text-shadow: none;
  color: #0033a0;
  padding-left: 100px;
  line-height: 50px;
  font-size: 46px; }

.visore_img.ireti p {
  padding: 20px 0px;
  font-family: "Raleway-Light", sans-serif;
  font-size: 20px;
  text-shadow: none;
  color: black;
  padding-left: 100px; }

@media (min-width: 768px) {
  .visore_img.ireti h1 {
    color: white;
    font-size: 65px;
    line-height: 65px; }

  .visore_img.ireti p {
    color: white; } }
/* --- bkg_eduiren --- */
.visore_img.bkg_eduiren.forcedHeight {
  height: 580px; }

@media (max-width: 991px) {
  .visore_img.bkg_eduiren.forcedHeight {
    height: 420px; } }
@media (max-width: 767px) {
  .visore_img.bkg_eduiren.forcedHeight {
    height: auto; } }
.visore_img.bkg_eduiren h1 {
  padding-top: 125px;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 50px;
  line-height: 44px;
  text-shadow: none;
  color: black;
  padding-left: 100px; }

.visore_img.bkg_eduiren p {
  padding: 20px 0px;
  font-family: "Raleway-Light", sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-shadow: none;
  color: black;
  padding-left: 100px; }

/* --- bkg_eduiren whiteconfig --- */
.visore_img.bkg_eduiren.whiteconfig h1 {
  padding-top: 30px;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 65px;
  line-height: 44px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  color: white;
  padding-left: 70px; }

.visore_img.bkg_eduiren.whiteconfig p {
  padding: 20px 0px;
  font-family: "Raleway-Light", sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  color: white;
  padding-left: 70px; }

/* --- bkg_gas_ireti --- */
.visore_img.bkg_gas_ireti h1 {
  padding-top: 125px;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 65px;
  line-height: 44px;
  text-shadow: none;
  color: white; }

@media (max-width: 767px) {
  .visore_img.bkg_gas_ireti h1 {
    color: #1a468d;
    font-size: 50px;
    line-height: 51px;
    padding-top: 0px; } }
.visore_img.bkg_gas_ireti {
  padding: 20px 0px;
  font-family: "Raleway-Light", sans-serif;
  font-size: 20px;
  line-height: 44px;
  text-shadow: none;
  color: white; }

@media (max-width: 767px) {
  .visore_img.bkg_gas_ireti {
    color: #1a468d; } }
.visore_img.bkg_gas_ireti .btnBox {
  /* 	padding-top: 260px; */
  padding-bottom: 30px; }

@media (max-width: 991px) {
  .visore_img.bkg_gas_ireti .btnBox {
    padding-top: 150px; } }
@media (max-width: 767px) {
  .visore_img.bkg_gas_ireti .btnBox {
    padding-top: 20px;
    padding-bottom: 0px; } }
.visore_img.bkg_gas_ireti .btnBox .btn {
  width: 260px; }

@media (max-width: 991px) {
  .visore_img.bkg_gas_ireti .btnBox .btn {
    width: auto; } }
/* --- bkg_servizi-per-la-citta --- */
.visore_img.bkg_servizi-citta h1 {
  padding-top: 125px;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 65px;
  line-height: 60px;
  text-shadow: none;
  color: white;
  padding-left: 100px; }

.visore_img.bkg_servizi-citta p {
  padding: 20px 0px;
  font-family: "Raleway-Light", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-shadow: none;
  color: white;
  padding-left: 100px; }

@media (max-width: 767px) {
  .visore_img.bkg_servizi-citta h1 {
    font-size: 50px;
    padding-top: 0px !important;
    color: #1a468d;
    word-wrap: break-word; }

  .visore_img.bkg_servizi-citta p {
    padding-left: 0px;
    line-height: 30px;
    color: #1a468d; } }
.visore_img.bkg_servizi-citta .btnBox a {
  color: #1a468d !important;
  border-color: #1a468d !important; }

.visore_img.bkg_servizi-citta .btnBox a:hover {
  color: white !important; }

/* --- bkg_acqua --- */
.visore_img.bkg_acqua h1 {
  padding-top: 125px;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 65px;
  line-height: 60px;
  text-shadow: none;
  color: #0033a0;
  padding-left: 100px; }

.visore_img.bkg_acqua p {
  padding: 20px 0px;
  font-family: "Raleway-Light", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-shadow: none;
  color: #0033a0;
  padding-left: 100px; }

.visore_img.bkg_acqua .btnBox a {
  color: #0033a0 !important;
  border-color: #0033a0 !important; }

.visore_img.bkg_acqua .btnBox a:hover {
  color: white !important;
  background-color: #0033a0 !important; }

.visore_img .btnBox {
  padding-top: 135px;
  /* 	padding-top: 180px; */ }

.visore_img.bkg_eduiren .btnBox,
.visore_img.bkg_gruppo .btnBox,
.visore_img.bkg_acqua .btnBox,
.visore_img.bkg_servizi-citta .btnBox {
  padding-top: 0px;
  padding-left: 100px; }

.visore_img.bkg_eduiren.whiteconfig .btnBox {
  padding-top: 0px;
  padding-left: 70px; }

.visore_img.bkg_eduiren .btnBox .btn,
.visore_img.bkg_eduiren.whiteconfig .btnBox .btn,
.visore_img.bkg_acqua .btnBox .btn,
.visore_img.bkg_gruppo .btnBox .btn,
.visore_img.bkg_servizi-citta .btnBox .btn {
  padding: 10px 85px !important;
  margin-bottom: 200px !important; }

@media (max-width: 991px) {
  .visore_img.bkg_eduiren h1,
  .visore_img.bkg_eduiren.whiteconfig h1,
  .visore_img.bkg_gruppo h1,
  .visore_img.bkg_acqua h1,
  .visore_img.bkg_servizi-citta h1 {
    padding-left: 0px;
    padding-top: 50px; }

  .visore_img.bkg_eduiren p,
  .visore_img.bkg_eduiren.whiteconfig p,
  .visore_img.bkg_gruppo p,
  .visore_img.bkg_acqua p,
  .visore_img.bkg_servizi-citta p {
    padding-left: 0px; }

  .visore_img.bkg_eduiren .btnBox,
  .visore_img.bkg_eduiren.whiteconfig .btnBox,
  .visore_img.bkg_gruppo .btnBox,
  .visore_img.bkg_acqua .btnBox,
  .visore_img.bkg_servizi-citta .btnBox {
    padding-left: 0px; }

  .visore_img.bkg_eduiren .btnBox .btn,
  .visore_img.bkg_eduiren.whiteconfig .btnBox .btn,
  .visore_img.bkg_gruppo .btnBox .btn,
  .visore_img.bkg_acqua .btnBox .btn,
  .visore_img.bkg_servizi-citta .btnBox .btn {
    margin-bottom: 100px !important; } }
@media (max-width: 991px) {
  .visore_img h1 {
    padding-top: 0px; }

  .visore_img .btnBox {
    padding-top: 100px; } }
@media (max-width: 767px) {
  .visore_img {
    padding: 40px 0px;
    max-height: none;
    color: #0033a0;
    text-align: left;
    background-image: none !important; }

  .visore_img h1 {
    text-shadow: none; }

  .visore_img p {
    text-shadow: none;
    line-height: 40px; }

  .visore_img .btnBox {
    padding-top: 20px; }

  .visore_img.bkg_eduiren h1,
  .visore_img.bkg_eduiren.whiteconfig h1,
  .visore_img.bkg_gruppo h1,
  .visore_img.bkg_acqua h1 {
    font-size: 50px;
    padding-top: 0px;
    color: #0033a0;
    text-shadow: none; }

  .visore_img.bkg_eduiren p,
  .visore_img.bkg_eduiren.whiteconfig p,
  .visore_img.bkg_gruppo p,
  .visore_img.bkg_acqua p {
    padding-left: 0px;
    line-height: 30px;
    color: #0033a0;
    text-shadow: none; }

  .visore_img.bkg_eduiren .btnBox,
  .visore_img.bkg_eduiren.whiteconfig .btnBox,
  .visore_img.bkg_gruppo .btnBox,
  .visore_img.bkg_acqua .btnBox,
  .visore_img.bkg_servizi-citta .btnBox {
    padding-left: 0px; }

  .visore_img.bkg_eduiren .btnBox .btn,
  .visore_img.bkg_eduiren.whiteconfig .btnBox .btn,
  .visore_img.bkg_gruppo .btnBox .btn,
  .visore_img.bkg_acqua .btnBox .btn,
  .visore_img.bkg_servizi-citta .btnBox .btn {
    margin-bottom: 100px !important; }

  .visore_img_xs.bkg_eduiren,
  .visore_img_xs.bkg_gruppo,
  .visore_img_xs.bkg_acqua,
  .visore_img_xs.bkg_servizi-citta {
    background-position: right; } }
.aui #content .visore_img .btnBox a.btn {
  padding: 10px 20px;
  background-color: white;
  margin: 10px 0px; }

@media (min-width: 992px) and (max-width: 1099px) {
  .visore_img .btnBox a.btn {
    font-size: 16px !important; } }
.aui #content .visore_img .btnBox a.btn:hover,
.aui #content .visore_img .btnBox a.btn:active {
  color: white;
  background-color: #0033a0; }

.table-responsive {
  border: none; }

/* ----------- Simple Table ----------- */
table.simple-table-iren {
  width: 100%; }
  table.simple-table-iren thead tr th {
    background-color: #0033a0;
    color: white;
    font-size: 15px;
    padding: 15px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      table.simple-table-iren thead tr th {
        text-align: center;
        font-size: 18px;
        padding: 20px; } }
  table.simple-table-iren tbody {
    background-color: #f6f6f6;
    /*top */
    /*bottom*/ }
    table.simple-table-iren tbody tr:first-child td {
      padding-top: 30px; }
      @media (min-width: 768px) {
        table.simple-table-iren tbody tr:first-child td {
          padding-top: 60px; } }
    table.simple-table-iren tbody tr:last-child td {
      padding-bottom: 30px; }
      @media (min-width: 768px) {
        table.simple-table-iren tbody tr:last-child td {
          padding-bottom: 60px; } }
    table.simple-table-iren tbody tr td {
      font-size: 20px;
      font-family: Raleway-Regular;
      line-height: 28px;
      vertical-align: top;
      padding: 0px 15px 15px; }
      @media (min-width: 768px) {
        table.simple-table-iren tbody tr td {
          padding-left: 75px;
          padding-bottom: 0px;
          line-height: 34px;
          font-size: 20px; } }
    table.simple-table-iren tbody tr td:last-child {
      font-family: Raleway-Medium; }
  table.simple-table-iren a {
    color: black !important;
    text-decoration: none !important; }
  table.simple-table-iren a:hover, table.simple-table-iren a:focus {
    text-decoration: underline !important; }
  table.simple-table-iren.divider {
    /* 		tbody tr:last-child td { */
    /* 			padding-top: 22px; */
    /* 		} */ }
    table.simple-table-iren.divider thead tr td p {
      margin-bottom: 0px; }
    table.simple-table-iren.divider tbody tr td {
      padding-top: 11px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 11px; }
    table.simple-table-iren.divider tbody tr {
      border-bottom: 1px solid #dbdbdb; }
  table.simple-table-iren.no-bold tbody tr td:last-child {
    font-family: Raleway-Regular; }

/* ----------- Space Table ----------- */
table.space-table-iren {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    table.space-table-iren {
      border-spacing: 15px; } }
  @media (min-width: 992px) {
    table.space-table-iren {
      table-layout: fixed; } }
  table.space-table-iren td, table.space-table-iren th {
    text-align: center;
    height: 70px;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px; }
  table.space-table-iren thead tr th:first-child {
    background-color: #0033a0; }
    @media (min-width: 992px) {
      table.space-table-iren thead tr th:first-child {
        width: 460px; } }
  table.space-table-iren thead tr th {
    background-color: #2b9bf0;
    color: white;
    font-size: 20px;
    line-height: 25px; }
    @media (min-width: 768px) {
      table.space-table-iren thead tr th {
        font-size: 22px;
        letter-spacing: 0.9px; } }
  table.space-table-iren tbody {
    background-color: #f6f6f6; }
    table.space-table-iren tbody tr td:first-child {
      background-color: #0033a0;
      color: white; }
    table.space-table-iren tbody tr td {
      font-size: 18px;
      font-family: Raleway-Regular;
      line-height: 20px;
      -webkit-text-stroke: 0.25px; }

table.space-table-iren.one-color thead tr th {
  background-color: #0033a0; }
table.space-table-iren.one-color tbody tr td {
  background-color: #f6f6f6;
  color: inherit; }

table.space-table-iren.auto-width thead tr th:first-child {
  width: auto; }
table.space-table-iren.auto-width thead tr th {
  font-size: 14px;
  line-height: 18px; }

/* fabio */
table.space-table-iren.fourEqualCols tr th,
table.space-table-iren.fourEqualCols tr tr {
  width: 25% !important; }

table.space-table-iren.largeExtremeCols tr th,
table.space-table-iren.largeExtremeCols tr tr {
  width: 70px; }

table.space-table-iren.largeExtremeCols tr th:first-child,
table.space-table-iren.largeExtremeCols tr tr:first-child {
  width: auto !important;
  min-width: 300px !important; }

table.space-table-iren.largeExtremeCols tr th:last-child,
table.space-table-iren.largeExtremeCols tr tr:last-child {
  width: auto !important;
  min-width: 320px !important; }

table tr td.iconCell {
  text-align: center; }

table tr td.iconCell span {
  display: block;
  margin: 2px 0px; }

table tr td.iconCell .icon {
  color: #0033a0;
  font-size: 23px; }

table tr td.iconCell .txt {
  font-family: "Raleway-Regular", sans-serif;
  color: black;
  font-size: 14px; }

table tr td.iconCell a,
table tr td.iconCell a:hover,
table tr td.iconCell a:active,
table tr td.iconCell a:visited {
  text-decoration: none !important; }

table.space-table-iren.obbligazioniTable tr td {
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  width: 90px; }

table.space-table-iren.obbligazioniTable tr th {
  font-size: 12px;
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
  width: 90px; }

table.space-table-iren.obbligazioniTable tr th:first-child {
  font-size: 22px;
  text-transform: uppercase; }

table.space-table-iren.obbligazioniTable tr td:first-child {
  font-size: 18px; }

table.space-table-iren.obbligazioniTable tr th:first-child,
table.space-table-iren.obbligazioniTable tr tr:first-child {
  width: 325px;
  min-width: 270px; }

table.space-table-iren.obbligazioniTable tr th:nth-child(2),
table.space-table-iren.obbligazioniTable tr td:nth-child(2) {
  width: 200px;
  min-width: 190px;
  font-size: 18px; }

/*tabelle verdi*/
.ambiente, .eduiren {
  /* ----------- Simple Table ----------- */
  /* ----------- Space Table ----------- */
  /* fabio */ }
  .ambiente table.simple-table-iren, .eduiren table.simple-table-iren {
    width: 100%; }
    .ambiente table.simple-table-iren thead tr th, .eduiren table.simple-table-iren thead tr th {
      background-color: #00b140; }
  .ambiente table.space-table-iren thead tr th:first-child, .eduiren table.space-table-iren thead tr th:first-child {
    background-color: #00842c; }
  .ambiente table.space-table-iren thead tr th, .eduiren table.space-table-iren thead tr th {
    background-color: #00b140; }
  .ambiente table.space-table-iren tbody tr td:first-child, .eduiren table.space-table-iren tbody tr td:first-child {
    background-color: #00842c;
    color: white; }
  .ambiente table tr td.iconCell .icon, .eduiren table tr td.iconCell .icon {
    color: #00b140;
    font-size: 23px; }

.aui #content .nav-comitati ul {
  margin: 0px; }
  .aui #content .nav-comitati ul li {
    margin: 0px;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .aui #content .nav-comitati ul li {
        width: 20%; } }
    .aui #content .nav-comitati ul li a {
      color: white;
      padding: 22px 0;
      font-size: 24px;
      letter-spacing: .4px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .aui #content .nav-comitati ul li a {
          font-size: 22px; } }
      .aui #content .nav-comitati ul li a:hover {
        background-color: transparent;
        text-decoration: underline; }
      .aui #content .nav-comitati ul li a:focus {
        background-color: transparent; }
    .aui #content .nav-comitati ul li.active > a, .aui #content .nav-comitati ul li.active > a:hover, .aui #content .nav-comitati ul li.active > a:focus {
      font-family: Raleway-SemiBold;
      padding: 24px 0;
      background-color: #22d162;
      color: white;
      border-radius: 0px;
      margin: 0px; }
  .aui #content .nav-comitati ul.first {
    background-color: #00b140; }
  .aui #content .nav-comitati ul.second {
    background-color: #22d162; }
    @media (max-width: 767px) {
      .aui #content .nav-comitati ul.second li a, .aui #content .nav-comitati ul.second li.active > a, .aui #content .nav-comitati ul.second li.active > a:hover, .aui #content .nav-comitati ul.second li.active > a:focus {
        font-size: 20px;
        padding: 12px 0; } }
    .aui #content .nav-comitati ul.second li:last-child a {
      padding-bottom: 24px; }

/* ----------------- Tabs colorate ----------------- */
.tabs.navbar-header {
  font-family: Raleway-bold, sans-serif;
  font-size: 17px;
  color: #0033a0;
  background-color: #f8f8f8;
  text-align: center;
  text-transform: uppercase;
  height: 70px;
  margin: 0px 10px 2px 10px !important;
  cursor: pointer;
  line-height: 20px; }

.tabs.navbar-header .activeTabContainer {
  display: table;
  margin: 0 20px;
  height: 70px;
  width: 80%;
  margin: auto; }

.tabs.navbar-header img {
  right: 20px;
  position: absolute;
  top: 22px; }

.tabs.navbar-header .activeTab {
  display: table-cell;
  vertical-align: middle; }

.tabs.navbar-header .navbar-toggle,
.tabs.navbar-header .navbar-toggle:hover,
.tabs.navbar-header .navbar-toggle:focus {
  background-color: transparent;
  border: none; }

.aui .tabs.nav-tabs > a,
.aui .tabs.nav-tabs > a:hover,
.aui .tabs.nav-tabs > a:focus {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.aui .tabs.nav-tabs > li, .aui .tabs.nav-tabs > li h2,
.aui .tabs.nav-tabs > li > a {
  display: table;
  height: 70px;
  font-family: Raleway-bold, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white; }

.aui .tabs.nav-tabs > li:hover {
  color: #0033a0 !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .aui .tabs.nav-tabs > li, .aui .tabs.nav-tabs > li h2 {
    font-size: 15px;
    letter-spacing: -0.5px; } }
.aui .tabs.nav-tabs > li > a, .aui .tabs.nav-tabs > li > h2 > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  border-bottom: 0px;
  border: 0px;
  padding: 0px 3px;
  display: table-cell;
  vertical-align: middle;
  text-shadow: none;
  color: white;
  text-decoration: none; }

.aui .tabs.nav-tabs > li > a:hover, .aui .tabs.nav-tabs > li > h2 > a:hover {
  color: #0033a0;
  background-color: #ececec;
  text-decoration: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .aui .tabs.nav-tabs > li > a, .aui .tabs.nav-tabs > li > h2 > a {
    padding: 0px; } }
.aui .tabs.nav-tabs > li > h2, .aui .tabs.nav-tabs > .active > h2 {
  width: 100%; }

.aui .tabs.nav-tabs > .active > a,
.aui .tabs.nav-tabs > .active > a:hover,
.aui .tabs.nav-tabs > .active > a:focus,
.aui .tabs.nav-tabs > .active > h2 > a,
.aui .tabs.nav-tabs > .active > h2 > a:hover,
.aui .tabs.nav-tabs > .active > h2 > a:focus,
.aui .tabs.nav-tabs > li > a.active {
  background-color: #f8f8f8;
  color: #0033a0;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none; }

.aui .tabs.nav-tabs {
  border-bottom: 0px; }

@media (max-width: 768px) {
  .navbar-collapse {
    margin: 0px 10px !important;
    overflow: hidden !important; } }
/* .aui .tabs a { color: white; } */
.aui .tabs.tab-content {
  overflow: visible;
  text-transform: none; }

.aui .tabs.tab-content h3 {
  font-size: 40px;
  color: #0033a0;
  padding-top: 55px;
  padding-bottom: 25px; }

@media (max-width: 768px) {
  .aui .tabs.tab-content h3 {
    word-wrap: break-word; } }
.aui .tabs.tab-content span.hlValue {
  font-size: 30px;
  color: #0033a0; }

.aui .tabs.tab-content p {
  padding: 8px 0px;
  line-height: 30px; }

.tabs.tab-content .tab-pane {
  text-align: left;
  font-size: 20px;
  color: black;
  background-color: #f8f8f8;
  min-height: 630px;
  position: relative; }

.ireti .tabs.tab-content .tab-pane {
  min-height: auto; }

@media (max-width: 768px) {
  .tabs.tab-content .tab-pane {
    padding-bottom: 50px; } }
.tab-pane .pane-bkg {
  position: absolute;
  bottom: 0px; }

/* Ambiente */
.aui .tabs.tabsAmbiente.nav-tabs > .active > a,
.aui .tabs.tabsAmbiente.nav-tabs > .active > a:hover,
.aui .tabs.tabsAmbiente.nav-tabs > .active > a:focus {
  color: #00842c; }

.aui .tabs.tabsAmbiente.nav-tabs > li > a:hover {
  color: #00842c; }

/* Acqua */
.aui .tabs.tabsAcqua.nav-tabs > .active > a,
.aui .tabs.tabsAcqua.nav-tabs > .active > a:hover,
.aui .tabs.tabsAcqua.nav-tabs > .active > a:focus {
  color: #0033a0; }

.aui .tabs.tabsAcqua.nav-tabs > li > a:hover {
  color: #0033a0; }

/* Ireti */
.aui .tabs.tabsIreti.nav-tabs > .active > a,
.aui .tabs.tabsIreti.nav-tabs > .active > a:hover,
.aui .tabs.tabsIreti.nav-tabs > .active > a:focus {
  color: #1a468d; }

.aui .tabs.tabsIreti.nav-tabs > li > a:hover {
  color: #1a468d; }

/* piccole sezioni */
/* ----------- sezione titolo in borsa ----------- */
#titolo-in-borsa {
  height: 1600px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #titolo-in-borsa {
      height: 1200px; } }

/* ----------------- servizi cittadini ----------------- */
.servizi-cittadini {
  margin-bottom: 140px; }
  .servizi-cittadini .pseudoSelect .dropdown-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden; }

/* ----------- social hub ----------- */
#social-hub {
  min-height: 490px; }
  @media (max-width: 992px) {
    #social-hub .twitter {
      margin-bottom: 30px; } }
  #social-hub .instagram {
    text-align: center; }
    #social-hub .instagram insta:last-child img {
      display: none; }
    @media (min-width: 768px) {
      #social-hub .instagram insta:last-child img {
        display: inline; } }
    #social-hub .instagram img {
      background-color: #eeeeee;
      width: 33.33333333%; }
      @media (min-width: 768px) {
        #social-hub .instagram img {
          width: 20%; } }
    #social-hub .instagram .btn {
      margin-top: 35px;
      position: relative;
      display: inline-block;
      padding-left: 70px !important; }
      @media (min-width: 768px) {
        #social-hub .instagram .btn {
          padding-left: 70px !important; } }
      #social-hub .instagram .btn .fa-instagram {
        font-size: 28px;
        left: 32px;
        position: absolute;
        top: 14px; }
        @media (min-width: 410px) {
          #social-hub .instagram .btn .fa-instagram {
            top: 6px; } }

/* ----------------- Area Media ----------------- */
.wrap-gallery_carousel-grid {
  height: 960px;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: height 0.4s ease 0s;
  -o-transition: height 0.4s ease 0s;
  transition: height 0.4s ease 0s; }

.filter-media-wrap a {
  text-align: center;
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  font-family: Raleway-Bold; }
  .filter-media-wrap a:hover, .filter-media-wrap a.btn-active {
    color: white;
    text-decoration: underline; }
  .filter-media-wrap a:focus {
    color: white;
    text-decoration: none; }
  .filter-media-wrap a.image {
    background-color: #0033a0; }
  .filter-media-wrap a.video {
    background-color: #2b9bf0; }

/* ----------- area media: comnicati e rassegna stampa ----------- */
/* .group .aui .row-fluid .span6 { */
/*     width: 50%; */
/*     margin-left: 0%; */
/* } */
.area-media.stampa {
  text-align: center;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .area-media.stampa .comunicati .general-section-title {
      padding-top: 25px !important; } }
  @media (min-width: 768px) {
    .area-media.stampa .comunicati .general-section-title {
      padding-top: 50px !important; } }
  @media (min-width: 768px) {
    .area-media.stampa .rassegna .general-section-title {
      padding-top: 50px !important; } }
  .area-media.stampa .item {
    margin-bottom: 20px;
    background-color: #f6f6f6;
    overflow-y: hidden;
    text-align: center;
    padding: 0 10px 35px 10px; }
    @media (min-width: 768px) {
      .area-media.stampa .item {
        padding: 0 35px 35px 35px; } }
    .area-media.stampa .item p {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .area-media.stampa .item p {
          font-size: 20px;
          line-height: 28px; } }
    .area-media.stampa .item .date {
      line-height: 30px;
      font-size: 16px;
      text-align: center;
      margin-bottom: 30px; }
      .area-media.stampa .item .date span {
        padding: 8px;
        color: white;
        font-family: Raleway-Bold;
        background-color: #0033a0;
        text-transform: uppercase; }
  .area-media.stampa a.btn {
    margin-top: 20px; }

/* ----------- area media: press kit ----------- */
@media (min-width: 768px) {
  .press-kit {
    padding-top: 145px;
    padding-bottom: 105px; } }
.press-kit .circle-icon {
  margin-top: 35px; }
  @media (min-width: 768px) {
    .press-kit .circle-icon {
      margin-top: 55px; } }
.press-kit .circle-icon .item {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .press-kit .circle-icon .item {
      margin-bottom: 0px; } }
.press-kit .circle-icon .title {
  font-family: Raleway-Semibold, sans-serif;
  text-transform: none;
  letter-spacing: 0.7px;
  font-size: 22px;
  margin-top: 20px; }

/* ----------- area media: contatti ----------- */
.contatti {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .contatti {
      margin-bottom: 80px; } }
  .contatti .foto {
    margin-bottom: 30px;
    height: 200px;
    width: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px; }
  .contatti .nome {
    font-size: 20px;
    font-family: Raleway-Semibold, sans-serif;
    color: #0033a0; }
  .contatti .item {
    margin-bottom: 50px; }

.faq {
  counter-reset: faq-counter;
  padding-top: 35px; }

.faq .faqItem {
  margin: 35px 0px; }

.faq .faqItem a {
  color: black; }

.faq dt:before {
  content: counter(faq-counter) ". ";
  counter-increment: faq-counter;
  font-size: 60px;
  color: #0033a0;
  padding-top: 55px;
  padding-bottom: 25px;
  font-family: Raleway-Light, sans-serif;
  font-weight: normal; }

.faq dt {
  cursor: pointer; }

.faq dt .txt-question {
  margin-left: 85px;
  margin-top: -20px;
  margin-right: 30px;
  display: block; }

.faq dd {
  margin-left: 85px;
  margin-top: 15px;
  font-family: Raleway-Regular, sans-serif;
  font-weight: normal;
  line-height: 30px; }

.faq dt .glyphicon {
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px; }

.faq.no-title dt {
  cursor: auto; }

.faq.no-title dd {
  margin-left: 50px;
  margin-top: -20px;
  font-family: Raleway-Regular, sans-serif;
  font-weight: normal;
  line-height: 30px; }

.faq.no-numbers dt:before {
  visibility: hidden; }

/* Acqua */
.faq.faq_acqua dt:before {
  color: #00b9ff; }

/* Ireti */
.faq.faq_ireti dt:before {
  color: #1a468d; }

/* Ireti */
.faq.faq_luce-gas dt:before {
  color: #0033a0; }

.faq.faq_luce-gas dt .glyphicon {
  font-size: 26px; }

.mini-section .faq {
  padding-top: 15px; }

.mini-section .faq .faqItem {
  margin: 15px 0px 15px -20px; }

/* ----------------- cosa-stai-cercando ----------------- */
.cosa-stai-cercando {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .cosa-stai-cercando {
      margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .cosa-stai-cercando .btn-row {
      margin-top: 15px !important; } }
  .cosa-stai-cercando .pseudoSelect .dropdown-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden; }

/* ----------------- cosa-stai-cercando | risultati ----------------- */
/**
Fabio Mozzillo © 2017 - Exprivia
*/
.aui #content h3.search-section-title {
  font-family: Raleway-Bold, sans-serif;
  font-size: 40px;
  letter-spacing: 4px;
  padding: 40px 0px;
  text-transform: uppercase;
  text-align: center;
  color: #0033a0; }

.aui #content h4.search-section-result_title {
  font-family: Raleway-Bold, sans-serif;
  font-size: 25px;
  padding: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #0033a0; }

/* ----------------- risultati di ricerca ----------------- */
#_3_facetNavigation {
  display: none; }

#_3_searchContainer {
  display: none; }

#_3_searchTokens {
  display: none; }

.asset-entry-title img {
  display: none; }

small.search-results {
  display: none; }

.asset-entry-type {
  display: none; }

.aui .table-bordered, #_3_documentsSearchContainer_col-1 {
  border: none; }

.portlet-content {
  padding: 0px; }

.search-suggested-spelling {
  display: none; }

.portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0px;
  padding: 0px; }

.taglib-page-iterator .lfr-pagination-buttons {
  display: none; }

.asset-entry-tags {
  display: none; }

#_3_documentsSearchContainerSearchContainer td {
  background-color: transparent;
  border: none;
  padding: 0px 0px 30px 0px; }
  @media (min-width: 768px) {
    #_3_documentsSearchContainerSearchContainer td {
      padding: 0px 0px 70px 0px; } }

.asset-entry-summary {
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .asset-entry-summary {
      font-size: 20px;
      line-height: 30px; } }

.asset-entry-title a:link, .asset-entry-title a:visited, .asset-entry-title a:active {
  color: #0033a0;
  font-family: Raleway-Bold;
  font-size: 20px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .asset-entry-title a:link, .asset-entry-title a:visited, .asset-entry-title a:active {
      font-size: 24px; } }

.result.span10 {
  width: 100% !important;
  margin-left: 0px !important; }

.asset-entry-title a:hover {
  text-decoration: underline !important; }

.general-section-title.search {
  padding-top: 50px; }
  @media (min-width: 768px) {
    .general-section-title.search {
      padding-top: 80px; } }

.search-layout.iren thead {
  display: none; }

/* ----------------- risultati di ricerca journal_content_search ----------------- */
#_77_keywords, #_77_search {
  display: none; }

#p_p_id_77_.risultati-ricerca-journal_content_search form:first-child {
  display: none; }

.search-results.iren {
  margin-bottom: 100px;
  padding: 0 20px; }

.search-results.iren td, .search-results.iren td:hover {
  background-color: white !important;
  border: none; }

.asset-entry-title a:not(:first-child) {
  display: none; }

.asset-entry-title.only-title {
  display: block;
  padding-bottom: 25px; }

/* ----------- cookie ----------- */
.eupopup-buttons {
  padding: 0px; }

.eupopup-head, .eupopup-buttons {
  display: none; }

.eupopup-body {
  color: white !important; }

.eupopup-closebutton {
  color: white !important;
  top: 24px;
  right: 7px;
  font-size: 24px; }

.eupopup-container {
  background-color: rgba(0, 51, 160, 0.9);
  padding-right: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  -webkit-text-stroke: 0.45px;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit; }

.ireti .eupopup-container {
  background-color: rgba(26, 70, 141, 0.9); }

.ambiente .eupopup-container {
  background-color: rgba(26, 70, 141, 0.9); }

.eupopup-container a, .eupopup-container a:hover {
  color: white !important;
  text-decoration: underline; }

/* ------------- avvisi ------------- */
.avvisi {
  color: black;
  margin-bottom: 30px;
  margin-top: 100px; }
  .avvisi .item {
    margin-bottom: 100px; }
    .avvisi .item:last-child {
      margin-bottom: 0px; }
    .avvisi .item .title {
      font-family: Raleway-bold, sans-serif;
      color: #0033a0;
      margin-bottom: 10px !important;
      font-size: 20px;
      line-height: 30px; }
    .avvisi .item .date {
      font-family: Raleway-bold, sans-serif;
      margin-bottom: 10px !important;
      font-size: 20px;
      line-height: 30px; }
    .avvisi .item .btn {
      margin-top: 35px; }

form.iren_form {
  padding: 40px 0px; }

form.iren_form textarea,
form.iren_form input[type="text"],
form.iren_form input[type="tel"],
form.iren_form input[type="number"],
form.iren_form input[type="password"],
form.iren_form input[type="email"] {
  font-family: Raleway-regular, sans-serif;
  font-size: 20px;
  /* 	line-height: 70px; */
  margin-bottom: 20px;
  padding: 0 20px;
  color: black;
  width: 100%;
  height: 70px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: right 15px center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

form.iren_form textarea {
  min-height: 135px;
  width: 100% !important;
  padding: 20px !important; }

form.iren_form .with-icon {
  padding: 0px 50px 0px 20px !important; }

form.iren_form textarea.with-icon {
  padding: 20px !important; }

form.iren_form .with-icon.text-icon {
  /* 	background-image: url(/iseservizioelettrico-theme/css/../images/icon_form-text.png); */
  /* For child themes */
  background-image: url(/iseservizioelettrico-theme/images/icon_form-text.png); }

form.iren_form .with-icon.email-icon {
  /* 	background-image: url(/iseservizioelettrico-theme/css/../images/icon_form-email.png); */
  /* For child themes */
  background-image: url(/iseservizioelettrico-theme/images/icon_form-email.png); }

/*davide*/
form.iren_form {
  /* 	font-size:20px; */
  /* ------ custom checkbox **2 ----- */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* 	[type="checkbox"]:checked:focus + label:before, */
  /* 	[type="checkbox"]:not(:checked):focus + label:before { */
  /* 	  border: 2px solid #ff5353; */
  /* 	} */
  /* ------ select ------ */
  /* .select-styled:after { */
  /*   content: ""; */
  /*   width: 0; */
  /*   height: 0; */
  /*   border: 7px solid transparent; */
  /*   border-color: $blue-iren transparent transparent transparent; */
  /*   position: absolute; */
  /*   right: 20px; */
  /*   top: 30px; */
  /* } */
  /* .select-styled:before { */
  /*   content: ""; */
  /*   width: 0; */
  /*   height: 0; */
  /*   border: 7px solid transparent; */
  /*   top: 30px; */
  /*   border-color: transparent transparent $blue-iren transparent; */
  /*   position: absolute; */
  /*   right: 20px; */
  /* } */
  /*g-recaptcha*/ }
  form.iren_form .group-label {
    font-family: Raleway-Bold,sans-serif;
    color: #0033a0;
    font-size: 20px; }
  form.iren_form label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  form.iren_form [type="checkbox"]:not(:checked),
  form.iren_form [type="checkbox"]:checked {
    position: absolute;
    /* 	  left: -9999px; */
    left: 15px; }
  form.iren_form [type="checkbox"]:not(:checked) + label,
  form.iren_form [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer; }
  form.iren_form [type="checkbox"]:not(:checked) + label:before,
  form.iren_form [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    border: 2px solid #1a468d;
    background: #f6f6f6;
    border-radius: 0px;
    /*   box-shadow: inset 0 1px 3px rgba(0,0,0,.1); */ }
  form.iren_form [type="checkbox"]:not(:checked) + label:after,
  form.iren_form [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -1px;
    left: 2px;
    font-size: 1.3em;
    line-height: 0.8;
    color: #1a468d;
    transition: all .2s; }
  form.iren_form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  form.iren_form [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  form.iren_form [type="checkbox"]:disabled:not(:checked) + label:before,
  form.iren_form [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  form.iren_form [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  form.iren_form [type="checkbox"]:disabled + label {
    color: #aaa; }
  form.iren_form .line-label {
    /* 		line-height: 70px; */
    font-size: 20px;
    height: 70px;
    padding-top: 20px; }
  form.iren_form .select-hidden {
    /* 	  display: none; */
    /* 	  visibility: hidden; */
    /* 	  padding-right: 10px; */
    /* 	  		left: -9999px; */
    position: absolute;
    height: 70px;
    width: 100%; }
  form.iren_form .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: black;
    width: 100%;
    height: 70px;
    /* 	  	margin-bottom: 20px; */ }
  form.iren_form .select-styled {
    background-image: url(/iseservizioelettrico-theme/css/../images/btn_open-custom-select.png);
    /* For child themes */
    /* 	  background-image: url(/iseservizioelettrico-theme/images/btn_open-custom-select.png); */
    background-repeat: no-repeat;
    background-position: 95% 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f6f6f6;
    font-size: 20px;
    font-family: Raleway-Bold,sans-serif;
    line-height: 70px;
    padding: 0 40px 0 20px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  form.iren_form .select-styled.placeholder {
    font-family: Raleway-Regular,sans-serif;
    color: #727272; }
  form.iren_form .select-styled:hover {
    background-color: #f4f4f4; }
  form.iren_form .select-styled:active, form.iren_form .select-styled.active {
    background-color: #e9e9e9; }
  form.iren_form .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 8;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    background-color: #f6f6f6; }
  form.iren_form .select-options li {
    margin: 0;
    font-size: 20px;
    padding: 12px 0;
    text-indent: 15px;
    /*   border-top: 1px solid #e0e0e0; */
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
  form.iren_form .select-options li:hover {
    color: black;
    background: #e9e9e9; }
  form.iren_form .select-options li:first-child {
    display: none; }
  form.iren_form .g-recaptcha.center > div {
    margin: 0 auto; }

/* ----------- overwrite - fix ios ----------- */
.aui.ios input, .aui.ios input.input-large, .aui.ios textarea, .aui.ios .uneditable-input {
  max-width: 100% !important; }

/* ----------- custom iren <select> ----------- */
/* <div class="iren-select"><select>...</select></div> */
.iren-select {
  background: url("/iseservizioelettrico-theme/images/btn_open-custom-select.png") no-repeat 92% 50%;
  background-color: #f9f9f9;
  height: 60px;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

form.iren_form .iren-select {
  height: 70px;
  line-height: 70px; }

.iren-select select {
  background: transparent;
  border: none;
  outline: none;
  height: 60px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  padding-right: 60px;
  /*    width: 120% !important; */
  width: 100% !important;
  padding-left: 20px;
  font-family: Raleway-regular,sans-serif;
  color: #333;
  font-size: 20px;
  /*fix appearance*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

form.iren_form .iren-select select {
  padding-left: 20px;
  height: 70px;
  color: black; }

/* ----------- placeholder ----------- */
::placeholder {
  color: #727272;
  opacity: 1; }

:-ms-input-placeholder {
  color: #727272; }

::-ms-input-placeholder {
  color: #727272; }

select:invalid {
  color: #727272 !important; }

/**
Pasquale Davide Rana © 2017 - Exprivia
ver. 1.0.1
*/
.pseudoSelect input.datepicker {
  padding: 20px 40px;
  color: black;
  background-color: #f9f9f9;
  border: none;
  text-transform: none;
  font-family: Raleway-Regular,sans-serif;
  font-size: 20px;
  height: 60px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0px; }

.pseudoSelect input.datepicker + img {
  top: 18px; }

.pseudoSelect input.datepicker:focus {
  box-shadow: none; }

.ui-datepicker {
  width: 95%; }
  @media (min-width: 768px) {
    .ui-datepicker {
      width: 39%; } }

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0px;
  background-color: #f9f9f9;
  padding: 0px; }

.ui-widget-header {
  border: none;
  border-radius: 0px;
  background-color: #f9f9f9;
  color: #0033a0;
  font-size: 20px;
  font-family: Raleway-Bold,sans-serif;
  font-weight: normal; }

.ui-datepicker table {
  color: #0033a0;
  font-size: 14px;
  font-family: Raleway-Medium,sans-serif; }
  @media (min-width: 450px) {
    .ui-datepicker table {
      font-size: 20px; } }

.ui-datepicker th {
  font-weight: normal; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  text-align: center;
  font-size: 20px;
  color: black;
  font-family: Raleway-Medium,sans-serif;
  border: 0px;
  height: 30px;
  background-color: transparent; }

.ui-state-default:hover {
  text-decoration: none !important;
  color: #0033a0 !important; }

.ui-state-default.ui-state-active {
  color: #0033a0;
  font-family: Raleway-Bold,sans-serif; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: transparent;
  color: #0033a0;
  font-family: Raleway-Bold,sans-serif;
  /* 	border-bottom:2px solid $green-iren; */ }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13.0px 7.5px 0;
  border-color: transparent #0033a0 transparent transparent;
  background-image: none; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  /* 	background-color: transparent; */
  border-radius: 0px;
  border: 1px solid transparent; }

.ui-datepicker .ui-datepicker-next span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13.0px;
  border-color: transparent transparent transparent #0033a0;
  background-image: none;
  cursor: pointer; }

/**
Pasquale Davide Rana © 2020 - Exprivia
*/
/* colori */
.bkg_orange {
  background-color: #e46e16; }

.bkg_tawny {
  background-color: #994B08; }

.bkg_brown {
  background-color: #663205; }

#main-breadcrumbs .breadcrumb {
  padding: 6px 10px; }

.aui .logo, .aui .logo:hover {
  font-size: 25px;
  color: #70706E;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 15px;
  letter-spacing: 2px; }

@media (min-width: 480px) {
  .aui .logo, .aui .logo:hover {
    top: 32px; } }
@media (min-width: 768px) {
  body.home #header #navbar.fixed-navbar, body.home.page-maximized.signed-in #header #navbar, body.home.page-maximized.signed-out #header #navbar, body.child #header #navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    body.home #header #navbar.fixed-navbar.shadow, body.home.page-maximized.signed-in #header #navbar.shadow, body.home.page-maximized.signed-out #header #navbar.shadow, body.child #header #navbar.shadow {
      -webkit-box-shadow: 0 3px 6px -5px black;
      -moz-box-shadow: 0 3px 6px -5px black;
      box-shadow: 0 3px 6px -5px black; } }
#main-breadcrumbs .breadcrumb {
  padding: 6px 16px; }

#header #navbar #wrap_hamburger_menu {
  background-color: #e46e16; }

#header_nav a.hm_first_level, #header_nav a.hm_first_level:link, #header_nav a.hm_first_level:visited, #header_nav a.hm_first_level:hover, #header_nav a.hm_first_level:active, #footer_nav a.hm_first_level, #footer_nav a.hm_first_level:link, #footer_nav a.hm_first_level:visited, #footer_nav a.hm_first_level:hover, #footer_nav a.hm_first_level:active {
  color: #e46e16; }

#footer #bottom-footer {
  background-color: #e46e16; }

#footer #bottom-footer {
  padding: 10px 0px; }

#footer #bottom-footer .iren-footer-text {
  margin: 0px; }

#footer {
  padding-top: 40px; }

#footer #footer_nav .hm_first_level {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 2px solid #e46e16;
  height: auto !important;
  max-height: 60px !important;
  color: #e46e16 !important; }

@media (min-width: 768px) {
  #main-breadcrumbs .breadcrumb {
    padding: 6px 24px; }

  body.home #header #navbar.fixed-navbar #iren-search-box #_3_keywords, body.home.page-maximized.signed-in #header #navbar #iren-search-box #_3_keywords, body.home.page-maximized.signed-out #header #navbar #iren-search-box #_3_keywords, body.child #header #navbar #iren-search-box #_3_keywords {
    border: 1px solid #999;
    top: 0px; }

  .aui body.child #wrapper, .aui body.page-maximized.signed-in #wrapper, .aui body.page-maximized.signed-out #wrapper {
    padding-top: 150px; }

  body.home #header #navbar.fixed-navbar #iren-search-box, body.home.page-maximized.signed-in #header #navbar #iren-search-box, body.home.page-maximized.signed-out #header #navbar #iren-search-box, body.child #header #navbar #iren-search-box {
    right: 0px;
    top: 33px; }

  .aui .logo, .aui .logo:hover {
    font-size: 40px;
    color: #70706E;
    text-decoration: none;
    position: absolute;
    top: 40px;
    left: 20px; }

  body #header #navbar {
    height: 150px !important; }

  #header_nav {
    padding-bottom: 0;
    position: absolute;
    top: 90px;
    padding: 20px 20px; }
    #header_nav li {
      list-style: none;
      float: left; }

  #header_nav a.hm_first_level {
    font-size: 12px;
    color: #e46e16 !important;
    padding-right: 30px; }

  #footer_nav .hm_first_level {
    font-size: 20px;
    color: #e46e16 !important;
    line-height: 22px; }

  #footer #bottom-footer {
    padding: 20px 0px; } }
@media (min-width: 992px) {
  #main-breadcrumbs .breadcrumb {
    padding: 6px 50px; }

  .aui body.child #wrapper, .aui body.page-maximized.signed-in #wrapper, .aui body.page-maximized.signed-out #wrapper {
    padding-top: 200px; }

  body.home #header #navbar.fixed-navbar #iren-search-box, body.home.page-maximized.signed-in #header #navbar #iren-search-box, body.home.page-maximized.signed-out #header #navbar #iren-search-box, body.child #header #navbar #iren-search-box {
    right: 20px;
    top: 57px; }

  .aui .logo, .aui .logo:hover {
    font-size: 50px;
    color: #70706E;
    text-decoration: none;
    position: absolute;
    top: 60px;
    left: 50px; }

  body #header #navbar {
    height: 200px !important; }

  #header_nav {
    padding-bottom: 0;
    position: absolute;
    top: 135px;
    padding: 20px 50px; }
    #header_nav li {
      list-style: none;
      float: left; }

  #header_nav a.hm_first_level {
    font-size: 14px;
    color: #e46e16 !important;
    padding-right: 40px; }

  #footer #footer_nav .hm_first_level {
    height: 40px; } }
@media (min-width: 1200px) {
  .aui .logo, .aui .logo:hover {
    font-size: 50px;
    color: #70706E;
    text-decoration: none;
    position: absolute;
    top: 60px;
    left: 50px; }

  body #header #navbar {
    height: 200px !important; }

  #header_nav {
    padding-bottom: 0;
    position: absolute;
    top: 135px;
    padding: 20px 50px; }
    #header_nav li {
      list-style: none;
      float: left; }

  #header_nav a.hm_first_level {
    font-size: 16px;
    color: #e46e16 !important;
    padding-right: 65px; }

  #footer #footer_nav .hm_first_level {
    height: 21px; }

  #visore_home .title .subtitle {
    color: white; } }
/**
Pasquale Davide Rana © 2017 - Exprivia
ver. 1.0.1
*/
/* regole cross per tutti i template e piccoli componenti*/
/* ----------- (small color-box) ----------- */
.block-height {
  height: 200px; }

.link-block {
  bottom: 60px;
  position: absolute; }

.padding-block {
  padding-left: 0;
  padding-right: 0; }

.padding-colorBox {
  padding-left: 10px;
  padding-right: 10px; }

/**
Pasquale Davide Rana © 2017 - Exprivia
*/
/* caroselli del portale*/
#elenco .text-div {
  padding-left: 0;
  padding-right: 0;
  max-width: 1019px; }

#elenco h3 {
  padding-left: 0; }

#elenco .btn-div {
  padding-left: 0; }

@media (min-width: 768px) {
  #elenco .img-div {
    text-align: center;
    padding-left: 0;
    padding-right: 0; }

  .item-description {
    padding-right: 50px; } }
@media (min-width: 992px) {
  .item-description {
    padding-right: 20px; } }
@media (max-width: 991px) {
  #elenco .elenco-item {
    margin-bottom: 70px; } }
@media (max-width: 767px) {
  #elenco .text-div {
    padding-left: 15px; }

  #elenco .img-div {
    margin-bottom: 15px; } }
@media (min-width: 1200px) {
  #elenco .elenco-item {
    padding: 119px 0px; } }
.faq {
  padding-top: 105px; }
  .faq .faqItem {
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 83px;
    padding-right: 70px; }
    @media (min-width: 768px) {
      .faq .faqItem {
        padding-right: 130px; } }
  .faq dt .txt-question {
    margin-left: 60px; }
  .faq .glyphicon-plus:before {
    margin-right: 25px; }
  .faq .glyphicon-minus:before {
    margin-right: 25px; }
  .faq dd {
    margin-left: 60px;
    margin-top: 5px;
    padding-top: 30px;
    line-height: 22px !important; }

.aui #content .paginaInterna h2.general-section-title {
  margin-bottom: 0; }

.paginaInterna h4 {
  font-size: 16px;
  color: #0033a0;
  font-family: Raleway-Bold;
  line-height: 30px !important;
  margin-bottom: 10px !important;
  margin-top: 50px !important;
  margin-bottom: 5px !important; }
  @media (max-width: 767px) {
    .paginaInterna h4 {
      line-height: 22px !important;
      margin-top: 30px !important; } }
  @media (min-width: 768px) {
    .paginaInterna h4 {
      font-size: 20px;
      margin-top: 40px !important; } }
  .paginaInterna h4 ol li {
    margin-bottom: 100px; }
.paginaInterna .container {
  display: table;
  width: 100% !important;
  margin-bottom: 130px !important; }

@media (max-width: 767px) {
  .paginaInterna .tabs.tab-content .tab-pane {
    font-size: 14px; } }
@media (max-width: 767px) {
  .paginaInterna .tabs.tab-content p {
    line-height: 22px !important; } }

/* Form Reclami */
.padding-descrizione-note {
  padding-left: 16px;
  padding-right: 16px; }

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

.center-button {
  width: 100%;
  text-align: center; }

.descrizione-reclami {
  font-size: 25px; }

.btn-row {
  margin-top: 67px; }

/* Risoluzione form reclami IE */
.aui.ie input {
  width: 100% !important;
  max-width: 100% !important; }

.logo {
  padding-right: 85px; }