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

/* ---------- 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(/generali-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/generali-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      bottom: 5px;
      content: '';
      display: block;
      height: 24px;
      position: absolute;
      right: 5px;
      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; }

/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

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

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/generali-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(/generali-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(/generali-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(/generali-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(/generali-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(/generali-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(/generali-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(/generali-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/generali-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 menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/generali-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; } }

/* ---------- 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(/generali-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(/generali-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(/generali-theme/css/../images/application/button_bg_over.png); }

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

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

.save-trigger img {
  background-image: url(/generali-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(/generali-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(/generali-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(/generali-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/generali-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/generali-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/generali-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(/generali-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/generali-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(/generali-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(/generali-theme/css/../images/messages/alert.png);
  color: #663; }

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

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

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

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

.lfr-status-success-label {
  background-image: url(/generali-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(/generali-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(/generali-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(/generali-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(/generali-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/generali-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/generali-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/generali-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/generali-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- 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(https://static.generali.si/generali-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; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(/generali-theme/css/../img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/generali-theme/css/../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

@font-face {
  font-family: 'icons_mobiscroll';
  src: url("/generali-theme/css/icons_mobiscroll.eot?wy80ng");
  src: url("/generali-theme/css/icons_mobiscroll.eot?#iefixwy80ng") format("embedded-opentype"), url(data:application/ttf;base64,AAEAAAAPAIAAAwBwRkZUTXWdOZIAAAD8AAAAHE9TLzJBL129AAABGAAAAGBjbWFwAA/0vwAAAXgAAAFCY3Z0IAOl/8YAABDsAAAAHGZwZ22KCng7AAARCAAACZFnYXNwAAAAEAAAEOQAAAAIZ2x5ZrNfXAcAAAK8AAAJSmhlYWQLG9dCAAAMCAAAADZoaGVhBIYCgAAADEAAAAAkaG10eBz5ACgAAAxkAAAAYGxvY2EX3RXaAAAMxAAAADJtYXhwARYKDwAADPgAAAAgbmFtZXDZYPkAAA0YAAACzXBvc3QTnmkxAAAP6AAAAPpwcmVwkqGa/wAAGpwAAABWAAAAAQAAAADMPaLPAAAAANSvy2EAAAAA1K/LYQAEAVAB9AAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAgAGAwAAAAAAAAAAAAAQAAAAAAAAAAAAAABQZkVkAMDxAPEUAcD/wAAuAbkANgAAAAEAAAAAAAAAAAAAACAAAQAAAAMAAAADAAAAHAABAAAAAAA8AAMAAQAAABwABAAgAAAABAAEAAEAAPEU//8AAPEA//8PAwABAAAAAAAAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACABEAAACZAVUAAwAHAClAJgAAAAMCAANZAAIBAQJNAAICAVEEAQECAUUAAAcGBQQAAwADEQUQKzMRMxEnMxEjEYh3ZmYBVf6rEQEzAAAAAAEABQBPAbMBMQALAAazBwMBKCsTFzc2Fg8BBi8BJjYevr4MGg3KDQzLDRoBMbe3DRoMyQ0NyQwaAAAAAAEABf/pAOYBlwANAAazCQMBKCs3FgcGLwEmPwE2FxYPAeYMDAwMyQ0NyQwMDAy2AgwNDAzKDQ3KDAwNDL4AAAABAAAALgClAVIADwAXQBQAAQAAAU8AAQEAUwAAAQBHFxQCESsTERQHBiIvASY0PwE2MhcWpQYFEAWABQWABRAFBgFA/wAHBgUFgAUQBYAFBQYAAAABAAX/6QDmAZcACwAGswoEASgrPwEnJjYfARYPAQYmBbe3DRoMyA0NyAwaAr6+DBoNyg0Nyg0aAAEAAAAuAKUBUgANABdAFAABAAABTwABAQBTAAABAEcVFAIRKzYUDwEGIiY1ETQ2Mh8BpQaABRAKChAFgMcOBoAFCggBAAgKBYAAAAABAAUATwGzATEACwAGswcDASgrJScHBiY/ATYfARYGAZq+vgwaDcsMDcoNGk+3tw0aDMkNDckMGgAAAAABAAAAIADAAWAABgAGswYDASgrEwcXBycxN8B/fyCgoAFAgIAgoKAAAQAAACAAwAFgAAYABrMEAQEoKxE3FzEHJzcgoKAgfwFAIKCgIIAAAAEAAAByAM8BDwAIABJADwgHBgUEBQBAAAAAYREBECs3BiIvATcXNxdKBAoEOBIvfRF2BAQ4Ei9+EgAAAAQAA//KAp0BuQAMABQAOQBaAGZAYzQBBAM9AQUEVR4CBgVNAQcGBEIAAwAEAAMEaAAFBAYEBQZoAAYHBAYHZgACBwEHAgFoCQEEBABTCAEAAApDAAcHAVMAAQELAUQ7OhYVU09MS0A/Olo7WjY1JiUkIRU5FjkKDyslBiY3PgE3Nh4BBw4BJyY2HwEWBicDIRYXFhcWFQcVFgcGIyEmJyMmJyYnLgEvASYnJj8CNTM2NzYXIg8DIwYfARYXHgEXFhcWMxceATsBITI/AT0BJi8BAUMNGgwdeR0IFAUHHnY6DBoMtAwZDdwBYA4PHwEBAQEIDyf+oBIQAQYGDgoGMA5gCwYMHQHHAQQGDgoEBgUBxgEPBgovMA4wBhQECgEBBAcCAgFgFwYDAQ4RWA0aDh52HggIEQkdeZgMGguxDhkMAV0BBg0iFruyAQ0NGwENBgUOCQYtDVoKESMbAbwBBAMHHgMDAbwNERAtLg0tBhIECgEDAwwLs88PBwQAAQAAAAABKwGAAAoAFkATBgUEAwA/AQEAAGEBAAAKAQkCDysBMhYVEScHETQ2MwEAEhmWlRkSAYAZEv6rQEABVRIZAAACAAAAFQIAAWsAEgAZAC1AKhkBAAIBQgQBAgMAAwIAaAAAAGkAAQMDAU8AAQEDUQADAQNFERESJzUFFCslHgEVFAYjISImNTQ2Nz4BMzIWByM1IxUjFwGdKTo/LP7rNUtCMBVLLjpYJ0BWQGvqAz0qLD9LNTFKBScvSnZVVWsAAAIAAAAAASsBgAAJABEAWkuwH1BYQCAABAMDBF4GBQIDAAIAAwJaAAABAQBNAAAAAVMAAQABRxtAHwAEAwRqBgUCAwACAAMCWgAAAQEATQAAAAFTAAEAAUdZQA0KCgoRChERERMzEQcUKzcRIREUBisBIiYBFSE1MzczFxUBABgSqxIZARb+1UsVaxUrAQD/ABIZGQFSKysVFQAAAAEAAP/5AasBgAAVABFADgsAAgA/AQEAAGEiKAIRKxcnLgM1NDYzMhc2MzIWFRQOAgfVHzUwOxZEMTslJTsyRBY9LjYHHDAuRDcdMUQsLEQxHTZGLDEAAAABAAAAAAFAAWsACQAnQCQAAwEDawAAAgEATQAEAAIBBAJZAAAAAVEAAQABRREREREQBRQrEzMVIycjFSMRM8l3lQl3K8ABQNUqlQFrAAAAAAMAAP/rAVUBqwAXAB8AJwBBQD4AAwAGAAMGWwkHAggEAAAFBAAFWwAEAQEETwAEBAFUAAEEAUggIAEAICcgJyQjHRwZGBQTEA4JBgAXARcKDysBMhYdARQGIyEiJj0BNDY7ATU0NjIWHQEGMjY0JiIGFDc1NCYiBh0BASsSGBgS/wASGRkSFT9YPnwkGBgkGW0nNicBFRgS1hIYGBLWEhgrLD8/LCvAGSQZGSSnKxsnJxsrAAEAAAArAZUBVQAOAB1AGgEBAAEBQgABAAABTwABAQBTAAABAEc1MwIRKwEXBwYrASImPQE0NjsBMgE4XV0NFuoSGRkS6hYBQ4ODEhgS1hIYAAAAAAIAAP/rAWsBlQAFABkALEApFg8LCgcGBgIDAUIAAwACAQMCWQABAAABTQABAQBTAAABAEcZFBIQBBMrFiImNTMUNxcVITU3NTQ2NzU0NjIWHQEeARXHJBhVYCv+lSs8LhMaEy49FRgSEmgrFRUrdTFLCw4NExMNDgtLMQABAAAAFQFVAWsAFwA9QDoEAAIAAQFCAQEFQAAAAQMBAANoAAMCAQMCZgAFAAEABQFbAAIEBAJPAAICBFMABAIERyMiEiMSEgYVKwE3FSM3JiIGFBYzMjY3Mw4BIyImNDYzMgEjMpVFJmpLSzUqQQ4sDlw7RmRkRkcBOTKWRSZLaksvJjhIZI5kAAAAAAMAAP/rAasBlQAHABEAFwBBQD4WFRQTBAIEAUIGAQQDAgMEAmgAAAADBAADWwUBAgEBAk8FAQICAVQAAQIBSBISCQgSFxIXDgwIEQkRExAHESsSMhYUBiImNBMyNjQmIyIGFBYTFRcHJzV8sn19snzVR2RkR0ZkZFFgEHABlX2wfX2w/v1ljGVkjmQBFnA5G0SAAAABAAD/7AGAAZUAJQBGQEMfAQUEFAsCAgMkAQEAA0IABAAFAwQFWwADAAIAAwJbBgEAAQEATwYBAAABUwABAAFHAQAeHRoZExEODAYFACUBJQcPKyUyFhUUBiImNTQ3JwYjIiY0NjMyFzcmNTQ2MhYUBiInBxYUBxc2AUAaJCUyJQKYERsaJiYaGxGWAiY0JiY0EpYCApgTaSUZGiUlGgYIWBEmNCYRWAoEGiYmNCYSWAoKClkRAAAAAQAAAAEAABRqXNNfDzz1AAsCAAAAAADUr8thAAAAANSvy2EAAP/KAp0BuQAAAAgAAgAAAAAAAAABAAABuf/KAC4CnQAAAAACnQABAAAAAAAAAAAAAAAAAAAAGAC7ABEAAAAAAKoAAAG4AAUA7AAFAKUAAADsAAUApQAAAbgABQDAAAAAwAAAAM8AAAKdAAMBKwAAAgAAAAErAAABqwAAAUAAAAFVAAABlQAAAWsAAAFVAAABqwAAAYAAAAAAACgAKAAoAEYAZgCQAKwA0gDwAQQBGAE2AfQCFgJWAqQC0AL4A1IDfAO6BAAESgSlAAAAAQAAABgAWwAEAAAAAAACABQAIQBuAAAAdwmRAAAAAAAAAA4ArgABAAAAAAAAADwAegABAAAAAAABABAA2QABAAAAAAACAAYA+AABAAAAAAADACwBWQABAAAAAAAEABABqAABAAAAAAAFABAB2wABAAAAAAAGABACDgADAAEECQAAAHgAAAADAAEECQABACAAtwADAAEECQACAAwA6gADAAEECQADAFgA/wADAAEECQAEACABhgADAAEECQAFACABuQADAAEECQAGACAB7ABDAHIAZQBhAHQAZQBkACAAYgB5ACAAcgBvAG8AdAAgAHcAaQB0AGgAIABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAKABoAHQAdABwADoALwAvAGYAbwBuAHQAZgBvAHIAZwBlAC4AcwBmAC4AbgBlAHQAKQAAQ3JlYXRlZCBieSByb290IHdpdGggRm9udEZvcmdlIDIuMCAoaHR0cDovL2ZvbnRmb3JnZS5zZi5uZXQpAABpAGMAbwBuAHMAXwBtAG8AYgBpAHMAYwByAG8AbABsAABpY29uc19tb2Jpc2Nyb2xsAABNAGUAZABpAHUAbQAATWVkaXVtAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAGkAYwBvAG4AcwBfAG0AbwBiAGkAcwBjAHIAbwBsAGwAIAA6ACAAMgA2AC0AMQAtADIAMAAxADcAAEZvbnRGb3JnZSAyLjAgOiBpY29uc19tb2Jpc2Nyb2xsIDogMjYtMS0yMDE3AABpAGMAbwBuAHMAXwBtAG8AYgBpAHMAYwByAG8AbABsAABpY29uc19tb2Jpc2Nyb2xsAABWAGUAcgBzAGkAbwBuACAAMAAwADEALgAwADAAMAAgAABWZXJzaW9uIDAwMS4wMDAgAABpAGMAbwBuAHMAXwBtAG8AYgBpAHMAYwByAG8AbABsAABpY29uc19tb2Jpc2Nyb2xsAAAAAAACAAAAAAAA/8AAGQAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAABAAIBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYHdW5pRjEwMAd1bmlGMTAxB3VuaUYxMDIHdW5pRjEwMwd1bmlGMTA0B3VuaUYxMDUHdW5pRjEwNgd1bmlGMTA3B3VuaUYxMDgHdW5pRjEwOQd1bmlGMTBBB3VuaUYxMEIHdW5pRjEwQwd1bmlGMTBEB3VuaUYxMEUHdW5pRjEwRgd1bmlGMTEwB3VuaUYxMTEHdW5pRjExMgd1bmlGMTEzB3VuaUYxMTQAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAyADIBuf/KAbn/yrAALLAgYGYtsAEsIGQgsMBQsAQmWrAERVtYISMhG4pYILBQUFghsEBZGyCwOFBYIbA4WVkgsApFYWSwKFBYIbAKRSCwMFBYIbAwWRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAArWVkjsABQWGVZWS2wAiwgRSCwBCVhZCCwBUNQWLAFI0KwBiNCGyEhWbABYC2wAywjISMhIGSxBWJCILAGI0KyCgACKiEgsAZDIIogirAAK7EwBSWKUVhgUBthUllYI1khILBAU1iwACsbIbBAWSOwAFBYZVktsAQssAdDK7IAAgBDYEItsAUssAcjQiMgsAAjQmGwgGKwAWCwBCotsAYsICBFILACRWOwAUViYESwAWAtsAcsICBFILAAKyOxAgQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYUREsAFgLbAILLEFBUWwAWFELbAJLLABYCAgsAlDSrAAUFggsAkjQlmwCkNKsABSWCCwCiNCWS2wCiwguAQAYiC4BABjiiNhsAtDYCCKYCCwCyNCIy2wCyxLVFixBwFEWSSwDWUjeC2wDCxLUVhLU1ixBwFEWRshWSSwE2UjeC2wDSyxAAxDVVixDAxDsAFhQrAKK1mwAEOwAiVCsQkCJUKxCgIlQrABFiMgsAMlUFixAQBDYLAEJUKKiiCKI2GwCSohI7ABYSCKI2GwCSohG7EBAENgsAIlQrACJWGwCSohWbAJQ0ewCkNHYLCAYiCwAkVjsAFFYmCxAAATI0SwAUOwAD6yAQEBQ2BCLbAOLLEABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsA8ssQAOKy2wECyxAQ4rLbARLLECDistsBIssQMOKy2wEyyxBA4rLbAULLEFDistsBUssQYOKy2wFiyxBw4rLbAXLLEIDistsBgssQkOKy2wGSywCCuxAAVFVFgAsAwjQiBgsAFhtQ0NAQALAEJCimCxDQUrsG0rGyJZLbAaLLEAGSstsBsssQEZKy2wHCyxAhkrLbAdLLEDGSstsB4ssQQZKy2wHyyxBRkrLbAgLLEGGSstsCEssQcZKy2wIiyxCBkrLbAjLLEJGSstsCQsIDywAWAtsCUsIGCwDWAgQyOwAWBDsAIlYbABYLAkKiEtsCYssCUrsCUqLbAnLCAgRyAgsAJFY7ABRWJgI2E4IyCKVVggRyAgsAJFY7ABRWJgI2E4GyFZLbAoLLEABUVUWACwARawJyqwARUwGyJZLbApLLAIK7EABUVUWACwARawJyqwARUwGyJZLbAqLCA1sAFgLbArLACwA0VjsAFFYrAAK7ACRWOwAUVisAArsAAWtAAAAAAARD4jOLEqARUqLbAsLCA8IEcgsAJFY7ABRWJgsABDYTgtsC0sLhc8LbAuLCA8IEcgsAJFY7ABRWJgsABDYbABQ2M4LbAvLLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyLgEBFRQqLbAwLLAAFrAEJbAEJUcjRyNhsAZFK2WKLiMgIDyKOC2wMSywABawBCWwBCUgLkcjRyNhILAEI0KwBkUrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmEjICCwBCYjRmE4GyOwCENGsAIlsAhDRyNHI2FgILAEQ7CAYmAjILAAKyOwBENgsAArsAUlYbAFJbCAYrAEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDIssAAWICAgsAUmIC5HI0cjYSM8OC2wMyywABYgsAgjQiAgIEYjR7AAKyNhOC2wNCywABawAyWwAiVHI0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhsAFFYyMgWGIbIVljsAFFYmAjLiMgIDyKOCMhWS2wNSywABYgsAhDIC5HI0cjYSBgsCBgZrCAYiMgIDyKOC2wNiwjIC5GsAIlRlJYIDxZLrEmARQrLbA3LCMgLkawAiVGUFggPFkusSYBFCstsDgsIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSYBFCstsDkssDArIyAuRrACJUZSWCA8WS6xJgEUKy2wOiywMSuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xJgEUK7AEQy6wJistsDsssAAWsAQlsAQmIC5HI0cjYbAGRSsjIDwgLiM4sSYBFCstsDwssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwBkUrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYbACJUZhOCMgPCM4GyEgIEYjR7AAKyNhOCFZsSYBFCstsD0ssDArLrEmARQrLbA+LLAxKyEjICA8sAQjQiM4sSYBFCuwBEMusCYrLbA/LLAAFSBHsAAjQrIAAQEVFBMusCwqLbBALLAAFSBHsAAjQrIAAQEVFBMusCwqLbBBLLEAARQTsC0qLbBCLLAvKi2wQyywABZFIyAuIEaKI2E4sSYBFCstsEQssAgjQrBDKy2wRSyyAAA8Ky2wRiyyAAE8Ky2wRyyyAQA8Ky2wSCyyAQE8Ky2wSSyyAAA9Ky2wSiyyAAE9Ky2wSyyyAQA9Ky2wTCyyAQE9Ky2wTSyyAAA5Ky2wTiyyAAE5Ky2wTyyyAQA5Ky2wUCyyAQE5Ky2wUSyyAAA7Ky2wUiyyAAE7Ky2wUyyyAQA7Ky2wVCyyAQE7Ky2wVSyyAAA+Ky2wViyyAAE+Ky2wVyyyAQA+Ky2wWCyyAQE+Ky2wWSyyAAA6Ky2wWiyyAAE6Ky2wWyyyAQA6Ky2wXCyyAQE6Ky2wXSywMisusSYBFCstsF4ssDIrsDYrLbBfLLAyK7A3Ky2wYCywABawMiuwOCstsGEssDMrLrEmARQrLbBiLLAzK7A2Ky2wYyywMyuwNystsGQssDMrsDgrLbBlLLA0Ky6xJgEUKy2wZiywNCuwNistsGcssDQrsDcrLbBoLLA0K7A4Ky2waSywNSsusSYBFCstsGossDUrsDYrLbBrLLA1K7A3Ky2wbCywNSuwOCstsG0sK7AIZbADJFB4sAEVMC0AAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format("truetype"), url(data:application/x-font-woff;base64,d09GRgABAAAAABD8AA8AAAAAGvQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABoAAAAcdZ05kk9TLzIAAAF0AAAASgAAAGBBL129Y21hcAAAAcAAAABCAAABQgAP9L9jdnQgAAALlAAAABQAAAAcA6X/xmZwZ20AAAuoAAAE+QAACZGKCng7Z2FzcAAAC4wAAAAIAAAACAAAABBnbHlmAAACBAAABskAAAlKs19cB2hlYWQAAAjQAAAALgAAADYLG9dCaGhlYQAACQAAAAAdAAAAJASGAoBobXR4AAAJIAAAAEUAAABgHPkAKGxvY2EAAAloAAAAMgAAADIX3RXabWF4cAAACZwAAAAgAAAAIAEWCg9uYW1lAAAJvAAAAVwAAALNcNlg+XBvc3QAAAsYAAAAcwAAAPoTnmkxcHJlcAAAEKQAAABWAAAAVpKhmv942mNgYGBkAIIztovOg+gr608nwmgAUe8H2gAAeNpjYGEMYPzCwMrAwOjDmMbAwOAOpb8ySDK0MDAwMbAxM8CBAILJEJDmmsJw4CPDRxHGA/8PMOgx7mQwAwozIilRYGAEAFG2DIEAAHjaY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+R5H//4Ekw////MxQlQyMbAwwJgMjE5BgYkAFjAzDHgAAUiAGwAAAeNp1Vs1vG9cRn9l9+5Za7i75ltxdkQqpD5K7tleWxM+1pMrcyLJlmDVUR1UhS3WhoIqgWCgQFKiNAFYtIJceit7kugUC+GLkoItrFw2KBIZPcewccnJPPQeo03+gh0qdRwlNm6bLJd/ue/PezPzmNzMEBQQA/A5XQAUdTicBvakKqNdBQVSugqLgNUZPeBFA5xojMVVo2agpmiJsior41e2tLVw5PBDYpK2AoMESPsE6pIE/0VU8FeX8uONlkE9i0Ck/fWoWrZeW+YVVxPrHH1tF84VlvTCLJ3uP/gZf4W/Bor0Dcm/s6XJfFzs+HfGVSVdfnq4/KaZlmi8t66VJD0/7+wEm4CG+BRnwk7x8xyVAhGW5tujnFRHlRF7nY3Rki85s+N5DrmW1PY3urMYxOZJO9l9ojv+XTdIfg5FNXQyDzjBKlwKt78LnlvW5WVROfKO7+B+2WN9liytt6eTpiLGgLVqdxjA+5KTWMEjzc5sejRRCytD2vhvTWqhziQqZwfH3fcVfmFLx0v9gCjACz3ADOO3l/Xjovh7W42d37448eIDJ3h4N35KjiJ+KROzX9TCm1ZG7mMhh7/i8n8OXmIEUOEkmJTmhQUKzbwvMRrHENvZj/woz2DlnclfcYnL8pUMSRJ6jl8qH+GcwIQ/TsAZbyU9byNQ51NhKWeHaVdQ5myeOkSjbBo1xpvFt4Drj+hYoOuoKbg8gY7BM8IBxAXQdlwnWNC7Mznju8tL3e0l3Zm12rdMOatVRd9qbNjJRjQfxeYw7ZdTtk+DxUB31fPq4ukscq4wGYSUIg3ACiRth0FXazU7c8ccyaoWTuF9GKdykcRZHG12cw2AS8QJhXXq/lMprevnWjFk0/2gWrL/ihp0ZRrpSmfDwgZNFzm2DT9kbaW6W8DkyemVcw88ww43JKXuK55mByHRKtg2fYmSLVatol2+VUykxUHr/vllM/8EumHgDuTXmffIYLWsILa7ZA/ystWaIyhB+SjDqZVXFTy2RPTthneUOnamqZvrJlxmd9eMGGOEeGOAlOYqaCl2iI7wtccQBJRNhw3NFqBMbmwhO4d5+wcG9gnN4kCS44hQAFDrCVQB3wIECnE3OFJCqxDxDRZU1Y5uW3wXS2Se6eg1UVC8K4YRtLR/VyujmCWaie6tDwWg2PL3SrrgVHz88PdMdP/y63ZufcnsTM6th8qNk57U6d2a822vXr2jh5JVbKys7x/qPfRigqrXWezT8g9VkBJiqsp9wjYyguqWsgcyyq1KSiAG4OJQMkwi7+f8lrieWYRjCEELkmkLPR7EYFXke4ViA7mi7GTd9F2HQOXAK6B2+6rk7boRwRBgV8K0oct3jPDv6Bx6QbS6IxE6TpmN4x05RpvvhhEp+Nxs+fT03byv6q+H21Ky3UJ+t1WYbC97cREd/Y2piIS7VF8bHF+qlzqXx+kn+AiaE+QCESVViKpGQ9jMamHJdrl+TfhDWQmQJ61zTrYQErWi+uL0/cDt6hsmrM/t0hKztZOfXuIIH4MMwhPBmcp7mOKh8fUBXUgwo6UBbB6oAbAkYwx8CMrw8MoIwEo6E1UrpjcJgPpcl6oGPvtGnTQmPQzuHrc4skqNyijc6rWCM5+O2HEqIkTM46PRRc9zu6vk71cHBauFnYSdEd9D5i1ykn2i82x2PnhWqhUL1o2goDIeiPgYR7lOPsqGUFAlWxPlvV9R2k3BGX++H7diQBp67ccPyXkuNrz288MEHTl+HxEHp47CD+1RbCzCenPYyaUPnXFFR1h8FVUJWqrj6jYpC3smyXOQRh5v52CdqxJLMJ/4SwZ9XB1c2osP96HsTuWJuYo78craJH9Ev6r20beVylp3u1fv+uBSDHYrBXDJDcZQOIWpURlFFULeJpWTAFtlGtR/XQWFMWaJezJaBKWyxMuZUHIcTC2O3EkuQvWajEzdtrIwFkmZYaexfDG72eu0zb9rj9o9nL21uXlrE6ca9i0HvZm8yOHd58zeb3/DhgHDQKad8yQfiZ4604DynmqKoTJGJrVJFXtdQ/ilYokGRvFDwsuMMpBzf8W2TKpXIZXUROQ0vT12tlZPxr0jbci41nPadx7u7j++8WtzcXCRrrm1k38P93Ue7u48O//nOr98hc9B7b3po4bjHHP0d98imGlxKLgxTd8inFUWtUiTUeeK9pjKi6HE2r3NJB1ji+O98RiiXioWcsE2uQQ1rOnUAmXWy17bikJ+A5MdBP3Q0H+peXvc7mBSrtUZNuS+GikFQHBL3lKAVBC3nnqLcz71bKxRrtSJPrQqaFasGI6FW4KxS8bgu/gWnzlGAAAAAeNpjYGRgYABikayYy/H8Nl8ZuJkYQODK+tOJCPr/Kaa5jDuBXA4GsDQAPY0L5gAAeNpjYGRgYNz5/xSDHtNcBiAAkowMqEACAGvtBAoAAAB42mPYzSDIAAKrGBgYdzCwMrwB4qVAPpQGix0A8kH4PAMD01wGZkZtIA3kgmjG1UDsAMShQDwViLOhbJB4AwMDAMPJDTIAAAAAAAAoACgAKABGAGYAkACsANIA8AEEARgBNgH0AhYCVgKkAtAC+ANSA3wDugQABEoEpQAAAAEAAAAYAFsABAAAAAAAAgAUACEAbgAAAHcJkQAAAAB42p2PTWoCQRCF3/gHgSAeoZcGYtszCwXJTnDnVpKVODqjDTotPS3GHCBnySrbkKOE3CDkANklb8YmkCwScIrp+vrxqqsKQBOPCHD8rnDnOUALL54raODDcxWXwY3nGlrBg+c6+dVzA61Kk86gdsbbbVlVcACBJ88VnOPNcxXX+PRcgwjuPdfJz54b5HcMYZFgBsdzwddiHHhaGIYj7aGZV6QRlYxcZIsl/QIRJBRzmw7H2GKALiP13vTbK5HzJqkm1C+AoU1mLlmI+CCsMU7stVuJkcncyNhlIiKpRHvl3HbQ7aZU00KVeSqzxLFaY162yDHFhhRTyakVg68Z0HOT5dONiXU+t2ZNZVxuqLFjAcbJQu+Y/1pqwP+/PkdXhB46CPlHrAzR58M/NhmI3/NQinqdsBOpsH/SOhPOamnSZaFg36KzLHMxPSaJzbXJhFKhVEqJU7p8AWyOhzl42m3NOw6CYBRE4Xt+RXyDz+guuIqgJSjsxcbO/bkzJTqlk0y+8liw794v29u/7bpjgUCPPhEDYoaMGDNhyow5CSkLlqxYs2EbPx/31rNMujzIo8zlSRaylGd5kZWs5VXeZCPbn66+q+/qu/qefwDWYjEqAAABAAH//wAPeNpjYEADRgxGjDv/nwJhABf+BWt42p1V2XbTVhSVPGRwEjpkoKAO19w4UOvKhCkYMGkqxXYhHRwIrQQdpAx05J3HPutrjkK7Vh/5tO59PSS0dK22LJbPvkdbZ9g650YcIyp9Gohr1KGSlwOprD2WSvdJXNd1L4+VDAZxXbYST0mbqJ0kSmrd7FAu8VjrKlknWCfj5SBWT1WeZ6AM4hQeZUlEG0QbqZcmSeKJ4yeJFmcQHyVJICWjEKfSyFBCNRrEUtWhTOnQq9cTcdNAykajHnVYVPdDxSfHNafUrANGKlc5whXr1Ua+G6cDL3uQxDrBs62HMR54rH6UKpCKkenIP3ZKTpSGgVRx1KFW4ugwk1/3kUwqzUCmjGJFpe6BuN39dNsWMT10Or4uSpVGqrq5ziia7dHxqIMoD9nG6aTc0Nn28OUZU1SrXXGz7UBmDVxKyWx0n0QAHSZS4+kBTjWcAqkZ9UfF2efPARLJXJSqPFUyh3oDmTM7e3Ex7W4nq7JwpJ8HMm92duOdh0OnV4d/0foXTOHMR4/iYn4+QvpQan4iTiSlRljM8qeGH3FXIEK5MYgLF8rgU4Q5dEXa2WZd47Ux9obP+UqpYT0J2uij+H4K/U4kKxxnUaP1SJzNY9d1rdxnUEu1uxc7Mq9DlSLu7wsLrjPnhGGeFgtVX5753gU0/waIZ/xA3jSFS/uWKUq0b5uiTLtoigrtElSlXTbFFO2KKaZpz5pihvYdU8zSnjMy4//L3OeR+xze8ZCb9l3kpn0PuWnfR27aD5CbViE3bR25aS8gN61GbtpVozp2BBoGaRdSFUHQNLL6YdxWm/VA1ow0fGlg8i5iyPrqREedtbXKH8V/deILB3Jpoqe7Iheb4i6v2xY+PN3uq4+aRt2w1fjGkfIwHkZ6HJrQWfnN4b/tTd0umu4yqjLoARVMCsAAZe1AAtM62wmk9Zqn+PIHYFyGeM5KQ7VUnzuGpu/leV/3sTnxvsftxi63XHd5CVnWDXJj9vDfUmSq6x/lLa1UJ0esKyePVWsYQyq8KLq+kpR7tLUbvyipsvJelNbK55OQmz2DG0Jbtu5hsCNMacolHl5TpSg91FKOskMsbynKPOCUiwtahsS4DnUPamvE6aF6GBsLIYahtL0QcEgpXRXftMp38R6ra9jo+MUV4el6chIRn+Iq+1HwVNdG/egO2rxm3TKDKVWqp/uMT7Gv2/ZRWWmkjrMXt1QH1zTrGjkV00/ka+B0bzho3QM9VHw0QSNVNcfoxihjNJY15d8EdDFWfsNo1WL7PdxPnaRVrLlLmOybE/fgtLv9Kvu1nFtG1v3XBr1t5IqfIzG/LQr8Owdit2QN1DuTgRgLyFnQGMYWJncYroNtxG32Pyan/9+GhUVyVzsau3nqw9WTUSV32fK4y012WdejNkfVThr7CI0tDzfm2OFyLLbEYEG2/sH/Me4Bd2lRAuDQyGWYiNp0oZ7q4eoeq7FtOFcSAXbNseN0AHoALkHfHLvW8wmA9dwj5y7AfXIIdsgh+JQcgs/IuQXwOTkEX5BDMCCHYJecOwAPyCF4SA7BHjkEj8jZBPiSHIKvyCGIySFIyLkN8JgcgifkEHxNDsE3Rq5OZP6WB9kA+s6im0CpnRoc2jhkRq5N2Ps8WPaBRWQfWkTqkZHrE+pTHiz1e4tI/cEiUn80cmNC/YkHS/3ZIlJ/sYjUZ8aXmSMprw6e844O/gSX6q1eAAAAS7gAyFJYsQEBjlm5CAAIAGMgsAEjRLADI3CyBCgJRVJEsgoCByqxBgFEsSQBiFFYsECIWLEGA0SxJgGIUVi4BACIWLEGAURZWVlZuAH/hbAEjbEFAEQAAA==) format("woff"), url("/generali-theme/css/icons_mobiscroll.svg?vfwsgy#icons_mobiscroll") format("svg");
  font-style: normal; }

.mbsc-ic:before {
  font-family: 'icons_mobiscroll';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mbsc-ic-arrow-down5:before {
  content: "\f100"; }

.mbsc-ic-arrow-left5:before {
  content: "\f101"; }

.mbsc-ic-arrow-left6:before {
  content: "\f102"; }

.mbsc-ic-arrow-right5:before {
  content: "\f103"; }

.mbsc-ic-arrow-right6:before {
  content: "\f104"; }

.mbsc-ic-arrow-up5:before {
  content: "\f105"; }

.mbsc-ic-ion-ios7-arrow-back:before {
  content: "\f106"; }

.mbsc-ic-ion-ios7-arrow-forward:before {
  content: "\f107"; }

.mbsc-ic-ion-ios7-checkmark-empty:before {
  content: "\f108"; }

.mbsc-ic-ios-backspace:before {
  content: "\f109"; }

.mbsc-ic-material-bookmark:before {
  content: "\f10a"; }

.mbsc-ic-material-cloud-download:before {
  content: "\f10b"; }

.mbsc-ic-material-delete:before {
  content: "\f10c"; }

.mbsc-ic-material-favorite:before {
  content: "\f10d"; }

.mbsc-ic-material-flag:before {
  content: "\f10e"; }

.mbsc-ic-material-https:before {
  content: "\f10f"; }

.mbsc-ic-material-label:before {
  content: "\f110"; }

.mbsc-ic-material-notifications:before {
  content: "\f111"; }

.mbsc-ic-material-refresh:before {
  content: "\f112"; }

.mbsc-ic-material-schedule:before {
  content: "\f113"; }

.mbsc-ic-material-share:before {
  content: "\f114"; }

.mbsc-fr-w, .mbsc-fr-overlay {
  -webkit-transform: translateZ(0); }

.mbsc-fr {
  pointer-events: none;
  z-index: 99998;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%; }

.mbsc-fr-lock {
  -ms-touch-action: none;
  touch-action: none; }

.mbsc-fr-lock-ctx {
  position: relative; }

.mbsc-fr-lock.mbsc-fr-lock-ios {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto; }

.mbsc-fr-scroll {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.mbsc-fr-scroll:focus {
  outline: 0;
  outline-offset: -2px; }

.mbsc-fr-popup {
  max-width: 98%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: 12px;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.mbsc-rtl {
  direction: rtl; }

.mbsc-fr-popup, .mbsc-fr-btn-cont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mbsc-fr-w {
  min-width: 200px;
  overflow: hidden;
  text-align: center;
  font-family: arial,verdana,sans-serif;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mbsc-fr, .mbsc-fr-persp, .mbsc-fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mbsc-fr-lock-ctx > .mbsc-fr, .mbsc-fr-lock-ctx .mbsc-fr-persp, .mbsc-fr-lock-ctx .mbsc-fr-overlay {
  position: absolute; }

.mbsc-fr-persp {
  pointer-events: auto;
  overflow: hidden; }

.mbsc-fr-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateZ(0); }

.mbsc-fr-liq .mbsc-fr-popup {
  max-width: 100%; }

.mbsc-fr-top .mbsc-fr-popup, .mbsc-fr-bottom .mbsc-fr-popup {
  width: 100%;
  max-width: 100%; }

.mbsc-fr-inline {
  position: static;
  pointer-events: auto; }

.mbsc-fr-inline .mbsc-fr-popup {
  position: static;
  display: inline-block;
  max-width: 100%; }

.mbsc-fr-inline.mbsc-fr-liq .mbsc-fr-popup {
  display: block; }

.mbsc-fr-bubble, .mbsc-fr-bubble .mbsc-fr-persp {
  position: absolute; }

.mbsc-fr-bubble .mbsc-fr-arr-w {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%; }

.mbsc-fr-bubble-top .mbsc-fr-arr-w {
  top: 100%; }

.mbsc-fr-bubble-bottom .mbsc-fr-arr-w {
  bottom: 100%; }

.mbsc-fr-bubble .mbsc-fr-arr-i {
  margin: 0 30px;
  position: relative;
  direction: ltr; }

.mbsc-fr-bubble .mbsc-fr-arr {
  display: block; }

.mbsc-fr-arr {
  display: none;
  position: relative;
  left: 0;
  width: 0;
  height: 0;
  border-width: 18px 18px;
  border-style: solid;
  margin-left: -18px; }

.mbsc-fr-bubble-bottom .mbsc-fr-arr {
  bottom: 0; }

.mbsc-fr-bubble-top .mbsc-fr-arr {
  top: 0; }

.mbsc-fr-hdn {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden; }

.mbsc-fr-hdr {
  overflow: hidden;
  text-overflow: ellipsis; }

.mbsc-fr-btn {
  overflow: hidden;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top; }

.mbsc-fr-btn-e {
  cursor: pointer; }

.mbsc-fr-btn-d {
  cursor: not-allowed; }

.mbsc-fr-btn-cont {
  display: table;
  width: 100%;
  text-align: center; }

.mbsc-fr-btn-cont .mbsc-fr-btn-d {
  opacity: .3; }

.mbsc-fr-btn-w {
  vertical-align: top;
  display: table-cell;
  position: relative;
  z-index: 5; }

.mbsc-fr-btn-w .mbsc-fr-btn:before {
  padding: .375em; }

.mbsc-wdg .mbsc-wdg-c {
  position: relative;
  z-index: 0;
  font-size: 14px;
  text-align: left;
  white-space: normal; }

.mbsc-wdg .mbsc-wdg-c.mbsc-w-p {
  padding: 1em; }

.mbsc-mobiscroll .mbsc-fr-w {
  min-width: 16em;
  background: #f7f7f7;
  color: #454545;
  font-size: 16px; }

.mbsc-mobiscroll .mbsc-fr-hdr {
  padding: 0 .6666em;
  padding-top: .6666em;
  color: #00A8F6;
  font-size: .75em;
  text-transform: uppercase;
  min-height: 2em;
  line-height: 2em; }

.mbsc-mobiscroll .mbsc-fr-btn-cont {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 0 .5em .5em .5em; }

.mbsc-mobiscroll .mbsc-fr-btn-w {
  display: block;
  float: right; }

.mbsc-mobiscroll .mbsc-rtl .mbsc-fr-btn-w {
  float: left; }

.mbsc-mobiscroll .mbsc-fr-btn {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  color: #00A8F6;
  text-transform: uppercase; }

.mbsc-mobiscroll.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover, .mbsc-mobiscroll .mbsc-fr-btn-a {
  background: rgba(0, 168, 246, 0.3); }

.mbsc-mobiscroll .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #f7f7f7 transparent; }

.mbsc-mobiscroll .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #f7f7f7 transparent transparent transparent; }

.mbsc-ios.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios.mbsc-fr-bottom .mbsc-fr-btn-cont {
  background: #efefef; }

.mbsc-ios .mbsc-fr-overlay {
  background: rgba(0, 0, 0, 0.2); }

.mbsc-ios .mbsc-fr-w {
  position: relative;
  padding-top: 3.666667em;
  background: #f7f7f7;
  color: #000;
  font-size: 12px;
  font-family: -apple-system,Helvetica Neue,Helvetica,Arial,sans-serif; }

.mbsc-ios .mbsc-fr-has-hdr .mbsc-fr-w {
  min-width: 25em; }

.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w, .mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  min-width: 16.666667em; }

.mbsc-ios .mbsc-fr-hdr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1.25em;
  padding: .75em 4.375em;
  color: #000;
  font-size: 1.333334em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-hdr, .mbsc-ios.mbsc-fr-center:not(.mbsc-cal-liq) .mbsc-fr-hdr {
  position: relative;
  padding: .75em .5em;
  border-bottom: 1px solid #ccc;
  white-space: normal; }

.mbsc-ios .mbsc-fr-btn-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc; }

.mbsc-ios .mbsc-fr-btn {
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 .625em;
  display: inline-block;
  color: #007aff;
  font-size: 1.333334em; }

.mbsc-ios .mbsc-fr-btn-a {
  opacity: .5; }

.mbsc-ios.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover {
  background: #ebebe8; }

.mbsc-ios .mbsc-fr-btn-w {
  display: block;
  float: right; }

.mbsc-ios .mbsc-fr-btn-c, .mbsc-ios .mbsc-rtl .mbsc-fr-btn-w {
  float: left; }

.mbsc-ios .mbsc-rtl .mbsc-fr-btn-c {
  float: right; }

.mbsc-ios .mbsc-fr-btn-s .mbsc-fr-btn {
  font-weight: bold; }

.mbsc-ios.mbsc-fr-bubble .mbsc-fr-w, .mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  border-radius: 8px; }

.mbsc-ios .mbsc-fr-arr-w {
  z-index: 0; }

.mbsc-ios .mbsc-fr-arr {
  position: relative;
  width: 26px;
  height: 26px;
  background: #f7f7f7;
  border: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -13px; }

.mbsc-ios .mbsc-fr-bubble-top .mbsc-fr-arr {
  top: -17px;
  border-bottom-left-radius: 6px; }

.mbsc-ios .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  top: 17px;
  border-top-right-radius: 6px; }

.mbsc-ios.mbsc-fr-bottom .mbsc-fr-overlay, .mbsc-ios.mbsc-fr-top .mbsc-fr-overlay {
  background: 0; }

.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup {
  border-top: 1px solid #909090; }

.mbsc-ios.mbsc-fr-top .mbsc-fr-popup {
  border-bottom: 1px solid #909090; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios .mbsc-fr-hdr, .mbsc-ios .mbsc-fr-btn-cont, .mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup, .mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w {
    border-width: .5px; } }
.mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  padding-top: 0;
  padding-bottom: 3.75em; }

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w {
  padding: 0; }

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-cont {
  display: table;
  top: auto;
  bottom: 0;
  border: 0;
  table-layout: fixed; }

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn {
  display: block;
  font-weight: normal; }

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w {
  display: table-cell;
  float: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w:first-child {
  border-left: 0; }

.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w {
  border-left: 0;
  border-right: 1px solid #ccc; }

.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child {
  border-right: 0; }

.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:first-child .mbsc-fr-btn, .mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:last-child .mbsc-fr-btn {
  border-radius: 0 0 0 .5em; }

.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:last-child .mbsc-fr-btn, .mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child .mbsc-fr-btn {
  border-radius: 0 0 .5em 0; }

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-a {
  background: #ebebe8;
  opacity: 1; }

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-cont {
  position: static;
  display: block; }

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w {
  display: block;
  border-left: 0;
  border-right: 0; }

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w .mbsc-fr-btn-w .mbsc-fr-btn {
  border-radius: 0; }

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w:last-child .mbsc-fr-btn {
  border-radius: 0 0 .5em .5em; }

.mbsc-ios.mbsc-fr-inline .mbsc-fr-w {
  border: 0;
  border-radius: 0;
  background: #fff; }

.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w {
  padding: 0; }

.mbsc-jqm .mbsc-fr-overlay {
  background: 0; }

.mbsc-jqm .mbsc-fr-hdr {
  position: static;
  width: auto;
  border: 0;
  padding: 5px;
  font-size: 14px;
  min-height: 18px; }

.mbsc-jqm .mbsc-fr-w {
  border: 0;
  font-family: inherit; }

.mbsc-jqm .mbsc-fr-btn-cont {
  font-size: 12px;
  padding: 0 2px 4px 2px; }

.mbsc-jqm .mbsc-fr-btn-cont .ui-btn {
  margin: 0 2px; }

.mbsc-jqm .mbsc-fr-btn-cont .ui-btn-inner {
  font-size: 12px; }

.mbsc-jqm .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #222 transparent; }

.mbsc-jqm .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #222 transparent transparent transparent; }

.mbsc-jqm.mbsc-fr-bubble .mbsc-fr-popup {
  background: #222;
  border: 0;
  padding: 6px; }

.mbsc-jqm.mbsc-fr-liq .mbsc-fr-popup, .mbsc-jqm.mbsc-fr-top .mbsc-fr-popup, .mbsc-jqm.mbsc-fr-bottom .mbsc-fr-popup, .mbsc-jqm.mbsc-fr-liq .mbsc-fr-w, .mbsc-jqm.mbsc-fr-top .mbsc-fr-w, .mbsc-jqm.mbsc-fr-bottom .mbsc-fr-w {
  padding: 0;
  border-radius: 0; }

.mbsc-jqm.mbsc-fr-top .mbsc-fr-popup {
  border-right: 0;
  border-top: 0;
  border-left: 0; }

.mbsc-jqm.mbsc-fr-bottom .mbsc-fr-popup {
  border-bottom: 0;
  border-right: 0;
  border-left: 0; }

.mbsc-bootstrap .mbsc-fr-popup {
  display: block;
  padding: 0; }

.mbsc-bootstrap .mbsc-fr-hdr {
  padding: 0 14px;
  min-height: 37px;
  line-height: 37px; }

.mbsc-bootstrap .mbsc-fr-w {
  font-family: inherit;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mbsc-bootstrap .mbsc-fr-overlay {
  background: rgba(0, 0, 0, 0.5); }

.mbsc-bootstrap .mbsc-fr-btn-cont {
  padding: 0 2px 4px 2px; }

.mbsc-bootstrap .mbsc-fr-btn {
  display: block;
  margin: 0 2px; }

.mbsc-bootstrap.mbsc-inline .mbsc-fr-popup {
  display: inline-block; }

.mbsc-bootstrap.mbsc-fr-liq .mbsc-fr-popup, .mbsc-bootstrap.mbsc-fr-top .mbsc-fr-popup, .mbsc-bootstrap.mbsc-fr-bottom .mbsc-fr-popup {
  border-radius: 0; }

.mbsc-bootstrap .mbsc-fr-arr-i {
  height: 0;
  margin: 0 10px;
  padding: 0;
  border: 0;
  display: block; }

.mbsc-bootstrap .mbsc-fr-bubble-top .mbsc-fr-arr-w {
  bottom: 0; }

.mbsc-bootstrap .mbsc-fr-bubble-bottom .mbsc-fr-arr-w {
  top: 0; }

.mbsc-sc-whl-o, .mbsc-sc-btn {
  -webkit-transform: translateZ(0); }

.mbsc-sc-whl-c, .mbsc-sc-whl-l, .mbsc-sc-whl {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.mbsc-sc-whl-gr-c, .mbsc-sc-itm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mbsc-sc-whl-gr-c {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.mbsc-fr-liq .mbsc-sc-whl-gr-c {
  display: block; }

.mbsc-sc-whl-gr {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.mbsc-sc-whl-w {
  max-width: 100%;
  position: relative; }

.mbsc-sc-whl-o {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.mbsc-sc-whl-l {
  display: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none; }

.mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: block; }

.mbsc-sc-whl {
  overflow: hidden;
  border-radius: 1px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.mbsc-sc-whl-c {
  position: relative;
  z-index: 1;
  top: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.mbsc-sc-whl-sc {
  position: relative; }

.mbsc-sc-itm {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.mbsc-sc-itm-inv, .mbsc-sc-itm-inv-h {
  opacity: .3; }

.mbsc-sc-lbl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: none; }

.mbsc-sc-lbl-v .mbsc-sc-lbl {
  display: block; }

.mbsc-sc-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.mbsc-sc-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.mbsc-sc-whl-a .mbsc-sc-btn {
  opacity: 0; }

.mbsc-sc-btn-plus {
  bottom: 0; }

.mbsc-sc-btn-minus {
  top: 0; }

.mbsc-sc-whl-gr-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.mbsc-sc-whl-gr-3d .mbsc-sc-whl {
  overflow: visible; }

.mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  overflow: hidden; }

.mbsc-sc-whl-3d {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.mbsc-sc-itm-3d {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mbsc-sc-itm-del {
  display: none; }

.mbsc-sc-itm-ml {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.mbsc-sel-hdn {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.mbsc-sel-gr {
  padding: 0 .25em;
  opacity: 1;
  font-weight: bold;
  text-align: left; }

.mbsc-sel-multi .mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: none; }

.mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: center; }

.mbsc-mobiscroll .mbsc-sc-whl-gr {
  padding: .5em .25em; }

.mbsc-mobiscroll .mbsc-sc-whl-w {
  margin: 0 .25em; }

.mbsc-mobiscroll .mbsc-sc-whl-o {
  display: none; }

.mbsc-mobiscroll .mbsc-sc-lbl-v .mbsc-sc-whl-w {
  margin-top: 1.875em; }

.mbsc-mobiscroll .mbsc-sc-lbl {
  color: #00A8F6;
  font-size: .75em;
  line-height: 2.5em;
  text-transform: uppercase; }

.mbsc-mobiscroll .mbsc-sc-whl-l {
  border-top: 1px solid #00A8F6;
  border-bottom: 1px solid #00A8F6; }

.mbsc-mobiscroll .mbsc-sc-btn {
  color: #00A8F6;
  background: #f7f7f7; }

.mbsc-mobiscroll .mbsc-sc-btn:before {
  font-size: 1.5em; }

.mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-btn:hover:before, .mbsc-mobiscroll .mbsc-sc-btn-a:before {
  background: rgba(0, 168, 246, 0.3); }

.mbsc-mobiscroll .mbsc-sc-itm {
  padding: 0 .25em;
  font-size: 1.375em; }

.mbsc-mobiscroll .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(0, 168, 246, 0.3); }

.mbsc-mobiscroll .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 .25em;
  font-size: 1.125em; }

.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em; }

.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 1.818181em;
  color: #00A8F6; }

.mbsc-msr .mbsc-sc-whl-gr {
  direction: ltr; }

.mbsc-msr .mbsc-rtl .mbsc-sc-whl-w {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2; }

.mbsc-msr .mbsc-rtl .mbsc-msr-whl-unit {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1; }

.mbsc-ios.mbsc-sc.mbsc-fr-top .mbsc-fr-w, .mbsc-ios.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w {
  background: #d1d5db; }

.mbsc-ios.mbsc-calendar .mbsc-fr-persp .mbsc-fr-w {
  background: #f7f7f7; }

.mbsc-ios.mbsc-sc.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios.mbsc-sc.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-bottom: 0; }

.mbsc-ios.mbsc-calendar.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-bottom: 1px solid #ccc; }

.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-l, .mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-l {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }

.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-o, .mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#d1d5db), color-stop(0.52, rgba(209, 213, 219, 0)), color-stop(0.48, rgba(209, 213, 219, 0)), to(#d1d5db));
  background: -webkit-linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 48%, #d1d5db);
  background: linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 48%, #d1d5db); }

.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #d1d5db; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios.mbsc-calendar .mbsc-fr-popup .mbsc-fr-btn-cont {
    border-width: .5px; } }
.mbsc-ios.mbsc-fr-inline .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(0.52, rgba(255, 255, 255, 0)), color-stop(0.48, rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(white, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, white);
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, #ffffff); }

.mbsc-ios.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #fff; }

.mbsc-ios .mbsc-sc-lbl {
  color: #ababab;
  line-height: 2.5em; }

.mbsc-ios .mbsc-sc-whl-gr {
  padding: .833333em; }

.mbsc-ios .mbsc-sc-lbl-v {
  margin-bottom: -1.666667em; }

.mbsc-ios .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.mbsc-ios .mbsc-sc-whl-l, .mbsc-ios.mbsc-calendar .mbsc-sc-whl-l {
  display: block;
  margin: 0 -.833333em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.mbsc-ios .mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: none; }

.mbsc-ios .mbsc-sc-whl-o, .mbsc-ios.mbsc-calendar .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(0.52, rgba(245, 245, 245, 0)), color-stop(0.48, rgba(245, 245, 245, 0)), to(#f7f7f7));
  background: -webkit-linear-gradient(#f7f7f7, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7);
  background: linear-gradient(#f7f7f7, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7); }

.mbsc-ios .mbsc-sc-itm {
  padding: 0 .5em;
  color: #9d9d9d;
  font-size: 1.833333em; }

.mbsc-ios .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(0, 122, 255, 0.2); }

.mbsc-ios .mbsc-sc-itm-sel {
  color: #000; }

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
  color: #000; }

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  margin: 0 -.166667em; }

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .mbsc-ios.mbsc-calendar .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #f7f7f7; }

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  font-size: 1.666666em;
  color: #666; }

.mbsc-ios .mbsc-sc-cp .mbsc-sc-whl .mbsc-sc-itm {
  text-align: center; }

.mbsc-ios .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 2.666667em 0; }

.mbsc-ios .mbsc-sc-btn {
  color: #007aff;
  height: 2.66667em !important;
  line-height: 2.66667em !important;
  opacity: 1; }

.mbsc-ios .mbsc-sc-btn:before {
  font-size: 2em; }

.mbsc-ios .mbsc-sc-btn-a:before {
  opacity: .5; }

.mbsc-ios.mbsc-sel-multi .mbsc-sc-whl-l {
  display: none; }

.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-whl-o {
  display: none; }

.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em; }

.mbsc-ios.mbsc-sel-multi .mbsc-sc-itm {
  color: #000; }

.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #007aff; }

.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 1.818181em; }

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-multi .mbsc-sc-whl-o {
  display: block; }

.mbsc-ios.mbsc-sel-multi .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  visibility: hidden; }

.mbsc-ios .mbsc-sc-whl .mbsc-sel-gr {
  padding-left: .277777em;
  color: #9d9d9d;
  font-weight: normal;
  font-size: 1.222222em; }

.mbsc-ios.mbsc-sel-gr-whl .mbsc-ltr .mbsc-sc-whl-multi {
  margin-left: 2em; }

.mbsc-ios.mbsc-sel-gr-whl .mbsc-rtl .mbsc-sc-whl-multi {
  margin-right: 2em; }

.mbsc-ios .mbsc-dt-whl-y .mbsc-sc-itm {
  min-width: 3.8em; }

.mbsc-ios .mbsc-dt-whl-m .mbsc-sc-itm {
  text-align: left; }

.mbsc-ios .mbsc-dt-whl-d .mbsc-sc-itm, .mbsc-ios .mbsc-dt-whl-h .mbsc-sc-itm, .mbsc-ios .mbsc-dt-whl-date .mbsc-sc-itm {
  text-align: right; }

.mbsc-jqm .mbsc-sc-whl-gr-c {
  overflow: visible; }

.mbsc-jqm .mbsc-sc-whl-gr {
  padding: 4px 2px; }

.mbsc-jqm .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 30px; }

.mbsc-jqm .mbsc-sc-lbl {
  border: 0;
  background: 0;
  line-height: 30px; }

.mbsc-jqm .mbsc-sc-whl-w {
  margin: 0 2px; }

.mbsc-jqm .mbsc-sc-whl-l {
  z-index: 2;
  margin: 0 -2px;
  border-left: 0;
  border-right: 0;
  opacity: .3; }

.mbsc-jqm .mbsc-ltr .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l, .mbsc-jqm .mbsc-rtl .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l {
  margin-left: -4px; }

.mbsc-jqm .mbsc-ltr .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l, .mbsc-jqm .mbsc-rtl .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l {
  margin-right: -4px; }

.mbsc-jqm .mbsc-sc-itm {
  padding: 0 5px;
  font-size: 26px; }

.mbsc-jqm .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(0, 0, 0, 0.1); }

.mbsc-jqm .mbsc-sc-cp .mbsc-sc-whl-l {
  display: none; }

.mbsc-jqm .mbsc-sc-btn {
  margin: 0;
  padding: 0; }

.mbsc-jqm .mbsc-sc-btn:after {
  top: 50%;
  margin-top: -11px; }

.mbsc-jqm .mbsc-sc-btn-plus {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.mbsc-jqm .mbsc-sc-btn-minus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.mbsc-jqm .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 40px; }

.mbsc-jqm .mbsc-sc-whl-multi .mbsc-sc-itm-sel:after {
  left: 9px; }

.mbsc-jqm .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 5px;
  font-size: 20px; }

.mbsc-bootstrap .mbsc-sc-whl-gr-c {
  overflow: visible; }

.mbsc-bootstrap .mbsc-sc-whl-gr {
  padding: 4px 2px; }

.mbsc-bootstrap .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 30px; }

.mbsc-bootstrap .mbsc-sc-lbl {
  line-height: 30px; }

.mbsc-bootstrap .mbsc-sc-whl-w {
  margin: 0 2px; }

.mbsc-bootstrap .mbsc-sc-whl-l {
  z-index: 2;
  margin: 0 -2px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mbsc-bootstrap .mbsc-ltr .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l, .mbsc-bootstrap .mbsc-rtl .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l {
  margin-left: -4px; }

.mbsc-bootstrap .mbsc-ltr .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l, .mbsc-bootstrap .mbsc-rtl .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l {
  margin-right: -4px; }

.mbsc-bootstrap .mbsc-sc-itm {
  padding: 0 5px;
  font-size: 26px; }

.mbsc-bootstrap .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(0, 0, 0, 0.1); }

.mbsc-bootstrap .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 30px 0; }

.mbsc-bootstrap .mbsc-sc-btn {
  height: 30px !important;
  line-height: 30px !important; }

.mbsc-bootstrap .mbsc-sc-btn-plus {
  top: auto; }

.mbsc-bootstrap .mbsc-sc-btn-a {
  background: rgba(0, 0, 0, 0.1); }

.mbsc-bootstrap .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 40px; }

.mbsc-bootstrap .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  width: 40px;
  font-size: 16px; }

.mbsc-bootstrap .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 5px;
  font-size: 20px; }

.mbsc-cal-sc-m-cell, .mbsc-cal-days, .mbsc-cal-slide, .mbsc-cal-row, .mbsc-cal-day, .mbsc-cal-day-fg, .mbsc-cal-week-nr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mbsc-cal-sc-c, .mbsc-cal-week-nrs-c, .mbsc-cal-c, .mbsc-cal-slide, .mbsc-cal-tab .mbsc-cal-tab-i, .mbsc-cal-sc .mbsc-cal-sc-cell-i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mbsc-calendar .mbsc-fr-c {
  position: relative;
  margin: 0 auto; }

.mbsc-calendar .mbsc-cal-hdn {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }

.mbsc-cal-c {
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.mbsc-cal-vertical .mbsc-cal-body {
  -ms-touch-action: none;
  touch-action: none; }

.mbsc-cal-pnl {
  display: inline-block;
  vertical-align: middle; }

.mbsc-cal-tabbed .mbsc-cal-pnl {
  display: table;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.mbsc-cal-tabbed .mbsc-cal-pnl-h {
  display: none; }

.mbsc-cal-tabbed .mbsc-cal-pnl-i {
  display: table-cell;
  vertical-align: middle; }

.mbsc-cal-tabbed .mbsc-cal {
  width: auto !important; }

.mbsc-anim-trans .mbsc-fr-persp .mbsc-cal-c {
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

.mbsc-cal-anim-c {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mbsc-cal-anim {
  position: relative;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mbsc-cal-slide {
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 300ms;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.mbsc-cal-slide:first-child {
  position: relative; }

.mbsc-cal-slide-a {
  opacity: 1; }

.mbsc-cal-header {
  line-height: 40px;
  text-align: center; }

.mbsc-cal table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed; }

.mbsc-cal th {
  width: 14.2857%;
  line-height: 30px;
  text-align: center; }

.mbsc-cal-nb {
  border: 0; }

.mbsc-cal-body {
  position: relative; }

.mbsc-cal-table {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed; }

.mbsc-cal-row {
  white-space: nowrap;
  display: table-row; }

.mbsc-cal-day {
  line-height: 2.5em;
  width: 14.2857%;
  height: 16.6666%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  cursor: not-allowed; }

.mbsc-cal-day-v {
  cursor: pointer; }

.mbsc-cal-day .mbsc-cal-day-i {
  position: relative;
  height: 100%; }

.mbsc-cal-day-diff .mbsc-cal-day-fg {
  opacity: .5; }

.mbsc-cal-day-diff.mbsc-cal-day-sel .mbsc-cal-day-fg {
  opacity: 1; }

.mbsc-cal-day-inv.mbsc-cal-day .mbsc-cal-day-fg {
  opacity: .2; }

.mbsc-cal-hide-diff .mbsc-cal-day-diff .mbsc-cal-day-i {
  visibility: hidden; }

.mbsc-calendar.mbsc-no-touch .mbsc-cal-hide-diff .mbsc-cal-day.mbsc-cal-day-diff:hover {
  background: 0; }

.mbsc-cal-day-fg {
  padding: 5px;
  position: relative;
  z-index: 2; }

.mbsc-cal .mbsc-cal-days-c {
  margin-left: -16px;
  margin-right: 0; }

.mbsc-cal-days {
  padding-left: 16px; }

.mbsc-cal-weeks .mbsc-cal-days-c {
  padding-left: 26px; }

.mbsc-cal-weeks .mbsc-cal-anim-c {
  margin-left: 26px; }

.mbsc-cal-week-nrs-c {
  display: none;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  width: 26px;
  z-index: 3; }

.mbsc-cal-week-nrs {
  display: table;
  width: 100%;
  height: 100%; }

.mbsc-cal-week-nr {
  position: relative;
  display: none;
  height: 16.6666%;
  text-align: center;
  font-weight: bold; }

.mbsc-cal-week-nr-i {
  display: table-cell;
  vertical-align: middle;
  padding-top: 1px; }

.mbsc-cal-weeks .mbsc-cal-week-nrs-c {
  display: block; }

.mbsc-cal-week-nrs .mbsc-cal-week-nr {
  display: table-row; }

.mbsc-rtl .mbsc-cal-weeks .mbsc-cal-days-c {
  padding-left: 0;
  padding-right: 26px; }

.mbsc-rtl .mbsc-cal-weeks .mbsc-cal-anim-c {
  margin-left: 0;
  margin-right: 26px; }

.mbsc-rtl .mbsc-cal-week-nrs-c {
  left: auto;
  right: 0; }

.mbsc-cal-sc-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden; }

.mbsc-cal-h {
  visibility: hidden; }

.mbsc-cal-p-out {
  -webkit-animation: 200ms mbsc-anim-f-out ease-in;
  animation: 200ms mbsc-anim-f-out ease-in; }

.mbsc-cal-p-in {
  -webkit-animation: 200ms mbsc-anim-f-in ease-out;
  animation: 200ms mbsc-anim-f-in ease-out; }

.mbsc-cal-sc {
  position: relative;
  height: 100%;
  white-space: nowrap;
  font-size: 1.333334em; }

.mbsc-cal-sc-p {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0); }

.mbsc-cal-sc-tbl {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.mbsc-cal-sc-row {
  display: table-row; }

.mbsc-cal-sc-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.mbsc-cal-sc-m-cell {
  height: 25%; }

.mbsc-cal-btnc {
  position: relative;
  font-size: 1.5em; }

.mbsc-cal-btnw {
  position: relative;
  height: 40px; }

.mbsc-cal .mbsc-cal-btn {
  position: absolute;
  top: 0;
  height: 40px;
  width: 36px;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.mbsc-cal .mbsc-fr-btn-d {
  opacity: .3;
  cursor: not-allowed; }

.mbsc-cal-prev {
  left: 0; }

.mbsc-cal-next {
  right: 0; }

.mbsc-cal-month, .mbsc-cal-year {
  cursor: pointer; }

.mbsc-cal-btnc-ym .mbsc-cal-month, .mbsc-cal-btnc-ym .mbsc-cal-year {
  display: block;
  margin: 0 36px;
  overflow: hidden;
  text-overflow: ellipsis; }

.mbsc-cal-btnc-ym .mbsc-cal-btnw {
  width: 50%;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top; }

.mbsc-cal-btn-txt {
  overflow: hidden; }

.mbsc-cal-btn-txt:before {
  display: block; }

.mbsc-cal-liq .mbsc-cal-pnl {
  width: 100%; }

.mbsc-cal-liq .mbsc-cal {
  width: auto; }

.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-popup {
  width: 100%;
  top: 0;
  left: 0; }

.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-overlay {
  display: none; }

.mbsc-cal-tabs {
  line-height: 40px;
  display: none;
  color: #000; }

.mbsc-cal-tabbed .mbsc-cal-tabs {
  display: block; }

.mbsc-cal-tabbed .mbsc-fr-w {
  width: auto !important; }

.mbsc-cal-tabs ul, .mbsc-cal-tabs li {
  margin: 0;
  padding: 0;
  list-style: none; }

.mbsc-cal-tabs ul {
  width: 100%;
  display: table; }

.mbsc-cal-tab {
  width: 33.33%;
  display: table-cell;
  cursor: pointer; }

.mbsc-cal-tab .mbsc-cal-tab-i {
  display: block;
  text-decoration: none; }

.mbsc-cal-multi .mbsc-cal-slide {
  padding-left: 16px; }

.mbsc-ltr .mbsc-cal-multi .mbsc-cal-anim-c {
  margin-right: -16px; }

.mbsc-rtl .mbsc-cal-multi .mbsc-cal-anim-c {
  margin-left: -16px; }

.mbsc-cal-multi .mbsc-cal-anim {
  margin-left: -16px; }

.mbsc-cal-multi .mbsc-cal-btnw {
  display: block;
  width: auto; }

.mbsc-cal-multi .mbsc-cal-btnw-m {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top; }

.mbsc-cal-multi .mbsc-cal-days-c {
  overflow: hidden; }

.mbsc-cal-multi .mbsc-cal-days {
  float: left; }

.mbsc-cal-m .mbsc-cal {
  font-size: 1.2em; }

.mbsc-cal-l .mbsc-cal {
  font-size: 1.4em; }

.mbsc-cal-ev .mbsc-cal-day-fg {
  padding-bottom: 20px; }

.mbsc-cal-day-m {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  line-height: 0; }

.mbsc-cal-day-m-t {
  display: block;
  overflow: hidden;
  white-space: nowrap; }

.mbsc-cal-day-m-c {
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  margin: 0 1px;
  border-radius: 4px; }

.mbsc-cal-day-ic-c, .mbsc-cal-day-txt-c {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.mbsc-cal-day-ic-c {
  padding: 0 5px;
  font-size: 1em;
  line-height: 20px;
  text-overflow: ellipsis;
  text-shadow: none; }

.mbsc-cal-day-txt {
  padding: 0 2px;
  font-size: .8333em;
  font-weight: normal;
  line-height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: none;
  margin-top: 2px; }

.mbsc-mobiscroll .mbsc-cal-c {
  padding: .5em; }

.mbsc-mobiscroll .mbsc-cal-multi .mbsc-cal-body {
  padding: 0 .5em; }

.mbsc-mobiscroll .mbsc-cal-sc {
  font-size: 1em; }

.mbsc-mobiscroll .mbsc-cal-sc-c {
  background: #f7f7f7; }

.mbsc-mobiscroll .mbsc-cal-btnc {
  font-size: 1.125em; }

.mbsc-mobiscroll .mbsc-cal-hl-now .mbsc-cal-today {
  color: #00A8F6; }

.mbsc-mobiscroll .mbsc-cal-btn-txt {
  color: #00A8F6;
  font-size: 1em;
  line-height: 40px; }

.mbsc-mobiscroll .mbsc-cal-days {
  color: #00A8F6; }

.mbsc-mobiscroll .mbsc-cal-days th {
  font-size: .6875em;
  font-weight: normal;
  border-bottom: 1px solid #00A8F6; }

.mbsc-mobiscroll .mbsc-cal-day {
  line-height: 1.875em;
  text-align: center; }

.mbsc-mobiscroll .mbsc-cal-day-fg {
  font-size: .8125em; }

.mbsc-mobiscroll .mbsc-cal .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i, .mbsc-mobiscroll .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-i {
  background: #00A8F6;
  color: #fff; }

.mbsc-mobiscroll .mbsc-cal-day-hl .mbsc-cal-day-i {
  border-color: #00A8F6; }

.mbsc-mobiscroll .mbsc-cal-week-nrs-c {
  font-size: .6875em;
  color: #00A8F6;
  background: #f7f7f7; }

.mbsc-mobiscroll .mbsc-cal-week-nr-i {
  padding-top: 0;
  font-weight: normal; }

.mbsc-mobiscroll .mbsc-cal-tabs {
  line-height: 1.875em;
  padding: .5em .5em 0 .5em;
  text-transform: uppercase; }

.mbsc-mobiscroll .mbsc-cal-tabbed .mbsc-fr-w {
  padding-top: .5em; }

.mbsc-mobiscroll .mbsc-cal-tabbed .mbsc-fr-hdr {
  padding-top: 0; }

.mbsc-mobiscroll .mbsc-cal-tab {
  border: 1px solid #00A8F6;
  font-size: .7em; }

.mbsc-mobiscroll .mbsc-cal-tabs ul {
  width: auto;
  margin: 0 auto; }

.mbsc-mobiscroll .mbsc-cal-tab .mbsc-cal-tab-i {
  padding: 0 1.2em;
  color: #454545; }

.mbsc-mobiscroll .mbsc-ltr .mbsc-cal-tab:first-child {
  border-right: 0; }

.mbsc-mobiscroll .mbsc-ltr .mbsc-cal-tab:last-child {
  border-left: 0; }

.mbsc-mobiscroll .mbsc-rtl .mbsc-cal-tab:last-child {
  border-right: 0; }

.mbsc-mobiscroll .mbsc-rtl .mbsc-cal-tab:first-child {
  border-left: 0; }

.mbsc-mobiscroll .mbsc-cal-tabs .mbsc-cal-tab-sel {
  background: #00A8F6; }

.mbsc-mobiscroll .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i {
  color: #f7f7f7; }

.mbsc-mobiscroll .mbsc-cal-day-m {
  bottom: 4px; }

.mbsc-mobiscroll .mbsc-cal-day-m-c {
  background: #454545; }

.mbsc-mobiscroll .mbsc-cal-day-sel .mbsc-cal-day-m-c {
  background: #f7f7f7; }

.mbsc-mobiscroll .mbsc-cal-day-txt {
  color: #f7f7f7;
  background: #454545; }

.mbsc-mobiscroll .mbsc-cal-day-txt, .mbsc-mobiscroll .mbsc-cal-day-ic-c {
  font-size: .625em; }

.mbsc-ios.mbsc-calendar.mbsc-fr-bubble .mbsc-fr-w {
  padding-bottom: .666667em; }

.mbsc-ios .mbsc-cal-c {
  margin: 0;
  padding: 0; }

.mbsc-ios .mbsc-cal {
  color: #000; }

.mbsc-ios .mbsc-cal-multi .mbsc-cal-body {
  padding: 0 .666667em; }

.mbsc-ios .mbsc-cal-c .mbsc-cal .mbsc-cal-header .mbsc-cal-btnw .mbsc-cal-btn {
  font-size: .944445em;
  background: 0; }

.mbsc-ios .mbsc-cal-days-c th {
  line-height: 2em; }

.mbsc-ios .mbsc-cal-table {
  font-size: 1.333334em; }

.mbsc-ios .mbsc-cal-hl-now .mbsc-cal-today {
  color: #007aff; }

.mbsc-ios .mbsc-cal-btn-txt {
  color: #007aff;
  font-size: 1.352941em;
  line-height: 40px; }

.mbsc-ios .mbsc-cal th, .mbsc-ios .mbsc-cal-week-nr {
  font-weight: normal; }

.mbsc-ios .mbsc-cal-week-nrs-c {
  top: 2em;
  background: #f7f7f7; }

.mbsc-ios .mbsc-cal-day {
  padding: .1875em .375em .75em .375em;
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  color: #000; }

.mbsc-ios .mbsc-cal-hide-diff .mbsc-cal-row:not(:first-child) .mbsc-cal-day-diff {
  border-top-color: transparent; }

.mbsc-ios .mbsc-cal-day-i {
  position: static;
  text-align: center; }

.mbsc-ios .mbsc-cal .mbsc-cal-sc-cell-i {
  position: static;
  text-align: center; }

.mbsc-ios .mbsc-cal .mbsc-cal-day-fg {
  width: 1.875em;
  height: 1.875em;
  line-height: 1.75em;
  border: 1px solid transparent;
  border-radius: 2em;
  text-align: center;
  padding: 0;
  margin: 0 auto; }

.mbsc-ios.mbsc-no-touch .mbsc-cal .mbsc-cal-day.mbsc-cal-day-v:hover, .mbsc-ios.mbsc-no-touch .mbsc-cal .mbsc-cal-sc .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover {
  background: 0; }

.mbsc-ios.mbsc-no-touch .mbsc-cal-day.mbsc-cal-day-v:hover .mbsc-cal-day-fg, .mbsc-ios .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
  border: 1px solid #007aff;
  background: #007aff;
  color: #fff; }

.mbsc-ios .mbsc-cal-day-hl .mbsc-cal-day-fg {
  border: 1px solid #007aff;
  background: 0;
  color: #000; }

.mbsc-ios .mbsc-cal-sc-c {
  background: #f7f7f7; }

.mbsc-ios.mbsc-fr-inline .mbsc-cal-sc-c {
  background: #fff; }

.mbsc-ios .mbsc-cal-sc-m-cell {
  border-top: 1px solid #ccc; }

.mbsc-ios .mbsc-cal-sc-m-cell.mbsc-fr-btn-d {
  opacity: 1; }

.mbsc-ios .mbsc-cal-sc-m-cell.mbsc-fr-btn-d .mbsc-cal-sc-cell-i {
  opacity: .3; }

.mbsc-ios.mbsc-no-touch .mbsc-cal-sc .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover .mbsc-cal-sc-tbl, .mbsc-ios .mbsc-cal-sc .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i {
  display: inline-block;
  width: auto;
  height: auto;
  background: #007aff;
  color: #fff;
  padding: 0 .625016em;
  line-height: 1.625115em;
  border-radius: 13px; }

.mbsc-ios .mbsc-cal-day-ic-c {
  font-size: .75em; }

.mbsc-ios .mbsc-cal-tabs {
  padding: .833334em .833334em .416667em .833334em;
  font-size: 1em; }

.mbsc-ios .mbsc-cal-tab {
  position: relative;
  overflow: hidden;
  border: 1px solid #007aff;
  line-height: 1.928571em;
  font-size: 1.166667em; }

.mbsc-ios .mbsc-cal-tab .mbsc-cal-tab-i {
  padding: 0 .714285em;
  color: #007aff; }

.mbsc-ios .mbsc-ltr .mbsc-cal-tab:first-child {
  border-right: 0;
  border-radius: 4px 0 0 4px; }

.mbsc-ios .mbsc-ltr .mbsc-cal-tab:last-child {
  border-left: 0;
  border-radius: 0 4px 4px 0; }

.mbsc-ios .mbsc-rtl .mbsc-cal-tab:last-child {
  border-right: 0;
  border-radius: 4px 0 0 4px; }

.mbsc-ios .mbsc-rtl .mbsc-cal-tab:first-child {
  border-left: 0;
  border-radius: 0 4px 4px 0; }

.mbsc-ios .mbsc-cal-tabs .mbsc-cal-tab-sel {
  background: #007aff; }

.mbsc-ios .mbsc-cal-tabs .mbsc-cal-tab.mbsc-cal-tab-sel .mbsc-cal-tab-i {
  color: #fff;
  background: 0; }

.mbsc-ios.mbsc-fr-bubble .mbsc-cal-c {
  padding: 0 .666667em; }

.mbsc-ios.mbsc-fr-center .mbsc-cal-c, .mbsc-ios.mbsc-fr-bubble.mbsc-fr-nobtn .mbsc-cal-c {
  padding: .666667em .666667em 0 .666667em; }

.mbsc-ios.mbsc-fr-center.mbsc-fr-nobtn .mbsc-cal-c {
  padding: .666667em; }

.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-w {
  padding-bottom: 0;
  padding-top: 3.75em;
  border-radius: 0; }

.mbsc-ios.mbsc-cal-liq.mbsc-fr-nobtn .mbsc-fr-w {
  padding: 0; }

.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-cal-c {
  padding: 0; }

.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont {
  top: 0;
  bottom: auto;
  border-bottom: 1px solid #ccc; }

.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-w {
  float: right;
  border: 0; }

.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont .mbsc-fr-btn-w .mbsc-fr-btn {
  background: 0; }

.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-c {
  float: left; }

.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-s .mbsc-fr-btn {
  font-weight: bold; }

.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-a {
  background: transparent;
  opacity: .5; }

.mbsc-ios .mbsc-cal-ev .mbsc-cal-day {
  padding-bottom: 1.125em; }

.mbsc-ios .mbsc-cal-day-m {
  bottom: .1875em; }

.mbsc-ios .mbsc-cal-day-m-c {
  width: .375em;
  height: .375em;
  border-radius: .375em;
  background: #ccc; }

.mbsc-ios .mbsc-cal-day-txt-c {
  width: auto;
  left: .125em;
  right: .125em;
  bottom: .125em; }

.mbsc-ios .mbsc-cal-day-txt {
  background: #c3d7ef;
  color: #555;
  font-size: .625em;
  line-height: 1.4em;
  margin: 0; }

.mbsc-ios.mbsc-cal-m .mbsc-cal, .mbsc-ios.mbsc-cal-l .mbsc-cal {
  font-size: 1em; }

.mbsc-ios.mbsc-cal-m .mbsc-cal-days-c, .mbsc-ios.mbsc-cal-l .mbsc-cal-days-c {
  font-size: 1.333334em; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios .mbsc-cal-day, .mbsc-ios .mbsc-cal-sc-m-cell, .mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont {
    border-width: .5px; } }
.mbsc-fr-inline.mbsc-ios .mbsc-cal-day {
  background: inherit; }

.mbsc-jqm .mbsc-cal-sc-c {
  border: 0; }

.mbsc-jqm .mbsc-cal-sc-tbl {
  padding: 0; }

.mbsc-jqm .mbsc-cal-sc .mbsc-cal-sc-cell-i {
  border: 0; }

.mbsc-jqm .mbsc-cal {
  padding: 4px;
  border: 0;
  overflow: hidden; }

.mbsc-jqm .mbsc-cal-header {
  border-bottom: 0; }

.mbsc-jqm .mbsc-cal-btn-txt {
  vertical-align: top;
  display: inline-block;
  margin: 5px 0; }

.mbsc-jqm .mbsc-cal-anim-c {
  background: 0;
  border-top: 0;
  border-bottom: 0; }

.mbsc-jqm .mbsc-cal-weeks .mbsc-cal-anim-c {
  border-left: 0; }

.mbsc-jqm .mbsc-cal-week-nrs-c {
  border-width: 0 1px 0 0; }

.mbsc-jqm .mbsc-rtl .mbsc-cal-weeks .mbsc-cal-anim-c {
  border-left-width: 1px;
  border-right: 0; }

.mbsc-jqm .mbsc-rtl .mbsc-cal-week-nrs-c {
  border-width: 0 0 0 1px; }

.mbsc-jqm .mbsc-cal-day {
  text-align: center;
  border-top-width: 0;
  border-right-width: 0; }

.mbsc-jqm .mbsc-rtl .mbsc-cal-day {
  border-left-width: 0;
  border-right-width: 1px; }

.mbsc-jqm .mbsc-cal-day .mbsc-cal-day-i {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 29px;
  cursor: inherit; }

.mbsc-jqm .mbsc-cal-row:first-child .mbsc-cal-day {
  border-top-width: 1px; }

.mbsc-jqm .mbsc-cal-tabs {
  line-height: normal;
  padding: 4px 4px 0 4px; }

.mbsc-jqm .ui-navbar ul:before, .mbsc-jqm .ui-navbar ul:after {
  content: normal;
  display: none; }

.mbsc-jqm .mbsc-cal-tab {
  width: 33.33%;
  float: none;
  border: 0;
  margin: 0;
  background: 0; }

.mbsc-jqm .mbsc-ltr .mbsc-cal-tab:last-child a {
  margin-right: 0;
  border-right-width: 1px; }

.mbsc-jqm .mbsc-rtl .mbsc-cal-tab a {
  border-width: 1px;
  border-left-width: 0; }

.mbsc-jqm .mbsc-rtl .mbsc-cal-tab:last-child a {
  margin-left: 0;
  border-left-width: 1px; }

.mbsc-jqm .mbsc-cal-day-fg {
  position: relative;
  z-index: 2; }

.mbsc-jqm .mbsc-cal-day-hl .mbsc-cal-day-frame, .mbsc-jqm .mbsc-cal-hl-now .mbsc-cal-today .mbsc-cal-day-frame {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1; }

.mbsc-jqm .mbsc-cal-multi .mbsc-cal-anim-c {
  border: 0; }

.mbsc-jqm .mbsc-cal-multi .mbsc-cal-day:last-child {
  border-right-width: 1px; }

.mbsc-jqm .mbsc-rtl .mbsc-cal-multi .mbsc-cal-day:last-child {
  border-left-width: 1px; }

.mbsc-jqm .mbsc-cal-day-m-c {
  background: #aaa; }

.mbsc-jqm .mbsc-cal-day-sel .mbsc-cal-day-m-c {
  background: #fff; }

.mbsc-jqm .mbsc-cal-day-txt-c {
  width: auto;
  left: 2px;
  right: 2px;
  bottom: 2px; }

.mbsc-jqm .mbsc-cal-day-txt {
  width: auto;
  margin: 0;
  border-radius: 3px; }

.mbsc-bootstrap .mbsc-cal-c {
  padding: 4px; }

.mbsc-bootstrap .mbsc-cal-sc-c {
  max-width: none;
  display: block;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  border-radius: 0;
  box-shadow: none; }

.mbsc-bootstrap .mbsc-cal-btn {
  background: 0;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit; }

.mbsc-bootstrap .mbsc-cal-btn-txt {
  height: 40px;
  text-decoration: none; }

.mbsc-bootstrap .mbsc-cal-btn-txt .glyphicon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  text-indent: 0; }

.mbsc-bootstrap .mbsc-cal-day {
  padding: 1px;
  text-align: center; }

.mbsc-bootstrap .mbsc-cal-day .mbsc-cal-day-i {
  display: block;
  border: 0;
  line-height: 29px; }

.mbsc-bootstrap .mbsc-cal-day-hl .mbsc-cal-day-frame {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1; }

.mbsc-bootstrap .mbsc-cal-tabs ul {
  padding: 4px 4px 0 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mbsc-bootstrap .mbsc-cal-tab {
  margin-bottom: -1px; }

.mbsc-bootstrap .mbsc-cal-week-nrs-c {
  padding: 0;
  border: 0;
  min-width: 0;
  max-width: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  box-shadow: none; }

.mbsc-bootstrap .mbsc-cal-day-m-c {
  background: #aaa; }

.mbsc-range-btn-t, .mbsc-range-btn-c {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mbsc-range-btn-t {
  display: table;
  width: 100%; }

.mbsc-range-btn-c {
  display: table-cell;
  width: 50%;
  cursor: pointer; }

.mbsc-range-btn {
  text-decoration: none;
  display: block;
  line-height: 20px; }

.mbsc-mobiscroll .mbsc-range-btn-t {
  padding: .5em .25em 0 .25em; }

.mbsc-mobiscroll .mbsc-range-btn {
  margin: 0 .3333em;
  padding: .3333em;
  border: 1px solid #00A8F6;
  font-size: .75em; }

.mbsc-mobiscroll.mbsc-range .mbsc-range-btn-t .mbsc-range-btn-sel .mbsc-range-btn {
  background: #00A8F6;
  color: #f7f7f7; }

.mbsc-mobiscroll.mbsc-range .mbsc-fr-w {
  padding: 0; }

.mbsc-mobiscroll.mbsc-range .mbsc-fr-hdr {
  padding-top: .6666em; }

.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-sel .mbsc-cal-day-i {
  color: #454545;
  background: rgba(0, 168, 246, 0.3); }

.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i {
  background: #00A8F6;
  color: #f7f7f7; }

.mbsc-ios .mbsc-range-btn-t {
  width: auto;
  display: block; }

.mbsc-ios .mbsc-range-btn-c {
  width: auto;
  display: block; }

.mbsc-ios .mbsc-range-btn {
  position: relative;
  min-height: 2.75em;
  margin: 0;
  padding: .75em 1em;
  background: #f7f7f7;
  border: 0;
  color: #000;
  text-align: left;
  font-size: 1.33334em;
  border-radius: 0; }

.mbsc-ios .mbsc-range-btn-v {
  position: absolute;
  top: .75em;
  right: 1em;
  font-weight: normal; }

.mbsc-ios .mbsc-range-btn-end {
  border-bottom: 1px solid #ccc; }

.mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
  top: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios .mbsc-range-btn-end, .mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before {
    border-width: .5px; } }
.mbsc-ios .mbsc-range-btn-sel .mbsc-range-btn .mbsc-range-btn-v {
  color: #007aff; }

.mbsc-ios.mbsc-range .mbsc-cal-day {
  padding: .375em 0; }

.mbsc-ios.mbsc-range .mbsc-cal-week-nr {
  padding-top: .583333em;
  line-height: 2em;
  vertical-align: top; }

.mbsc-ios.mbsc-range .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
  background: 0;
  color: #fff; }

.mbsc-ios.mbsc-range .mbsc-cal-day-sel .mbsc-cal-day-frame {
  position: absolute;
  top: .375em;
  left: 0;
  right: 0;
  opacity: 1;
  height: 1.875em;
  background: #007aff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mbsc-ios.mbsc-range .mbsc-cal-sel-start.mbsc-cal-sel-end .mbsc-cal-day-frame {
  width: 0;
  padding: 0; }

.mbsc-ios.mbsc-range .mbsc-cal-sel-start .mbsc-cal-day-frame {
  right: 0; }

.mbsc-ios.mbsc-range .mbsc-cal-sel-end .mbsc-cal-day-frame {
  left: 0; }

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child .mbsc-cal-day-frame, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child .mbsc-cal-day-frame {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  left: .25em; }

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child .mbsc-cal-day-frame, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child .mbsc-cal-day-frame {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  right: .25em; }

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day.mbsc-cal-sel-start .mbsc-cal-day-frame, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day.mbsc-cal-sel-end .mbsc-cal-day-frame {
  left: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day.mbsc-cal-sel-end .mbsc-cal-day-frame, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day.mbsc-cal-sel-start .mbsc-cal-day-frame {
  right: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.mbsc-ios.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i .mbsc-cal-day-fg {
  background: #007aff;
  color: #fff; }

.mbsc-fr-inline.mbsc-ios .mbsc-range-btn {
  background: inherit; }

.mbsc-jqm .mbsc-range-btn-t {
  padding: 4px 2px 0 2px; }

.mbsc-jqm .mbsc-range-btn {
  padding: 0;
  margin: 0 2px; }

.mbsc-jqm .mbsc-range-btn .ui-btn-inner {
  padding: 4px;
  font-size: 12px; }

.mbsc-jqm.mbsc-range .mbsc-cal-day-hl .mbsc-cal-day-frame {
  opacity: .3; }

.mbsc-bootstrap .mbsc-range-btn-t {
  padding: 4px 2px 0 2px; }

.mbsc-bootstrap .mbsc-range-btn {
  margin: 0 2px; }

.mbsc-bootstrap.mbsc-range .mbsc-cal-day-hl .mbsc-cal-day-frame {
  opacity: .3; }

.mbsc-ios-dark .mbsc-fr-overlay {
  background: rgba(255, 255, 255, 0.1); }

.mbsc-ios-dark .mbsc-fr-w {
  background: #080808;
  color: #fff; }

.mbsc-ios-dark .mbsc-fr-hdr {
  border-color: #333;
  color: #9e9e9e; }

.mbsc-ios-dark .mbsc-fr-hdr {
  color: #fff; }

.mbsc-ios-dark .mbsc-fr-nobtn .mbsc-fr-hdr, .mbsc-ios-dark.mbsc-fr-center .mbsc-fr-hdr {
  border-color: #333; }

.mbsc-ios-dark .mbsc-fr-btn-cont, .mbsc-ios-dark.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont {
  border-color: #333; }

.mbsc-ios-dark .mbsc-sc-whl-o, .mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#080808), color-stop(0.52, rgba(8, 8, 8, 0)), color-stop(0.48, rgba(8, 8, 8, 0)), to(#080808));
  background: -webkit-linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
  background: linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808); }

.mbsc-ios-dark .mbsc-sc-whl-l, .mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-l {
  border-color: #333; }

.mbsc-ios-dark .mbsc-sc-itm {
  color: #9e9e9e; }

.mbsc-ios-dark .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(255, 132, 0, 0.2); }

.mbsc-ios-dark .mbsc-sc-itm-sel {
  color: #fff; }

.mbsc-ios-dark .mbsc-sc-btn {
  color: #fff; }

.mbsc-ios-dark .mbsc-fr-btn {
  color: #ff8400; }

.mbsc-ios-dark .mbsc-sc-lbl {
  color: #fff; }

.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-popup .mbsc-fr-btn-w {
  border-color: #333; }

.mbsc-ios-dark.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover, .mbsc-ios-dark.mbsc-fr-center .mbsc-fr-btn-a {
  background: #262626; }

.mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-popup, .mbsc-ios-dark.mbsc-fr-top .mbsc-fr-popup {
  border-color: #3d3d3d; }

.mbsc-ios-dark.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-btn-cont {
  background: #1c1c1c; }

.mbsc-ios-dark.mbsc-sc.mbsc-fr-top .mbsc-fr-w, .mbsc-ios-dark.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w, .mbsc-ios-dark .mbsc-fr-bubble-top .mbsc-fr-arr, .mbsc-ios-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr, .mbsc-ios-dark.mbsc-calendar .mbsc-fr-persp .mbsc-fr-w {
  background: #080808; }

.mbsc-ios-dark.mbsc-calendar.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios-dark.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-color: #333; }

.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-l, .mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-l {
  border-color: #333; }

.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-o, .mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#080808), color-stop(0.52, rgba(8, 8, 8, 0), color-stop(0.48, rgba(8, 8, 8, 0)), to(#080808)));
  background: -webkit-linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
  background: linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808); }

.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #080808; }

.mbsc-ios-dark.mbsc-fr-inline .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f0f0f), color-stop(0.52, rgba(15, 15, 15, 0), color-stop(0.48, rgba(15, 15, 15, 0)), to(#0f0f0f)));
  background: -webkit-linear-gradient(#0f0f0f, rgba(15, 15, 15, 0) 52%, rgba(15, 15, 15, 0) 48%, #0f0f0f);
  background: linear-gradient(#0f0f0f, rgba(15, 15, 15, 0) 52%, rgba(15, 15, 15, 0) 48%, #0f0f0f); }

.mbsc-ios-dark.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .mbsc-ios-dark.mbsc-fr-inline .mbsc-fr-w {
  background: #0f0f0f; }

.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #080808; }

.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
  color: #fff; }

.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  color: #6e6e6e; }

.mbsc-ios-dark.mbsc-sel-multi .mbsc-sc-itm {
  color: #fff; }

.mbsc-ios-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #ff8400; }

.mbsc-ios-dark.mbsc-calendar.mbsc-inline .mbsc-fr-popup {
  border-color: #1c1c1c; }

.mbsc-ios-dark .mbsc-cal-sc-c {
  background: #080808; }

.mbsc-ios-dark.mbsc-fr-inline .mbsc-cal-sc-c {
  background: #0f0f0f; }

.mbsc-ios-dark .mbsc-cal {
  color: #fff; }

.mbsc-ios-dark .mbsc-cal-btn-txt, .mbsc-ios-dark .mbsc-fr-btn-a .mbsc-cal-btn-txt {
  color: #ff8400; }

.mbsc-ios-dark .mbsc-cal-week-nrs-c {
  background: #080808; }

.mbsc-ios-dark .mbsc-cal-day {
  background: #080808;
  border-color: #333;
  color: #fff; }

.mbsc-ios-dark .mbsc-cal-hl-now .mbsc-cal-today {
  color: #ff8400; }

.mbsc-ios-dark.mbsc-no-touch .mbsc-cal-day.mbsc-cal-day-v:hover .mbsc-cal-day-fg, .mbsc-ios-dark .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
  border-color: #ff8400;
  background: #ff8400;
  color: #000; }

.mbsc-ios-dark .mbsc-cal-day-hl .mbsc-cal-day-fg {
  border-color: #ff8400;
  color: #fff; }

.mbsc-ios-dark .mbsc-cal-sc-m-cell {
  border-color: #333; }

.mbsc-ios-dark .mbsc-cal-tab {
  border-color: #ff8400; }

.mbsc-ios-dark .mbsc-cal-tab .mbsc-cal-tab-i {
  color: #ff8400; }

.mbsc-ios-dark.mbsc-no-touch .mbsc-cal-sc .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover .mbsc-cal-sc-tbl, .mbsc-ios-dark .mbsc-cal-sc .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i, .mbsc-ios-dark .mbsc-cal-tabs .mbsc-cal-tab.mbsc-cal-tab-sel .mbsc-cal-tab-i {
  background: #ff8400;
  color: #000; }

.mbsc-ios-dark .mbsc-cal-day-m-c {
  background: #333; }

.mbsc-ios-dark .mbsc-cal-day-txt {
  background: #4d2400;
  color: #fff; }

.mbsc-ios-dark .mbsc-cal-events {
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }

.mbsc-ios-dark .mbsc-cal-event {
  background: #080808;
  border-color: #121212;
  color: #fff; }

.mbsc-ios-dark .mbsc-cal-event-color {
  background: #8f4c00;
  border-color: rgba(255, 255, 255, 0.3); }

.mbsc-ios-dark .mbsc-cal-events-arr {
  border-color: #fff transparent transparent transparent;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent; }

.mbsc-ios-dark .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #fff transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent; }

.mbsc-ios-dark .mbsc-range-btn-end, .mbsc-ios-dark .mbsc-range-btn-end .mbsc-range-btn:before {
  border-color: #333; }

.mbsc-ios-dark .mbsc-range-btn {
  background: #080808;
  color: #fff; }

.mbsc-ios-dark .mbsc-range-btn-sel .mbsc-range-btn .mbsc-range-btn-v {
  color: #ff8400; }

.mbsc-ios-dark.mbsc-range .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
  color: #000; }

.mbsc-ios-dark.mbsc-range .mbsc-cal-day-sel .mbsc-cal-day-frame {
  background: #ff8400; }

.mbsc-ios-dark.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i .mbsc-cal-day-fg {
  background: #ff8400;
  color: #000; }

.mbsc-ios-dark .rating-circle {
  border-color: #ff8400;
  background: #ff8400;
  color: #000; }

.mbsc-ios-dark .mbsc-rating-icon-unf {
  color: #292929; }

.mbsc-ios-dark .mbsc-rating-circle {
  background: #f57e00;
  color: #000; }

.mbsc-ios-dark .mbsc-rating-circle-unf {
  border-color: #f57e00;
  background: #080808; }

.mbsc-ios-dark.mbsc-timer .mbsc-sc-lbl {
  color: #ff8400; }

.mbsc-ios-dark.mbsc-ts .mbsc-sc-lbl {
  color: #ff8400; }

.mbsc-ios-dark .mbsc-color-preview {
  border-color: #3d3d3d; }

.mbsc-ios-dark .mbsc-ms-item-sel, .mbsc-ios-dark.mbsc-ms-nosel .mbsc-ms-item {
  color: #ff8400; }

.mbsc-ios-dark .mbsc-np-btn {
  border-color: #333; }

.mbsc-ios-dark .mbsc-np-btn.mbsc-fr-btn-a, .mbsc-ios-dark .mbsc-np-btn-empty {
  background: #242424; }

.mbsc-ios-dark .mbsc-np-btn.mbsc-fr-btn-d {
  color: #292929; }

.mbsc-ios-dark.mbsc-form *::-moz-selection {
  background: #ff8b0f;
  color: #ccc; }

.mbsc-ios-dark.mbsc-form *::selection {
  background: #ff8b0f;
  color: #ccc; }

.mbsc-ios-dark.mbsc-form {
  background: #1a1a1a;
  color: #fff; }

.mbsc-ios-dark .mbsc-input-ic {
  color: #fff; }

.mbsc-ios-dark .mbsc-divider, .mbsc-ios-dark .mbsc-form-group-title {
  background: #1a1a1a;
  border-color: #333;
  color: #8f8f8f; }

.mbsc-ios-dark .mbsc-input {
  background: #0f0f0f;
  border-color: #333; }

.mbsc-ios-dark .mbsc-control-w:before, .mbsc-ios-dark .mbsc-control-w:after {
  border-color: #333; }

.mbsc-ios-dark .mbsc-input input::-webkit-input-placeholder, .mbsc-ios-dark .mbsc-textarea textarea::-webkit-input-placeholder {
  color: #ccc; }

.mbsc-ios-dark .mbsc-input input::-ms-input-placeholder, .mbsc-ios-dark .mbsc-textarea textarea::-ms-input-placeholder {
  color: #ccc; }

.mbsc-ios-dark .mbsc-input input::-moz-placeholder, .mbsc-ios-dark .mbsc-textarea textarea::-moz-placeholder {
  color: #ccc; }

.mbsc-ios-dark .mbsc-input .mbsc-label, .mbsc-ios-dark .mbsc-input input, .mbsc-ios-dark .mbsc-input textarea {
  color: #fff; }

.mbsc-ios-dark .mbsc-desc {
  color: #fff; }

.mbsc-ios-dark .mbsc-err-msg {
  color: #d8342c; }

.mbsc-ios-dark .mbsc-checkbox, .mbsc-ios-dark .mbsc-radio {
  background: #0f0f0f;
  border-color: #333; }

.mbsc-ios-dark .mbsc-checkbox-box {
  border-color: #ff8b0f; }

.mbsc-ios-dark .mbsc-checkbox-box:after {
  border-color: #ff8b0f; }

.mbsc-ios-dark .mbsc-radio-box:after {
  border-color: #ff8b0f; }

.mbsc-ios-dark .mbsc-radio input:disabled ~ .mbsc-radio-label {
  color: #3b3b3b; }

.mbsc-ios-dark .mbsc-btn {
  color: #ff8400;
  background: #3b3b3b; }

.mbsc-ios-dark.mbsc-no-touch .mbsc-btn:not(:disabled):not(.mbsc-active):hover {
  background: #212121; }

.mbsc-ios-dark .mbsc-btn.mbsc-active {
  background: #212121; }

.mbsc-ios-dark .mbsc-btn:disabled {
  background: #212121;
  color: #3b3b3b; }

.mbsc-ios-dark a {
  color: #ff8400; }

.mbsc-ios-dark .mbsc-btn-group {
  background: #1a1a1a;
  border-color: #333; }

.mbsc-ios-dark.mbsc-progress {
  border-color: #333;
  background: #0f0f0f; }

.mbsc-ios-dark .mbsc-progress-track {
  background: #212121; }

.mbsc-ios-dark .mbsc-progress-bar {
  background: #ff8400; }

.mbsc-ios-dark .mbsc-progress-value {
  color: #bababa; }

.mbsc-ios-dark .mbsc-progress-step-label {
  color: #bababa; }

.mbsc-ios-dark .mbsc-input .mbsc-label, .mbsc-ios-dark .mbsc-progress .mbsc-label {
  color: #fff; }

.mbsc-ios-dark .mbsc-slider-handle {
  background: #fff;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15); }

.mbsc-ios-dark .mbsc-slider-tooltip {
  color: #bababa; }

.mbsc-ios-dark .mbsc-slider-step {
  background: #212121; }

.mbsc-ios-dark .mbsc-switch {
  background: #0f0f0f;
  border-color: #333; }

.mbsc-ios-dark .mbsc-switch-track {
  background: #fff;
  border-color: #333; }

.mbsc-ios-dark .mbsc-switch-track:after {
  background: #0f0f0f; }

.mbsc-ios-dark .mbsc-switch-handle {
  background: #fff;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15); }

.mbsc-ios-dark .mbsc-switch input:checked + .mbsc-switch-track {
  background: #ff8400;
  border-color: #ff8400; }

.mbsc-ios-dark .mbsc-segmented {
  background-color: #0f0f0f; }

.mbsc-ios-dark .mbsc-segmented-content {
  color: #ff8b0f;
  border-color: #ff8b0f;
  background: #0f0f0f; }

.mbsc-ios-dark .mbsc-stepper .mbsc-active .mbsc-segmented-content, .mbsc-ios-dark .mbsc-segmented input:checked + .mbsc-segmented-content {
  background: #ff8b0f;
  color: #0f0f0f; }

.mbsc-ios-dark .mbsc-segmented input.mbsc-active + .mbsc-segmented-content {
  background: rgba(255, 139, 15, 0.15);
  color: #ff8b0f; }

.mbsc-ios-dark .mbsc-stepper-val {
  color: #fff; }

.mbsc-ios-dark .mbsc-stepper-cont {
  background: #0f0f0f; }

.mbsc-ios-dark .mbsc-stepper {
  right: .75em; }

.mbsc-ios-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content, .mbsc-ios-dark .mbsc-step-disabled .mbsc-segmented-content, .mbsc-ios-dark .mbsc-segmented input:disabled + .mbsc-segmented-content {
  color: #3b3b3b;
  border-color: #3b3b3b; }

.mbsc-ios-dark .mbsc-stepper input:disabled {
  color: #3b3b3b;
  -webkit-text-fill-color: #3b3b3b; }

.mbsc-ios-dark .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #dfdfdf; }

.mbsc-ios-dark .mbsc-stepper .mbsc-active.mbsc-step-disabled .mbsc-segmented-content {
  color: #3b3b3b; }

.mbsc-ios-dark .mbsc-stepper input {
  color: #fff; }

.mbsc-lv-ios-dark {
  border-color: #333; }

.mbsc-lv-ios-dark .mbsc-lv {
  background: #1c1c1c; }

.mbsc-lv-ios-dark .mbsc-lv-item {
  background: #0f0f0f;
  border-color: #333;
  color: #fff; }

.mbsc-lv-ios-dark .mbsc-lv-item:after, .mbsc-lv-ios-dark .mbsc-lv-item:before {
  border-color: #333; }

.mbsc-lv-ios-dark .mbsc-lv-item-hl, .mbsc-lv-ios-dark .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #262626;
  border-color: #262626; }

.mbsc-lv-ios-dark .mbsc-lv-handle-bar {
  background: #6e6e6e; }

.mbsc-lv-ios-dark .mbsc-lv-gr-title {
  background: #1a1a1a;
  color: #8f8f8f;
  border-color: #333; }

.mbsc-lv-ios-dark.mbsc-lv-has-fixed-header .mbsc-lv-gr-title, .mbsc-lv-ios-dark.mbsc-lv-fixed-header .mbsc-lv-gr-title {
  color: #fff; }

.mbsc-lv-ios-dark .mbsc-lv-ic-m {
  color: #fff; }

.mbsc-lv-ios-dark .mbsc-lv-arr {
  color: #6e6e6e; }

.mbsc-lv-ios-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #212121; }

.mbsc-ios-dark.mbsc-ms-c {
  background: #080808;
  border-color: #333;
  color: #878787; }

.mbsc-ios-dark .mbsc-color-active, .mbsc-no-touch.mbsc-ios-dark .mbsc-color-item-c:hover {
  box-shadow: inset 0 0 0 .1875em #ff8400; }

.mbsc-ios-dark .mbsc-color-preview-item-empty {
  border-color: #333; }

.mbsc-ios-dark .mbsc-color-preview-cont {
  border-color: #3d3d3d; }

.mbsc-ios-dark.mbsc-form .mbsc-color-input {
  color: #fff; }

.mbsc-ios-dark .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3); }

.mbsc-anim-trans .mbsc-fr-scroll {
  overflow: hidden; }

.mbsc-anim-trans-flip .mbsc-fr-persp, .mbsc-anim-trans-swing .mbsc-fr-persp {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.mbsc-anim-trans .mbsc-fr-popup, .mbsc-anim-trans .mbsc-fr-overlay {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.mbsc-anim-in .mbsc-fr-popup, .mbsc-anim-in .mbsc-fr-overlay {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 225ms;
  animation-timing-function: ease-out;
  animation-duration: 225ms; }

.mbsc-anim-out .mbsc-fr-popup, .mbsc-anim-out .mbsc-fr-overlay {
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 195ms;
  animation-timing-function: ease-in;
  animation-duration: 195ms; }

.mbsc-anim-in .mbsc-fr-overlay {
  -webkit-animation-name: mbsc-anim-f-in;
  animation-name: mbsc-anim-f-in; }

.mbsc-anim-out .mbsc-fr-overlay {
  -webkit-animation-name: mbsc-anim-f-out;
  animation-name: mbsc-anim-f-out; }

.mbsc-anim-flip, .mbsc-anim-swing, .mbsc-anim-slidehorizontal, .mbsc-anim-slidevertical, .mbsc-anim-slidedown, .mbsc-anim-slideup, .mbsc-anim-fade {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  backface-visibility: hidden;
  transform: translateX(0); }

.mbsc-anim-swing, .mbsc-anim-slidehorizontal, .mbsc-anim-slidevertical, .mbsc-anim-slidedown, .mbsc-anim-slideup, .mbsc-anim-fade {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.mbsc-anim-flip, .mbsc-anim-pop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.mbsc-anim-in .mbsc-anim-pop {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-p-in;
  -webkit-animation-duration: 100ms;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-p-in;
  animation-duration: 100ms;
  transform: scale(1); }

.mbsc-anim-out .mbsc-anim-pop {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-p-out;
  -webkit-animation-duration: 150ms;
  animation-name: mbsc-anim-p-out;
  animation-duration: 150ms; }

.mbsc-anim-trans-pop .mbsc-fr-overlay {
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms; }

.mbsc-anim-in .mbsc-anim-flip {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-fl-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-fl-in;
  transform: scale(1); }

.mbsc-anim-out .mbsc-anim-flip {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-fl-out;
  animation-name: mbsc-anim-fl-out; }

.mbsc-anim-in .mbsc-anim-swing {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sw-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation-name: mbsc-anim-sw-in; }

.mbsc-anim-out .mbsc-anim-swing {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-sw-out;
  animation-name: mbsc-anim-sw-out; }

.mbsc-anim-in .mbsc-anim-slidehorizontal {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sh-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation-name: mbsc-anim-sh-in; }

.mbsc-anim-out .mbsc-anim-slidehorizontal {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-sh-out;
  animation-name: mbsc-anim-sh-out; }

.mbsc-anim-in .mbsc-anim-slidevertical {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sv-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-sv-in;
  transform: scale(1); }

.mbsc-anim-out .mbsc-anim-slidevertical {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-sv-out;
  animation-name: mbsc-anim-sv-out; }

.mbsc-anim-in .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-sd-in;
  transform: scale(1); }

.mbsc-anim-out .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-out;
  -webkit-transform: translateY(-100%);
  animation-name: mbsc-anim-sd-out; }

.mbsc-anim-in .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation-name: mbsc-anim-su-in; }

.mbsc-anim-out .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-out;
  -webkit-transform: translateY(100%);
  animation-name: mbsc-anim-su-out; }

.mbsc-anim-in .mbsc-anim-fade {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-f-in;
  animation-name: mbsc-anim-f-in; }

.mbsc-anim-out .mbsc-anim-fade {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-f-out;
  animation-name: mbsc-anim-f-out; }

@keyframes mbsc-anim-f-in {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes mbsc-anim-f-in {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes mbsc-anim-f-out {
  from {
    visibility: visible;
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes mbsc-anim-f-out {
  from {
    visibility: visible;
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes mbsc-anim-p-in {
  from {
    opacity: 0;
    transform: scale(0.8); }

  to {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes mbsc-anim-p-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8); }

  to {
    opacity: 1;
    -webkit-transform: scale(1); } }

@keyframes mbsc-anim-p-out {
  from {
    opacity: 1;
    transform: scale(1); }

  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes mbsc-anim-p-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes mbsc-anim-fl-in {
  from {
    opacity: 0;
    transform: rotateY(90deg); }

  to {
    opacity: 1;
    transform: rotateY(0); } }

@-webkit-keyframes mbsc-anim-fl-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg); }

  to {
    opacity: 1;
    -webkit-transform: rotateY(0); } }

@keyframes mbsc-anim-fl-out {
  from {
    opacity: 1;
    transform: rotateY(0deg); }

  to {
    opacity: 0;
    transform: rotateY(-90deg); } }

@-webkit-keyframes mbsc-anim-fl-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg); }

  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg); } }

@keyframes mbsc-anim-sw-in {
  from {
    opacity: 0;
    transform: rotateY(-90deg); }

  to {
    opacity: 1;
    transform: rotateY(0deg); } }

@-webkit-keyframes mbsc-anim-sw-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg); }

  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg); } }

@keyframes mbsc-anim-sw-out {
  from {
    opacity: 1;
    transform: rotateY(0deg); }

  to {
    opacity: 0;
    transform: rotateY(-90deg); } }

@-webkit-keyframes mbsc-anim-sw-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg); }

  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg); } }

@keyframes mbsc-anim-sh-in {
  from {
    opacity: 0;
    transform: translateX(-100%); }

  to {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes mbsc-anim-sh-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%); }

  to {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes mbsc-anim-sh-out {
  from {
    opacity: 1;
    transform: translateX(0); }

  to {
    opacity: 0;
    transform: translateX(100%); } }

@-webkit-keyframes mbsc-anim-sh-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0); }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%); } }

@keyframes mbsc-anim-sv-in {
  from {
    opacity: 0;
    transform: translateY(-100%); }

  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes mbsc-anim-sv-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%); }

  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes mbsc-anim-sv-out {
  from {
    opacity: 1;
    transform: translateY(0); }

  to {
    opacity: 0;
    transform: translateY(100%); } }

@-webkit-keyframes mbsc-anim-sv-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0); }

  to {
    opacity: 0;
    -webkit-transform: translateY(100%); } }

@keyframes mbsc-anim-sd-in {
  from {
    transform: translateY(-100%); }

  to {
    transform: translateY(0); } }

@-webkit-keyframes mbsc-anim-sd-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%); }

  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes mbsc-anim-sd-out {
  from {
    transform: translateY(0); }

  to {
    transform: translateY(-100%); } }

@-webkit-keyframes mbsc-anim-sd-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0); }

  to {
    opacity: 1;
    -webkit-transform: translateY(-100%); } }

@keyframes mbsc-anim-su-in {
  from {
    transform: translateY(100%); }

  to {
    transform: translateY(0); } }

@-webkit-keyframes mbsc-anim-su-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(100%); }

  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes mbsc-anim-su-out {
  from {
    transform: translateY(0); }

  to {
    transform: translateY(100%); } }

@-webkit-keyframes mbsc-anim-su-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0); }

  to {
    opacity: 1;
    -webkit-transform: translateY(100%); } }

.mbsc-mobiscroll-dark .mbsc-fr-w {
  background: #263238;
  color: #f7f7f7; }

.mbsc-mobiscroll-dark .mbsc-fr-hdr, .mbsc-mobiscroll-dark .mbsc-sc-lbl {
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-sc-whl-l {
  border-color: #50ccc4; }

.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover, .mbsc-mobiscroll-dark .mbsc-fr-btn-a {
  background: rgba(80, 204, 196, 0.3); }

.mbsc-mobiscroll-dark .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(80, 204, 196, 0.3); }

.mbsc-mobiscroll-dark .mbsc-fr-btn {
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-sc-btn {
  color: #50ccc4;
  background: #263238; }

.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-sc-btn:hover:before, .mbsc-mobiscroll-dark .mbsc-sc-btn-a:before {
  background: rgba(80, 204, 196, 0.3); }

.mbsc-mobiscroll-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #263238 transparent; }

.mbsc-mobiscroll-dark .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #263238 transparent transparent transparent; }

.mbsc-mobiscroll-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-i, .mbsc-mobiscroll-dark .mbsc-cal .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i {
  background: #50ccc4;
  color: #263238; }

.mbsc-mobiscroll-dark .mbsc-cal-hl-now .mbsc-cal-today {
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-cal-days {
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-cal-days th {
  border-color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-cal-btn-txt {
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-cal-event-color {
  background: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-cal-events {
  color: #263238;
  background: #fff; }

.mbsc-mobiscroll-dark .mbsc-cal-events-arr {
  border-color: #fff transparent transparent transparent; }

.mbsc-mobiscroll-dark .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #fff transparent; }

.mbsc-mobiscroll-dark .mbsc-cal-event-time {
  color: #8db3b0; }

.mbsc-mobiscroll-dark .mbsc-cal-event-dur {
  color: #8db3b0; }

.mbsc-mobiscroll-dark .mbsc-cal-day-hl .mbsc-cal-day-i {
  border-color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-cal-week-nrs-c {
  color: #50ccc4;
  background: #263238; }

.mbsc-mobiscroll-dark .mbsc-cal-day-m-c {
  background: #f7f7f7; }

.mbsc-mobiscroll-dark .mbsc-cal-day-sel .mbsc-cal-day-m-c {
  background: #263238; }

.mbsc-mobiscroll-dark .mbsc-cal-day-txt {
  color: #263238;
  background: #f7f7f7; }

.mbsc-mobiscroll-dark .mbsc-cal-day-txt {
  color: #263238;
  background: #f7f7f7; }

.mbsc-mobiscroll-dark .mbsc-cal-tab {
  border-color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-cal-tab .mbsc-cal-tab-i {
  color: #f7f7f7; }

.mbsc-mobiscroll-dark .mbsc-cal-tabs .mbsc-cal-tab-sel {
  background: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i {
  color: #263238; }

.mbsc-mobiscroll-dark .mbsc-cal-sc-c {
  background: #263238; }

.mbsc-mobiscroll-dark .mbsc-range-btn {
  border-color: #50ccc4; }

.mbsc-mobiscroll-dark.mbsc-range .mbsc-range-btn-t .mbsc-range-btn-sel .mbsc-range-btn {
  background: #50ccc4;
  color: #263238; }

.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal-table .mbsc-cal-day-sel .mbsc-cal-day-i {
  color: #f7f7f7;
  background: rgba(80, 204, 196, 0.3); }

.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i {
  background: #50ccc4;
  color: #263238; }

.mbsc-mobiscroll-dark .mbsc-rating-icon {
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-rating-icon-unf {
  color: rgba(80, 204, 196, 0.3); }

.mbsc-mobiscroll-dark .mbsc-rating-circle {
  background: #50ccc4;
  color: #263238; }

.mbsc-mobiscroll-dark .mbsc-rating-circle-unf {
  background: 0;
  border-color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-np-del {
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-color-active, .mbsc-no-touch.mbsc-mobiscroll-dark .mbsc-color-item-c:hover {
  box-shadow: inset 0 0 0 .1875em #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-color-preview-item-empty {
  border-color: #34444d; }

.mbsc-mobiscroll-dark .mbsc-color-preview-cont {
  border-top-color: #232e33; }

.mbsc-mobiscroll-dark.mbsc-form .mbsc-color-input {
  border-bottom: 1px solid #fff;
  color: #d1d1d1; }

.mbsc-mobiscroll-dark .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3); }

.mbsc-lv-mobiscroll-dark .mbsc-lv-item {
  background: #263238;
  color: #f7f7f7; }

.mbsc-lv-mobiscroll-dark .mbsc-lv-gr-title {
  background: #50ccc4;
  color: #263238; }

.mbsc-lv-mobiscroll-dark .mbsc-lv-arr {
  color: #50ccc4; }

.mbsc-lv-mobiscroll-dark .mbsc-lv-handle-bar {
  background: #50ccc4; }

.mbsc-lv-mobiscroll-dark .mbsc-lv-item-active::after {
  background: rgba(80, 204, 196, 0.3); }

.mbsc-lv-mobiscroll-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #1d272b; }

.mbsc-lv-mobiscroll-dark .mbsc-lv-item.mbsc-lv-item-dragging {
  background: #50ccc4;
  color: #263238; }

.mbsc-lv-mobiscroll-dark .mbsc-lv-item-dragging .mbsc-lv-handle-bar {
  background: #263238; }

.mbsc-lv-mobiscroll-dark .mbsc-lv-item-dragging .mbsc-lv-arr {
  color: #263238; }

.mbsc-mobiscroll-dark.mbsc-ms-c {
  color: #f7f7f7;
  background: #263238; }

.mbsc-mobiscroll-dark .mbsc-btn-a .mbsc-ms-item-i {
  background: rgba(80, 204, 196, 0.3); }

.mbsc-mobiscroll-dark.mbsc-ms-a .mbsc-ms-item-sel .mbsc-ms-item-i {
  color: #50ccc4; }

.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-top {
  border-color: #50ccc4; }

.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-bottom {
  border-color: #50ccc4; }

.mbsc-mobiscroll-dark.mbsc-ms-b .mbsc-ms-item-sel .mbsc-ms-item-i {
  border-bottom-color: #50ccc4; }

.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel .mbsc-ms-item-i {
  border-top-color: #50ccc4; }

.mbsc-mobiscroll-dark.mbsc-progress .mbsc-input-ic {
  color: #fff; }

.mbsc-mobiscroll-dark .mbsc-progress-track {
  background: #2b3940; }

.mbsc-mobiscroll-dark .mbsc-progress-bar {
  background: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-slider-step {
  background: #263238; }

.mbsc-mobiscroll-dark .mbsc-slider-handle {
  background: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-slider-tooltip {
  color: #263238;
  background: #50ccc4; }

.mbsc-mobiscroll-dark.mbsc-form {
  background: #263238;
  color: #f7f7f7; }

.mbsc-mobiscroll-dark.mbsc-form *::-moz-selection {
  background: #50ccc4; }

.mbsc-mobiscroll-dark.mbsc-form *::selection {
  background: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-desc {
  color: #fff; }

.mbsc-mobiscroll-dark .mbsc-divider, .mbsc-mobiscroll-dark .mbsc-form-group-title {
  color: #50ccc4; }

.mbsc-mobiscroll-dark a {
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-input textarea, .mbsc-mobiscroll-dark .mbsc-input input {
  border-bottom: 1px solid #fff;
  color: #d1d1d1; }

.mbsc-mobiscroll-dark .mbsc-input select:focus ~ input, .mbsc-mobiscroll-dark .mbsc-input textarea:focus, .mbsc-mobiscroll-dark .mbsc-input input:focus {
  border-color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-input-ic {
  color: #fff; }

.mbsc-mobiscroll-dark .mbsc-checkbox-box {
  background: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-checkbox-box:after {
  border: .125em solid #263238;
  border-top: 0;
  border-right: 0; }

.mbsc-mobiscroll-dark .mbsc-checkbox input:disabled + .mbsc-checkbox-box {
  background: #101517; }

.mbsc-mobiscroll-dark .mbsc-radio-box {
  border: .125em solid #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-radio-box:after {
  background: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-radio input:checked + .mbsc-radio-box {
  background: transparent; }

.mbsc-mobiscroll-dark .mbsc-radio input:disabled + .mbsc-radio-box {
  border-color: #101517; }

.mbsc-mobiscroll-dark .mbsc-radio input:disabled + .mbsc-radio-box:after {
  background: #101517; }

.mbsc-mobiscroll-dark .mbsc-btn {
  background: #50ccc4;
  color: #263238; }

.mbsc-mobiscroll-dark .mbsc-btn:disabled {
  background: #2b3940; }

.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(80, 204, 196, 0.1); }

.mbsc-mobiscroll-dark .mbsc-btn-flat.mbsc-active {
  background: rgba(80, 204, 196, 0.3); }

.mbsc-mobiscroll-dark .mbsc-btn-flat {
  background: transparent;
  color: #50ccc4;
  border-color: transparent; }

.mbsc-mobiscroll-dark .mbsc-btn-flat:disabled {
  background: transparent;
  color: #232e33; }

.mbsc-mobiscroll-dark .mbsc-switch-track {
  background: #2b3940; }

.mbsc-mobiscroll-dark .mbsc-switch-handle {
  background: #232e33; }

.mbsc-mobiscroll-dark .mbsc-switch input:checked + .mbsc-switch-track {
  background: #b5e6e2; }

.mbsc-mobiscroll-dark .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #101517; }

.mbsc-mobiscroll-dark .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #182024; }

.mbsc-mobiscroll-dark .mbsc-segmented-content {
  border-color: #50ccc4;
  color: #50ccc4; }

.mbsc-mobiscroll-dark .mbsc-stepper input {
  color: #f7f7f7; }

.mbsc-mobiscroll-dark .mbsc-stepper .mbsc-active .mbsc-segmented-content, .mbsc-mobiscroll-dark .mbsc-segmented input:checked + .mbsc-segmented-content {
  background: #50ccc4;
  color: #263238; }

.mbsc-mobiscroll-dark .mbsc-segmented input.mbsc-active + .mbsc-segmented-content {
  background: rgba(80, 204, 196, 0.25);
  color: #263238; }

.mbsc-mobiscroll-dark .mbsc-stepper-cont {
  padding: 1.75em 12.875em 1.75em 1em; }

.mbsc-mobiscroll-dark .mbsc-stepper {
  margin-top: -1.25em; }

.mbsc-mobiscroll-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content, .mbsc-mobiscroll-dark .mbsc-step-disabled .mbsc-segmented-content, .mbsc-mobiscroll-dark .mbsc-segmented input:disabled + .mbsc-segmented-content {
  color: #101517;
  border-color: #101517; }

.mbsc-mobiscroll-dark .mbsc-stepper input:disabled {
  color: #101517;
  -webkit-text-fill-color: #101517; }

.mbsc-mobiscroll-dark .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #2b3940;
  border-color: #2b3940;
  color: #263238; }

.mbsc-mobiscroll-dark .mbsc-stepper .mbsc-active.mbsc-step-disabled .mbsc-segmented-content {
  color: #101517; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: white url("/generali-theme/css/../images/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/generali-theme/css/../fonts/slick/slick.eot");
  src: url("/generali-theme/css/../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/generali-theme/css/../fonts/slick/slick.woff") format("woff"), url("/generali-theme/css/../fonts/slick/slick.ttf") format("truetype"), url("/generali-theme/css/../fonts/slick/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
/* line 8, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

/* line 16, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu .mm-hidden {
  display: none; }

/* line 23, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

/* line 30, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

/* line 40, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

/* line 47, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

/* line 61, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0); }

/* line 65, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0); }

/* line 69, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-highest {
  z-index: 1; }

/* line 76, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu .mm-list {
  padding: 20px 0; }

/* line 80, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-list {
  padding-bottom: 0; }

/* line 84, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px; }

/* line 92, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }

/* line 97, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-panel > .mm-list:first-child {
  padding-top: 0; }

/* line 103, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

/* line 111, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list {
  font: inherit;
  font-size: 14px; }

/* line 116, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a,
.mm-list a:hover {
  text-decoration: none; }

/* line 122, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li {
  position: relative; }

/* line 126, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

/* line 27, ../sass/mmenu/inc/_mixins.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

/* line 143, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto; }

/* line 153, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

/* line 27, ../sass/mmenu/inc/_mixins.scss */
.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

/* line 166, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%; }

/* line 170, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none; }

/* line 176, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px; }

/* line 186, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent; }

/* line 192, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0; }

/* line 201, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px; }

/* line 209, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px; }

/* line 221, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-spacer {
  padding-top: 40px; }

/* line 225, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px; }

/* line 232, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%; }

/* line 241, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px; }

/* line 247, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px; }

/* line 259, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

/* line 264, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent; }

/* line 269, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }

/* line 275, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }

/* line 278, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto; }

/* line 286, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 291, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

/* line 7, ../sass/mmenu/inc/_colors.scss */
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

/* line 11, ../sass/mmenu/inc/_colors.scss */
.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }

/* line 18, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }

/* line 26, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }

/* line 31, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }

/* line 36, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }

/* line 44, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

/* line 50, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }

/* line 60, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 9, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-page {
  box-sizing: border-box;
  position: relative; }

/* line 14, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

/* line 22, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened {
  overflow: hidden;
  position: relative; }

/* line 27, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened body {
  overflow: hidden; }

/* line 33, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-background .mm-page {
  background: inherit; }

/* line 37, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

/* line 51, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

/* line 60, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

/* line 65, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-current {
  display: block; }

/* line 5, ../sass/mmenu/inc/_sizing.scss */
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

/* line 13, ../sass/mmenu/inc/_sizing.scss */
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  /* line 21, ../sass/mmenu/inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  /* line 30, ../sass/mmenu/inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu buttonbars addon CSS
*/
/* line 8, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }

/* line 81, ../sass/mmenu/inc/_mixins.scss */
.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both; }

/* line 22, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* line 33, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > a {
  text-decoration: none; }

/* line 37, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px; }

/* line 43, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > input:checked + label {
  border-color: transparent  !important; }

/* line 48, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none; }

/* line 55, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%; }

/* line 59, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%; }

/* line 63, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%; }

/* line 67, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%; }

/* line 73, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px; }

/* line 80, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }

/* line 87, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-footer .mm-buttonbar > * {
  border-left: none; }

/* line 93, ../sass/mmenu/addons/jquery.mmenu.buttonbars.scss */
.mm-list > li > .mm-buttonbar {
  margin: 10px 20px; }

/* line 76, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333; }

/* line 81, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6); }

/* line 86, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333; }

/*
	jQuery.mmenu counters addon CSS
*/
/* line 8, ../sass/mmenu/addons/jquery.mmenu.counters.scss */
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }

/* line 21, ../sass/mmenu/addons/jquery.mmenu.counters.scss */
em.mm-counter + a.mm-subopen {
  padding-left: 40px; }

/* line 25, ../sass/mmenu/addons/jquery.mmenu.counters.scss */
em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px; }

/* line 31, ../sass/mmenu/addons/jquery.mmenu.counters.scss */
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

/* line 40, ../sass/mmenu/addons/jquery.mmenu.counters.scss */
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

/* line 48, ../sass/mmenu/addons/jquery.mmenu.counters.scss */
.mm-nosubresults > em.mm-counter {
  display: none; }

/* line 107, ../sass/mmenu/inc/_colors.scss */
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
/* line 9, ../sass/mmenu/addons/jquery.mmenu.dragopen.scss */
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
/* line 8, ../sass/mmenu/addons/jquery.mmenu.footer.scss */
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0; }

/* line 27, ../sass/mmenu/addons/jquery.mmenu.footer.scss */
.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px; }

/* line 119, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
/* line 8, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

/* line 24, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  padding-top: 30px; }

/* line 31, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative; }

/* line 40, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }

/* line 53, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0; }

/* line 59, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header .mm-next,
.mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0; }

/* line 68, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 73, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px; }

/* line 79, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px; }

/* line 85, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none; }

/* line 89, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-close:after {
  content: 'x'; }

/* line 96, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px; }

/* line 101, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px; }

/* line 113, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }

/* line 117, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }

/* line 120, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px; }

/* line 124, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px; }

/* line 129, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }

/* line 133, ../sass/mmenu/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px; }

/* line 133, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

/* line 138, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
/* line 11, ../sass/mmenu/addons/jquery.mmenu.labels.scss */
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

/* line 18, ../sass/mmenu/addons/jquery.mmenu.labels.scss */
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 23, ../sass/mmenu/addons/jquery.mmenu.labels.scss */
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

/* line 33, ../sass/mmenu/addons/jquery.mmenu.labels.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px; }

/* line 153, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
/* line 7, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-search,
.mm-search input {
  box-sizing: border-box; }

/* line 14, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }

/* line 19, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

/* line 24, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

/* line 28, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

/* line 32, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

/* line 41, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-search {
  padding: 10px; }

/* line 45, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px; }

/* line 59, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-search input::-ms-clear {
  display: none; }

/* line 65, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }

/* line 72, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu .mm-noresultsmsg:after {
  border: none !important; }

/* line 77, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-noresults .mm-noresultsmsg {
  display: block; }

/* line 85, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }

/* line 89, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px; }

/* line 97, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }

/* line 101, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px; }

/* line 111, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }

/* line 115, ../sass/mmenu/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0; }

/* line 166, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

/* line 171, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
/* line 8, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

/* line 15, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2; }

/* line 23, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block; }

/* line 31, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px; }

/* line 38, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

/* line 46, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

/* line 51, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px; }

/* line 57, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 69, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

/* line 80, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0; }

/* line 86, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px; }

/* line 91, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px; }

/* line 102, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
label.mm-toggle, label.mm-check {
  right: 20px; }

/* line 110, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px; }

/* line 118, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
label.mm-check + a,
label.mm-check + span {
  margin-right: 50px; }

/* line 128, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px; }

/* line 136, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px; }

/* line 144, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px; }

/* line 154, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px; }

/* line 162, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px; }

/* line 170, ../sass/mmenu/addons/jquery.mmenu.toggles.scss */
em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px; }

/* line 184, ../sass/mmenu/inc/_colors.scss */
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

/* line 188, ../sass/mmenu/inc/_colors.scss */
.mm-menu label.mm-toggle:before {
  background: #333333; }

/* line 193, ../sass/mmenu/inc/_colors.scss */
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* line 98, ../sass/mmenu/inc/_colors.scss */
.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

/*
	jQuery.mmenu effects extension CSS
*/
/* line 11, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

/* line 18, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }

/* line 22, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

/* line 30, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }

/* line 34, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

/* line 43, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }

/* line 47, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

/* line 56, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }

/* line 60, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

/* line 73, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

/* line 80, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

/* line 85, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

/* line 93, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

/* line 98, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

/* line 107, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }

/* line 112, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

/* line 121, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

/* line 126, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

/* line 135, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }

/* line 143, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

/* line 147, ../sass/mmenu/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
/* line 5, ../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

/* line 13, ../sass/mmenu/inc/_sizing.scss */
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  /* line 21, ../sass/mmenu/inc/_sizing.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  /* line 30, ../sass/mmenu/inc/_sizing.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
/* line 44, ../sass/mmenu/inc/_sizing.scss */
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  /* line 52, ../sass/mmenu/inc/_sizing.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  /* line 61, ../sass/mmenu/inc/_sizing.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
/* line 78, ../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

/* line 21, ../sass/mmenu/extensions/jquery.mmenu.fullscreen.scss */
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
/* line 9, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

/* line 18, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-right {
  left: auto;
  right: 0; }

/* line 25, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

/* line 44, ../sass/mmenu/inc/_sizing.scss */
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  /* line 52, ../sass/mmenu/inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  /* line 61, ../sass/mmenu/inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
/* line 42, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

/* line 50, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

/* line 55, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

/* line 63, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

/* line 72, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

/* line 79, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }

/* line 83, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

/* line 91, ../sass/mmenu/extensions/jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 78, ../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
/* line 7, ../sass/mmenu/inc/_colors.scss */
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/* line 11, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }

/* line 18, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

/* line 26, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3); }

/* line 31, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }

/* line 36, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }

/* line 44, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6); }

/* line 50, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }

/* line 60, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

/* line 76, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }

/* line 81, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6); }

/* line 86, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3; }

/* line 98, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

/* line 107, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/* line 119, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

/* line 133, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

/* line 138, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3); }

/* line 153, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

/* line 166, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

/* line 171, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/* line 184, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

/* line 188, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3; }

/* line 193, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* line 7, ../sass/mmenu/inc/_colors.scss */
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/* line 11, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }

/* line 18, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

/* line 26, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3); }

/* line 31, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }

/* line 36, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }

/* line 44, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06); }

/* line 50, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }

/* line 60, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

/* line 76, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }

/* line 81, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6); }

/* line 86, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white; }

/* line 98, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

/* line 107, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/* line 119, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

/* line 133, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

/* line 138, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3); }

/* line 153, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

/* line 166, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

/* line 171, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/* line 184, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

/* line 188, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white label.mm-toggle:before {
  background: white; }

/* line 193, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* line 7, ../sass/mmenu/inc/_colors.scss */
html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

/* line 11, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }

/* line 18, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2); }

/* line 26, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3); }

/* line 31, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }

/* line 36, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2); }

/* line 44, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25); }

/* line 50, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15); }

/* line 60, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15); }

/* line 76, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }

/* line 81, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6); }

/* line 86, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black; }

/* line 98, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

/* line 107, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/* line 119, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

/* line 133, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

/* line 138, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3); }

/* line 153, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

/* line 166, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

/* line 171, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/* line 184, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

/* line 188, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black label.mm-toggle:before {
  background: black; }

/* line 193, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1, 1); }

  100% {
    opacity: 0;
    transform: scale(1.3, 2); } }

@font-face {
  font-family: "as-icons";
  src: url("/generali-theme/css/../fonts/as-icons/as-icons.ttf") format("truetype"), url("/generali-theme/css/../fonts/as-icons/as-icons.woff") format("woff"), url("/generali-theme/css/../fonts/as-icons/as-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "as-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon.icon-user-2:before {
  content: "\e90a"; }

.icon.icon-arrow-filled-up:before {
  content: "\e90b"; }

.icon.icon-arrow-up:before {
  content: "\e90c"; }

.icon.icon-arrow-down:before {
  content: "\e90d"; }

.icon.icon-file-pdf:before {
  content: "\e909"; }

.icon.icon-file-jpg:before {
  content: "\e90e"; }

.icon.icon-file-xls:before {
  content: "\e90f"; }

.icon.icon-file-ppt:before {
  content: "\e910"; }

.icon.icon-file-doc:before {
  content: "\e911"; }

.icon.icon-radio:before {
  content: "\e049"; }

.icon.icon-checkbox:before {
  content: "\e054"; }

.icon.icon-newsletter:before {
  content: "\e900"; }

.icon.icon-mail:before {
  content: "\e002"; }

.icon.icon-user:before {
  content: "\e074"; }

.icon.icon-caret-up-o:before {
  content: "\e901"; }

.icon.icon-caret-right-o:before {
  content: "\e902"; }

.icon.icon-caret-down-o:before {
  content: "\e903"; }

.icon.icon-caret-left-o:before {
  content: "\e904"; }

.icon.icon-google-plus:before {
  content: "\e905"; }

.icon.icon-facebook:before {
  content: "\e906"; }

.icon.icon-twitter:before {
  content: "\e907"; }

.icon.icon-linkedin:before {
  content: "\e908"; }

.icon.icon-check:before {
  content: "\e5ca"; }

.icon.icon-close:before {
  content: "\e5cd"; }

.icon.icon-search:before {
  content: "\e8b6"; }

.icon.icon-contacts:before {
  content: "\e0cd"; }

.icon.icon-caret-left:before {
  content: "\e408"; }

.icon.icon-caret-right:before {
  content: "\e409"; }

.icon.icon-caret-up:before {
  content: "\e5ce"; }

.icon.icon-caret-down:before {
  content: "\e5cf"; }

.icon.icon-locate:before {
  content: "\e55c"; }

.icon.icon-location:before {
  content: "\e8b4"; }

.icon.icon-menu:before {
  content: "\e5d2"; }

.icon.icon-youtube:before {
  content: "\ea9e"; }

.lar,
.las,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

@font-face {
  font-family: Line Awesome Brands;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/generali-theme/css/../fonts/line-awesome/la-brands-400.eot");
  src: url("/generali-theme/css/../fonts/line-awesome/la-brands-400.eot?#iefix") format("embedded-opentype"), url("/generali-theme/css/../fonts/line-awesome/la-brands-400.woff2") format("woff2"), url("/generali-theme/css/../fonts/line-awesome/la-brands-400.woff") format("woff"), url("/generali-theme/css/../fonts/line-awesome/la-brands-400.ttf") format("truetype"), url("/generali-theme/css/../fonts/line-awesome/la-brands-400.svg#lineawesome") format("svg"); }

.lab {
  font-family: Line Awesome Brands;
  font-weight: 400; }

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/generali-theme/css/../fonts/line-awesome/la-regular-400.eot");
  src: url("/generali-theme/css/../fonts/line-awesome/la-regular-400.eot?#iefix") format("embedded-opentype"), url("/generali-theme/css/../fonts/line-awesome/la-regular-400.woff2") format("woff2"), url("/generali-theme/css/../fonts/line-awesome/la-regular-400.woff") format("woff"), url("/generali-theme/css/../fonts/line-awesome/la-regular-400.ttf") format("truetype"), url("/generali-theme/css/../fonts/line-awesome/la-regular-400.svg#lineawesome") format("svg"); }

.lar {
  font-family: Line Awesome Free;
  font-weight: 400; }

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/generali-theme/css/../fonts/line-awesome/la-solid-900.eot");
  src: url("/generali-theme/css/../fonts/line-awesome/la-solid-900.eot?#iefix") format("embedded-opentype"), url("/generali-theme/css/../fonts/line-awesome/la-solid-900.woff2") format("woff2"), url("/generali-theme/css/../fonts/line-awesome/la-solid-900.woff") format("woff"), url("/generali-theme/css/../fonts/line-awesome/la-solid-900.ttf") format("truetype"), url("/generali-theme/css/../fonts/line-awesome/la-solid-900.svg#lineawesome") format("svg"); }

.las {
  font-family: Line Awesome Free;
  font-weight: 900; }

.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.la-xs {
  font-size: 0.75em; }

.la-2x {
  font-size: 1em; }

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

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

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

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

.la-6x {
  font-size: 6em; }

.la-7x {
  font-size: 7em; }

.la-8x {
  font-size: 8em; }

.la-9x {
  font-size: 9em; }

.la-10x {
  font-size: 10em; }

.la-fw {
  text-align: center;
  width: 1.25em; }

.la-fw {
  width: 1.25em;
  text-align: center; }

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

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

.la-li {
  position: absolute;
  left: -2em;
  text-align: center;
  width: 1.42857em;
  line-height: inherit; }

.la-li.la-lg {
  left: -1.14286em; }

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

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

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

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

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

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

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

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

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

.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: .3em; }

.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.la-inverse {
  color: #fff; }

.la-500px:before {
  content: "\f26e"; }

.la-accessible-icon:before {
  content: "\f368"; }

.la-accusoft:before {
  content: "\f369"; }

.la-acquisitions-incorporated:before {
  content: "\f6af"; }

.la-ad:before {
  content: "\f641"; }

.la-address-book:before {
  content: "\f2b9"; }

.la-address-card:before {
  content: "\f2bb"; }

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

.la-adn:before {
  content: "\f170"; }

.la-adobe:before {
  content: "\f778"; }

.la-adversal:before {
  content: "\f36a"; }

.la-affiliatetheme:before {
  content: "\f36b"; }

.la-air-freshener:before {
  content: "\f5d0"; }

.la-airbnb:before {
  content: "\f834"; }

.la-algolia:before {
  content: "\f36c"; }

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

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

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

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

.la-alipay:before {
  content: "\f642"; }

.la-allergies:before {
  content: "\f461"; }

.la-amazon:before {
  content: "\f270"; }

.la-amazon-pay:before {
  content: "\f42c"; }

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

.la-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.la-amilia:before {
  content: "\f36d"; }

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

.la-android:before {
  content: "\f17b"; }

.la-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.la-angry:before {
  content: "\f556"; }

.la-angrycreative:before {
  content: "\f36e"; }

.la-angular:before {
  content: "\f420"; }

.la-ankh:before {
  content: "\f644"; }

.la-app-store:before {
  content: "\f36f"; }

.la-app-store-ios:before {
  content: "\f370"; }

.la-apper:before {
  content: "\f371"; }

.la-apple:before {
  content: "\f179"; }

.la-apple-alt:before {
  content: "\f5d1"; }

.la-apple-pay:before {
  content: "\f415"; }

.la-archive:before {
  content: "\f187"; }

.la-archway:before {
  content: "\f557"; }

.la-arrow-alt-circle-down:before {
  content: "\f358"; }

.la-arrow-alt-circle-left:before {
  content: "\f359"; }

.la-arrow-alt-circle-right:before {
  content: "\f35a"; }

.la-arrow-alt-circle-up:before {
  content: "\f35b"; }

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

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

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

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

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

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

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

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

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

.la-arrows-alt-h:before {
  content: "\f337"; }

.la-arrows-alt-v:before {
  content: "\f338"; }

.la-artstation:before {
  content: "\f77a"; }

.la-assistive-listening-systems:before {
  content: "\f2a2"; }

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

.la-asymmetrik:before {
  content: "\f372"; }

.la-at:before {
  content: "\f1fa"; }

.la-atlas:before {
  content: "\f558"; }

.la-atlassian:before {
  content: "\f77b"; }

.la-atom:before {
  content: "\f5d2"; }

.la-audible:before {
  content: "\f373"; }

.la-audio-description:before {
  content: "\f29e"; }

.la-autoprefixer:before {
  content: "\f41c"; }

.la-avianex:before {
  content: "\f374"; }

.la-aviato:before {
  content: "\f421"; }

.la-award:before {
  content: "\f559"; }

.la-aws:before {
  content: "\f375"; }

.la-baby:before {
  content: "\f77c"; }

.la-baby-carriage:before {
  content: "\f77d"; }

.la-backspace:before {
  content: "\f55a"; }

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

.la-bacon:before {
  content: "\f7e5"; }

.la-balance-scale:before {
  content: "\f24e"; }

.la-balance-scale-left:before {
  content: "\f515"; }

.la-balance-scale-right:before {
  content: "\f516"; }

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

.la-band-aid:before {
  content: "\f462"; }

.la-bandcamp:before {
  content: "\f2d5"; }

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

.la-bars:before {
  content: "\f0c9"; }

.la-baseball-ball:before {
  content: "\f433"; }

.la-basketball-ball:before {
  content: "\f434"; }

.la-bath:before {
  content: "\f2cd"; }

.la-battery-empty:before {
  content: "\f244"; }

.la-battery-full:before {
  content: "\f240"; }

.la-battery-half:before {
  content: "\f242"; }

.la-battery-quarter:before {
  content: "\f243"; }

.la-battery-three-quarters:before {
  content: "\f241"; }

.la-battle-net:before {
  content: "\f835"; }

.la-bed:before {
  content: "\f236"; }

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

.la-behance:before {
  content: "\f1b4"; }

.la-behance-square:before {
  content: "\f1b5"; }

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

.la-bell-slash:before {
  content: "\f1f6"; }

.la-bezier-curve:before {
  content: "\f55b"; }

.la-bible:before {
  content: "\f647"; }

.la-bicycle:before {
  content: "\f206"; }

.la-biking:before {
  content: "\f84a"; }

.la-bimobject:before {
  content: "\f378"; }

.la-binoculars:before {
  content: "\f1e5"; }

.la-biohazard:before {
  content: "\f780"; }

.la-birthday-cake:before {
  content: "\f1fd"; }

.la-bitbucket:before {
  content: "\f171"; }

.la-bitcoin:before {
  content: "\f379"; }

.la-bity:before {
  content: "\f37a"; }

.la-black-tie:before {
  content: "\f27e"; }

.la-blackberry:before {
  content: "\f37b"; }

.la-blender:before {
  content: "\f517"; }

.la-blender-phone:before {
  content: "\f6b6"; }

.la-blind:before {
  content: "\f29d"; }

.la-blog:before {
  content: "\f781"; }

.la-blogger:before {
  content: "\f37c"; }

.la-blogger-b:before {
  content: "\f37d"; }

.la-bluetooth:before {
  content: "\f293"; }

.la-bluetooth-b:before {
  content: "\f294"; }

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

.la-bolt:before {
  content: "\f0e7"; }

.la-bomb:before {
  content: "\f1e2"; }

.la-bone:before {
  content: "\f5d7"; }

.la-bong:before {
  content: "\f55c"; }

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

.la-book-dead:before {
  content: "\f6b7"; }

.la-book-medical:before {
  content: "\f7e6"; }

.la-book-open:before {
  content: "\f518"; }

.la-book-reader:before {
  content: "\f5da"; }

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

.la-bootstrap:before {
  content: "\f836"; }

.la-border-all:before {
  content: "\f84c"; }

.la-border-none:before {
  content: "\f850"; }

.la-border-style:before {
  content: "\f853"; }

.la-bowling-ball:before {
  content: "\f436"; }

.la-box:before {
  content: "\f466"; }

.la-box-open:before {
  content: "\f49e"; }

.la-boxes:before {
  content: "\f468"; }

.la-braille:before {
  content: "\f2a1"; }

.la-brain:before {
  content: "\f5dc"; }

.la-bread-slice:before {
  content: "\f7ec"; }

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

.la-briefcase-medical:before {
  content: "\f469"; }

.la-broadcast-tower:before {
  content: "\f519"; }

.la-broom:before {
  content: "\f51a"; }

.la-brush:before {
  content: "\f55d"; }

.la-btc:before {
  content: "\f15a"; }

.la-buffer:before {
  content: "\f837"; }

.la-bug:before {
  content: "\f188"; }

.la-building:before {
  content: "\f1ad"; }

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

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

.la-burn:before {
  content: "\f46a"; }

.la-buromobelexperte:before {
  content: "\f37f"; }

.la-bus:before {
  content: "\f207"; }

.la-bus-alt:before {
  content: "\f55e"; }

.la-business-time:before {
  content: "\f64a"; }

.la-buysellads:before {
  content: "\f20d"; }

.la-calculator:before {
  content: "\f1ec"; }

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

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

.la-calendar-check:before {
  content: "\f274"; }

.la-calendar-day:before {
  content: "\f783"; }

.la-calendar-minus:before {
  content: "\f272"; }

.la-calendar-plus:before {
  content: "\f271"; }

.la-calendar-times:before {
  content: "\f273"; }

.la-calendar-week:before {
  content: "\f784"; }

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

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

.la-campground:before {
  content: "\f6bb"; }

.la-canadian-maple-leaf:before {
  content: "\f785"; }

.la-candy-cane:before {
  content: "\f786"; }

.la-cannabis:before {
  content: "\f55f"; }

.la-capsules:before {
  content: "\f46b"; }

.la-car:before {
  content: "\f1b9"; }

.la-car-alt:before {
  content: "\f5de"; }

.la-car-battery:before {
  content: "\f5df"; }

.la-car-crash:before {
  content: "\f5e1"; }

.la-car-side:before {
  content: "\f5e4"; }

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

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

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

.la-caret-square-down:before {
  content: "\f150"; }

.la-caret-square-left:before {
  content: "\f191"; }

.la-caret-square-right:before {
  content: "\f152"; }

.la-caret-square-up:before {
  content: "\f151"; }

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

.la-carrot:before {
  content: "\f787"; }

.la-cart-arrow-down:before {
  content: "\f218"; }

.la-cart-plus:before {
  content: "\f217"; }

.la-cash-register:before {
  content: "\f788"; }

.la-cat:before {
  content: "\f6be"; }

.la-cc-amazon-pay:before {
  content: "\f42d"; }

.la-cc-amex:before {
  content: "\f1f3"; }

.la-cc-apple-pay:before {
  content: "\f416"; }

.la-cc-diners-club:before {
  content: "\f24c"; }

.la-cc-discover:before {
  content: "\f1f2"; }

.la-cc-jcb:before {
  content: "\f24b"; }

.la-cc-mastercard:before {
  content: "\f1f1"; }

.la-cc-paypal:before {
  content: "\f1f4"; }

.la-cc-stripe:before {
  content: "\f1f5"; }

.la-cc-visa:before {
  content: "\f1f0"; }

.la-centercode:before {
  content: "\f380"; }

.la-centos:before {
  content: "\f789"; }

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

.la-chair:before {
  content: "\f6c0"; }

.la-chalkboard:before {
  content: "\f51b"; }

.la-chalkboard-teacher:before {
  content: "\f51c"; }

.la-charging-station:before {
  content: "\f5e7"; }

.la-chart-area:before {
  content: "\f1fe"; }

.la-chart-bar:before {
  content: "\f080"; }

.la-chart-line:before {
  content: "\f201"; }

.la-chart-pie:before {
  content: "\f200"; }

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

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

.la-check-double:before {
  content: "\f560"; }

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

.la-cheese:before {
  content: "\f7ef"; }

.la-chess:before {
  content: "\f439"; }

.la-chess-bishop:before {
  content: "\f43a"; }

.la-chess-board:before {
  content: "\f43c"; }

.la-chess-king:before {
  content: "\f43f"; }

.la-chess-knight:before {
  content: "\f441"; }

.la-chess-pawn:before {
  content: "\f443"; }

.la-chess-queen:before {
  content: "\f445"; }

.la-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

.la-child:before {
  content: "\f1ae"; }

.la-chrome:before {
  content: "\f268"; }

.la-chromecast:before {
  content: "\f838"; }

.la-church:before {
  content: "\f51d"; }

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

.la-circle-notch:before {
  content: "\f1ce"; }

.la-city:before {
  content: "\f64f"; }

.la-clinic-medical:before {
  content: "\f7f2"; }

.la-clipboard:before {
  content: "\f328"; }

.la-clipboard-check:before {
  content: "\f46c"; }

.la-clipboard-list:before {
  content: "\f46d"; }

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

.la-clone:before {
  content: "\f24d"; }

.la-closed-captioning:before {
  content: "\f20a"; }

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

.la-cloud-download-alt:before {
  content: "\f381"; }

.la-cloud-meatball:before {
  content: "\f73b"; }

.la-cloud-moon:before {
  content: "\f6c3"; }

.la-cloud-moon-rain:before {
  content: "\f73c"; }

.la-cloud-rain:before {
  content: "\f73d"; }

.la-cloud-showers-heavy:before {
  content: "\f740"; }

.la-cloud-sun:before {
  content: "\f6c4"; }

.la-cloud-sun-rain:before {
  content: "\f743"; }

.la-cloud-upload-alt:before {
  content: "\f382"; }

.la-cloudscale:before {
  content: "\f383"; }

.la-cloudsmith:before {
  content: "\f384"; }

.la-cloudversify:before {
  content: "\f385"; }

.la-cocktail:before {
  content: "\f561"; }

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

.la-code-branch:before {
  content: "\f126"; }

.la-codepen:before {
  content: "\f1cb"; }

.la-codiepie:before {
  content: "\f284"; }

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

.la-cog:before {
  content: "\f013"; }

.la-cogs:before {
  content: "\f085"; }

.la-coins:before {
  content: "\f51e"; }

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

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

.la-comment-alt:before {
  content: "\f27a"; }

.la-comment-dollar:before {
  content: "\f651"; }

.la-comment-dots:before {
  content: "\f4ad"; }

.la-comment-medical:before {
  content: "\f7f5"; }

.la-comment-slash:before {
  content: "\f4b3"; }

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

.la-comments-dollar:before {
  content: "\f653"; }

.la-compact-disc:before {
  content: "\f51f"; }

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

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

.la-compress-arrows-alt:before {
  content: "\f78c"; }

.la-concierge-bell:before {
  content: "\f562"; }

.la-confluence:before {
  content: "\f78d"; }

.la-connectdevelop:before {
  content: "\f20e"; }

.la-contao:before {
  content: "\f26d"; }

.la-cookie:before {
  content: "\f563"; }

.la-cookie-bite:before {
  content: "\f564"; }

.la-copy:before {
  content: "\f0c5"; }

.la-copyright:before {
  content: "\f1f9"; }

.la-cotton-bureau:before {
  content: "\f89e"; }

.la-couch:before {
  content: "\f4b8"; }

.la-cpanel:before {
  content: "\f388"; }

.la-creative-commons:before {
  content: "\f25e"; }

.la-creative-commons-by:before {
  content: "\f4e7"; }

.la-creative-commons-nc:before {
  content: "\f4e8"; }

.la-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.la-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.la-creative-commons-nd:before {
  content: "\f4eb"; }

.la-creative-commons-pd:before {
  content: "\f4ec"; }

.la-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.la-creative-commons-remix:before {
  content: "\f4ee"; }

.la-creative-commons-sa:before {
  content: "\f4ef"; }

.la-creative-commons-sampling:before {
  content: "\f4f0"; }

.la-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.la-creative-commons-share:before {
  content: "\f4f2"; }

.la-creative-commons-zero:before {
  content: "\f4f3"; }

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

.la-critical-role:before {
  content: "\f6c9"; }

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

.la-crop-alt:before {
  content: "\f565"; }

.la-cross:before {
  content: "\f654"; }

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

.la-crow:before {
  content: "\f520"; }

.la-crown:before {
  content: "\f521"; }

.la-crutch:before {
  content: "\f7f7"; }

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

.la-css3-alt:before {
  content: "\f38b"; }

.la-cube:before {
  content: "\f1b2"; }

.la-cubes:before {
  content: "\f1b3"; }

.la-cut:before {
  content: "\f0c4"; }

.la-cuttlefish:before {
  content: "\f38c"; }

.la-d-and-d:before {
  content: "\f38d"; }

.la-d-and-d-beyond:before {
  content: "\f6ca"; }

.la-dashcube:before {
  content: "\f210"; }

.la-database:before {
  content: "\f1c0"; }

.la-deaf:before {
  content: "\f2a4"; }

.la-delicious:before {
  content: "\f1a5"; }

.la-democrat:before {
  content: "\f747"; }

.la-deploydog:before {
  content: "\f38e"; }

.la-deskpro:before {
  content: "\f38f"; }

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

.la-dev:before {
  content: "\f6cc"; }

.la-deviantart:before {
  content: "\f1bd"; }

.la-dharmachakra:before {
  content: "\f655"; }

.la-dhl:before {
  content: "\f790"; }

.la-diagnoses:before {
  content: "\f470"; }

.la-diaspora:before {
  content: "\f791"; }

.la-dice:before {
  content: "\f522"; }

.la-dice-d20:before {
  content: "\f6cf"; }

.la-dice-d6:before {
  content: "\f6d1"; }

.la-dice-five:before {
  content: "\f523"; }

.la-dice-four:before {
  content: "\f524"; }

.la-dice-one:before {
  content: "\f525"; }

.la-dice-six:before {
  content: "\f526"; }

.la-dice-three:before {
  content: "\f527"; }

.la-dice-two:before {
  content: "\f528"; }

.la-digg:before {
  content: "\f1a6"; }

.la-digital-ocean:before {
  content: "\f391"; }

.la-digital-tachograph:before {
  content: "\f566"; }

.la-directions:before {
  content: "\f5eb"; }

.la-discord:before {
  content: "\f392"; }

.la-discourse:before {
  content: "\f393"; }

.la-divide:before {
  content: "\f529"; }

.la-dizzy:before {
  content: "\f567"; }

.la-dna:before {
  content: "\f471"; }

.la-dochub:before {
  content: "\f394"; }

.la-docker:before {
  content: "\f395"; }

.la-dog:before {
  content: "\f6d3"; }

.la-dollar-sign:before {
  content: "\f155"; }

.la-dolly:before {
  content: "\f472"; }

.la-dolly-flatbed:before {
  content: "\f474"; }

.la-donate:before {
  content: "\f4b9"; }

.la-door-closed:before {
  content: "\f52a"; }

.la-door-open:before {
  content: "\f52b"; }

.la-dot-circle:before {
  content: "\f192"; }

.la-dove:before {
  content: "\f4ba"; }

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

.la-draft2digital:before {
  content: "\f396"; }

.la-drafting-compass:before {
  content: "\f568"; }

.la-dragon:before {
  content: "\f6d5"; }

.la-draw-polygon:before {
  content: "\f5ee"; }

.la-dribbble:before {
  content: "\f17d"; }

.la-dribbble-square:before {
  content: "\f397"; }

.la-dropbox:before {
  content: "\f16b"; }

.la-drum:before {
  content: "\f569"; }

.la-drum-steelpan:before {
  content: "\f56a"; }

.la-drumstick-bite:before {
  content: "\f6d7"; }

.la-drupal:before {
  content: "\f1a9"; }

.la-dumbbell:before {
  content: "\f44b"; }

.la-dumpster:before {
  content: "\f793"; }

.la-dumpster-fire:before {
  content: "\f794"; }

.la-dungeon:before {
  content: "\f6d9"; }

.la-dyalog:before {
  content: "\f399"; }

.la-earlybirds:before {
  content: "\f39a"; }

.la-ebay:before {
  content: "\f4f4"; }

.la-edge:before {
  content: "\f282"; }

.la-edit:before {
  content: "\f044"; }

.la-egg:before {
  content: "\f7fb"; }

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

.la-elementor:before {
  content: "\f430"; }

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

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

.la-ello:before {
  content: "\f5f1"; }

.la-ember:before {
  content: "\f423"; }

.la-empire:before {
  content: "\f1d1"; }

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

.la-envelope-open:before {
  content: "\f2b6"; }

.la-envelope-open-text:before {
  content: "\f658"; }

.la-envelope-square:before {
  content: "\f199"; }

.la-envira:before {
  content: "\f299"; }

.la-equals:before {
  content: "\f52c"; }

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

.la-erlang:before {
  content: "\f39d"; }

.la-ethereum:before {
  content: "\f42e"; }

.la-ethernet:before {
  content: "\f796"; }

.la-etsy:before {
  content: "\f2d7"; }

.la-euro-sign:before {
  content: "\f153"; }

.la-evernote:before {
  content: "\f839"; }

.la-exchange-alt:before {
  content: "\f362"; }

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

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

.la-exclamation-triangle:before {
  content: "\f071"; }

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

.la-expand-arrows-alt:before {
  content: "\f31e"; }

.la-expeditedssl:before {
  content: "\f23e"; }

.la-external-link-alt:before {
  content: "\f35d"; }

.la-external-link-square-alt:before {
  content: "\f360"; }

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

.la-eye-dropper:before {
  content: "\f1fb"; }

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

.la-facebook:before {
  content: "\f09a"; }

.la-facebook-f:before {
  content: "\f39e"; }

.la-facebook-messenger:before {
  content: "\f39f"; }

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

.la-fan:before {
  content: "\f863"; }

.la-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.la-fax:before {
  content: "\f1ac"; }

.la-feather:before {
  content: "\f52d"; }

.la-feather-alt:before {
  content: "\f56b"; }

.la-fedex:before {
  content: "\f797"; }

.la-fedora:before {
  content: "\f798"; }

.la-female:before {
  content: "\f182"; }

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

.la-figma:before {
  content: "\f799"; }

.la-file:before {
  content: "\f15b"; }

.la-file-alt:before {
  content: "\f15c"; }

.la-file-archive:before {
  content: "\f1c6"; }

.la-file-audio:before {
  content: "\f1c7"; }

.la-file-code:before {
  content: "\f1c9"; }

.la-file-contract:before {
  content: "\f56c"; }

.la-file-csv:before {
  content: "\f6dd"; }

.la-file-download:before {
  content: "\f56d"; }

.la-file-excel:before {
  content: "\f1c3"; }

.la-file-export:before {
  content: "\f56e"; }

.la-file-image:before {
  content: "\f1c5"; }

.la-file-import:before {
  content: "\f56f"; }

.la-file-invoice:before {
  content: "\f570"; }

.la-file-invoice-dollar:before {
  content: "\f571"; }

.la-file-medical:before {
  content: "\f477"; }

.la-file-medical-alt:before {
  content: "\f478"; }

.la-file-pdf:before {
  content: "\f1c1"; }

.la-file-powerpoint:before {
  content: "\f1c4"; }

.la-file-prescription:before {
  content: "\f572"; }

.la-file-signature:before {
  content: "\f573"; }

.la-file-upload:before {
  content: "\f574"; }

.la-file-video:before {
  content: "\f1c8"; }

.la-file-word:before {
  content: "\f1c2"; }

.la-fill:before {
  content: "\f575"; }

.la-fill-drip:before {
  content: "\f576"; }

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

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

.la-fingerprint:before {
  content: "\f577"; }

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

.la-fire-alt:before {
  content: "\f7e4"; }

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

.la-firefox:before {
  content: "\f269"; }

.la-first-aid:before {
  content: "\f479"; }

.la-first-order:before {
  content: "\f2b0"; }

.la-first-order-alt:before {
  content: "\f50a"; }

.la-firstdraft:before {
  content: "\f3a1"; }

.la-fish:before {
  content: "\f578"; }

.la-fist-raised:before {
  content: "\f6de"; }

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

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

.la-flag-usa:before {
  content: "\f74d"; }

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

.la-flickr:before {
  content: "\f16e"; }

.la-flipboard:before {
  content: "\f44d"; }

.la-flushed:before {
  content: "\f579"; }

.la-fly:before {
  content: "\f417"; }

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

.la-folder-minus:before {
  content: "\f65d"; }

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

.la-folder-plus:before {
  content: "\f65e"; }

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

.la-font-awesome:before {
  content: "\f2b4"; }

.la-font-awesome-alt:before {
  content: "\f35c"; }

.la-font-awesome-flag:before {
  content: "\f425"; }

.la-fonticons:before {
  content: "\f280"; }

.la-fonticons-fi:before {
  content: "\f3a2"; }

.la-football-ball:before {
  content: "\f44e"; }

.la-fort-awesome:before {
  content: "\f286"; }

.la-fort-awesome-alt:before {
  content: "\f3a3"; }

.la-forumbee:before {
  content: "\f211"; }

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

.la-foursquare:before {
  content: "\f180"; }

.la-free-code-camp:before {
  content: "\f2c5"; }

.la-freebsd:before {
  content: "\f3a4"; }

.la-frog:before {
  content: "\f52e"; }

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

.la-frown-open:before {
  content: "\f57a"; }

.la-fulcrum:before {
  content: "\f50b"; }

.la-funnel-dollar:before {
  content: "\f662"; }

.la-futbol:before {
  content: "\f1e3"; }

.la-galactic-republic:before {
  content: "\f50c"; }

.la-galactic-senate:before {
  content: "\f50d"; }

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

.la-gas-pump:before {
  content: "\f52f"; }

.la-gavel:before {
  content: "\f0e3"; }

.la-gem:before {
  content: "\f3a5"; }

.la-genderless:before {
  content: "\f22d"; }

.la-get-pocket:before {
  content: "\f265"; }

.la-gg:before {
  content: "\f260"; }

.la-gg-circle:before {
  content: "\f261"; }

.la-ghost:before {
  content: "\f6e2"; }

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

.la-gifts:before {
  content: "\f79c"; }

.la-git:before {
  content: "\f1d3"; }

.la-git-alt:before {
  content: "\f841"; }

.la-git-square:before {
  content: "\f1d2"; }

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

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

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

.la-gitkraken:before {
  content: "\f3a6"; }

.la-gitlab:before {
  content: "\f296"; }

.la-gitter:before {
  content: "\f426"; }

.la-glass-cheers:before {
  content: "\f79f"; }

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

.la-glass-martini-alt:before {
  content: "\f57b"; }

.la-glass-whiskey:before {
  content: "\f7a0"; }

.la-glasses:before {
  content: "\f530"; }

.la-glide:before {
  content: "\f2a5"; }

.la-glide-g:before {
  content: "\f2a6"; }

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

.la-globe-africa:before {
  content: "\f57c"; }

.la-globe-americas:before {
  content: "\f57d"; }

.la-globe-asia:before {
  content: "\f57e"; }

.la-globe-europe:before {
  content: "\f7a2"; }

.la-gofore:before {
  content: "\f3a7"; }

.la-golf-ball:before {
  content: "\f450"; }

.la-goodreads:before {
  content: "\f3a8"; }

.la-goodreads-g:before {
  content: "\f3a9"; }

.la-google:before {
  content: "\f1a0"; }

.la-google-drive:before {
  content: "\f3aa"; }

.la-google-play:before {
  content: "\f3ab"; }

.la-google-plus:before {
  content: "\f2b3"; }

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

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

.la-google-wallet:before {
  content: "\f1ee"; }

.la-gopuram:before {
  content: "\f664"; }

.la-graduation-cap:before {
  content: "\f19d"; }

.la-gratipay:before {
  content: "\f184"; }

.la-grav:before {
  content: "\f2d6"; }

.la-greater-than:before {
  content: "\f531"; }

.la-greater-than-equal:before {
  content: "\f532"; }

.la-grimace:before {
  content: "\f57f"; }

.la-grin:before {
  content: "\f580"; }

.la-grin-alt:before {
  content: "\f581"; }

.la-grin-beam:before {
  content: "\f582"; }

.la-grin-beam-sweat:before {
  content: "\f583"; }

.la-grin-hearts:before {
  content: "\f584"; }

.la-grin-squint:before {
  content: "\f585"; }

.la-grin-squint-tears:before {
  content: "\f586"; }

.la-grin-stars:before {
  content: "\f587"; }

.la-grin-tears:before {
  content: "\f588"; }

.la-grin-tongue:before {
  content: "\f589"; }

.la-grin-tongue-squint:before {
  content: "\f58a"; }

.la-grin-tongue-wink:before {
  content: "\f58b"; }

.la-grin-wink:before {
  content: "\f58c"; }

.la-grip-horizontal:before {
  content: "\f58d"; }

.la-grip-lines:before {
  content: "\f7a4"; }

.la-grip-lines-vertical:before {
  content: "\f7a5"; }

.la-grip-vertical:before {
  content: "\f58e"; }

.la-gripfire:before {
  content: "\f3ac"; }

.la-grunt:before {
  content: "\f3ad"; }

.la-guitar:before {
  content: "\f7a6"; }

.la-gulp:before {
  content: "\f3ae"; }

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

.la-hacker-news:before {
  content: "\f1d4"; }

.la-hacker-news-square:before {
  content: "\f3af"; }

.la-hackerrank:before {
  content: "\f5f7"; }

.la-hamburger:before {
  content: "\f805"; }

.la-hammer:before {
  content: "\f6e3"; }

.la-hamsa:before {
  content: "\f665"; }

.la-hand-holding:before {
  content: "\f4bd"; }

.la-hand-holding-heart:before {
  content: "\f4be"; }

.la-hand-holding-usd:before {
  content: "\f4c0"; }

.la-hand-lizard:before {
  content: "\f258"; }

.la-hand-middle-finger:before {
  content: "\f806"; }

.la-hand-paper:before {
  content: "\f256"; }

.la-hand-peace:before {
  content: "\f25b"; }

.la-hand-point-down:before {
  content: "\f0a7"; }

.la-hand-point-left:before {
  content: "\f0a5"; }

.la-hand-point-right:before {
  content: "\f0a4"; }

.la-hand-point-up:before {
  content: "\f0a6"; }

.la-hand-pointer:before {
  content: "\f25a"; }

.la-hand-rock:before {
  content: "\f255"; }

.la-hand-scissors:before {
  content: "\f257"; }

.la-hand-spock:before {
  content: "\f259"; }

.la-hands:before {
  content: "\f4c2"; }

.la-hands-helping:before {
  content: "\f4c4"; }

.la-handshake:before {
  content: "\f2b5"; }

.la-hanukiah:before {
  content: "\f6e6"; }

.la-hard-hat:before {
  content: "\f807"; }

.la-hashtag:before {
  content: "\f292"; }

.la-hat-wizard:before {
  content: "\f6e8"; }

.la-haykal:before {
  content: "\f666"; }

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

.la-heading:before {
  content: "\f1dc"; }

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

.la-headphones-alt:before {
  content: "\f58f"; }

.la-headset:before {
  content: "\f590"; }

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

.la-heart-broken:before {
  content: "\f7a9"; }

.la-heartbeat:before {
  content: "\f21e"; }

.la-helicopter:before {
  content: "\f533"; }

.la-highlighter:before {
  content: "\f591"; }

.la-hiking:before {
  content: "\f6ec"; }

.la-hippo:before {
  content: "\f6ed"; }

.la-hips:before {
  content: "\f452"; }

.la-hire-a-helper:before {
  content: "\f3b0"; }

.la-history:before {
  content: "\f1da"; }

.la-hockey-puck:before {
  content: "\f453"; }

.la-holly-berry:before {
  content: "\f7aa"; }

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

.la-hooli:before {
  content: "\f427"; }

.la-hornbill:before {
  content: "\f592"; }

.la-horse:before {
  content: "\f6f0"; }

.la-horse-head:before {
  content: "\f7ab"; }

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

.la-hospital-alt:before {
  content: "\f47d"; }

.la-hospital-symbol:before {
  content: "\f47e"; }

.la-hot-tub:before {
  content: "\f593"; }

.la-hotdog:before {
  content: "\f80f"; }

.la-hotel:before {
  content: "\f594"; }

.la-hotjar:before {
  content: "\f3b1"; }

.la-hourglass:before {
  content: "\f254"; }

.la-hourglass-end:before {
  content: "\f253"; }

.la-hourglass-half:before {
  content: "\f252"; }

.la-hourglass-start:before {
  content: "\f251"; }

.la-house-damage:before {
  content: "\f6f1"; }

.la-houzz:before {
  content: "\f27c"; }

.la-hryvnia:before {
  content: "\f6f2"; }

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

.la-hubspot:before {
  content: "\f3b2"; }

.la-i-cursor:before {
  content: "\f246"; }

.la-ice-cream:before {
  content: "\f810"; }

.la-icicles:before {
  content: "\f7ad"; }

.la-icons:before {
  content: "\f86d"; }

.la-id-badge:before {
  content: "\f2c1"; }

.la-id-card:before {
  content: "\f2c2"; }

.la-id-card-alt:before {
  content: "\f47f"; }

.la-igloo:before {
  content: "\f7ae"; }

.la-image:before {
  content: "\f03e"; }

.la-images:before {
  content: "\f302"; }

.la-imdb:before {
  content: "\f2d8"; }

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

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

.la-industry:before {
  content: "\f275"; }

.la-infinity:before {
  content: "\f534"; }

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

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

.la-instagram:before {
  content: "\f16d"; }

.la-intercom:before {
  content: "\f7af"; }

.la-internet-explorer:before {
  content: "\f26b"; }

.la-invision:before {
  content: "\f7b0"; }

.la-ioxhost:before {
  content: "\f208"; }

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

.la-itch-io:before {
  content: "\f83a"; }

.la-itunes:before {
  content: "\f3b4"; }

.la-itunes-note:before {
  content: "\f3b5"; }

.la-java:before {
  content: "\f4e4"; }

.la-jedi:before {
  content: "\f669"; }

.la-jedi-order:before {
  content: "\f50e"; }

.la-jenkins:before {
  content: "\f3b6"; }

.la-jira:before {
  content: "\f7b1"; }

.la-joget:before {
  content: "\f3b7"; }

.la-joint:before {
  content: "\f595"; }

.la-joomla:before {
  content: "\f1aa"; }

.la-journal-whills:before {
  content: "\f66a"; }

.la-js:before {
  content: "\f3b8"; }

.la-js-square:before {
  content: "\f3b9"; }

.la-jsfiddle:before {
  content: "\f1cc"; }

.la-kaaba:before {
  content: "\f66b"; }

.la-kaggle:before {
  content: "\f5fa"; }

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

.la-keybase:before {
  content: "\f4f5"; }

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

.la-keycdn:before {
  content: "\f3ba"; }

.la-khanda:before {
  content: "\f66d"; }

.la-kickstarter:before {
  content: "\f3bb"; }

.la-kickstarter-k:before {
  content: "\f3bc"; }

.la-kiss:before {
  content: "\f596"; }

.la-kiss-beam:before {
  content: "\f597"; }

.la-kiss-wink-heart:before {
  content: "\f598"; }

.la-kiwi-bird:before {
  content: "\f535"; }

.la-korvue:before {
  content: "\f42f"; }

.la-landmark:before {
  content: "\f66f"; }

.la-language:before {
  content: "\f1ab"; }

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

.la-laptop-code:before {
  content: "\f5fc"; }

.la-laptop-medical:before {
  content: "\f812"; }

.la-laravel:before {
  content: "\f3bd"; }

.la-lastfm:before {
  content: "\f202"; }

.la-lastfm-square:before {
  content: "\f203"; }

.la-laugh:before {
  content: "\f599"; }

.la-laugh-beam:before {
  content: "\f59a"; }

.la-laugh-squint:before {
  content: "\f59b"; }

.la-laugh-wink:before {
  content: "\f59c"; }

.la-layer-group:before {
  content: "\f5fd"; }

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

.la-leanpub:before {
  content: "\f212"; }

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

.la-less:before {
  content: "\f41d"; }

.la-less-than:before {
  content: "\f536"; }

.la-less-than-equal:before {
  content: "\f537"; }

.la-level-down-alt:before {
  content: "\f3be"; }

.la-level-up-alt:before {
  content: "\f3bf"; }

.la-life-ring:before {
  content: "\f1cd"; }

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

.la-line:before {
  content: "\f3c0"; }

.la-link:before {
  content: "\f0c1"; }

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

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

.la-linode:before {
  content: "\f2b8"; }

.la-linux:before {
  content: "\f17c"; }

.la-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

.la-lock-open:before {
  content: "\f3c1"; }

.la-long-arrow-alt-down:before {
  content: "\f309"; }

.la-long-arrow-alt-left:before {
  content: "\f30a"; }

.la-long-arrow-alt-right:before {
  content: "\f30b"; }

.la-long-arrow-alt-up:before {
  content: "\f30c"; }

.la-low-vision:before {
  content: "\f2a8"; }

.la-luggage-cart:before {
  content: "\f59d"; }

.la-lyft:before {
  content: "\f3c3"; }

.la-magento:before {
  content: "\f3c4"; }

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

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

.la-mail-bulk:before {
  content: "\f674"; }

.la-mailchimp:before {
  content: "\f59e"; }

.la-male:before {
  content: "\f183"; }

.la-mandalorian:before {
  content: "\f50f"; }

.la-map:before {
  content: "\f279"; }

.la-map-marked:before {
  content: "\f59f"; }

.la-map-marked-alt:before {
  content: "\f5a0"; }

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

.la-map-marker-alt:before {
  content: "\f3c5"; }

.la-map-pin:before {
  content: "\f276"; }

.la-map-signs:before {
  content: "\f277"; }

.la-markdown:before {
  content: "\f60f"; }

.la-marker:before {
  content: "\f5a1"; }

.la-mars:before {
  content: "\f222"; }

.la-mars-double:before {
  content: "\f227"; }

.la-mars-stroke:before {
  content: "\f229"; }

.la-mars-stroke-h:before {
  content: "\f22b"; }

.la-mars-stroke-v:before {
  content: "\f22a"; }

.la-mask:before {
  content: "\f6fa"; }

.la-mastodon:before {
  content: "\f4f6"; }

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

.la-medal:before {
  content: "\f5a2"; }

.la-medapps:before {
  content: "\f3c6"; }

.la-medium:before {
  content: "\f23a"; }

.la-medium-m:before {
  content: "\f3c7"; }

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

.la-medrt:before {
  content: "\f3c8"; }

.la-meetup:before {
  content: "\f2e0"; }

.la-megaport:before {
  content: "\f5a3"; }

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

.la-meh-blank:before {
  content: "\f5a4"; }

.la-meh-rolling-eyes:before {
  content: "\f5a5"; }

.la-memory:before {
  content: "\f538"; }

.la-mendeley:before {
  content: "\f7b3"; }

.la-menorah:before {
  content: "\f676"; }

.la-mercury:before {
  content: "\f223"; }

.la-meteor:before {
  content: "\f753"; }

.la-microchip:before {
  content: "\f2db"; }

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

.la-microphone-alt:before {
  content: "\f3c9"; }

.la-microphone-alt-slash:before {
  content: "\f539"; }

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

.la-microscope:before {
  content: "\f610"; }

.la-microsoft:before {
  content: "\f3ca"; }

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

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

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

.la-mitten:before {
  content: "\f7b5"; }

.la-mix:before {
  content: "\f3cb"; }

.la-mixcloud:before {
  content: "\f289"; }

.la-mizuni:before {
  content: "\f3cc"; }

.la-mobile:before {
  content: "\f10b"; }

.la-mobile-alt:before {
  content: "\f3cd"; }

.la-modx:before {
  content: "\f285"; }

.la-monero:before {
  content: "\f3d0"; }

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

.la-money-bill-alt:before {
  content: "\f3d1"; }

.la-money-bill-wave:before {
  content: "\f53a"; }

.la-money-bill-wave-alt:before {
  content: "\f53b"; }

.la-money-check:before {
  content: "\f53c"; }

.la-money-check-alt:before {
  content: "\f53d"; }

.la-monument:before {
  content: "\f5a6"; }

.la-moon:before {
  content: "\f186"; }

.la-mortar-pestle:before {
  content: "\f5a7"; }

.la-mosque:before {
  content: "\f678"; }

.la-motorcycle:before {
  content: "\f21c"; }

.la-mountain:before {
  content: "\f6fc"; }

.la-mouse-pointer:before {
  content: "\f245"; }

.la-mug-hot:before {
  content: "\f7b6"; }

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

.la-napster:before {
  content: "\f3d2"; }

.la-neos:before {
  content: "\f612"; }

.la-network-wired:before {
  content: "\f6ff"; }

.la-neuter:before {
  content: "\f22c"; }

.la-newspaper:before {
  content: "\f1ea"; }

.la-nimblr:before {
  content: "\f5a8"; }

.la-node:before {
  content: "\f419"; }

.la-node-js:before {
  content: "\f3d3"; }

.la-not-equal:before {
  content: "\f53e"; }

.la-notes-medical:before {
  content: "\f481"; }

.la-npm:before {
  content: "\f3d4"; }

.la-ns8:before {
  content: "\f3d5"; }

.la-nutritionix:before {
  content: "\f3d6"; }

.la-object-group:before {
  content: "\f247"; }

.la-object-ungroup:before {
  content: "\f248"; }

.la-odnoklassniki:before {
  content: "\f263"; }

.la-odnoklassniki-square:before {
  content: "\f264"; }

.la-oil-can:before {
  content: "\f613"; }

.la-old-republic:before {
  content: "\f510"; }

.la-om:before {
  content: "\f679"; }

.la-opencart:before {
  content: "\f23d"; }

.la-openid:before {
  content: "\f19b"; }

.la-opera:before {
  content: "\f26a"; }

.la-optin-monster:before {
  content: "\f23c"; }

.la-osi:before {
  content: "\f41a"; }

.la-otter:before {
  content: "\f700"; }

.la-outdent:before {
  content: "\f03b"; }

.la-page4:before {
  content: "\f3d7"; }

.la-pagelines:before {
  content: "\f18c"; }

.la-pager:before {
  content: "\f815"; }

.la-paint-brush:before {
  content: "\f1fc"; }

.la-paint-roller:before {
  content: "\f5aa"; }

.la-palette:before {
  content: "\f53f"; }

.la-palfed:before {
  content: "\f3d8"; }

.la-pallet:before {
  content: "\f482"; }

.la-paper-plane:before {
  content: "\f1d8"; }

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

.la-parachute-box:before {
  content: "\f4cd"; }

.la-paragraph:before {
  content: "\f1dd"; }

.la-parking:before {
  content: "\f540"; }

.la-passport:before {
  content: "\f5ab"; }

.la-pastafarianism:before {
  content: "\f67b"; }

.la-paste:before {
  content: "\f0ea"; }

.la-patreon:before {
  content: "\f3d9"; }

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

.la-pause-circle:before {
  content: "\f28b"; }

.la-paw:before {
  content: "\f1b0"; }

.la-paypal:before {
  content: "\f1ed"; }

.la-peace:before {
  content: "\f67c"; }

.la-pen:before {
  content: "\f304"; }

.la-pen-alt:before {
  content: "\f305"; }

.la-pen-fancy:before {
  content: "\f5ac"; }

.la-pen-nib:before {
  content: "\f5ad"; }

.la-pen-square:before {
  content: "\f14b"; }

.la-pencil-alt:before {
  content: "\f303"; }

.la-pencil-ruler:before {
  content: "\f5ae"; }

.la-penny-arcade:before {
  content: "\f704"; }

.la-people-carry:before {
  content: "\f4ce"; }

.la-pepper-hot:before {
  content: "\f816"; }

.la-percent:before {
  content: "\f295"; }

.la-percentage:before {
  content: "\f541"; }

.la-periscope:before {
  content: "\f3da"; }

.la-person-booth:before {
  content: "\f756"; }

.la-phabricator:before {
  content: "\f3db"; }

.la-phoenix-framework:before {
  content: "\f3dc"; }

.la-phoenix-squadron:before {
  content: "\f511"; }

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

.la-phone-alt:before {
  content: "\f879"; }

.la-phone-slash:before {
  content: "\f3dd"; }

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

.la-phone-square-alt:before {
  content: "\f87b"; }

.la-phone-volume:before {
  content: "\f2a0"; }

.la-photo-video:before {
  content: "\f87c"; }

.la-php:before {
  content: "\f457"; }

.la-pied-piper:before {
  content: "\f2ae"; }

.la-pied-piper-alt:before {
  content: "\f1a8"; }

.la-pied-piper-hat:before {
  content: "\f4e5"; }

.la-pied-piper-pp:before {
  content: "\f1a7"; }

.la-piggy-bank:before {
  content: "\f4d3"; }

.la-pills:before {
  content: "\f484"; }

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

.la-pinterest-p:before {
  content: "\f231"; }

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

.la-pizza-slice:before {
  content: "\f818"; }

.la-place-of-worship:before {
  content: "\f67f"; }

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

.la-plane-arrival:before {
  content: "\f5af"; }

.la-plane-departure:before {
  content: "\f5b0"; }

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

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

.la-playstation:before {
  content: "\f3df"; }

.la-plug:before {
  content: "\f1e6"; }

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

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

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

.la-podcast:before {
  content: "\f2ce"; }

.la-poll:before {
  content: "\f681"; }

.la-poll-h:before {
  content: "\f682"; }

.la-poo:before {
  content: "\f2fe"; }

.la-poo-storm:before {
  content: "\f75a"; }

.la-poop:before {
  content: "\f619"; }

.la-portrait:before {
  content: "\f3e0"; }

.la-pound-sign:before {
  content: "\f154"; }

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

.la-pray:before {
  content: "\f683"; }

.la-praying-hands:before {
  content: "\f684"; }

.la-prescription:before {
  content: "\f5b1"; }

.la-prescription-bottle:before {
  content: "\f485"; }

.la-prescription-bottle-alt:before {
  content: "\f486"; }

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

.la-procedures:before {
  content: "\f487"; }

.la-product-hunt:before {
  content: "\f288"; }

.la-project-diagram:before {
  content: "\f542"; }

.la-pushed:before {
  content: "\f3e1"; }

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

.la-python:before {
  content: "\f3e2"; }

.la-qq:before {
  content: "\f1d6"; }

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

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

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

.la-quidditch:before {
  content: "\f458"; }

.la-quinscape:before {
  content: "\f459"; }

.la-quora:before {
  content: "\f2c4"; }

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

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

.la-quran:before {
  content: "\f687"; }

.la-r-project:before {
  content: "\f4f7"; }

.la-radiation:before {
  content: "\f7b9"; }

.la-radiation-alt:before {
  content: "\f7ba"; }

.la-rainbow:before {
  content: "\f75b"; }

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

.la-raspberry-pi:before {
  content: "\f7bb"; }

.la-ravelry:before {
  content: "\f2d9"; }

.la-react:before {
  content: "\f41b"; }

.la-reacteurope:before {
  content: "\f75d"; }

.la-readme:before {
  content: "\f4d5"; }

.la-rebel:before {
  content: "\f1d0"; }

.la-receipt:before {
  content: "\f543"; }

.la-recycle:before {
  content: "\f1b8"; }

.la-red-river:before {
  content: "\f3e3"; }

.la-reddit:before {
  content: "\f1a1"; }

.la-reddit-alien:before {
  content: "\f281"; }

.la-reddit-square:before {
  content: "\f1a2"; }

.la-redhat:before {
  content: "\f7bc"; }

.la-redo:before {
  content: "\f01e"; }

.la-redo-alt:before {
  content: "\f2f9"; }

.la-registered:before {
  content: "\f25d"; }

.la-remove-format:before {
  content: "\f87d"; }

.la-renren:before {
  content: "\f18b"; }

.la-reply:before {
  content: "\f3e5"; }

.la-reply-all:before {
  content: "\f122"; }

.la-replyd:before {
  content: "\f3e6"; }

.la-republican:before {
  content: "\f75e"; }

.la-researchgate:before {
  content: "\f4f8"; }

.la-resolving:before {
  content: "\f3e7"; }

.la-restroom:before {
  content: "\f7bd"; }

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

.la-rev:before {
  content: "\f5b2"; }

.la-ribbon:before {
  content: "\f4d6"; }

.la-ring:before {
  content: "\f70b"; }

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

.la-robot:before {
  content: "\f544"; }

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

.la-rocketchat:before {
  content: "\f3e8"; }

.la-rockrms:before {
  content: "\f3e9"; }

.la-route:before {
  content: "\f4d7"; }

.la-rss:before {
  content: "\f09e"; }

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

.la-ruble-sign:before {
  content: "\f158"; }

.la-ruler:before {
  content: "\f545"; }

.la-ruler-combined:before {
  content: "\f546"; }

.la-ruler-horizontal:before {
  content: "\f547"; }

.la-ruler-vertical:before {
  content: "\f548"; }

.la-running:before {
  content: "\f70c"; }

.la-rupee-sign:before {
  content: "\f156"; }

.la-sad-cry:before {
  content: "\f5b3"; }

.la-sad-tear:before {
  content: "\f5b4"; }

.la-safari:before {
  content: "\f267"; }

.la-salesforce:before {
  content: "\f83b"; }

.la-sass:before {
  content: "\f41e"; }

.la-satellite:before {
  content: "\f7bf"; }

.la-satellite-dish:before {
  content: "\f7c0"; }

.la-save:before {
  content: "\f0c7"; }

.la-schlix:before {
  content: "\f3ea"; }

.la-school:before {
  content: "\f549"; }

.la-screwdriver:before {
  content: "\f54a"; }

.la-scribd:before {
  content: "\f28a"; }

.la-scroll:before {
  content: "\f70e"; }

.la-sd-card:before {
  content: "\f7c2"; }

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

.la-search-dollar:before {
  content: "\f688"; }

.la-search-location:before {
  content: "\f689"; }

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

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

.la-searchengin:before {
  content: "\f3eb"; }

.la-seedling:before {
  content: "\f4d8"; }

.la-sellcast:before {
  content: "\f2da"; }

.la-sellsy:before {
  content: "\f213"; }

.la-server:before {
  content: "\f233"; }

.la-servicestack:before {
  content: "\f3ec"; }

.la-shapes:before {
  content: "\f61f"; }

.la-share:before {
  content: "\f064"; }

.la-share-alt:before {
  content: "\f1e0"; }

.la-share-alt-square:before {
  content: "\f1e1"; }

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

.la-shekel-sign:before {
  content: "\f20b"; }

.la-shield-alt:before {
  content: "\f3ed"; }

.la-ship:before {
  content: "\f21a"; }

.la-shipping-fast:before {
  content: "\f48b"; }

.la-shirtsinbulk:before {
  content: "\f214"; }

.la-shoe-prints:before {
  content: "\f54b"; }

.la-shopping-bag:before {
  content: "\f290"; }

.la-shopping-basket:before {
  content: "\f291"; }

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

.la-shopware:before {
  content: "\f5b5"; }

.la-shower:before {
  content: "\f2cc"; }

.la-shuttle-van:before {
  content: "\f5b6"; }

.la-sign:before {
  content: "\f4d9"; }

.la-sign-in-alt:before {
  content: "\f2f6"; }

.la-sign-language:before {
  content: "\f2a7"; }

.la-sign-out-alt:before {
  content: "\f2f5"; }

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

.la-signature:before {
  content: "\f5b7"; }

.la-sim-card:before {
  content: "\f7c4"; }

.la-simplybuilt:before {
  content: "\f215"; }

.la-sistrix:before {
  content: "\f3ee"; }

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

.la-sith:before {
  content: "\f512"; }

.la-skating:before {
  content: "\f7c5"; }

.la-sketch:before {
  content: "\f7c6"; }

.la-skiing:before {
  content: "\f7c9"; }

.la-skiing-nordic:before {
  content: "\f7ca"; }

.la-skull:before {
  content: "\f54c"; }

.la-skull-crossbones:before {
  content: "\f714"; }

.la-skyatlas:before {
  content: "\f216"; }

.la-skype:before {
  content: "\f17e"; }

.la-slack:before {
  content: "\f198"; }

.la-slack-hash:before {
  content: "\f3ef"; }

.la-slash:before {
  content: "\f715"; }

.la-sleigh:before {
  content: "\f7cc"; }

.la-sliders-h:before {
  content: "\f1de"; }

.la-slideshare:before {
  content: "\f1e7"; }

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

.la-smile-beam:before {
  content: "\f5b8"; }

.la-smile-wink:before {
  content: "\f4da"; }

.la-smog:before {
  content: "\f75f"; }

.la-smoking:before {
  content: "\f48d"; }

.la-smoking-ban:before {
  content: "\f54d"; }

.la-sms:before {
  content: "\f7cd"; }

.la-snapchat:before {
  content: "\f2ab"; }

.la-snapchat-ghost:before {
  content: "\f2ac"; }

.la-snapchat-square:before {
  content: "\f2ad"; }

.la-snowboarding:before {
  content: "\f7ce"; }

.la-snowflake:before {
  content: "\f2dc"; }

.la-snowman:before {
  content: "\f7d0"; }

.la-snowplow:before {
  content: "\f7d2"; }

.la-socks:before {
  content: "\f696"; }

.la-solar-panel:before {
  content: "\f5ba"; }

.la-sort:before {
  content: "\f0dc"; }

.la-sort-alpha-down:before {
  content: "\f15d"; }

.la-sort-alpha-down-alt:before {
  content: "\f881"; }

.la-sort-alpha-up:before {
  content: "\f15e"; }

.la-sort-alpha-up-alt:before {
  content: "\f882"; }

.la-sort-amount-down:before {
  content: "\f160"; }

.la-sort-amount-down-alt:before {
  content: "\f884"; }

.la-sort-amount-up:before {
  content: "\f161"; }

.la-sort-amount-up-alt:before {
  content: "\f885"; }

.la-sort-down:before {
  content: "\f0dd"; }

.la-sort-numeric-down:before {
  content: "\f162"; }

.la-sort-numeric-down-alt:before {
  content: "\f886"; }

.la-sort-numeric-up:before {
  content: "\f163"; }

.la-sort-numeric-up-alt:before {
  content: "\f887"; }

.la-sort-up:before {
  content: "\f0de"; }

.la-soundcloud:before {
  content: "\f1be"; }

.la-sourcetree:before {
  content: "\f7d3"; }

.la-spa:before {
  content: "\f5bb"; }

.la-space-shuttle:before {
  content: "\f197"; }

.la-speakap:before {
  content: "\f3f3"; }

.la-speaker-deck:before {
  content: "\f83c"; }

.la-spell-check:before {
  content: "\f891"; }

.la-spider:before {
  content: "\f717"; }

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

.la-splotch:before {
  content: "\f5bc"; }

.la-spotify:before {
  content: "\f1bc"; }

.la-spray-can:before {
  content: "\f5bd"; }

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

.la-square-full:before {
  content: "\f45c"; }

.la-square-root-alt:before {
  content: "\f698"; }

.la-squarespace:before {
  content: "\f5be"; }

.la-stack-exchange:before {
  content: "\f18d"; }

.la-stack-overflow:before {
  content: "\f16c"; }

.la-stackpath:before {
  content: "\f842"; }

.la-stamp:before {
  content: "\f5bf"; }

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

.la-star-and-crescent:before {
  content: "\f699"; }

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

.la-star-half-alt:before {
  content: "\f5c0"; }

.la-star-of-david:before {
  content: "\f69a"; }

.la-star-of-life:before {
  content: "\f621"; }

.la-staylinked:before {
  content: "\f3f5"; }

.la-steam:before {
  content: "\f1b6"; }

.la-steam-square:before {
  content: "\f1b7"; }

.la-steam-symbol:before {
  content: "\f3f6"; }

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

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

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

.la-sticker-mule:before {
  content: "\f3f7"; }

.la-sticky-note:before {
  content: "\f249"; }

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

.la-stop-circle:before {
  content: "\f28d"; }

.la-stopwatch:before {
  content: "\f2f2"; }

.la-store:before {
  content: "\f54e"; }

.la-store-alt:before {
  content: "\f54f"; }

.la-strava:before {
  content: "\f428"; }

.la-stream:before {
  content: "\f550"; }

.la-street-view:before {
  content: "\f21d"; }

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

.la-stripe:before {
  content: "\f429"; }

.la-stripe-s:before {
  content: "\f42a"; }

.la-stroopwafel:before {
  content: "\f551"; }

.la-studiovinari:before {
  content: "\f3f8"; }

.la-stumbleupon:before {
  content: "\f1a4"; }

.la-stumbleupon-circle:before {
  content: "\f1a3"; }

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

.la-subway:before {
  content: "\f239"; }

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

.la-suitcase-rolling:before {
  content: "\f5c1"; }

.la-sun:before {
  content: "\f185"; }

.la-superpowers:before {
  content: "\f2dd"; }

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

.la-supple:before {
  content: "\f3f9"; }

.la-surprise:before {
  content: "\f5c2"; }

.la-suse:before {
  content: "\f7d6"; }

.la-swatchbook:before {
  content: "\f5c3"; }

.la-swimmer:before {
  content: "\f5c4"; }

.la-swimming-pool:before {
  content: "\f5c5"; }

.la-symfony:before {
  content: "\f83d"; }

.la-synagogue:before {
  content: "\f69b"; }

.la-sync:before {
  content: "\f021"; }

.la-sync-alt:before {
  content: "\f2f1"; }

.la-syringe:before {
  content: "\f48e"; }

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

.la-table-tennis:before {
  content: "\f45d"; }

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

.la-tablet-alt:before {
  content: "\f3fa"; }

.la-tablets:before {
  content: "\f490"; }

.la-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.la-tape:before {
  content: "\f4db"; }

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

.la-taxi:before {
  content: "\f1ba"; }

.la-teamspeak:before {
  content: "\f4f9"; }

.la-teeth:before {
  content: "\f62e"; }

.la-teeth-open:before {
  content: "\f62f"; }

.la-telegram:before {
  content: "\f2c6"; }

.la-telegram-plane:before {
  content: "\f3fe"; }

.la-temperature-high:before {
  content: "\f769"; }

.la-temperature-low:before {
  content: "\f76b"; }

.la-tencent-weibo:before {
  content: "\f1d5"; }

.la-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.la-the-red-yeti:before {
  content: "\f69d"; }

.la-theater-masks:before {
  content: "\f630"; }

.la-themeco:before {
  content: "\f5c6"; }

.la-themeisle:before {
  content: "\f2b2"; }

.la-thermometer:before {
  content: "\f491"; }

.la-thermometer-empty:before {
  content: "\f2cb"; }

.la-thermometer-full:before {
  content: "\f2c7"; }

.la-thermometer-half:before {
  content: "\f2c9"; }

.la-thermometer-quarter:before {
  content: "\f2ca"; }

.la-thermometer-three-quarters:before {
  content: "\f2c8"; }

.la-think-peaks:before {
  content: "\f731"; }

.la-thumbs-down:before {
  content: "\f165"; }

.la-thumbs-up:before {
  content: "\f164"; }

.la-thumbtack:before {
  content: "\f08d"; }

.la-ticket-alt:before {
  content: "\f3ff"; }

.la-times:before {
  content: "\f00d"; }

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

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

.la-tint-slash:before {
  content: "\f5c7"; }

.la-tired:before {
  content: "\f5c8"; }

.la-toggle-off:before {
  content: "\f204"; }

.la-toggle-on:before {
  content: "\f205"; }

.la-toilet:before {
  content: "\f7d8"; }

.la-toilet-paper:before {
  content: "\f71e"; }

.la-toolbox:before {
  content: "\f552"; }

.la-tools:before {
  content: "\f7d9"; }

.la-tooth:before {
  content: "\f5c9"; }

.la-torah:before {
  content: "\f6a0"; }

.la-torii-gate:before {
  content: "\f6a1"; }

.la-tractor:before {
  content: "\f722"; }

.la-trade-federation:before {
  content: "\f513"; }

.la-trademark:before {
  content: "\f25c"; }

.la-traffic-light:before {
  content: "\f637"; }

.la-train:before {
  content: "\f238"; }

.la-tram:before {
  content: "\f7da"; }

.la-transgender:before {
  content: "\f224"; }

.la-transgender-alt:before {
  content: "\f225"; }

.la-trash:before {
  content: "\f1f8"; }

.la-trash-alt:before {
  content: "\f2ed"; }

.la-trash-restore:before {
  content: "\f829"; }

.la-trash-restore-alt:before {
  content: "\f82a"; }

.la-tree:before {
  content: "\f1bb"; }

.la-trello:before {
  content: "\f181"; }

.la-tripadvisor:before {
  content: "\f262"; }

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

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

.la-truck-loading:before {
  content: "\f4de"; }

.la-truck-monster:before {
  content: "\f63b"; }

.la-truck-moving:before {
  content: "\f4df"; }

.la-truck-pickup:before {
  content: "\f63c"; }

.la-tshirt:before {
  content: "\f553"; }

.la-tty:before {
  content: "\f1e4"; }

.la-tumblr:before {
  content: "\f173"; }

.la-tumblr-square:before {
  content: "\f174"; }

.la-tv:before {
  content: "\f26c"; }

.la-twitch:before {
  content: "\f1e8"; }

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

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

.la-typo3:before {
  content: "\f42b"; }

.la-uber:before {
  content: "\f402"; }

.la-ubuntu:before {
  content: "\f7df"; }

.la-uikit:before {
  content: "\f403"; }

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

.la-umbrella-beach:before {
  content: "\f5ca"; }

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

.la-undo:before {
  content: "\f0e2"; }

.la-undo-alt:before {
  content: "\f2ea"; }

.la-uniregistry:before {
  content: "\f404"; }

.la-universal-access:before {
  content: "\f29a"; }

.la-university:before {
  content: "\f19c"; }

.la-unlink:before {
  content: "\f127"; }

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

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

.la-untappd:before {
  content: "\f405"; }

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

.la-ups:before {
  content: "\f7e0"; }

.la-usb:before {
  content: "\f287"; }

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

.la-user-alt:before {
  content: "\f406"; }

.la-user-alt-slash:before {
  content: "\f4fa"; }

.la-user-astronaut:before {
  content: "\f4fb"; }

.la-user-check:before {
  content: "\f4fc"; }

.la-user-circle:before {
  content: "\f2bd"; }

.la-user-clock:before {
  content: "\f4fd"; }

.la-user-cog:before {
  content: "\f4fe"; }

.la-user-edit:before {
  content: "\f4ff"; }

.la-user-friends:before {
  content: "\f500"; }

.la-user-graduate:before {
  content: "\f501"; }

.la-user-injured:before {
  content: "\f728"; }

.la-user-lock:before {
  content: "\f502"; }

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

.la-user-minus:before {
  content: "\f503"; }

.la-user-ninja:before {
  content: "\f504"; }

.la-user-nurse:before {
  content: "\f82f"; }

.la-user-plus:before {
  content: "\f234"; }

.la-user-secret:before {
  content: "\f21b"; }

.la-user-shield:before {
  content: "\f505"; }

.la-user-slash:before {
  content: "\f506"; }

.la-user-tag:before {
  content: "\f507"; }

.la-user-tie:before {
  content: "\f508"; }

.la-user-times:before {
  content: "\f235"; }

.la-users:before {
  content: "\f0c0"; }

.la-users-cog:before {
  content: "\f509"; }

.la-usps:before {
  content: "\f7e1"; }

.la-ussunnah:before {
  content: "\f407"; }

.la-utensil-spoon:before {
  content: "\f2e5"; }

.la-utensils:before {
  content: "\f2e7"; }

.la-vaadin:before {
  content: "\f408"; }

.la-vector-square:before {
  content: "\f5cb"; }

.la-venus:before {
  content: "\f221"; }

.la-venus-double:before {
  content: "\f226"; }

.la-venus-mars:before {
  content: "\f228"; }

.la-viacoin:before {
  content: "\f237"; }

.la-viadeo:before {
  content: "\f2a9"; }

.la-viadeo-square:before {
  content: "\f2aa"; }

.la-vial:before {
  content: "\f492"; }

.la-vials:before {
  content: "\f493"; }

.la-viber:before {
  content: "\f409"; }

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

.la-video-slash:before {
  content: "\f4e2"; }

.la-vihara:before {
  content: "\f6a7"; }

.la-vimeo:before {
  content: "\f40a"; }

.la-vimeo-square:before {
  content: "\f194"; }

.la-vimeo-v:before {
  content: "\f27d"; }

.la-vine:before {
  content: "\f1ca"; }

.la-vk:before {
  content: "\f189"; }

.la-vnv:before {
  content: "\f40b"; }

.la-voicemail:before {
  content: "\f897"; }

.la-volleyball-ball:before {
  content: "\f45f"; }

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

.la-volume-mute:before {
  content: "\f6a9"; }

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

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

.la-vote-yea:before {
  content: "\f772"; }

.la-vr-cardboard:before {
  content: "\f729"; }

.la-vuejs:before {
  content: "\f41f"; }

.la-walking:before {
  content: "\f554"; }

.la-wallet:before {
  content: "\f555"; }

.la-warehouse:before {
  content: "\f494"; }

.la-water:before {
  content: "\f773"; }

.la-wave-square:before {
  content: "\f83e"; }

.la-waze:before {
  content: "\f83f"; }

.la-weebly:before {
  content: "\f5cc"; }

.la-weibo:before {
  content: "\f18a"; }

.la-weight:before {
  content: "\f496"; }

.la-weight-hanging:before {
  content: "\f5cd"; }

.la-weixin:before {
  content: "\f1d7"; }

.la-whatsapp:before {
  content: "\f232"; }

.la-whatsapp-square:before {
  content: "\f40c"; }

.la-wheelchair:before {
  content: "\f193"; }

.la-whmcs:before {
  content: "\f40d"; }

.la-wifi:before {
  content: "\f1eb"; }

.la-wikipedia-w:before {
  content: "\f266"; }

.la-wind:before {
  content: "\f72e"; }

.la-window-close:before {
  content: "\f410"; }

.la-window-maximize:before {
  content: "\f2d0"; }

.la-window-minimize:before {
  content: "\f2d1"; }

.la-window-restore:before {
  content: "\f2d2"; }

.la-windows:before {
  content: "\f17a"; }

.la-wine-bottle:before {
  content: "\f72f"; }

.la-wine-glass:before {
  content: "\f4e3"; }

.la-wine-glass-alt:before {
  content: "\f5ce"; }

.la-wix:before {
  content: "\f5cf"; }

.la-wizards-of-the-coast:before {
  content: "\f730"; }

.la-wolf-pack-battalion:before {
  content: "\f514"; }

.la-won-sign:before {
  content: "\f159"; }

.la-wordpress:before {
  content: "\f19a"; }

.la-wordpress-simple:before {
  content: "\f411"; }

.la-wpbeginner:before {
  content: "\f297"; }

.la-wpexplorer:before {
  content: "\f2de"; }

.la-wpforms:before {
  content: "\f298"; }

.la-wpressr:before {
  content: "\f3e4"; }

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

.la-x-ray:before {
  content: "\f497"; }

.la-xbox:before {
  content: "\f412"; }

.la-xing:before {
  content: "\f168"; }

.la-xing-square:before {
  content: "\f169"; }

.la-y-combinator:before {
  content: "\f23b"; }

.la-yahoo:before {
  content: "\f19e"; }

.la-yammer:before {
  content: "\f840"; }

.la-yandex:before {
  content: "\f413"; }

.la-yandex-international:before {
  content: "\f414"; }

.la-yarn:before {
  content: "\f7e3"; }

.la-yelp:before {
  content: "\f1e9"; }

.la-yen-sign:before {
  content: "\f157"; }

.la-yin-yang:before {
  content: "\f6ad"; }

.la-yoast:before {
  content: "\f2b1"; }

.la-youtube:before {
  content: "\f167"; }

.la-youtube-square:before {
  content: "\f431"; }

.la-zhihu:before {
  content: "\f63f"; }

.la-hat-cowboy:before {
  content: "\f8c0"; }

.la-hat-cowboy-side:before {
  content: "\f8c1"; }

.la-mdb:before {
  content: "\f8ca"; }

.la-mouse:before {
  content: "\f8cc"; }

.la-orcid:before {
  content: "\f8d2"; }

.la-record-vinyl:before {
  content: "\f8d9"; }

.la-swift:before {
  content: "\f8e1"; }

.la-umbraco:before {
  content: "\f8e8"; }

.la-buy-n-large:before {
  content: "\f8a6"; }

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

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

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold; }

table td, table th {
  padding: 9px 10px;
  text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table th, .pinned table td {
    white-space: nowrap; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn.btn-default-inverse {
  color: #fff;
  background-color: #c5281c;
  border-color: #c5281c; }

.btn.btn-default-inverse:focus, .btn.btn-default-inverse.focus {
  color: #fff;
  background-color: #981f16;
  border-color: #981f16; }

.btn.btn-default-inverse:hover {
  color: #fff;
  background-color: #981f16;
  border-color: #981f16; }

.btn.btn-default-inverse:active, .btn.btn-default-inverse.active,
.open > .btn.btn-default-inverse.dropdown-toggle {
  color: #fff;
  background-color: #981f16;
  border-color: #981f16; }

.btn.btn-default-inverse:active:hover, .btn.btn-default-inverse:active:focus, .btn.btn-default-inverse:active.focus, .btn.btn-default-inverse.active:hover, .btn.btn-default-inverse.active:focus, .btn.btn-default-inverse.active.focus,
.open > .btn.btn-default-inverse.dropdown-toggle:hover,
.open > .btn.btn-default-inverse.dropdown-toggle:focus,
.open > .btn.btn-default-inverse.dropdown-toggle.focus {
  color: #fff;
  background-color: #821a12;
  border-color: #821a12; }

.btn.btn-default-inverse:active, .btn.btn-default-inverse.active,
.open > .btn.btn-default-inverse.dropdown-toggle {
  background-image: none; }

.btn.btn-default-inverse.disabled:hover, .btn.btn-default-inverse.disabled:focus, .btn.btn-default-inverse.disabled.focus, .btn.btn-default-inverse[disabled]:hover, .btn.btn-default-inverse[disabled]:focus, .btn.btn-default-inverse[disabled].focus,
fieldset[disabled] .btn.btn-default-inverse:hover,
fieldset[disabled] .btn.btn-default-inverse:focus,
fieldset[disabled] .btn.btn-default-inverse.focus {
  background-color: #c5281c;
  border-color: #c5281c; }

.btn.btn-default-inverse .badge {
  color: #c5281c;
  background-color: #fff; }

.btn.btn-secondary {
  color: #fff;
  background-color: #c5281c;
  border-color: #c5281c; }

.btn.btn-secondary:focus, .btn.btn-secondary.focus {
  color: #fff;
  background-color: #981f16;
  border-color: #981f16; }

.btn.btn-secondary:hover {
  color: #fff;
  background-color: #981f16;
  border-color: #981f16; }

.btn.btn-secondary:active, .btn.btn-secondary.active,
.open > .btn.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #981f16;
  border-color: #981f16; }

.btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .btn.btn-secondary:active.focus, .btn.btn-secondary.active:hover, .btn.btn-secondary.active:focus, .btn.btn-secondary.active.focus,
.open > .btn.btn-secondary.dropdown-toggle:hover,
.open > .btn.btn-secondary.dropdown-toggle:focus,
.open > .btn.btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #821a12;
  border-color: #821a12; }

.btn.btn-secondary:active, .btn.btn-secondary.active,
.open > .btn.btn-secondary.dropdown-toggle {
  background-image: none; }

.btn.btn-secondary.disabled:hover, .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary[disabled]:hover, .btn.btn-secondary[disabled]:focus, .btn.btn-secondary[disabled].focus,
fieldset[disabled] .btn.btn-secondary:hover,
fieldset[disabled] .btn.btn-secondary:focus,
fieldset[disabled] .btn.btn-secondary.focus {
  background-color: #c5281c;
  border-color: #c5281c; }

.btn.btn-secondary .badge {
  color: #c5281c;
  background-color: #fff; }

/*! 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 {
  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"] {
  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;
  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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/generali-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/generali-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/generali-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/generali-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/generali-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/generali-theme/css/../fonts/bootstrap/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"; }

* {
  -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: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background-color: #fff; }

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

a {
  color: #c5281c;
  text-decoration: none; }

a:hover, a:focus {
  color: #851714;
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  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.6;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f2f2f2; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e6e6e6; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 39px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 19px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 13px; }

p {
  margin: 0 0 12px; }

.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 22.5px; } }
small,
.small {
  font-size: 86%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.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, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #e6e6e6; }

.text-primary {
  color: #c5281c; }

a.text-primary:hover,
a.text-primary:focus {
  color: #981f16; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #c5281c; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #981f16; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #f2f2f2; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 24px; }

dt,
dd {
  line-height: 1.6; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid #c5281c; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #e6e6e6; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #c5281c;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

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

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e6e6e6;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px; }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #e6e6e6; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e6e6; }

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #e6e6e6; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #e6e6e6; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e6e6e6; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #fafafa; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #fafafa; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #ededed; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

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

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

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

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.6;
  color: #333; }

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #c5281c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 40, 28, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 40, 28, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2f2f2;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px; }

  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 31px; }

  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 48px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 39px; }

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px; }

.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 2px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 2px; }

.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 47.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 29px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

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

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

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

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

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

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

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

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

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

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

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #c5281c;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #c5281c;
  background-color: transparent;
  border-color: #c5281c; }

.btn-default:focus, .btn-default.focus {
  color: #c5281c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #981f16; }

.btn-default:hover {
  color: #c5281c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #981f16; }

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #c5281c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #981f16; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #c5281c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #821a12; }

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #c5281c; }

.btn-default .badge {
  color: transparent;
  background-color: #c5281c; }

.btn-primary {
  color: #c5281c;
  background-color: transparent;
  border-color: #c5281c; }

.btn-primary:focus, .btn-primary.focus {
  color: #c5281c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #981f16; }

.btn-primary:hover {
  color: #c5281c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #981f16; }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #c5281c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #981f16; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #c5281c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #821a12; }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: transparent;
  border-color: #c5281c; }

.btn-primary .badge {
  color: transparent;
  background-color: #c5281c; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #3d8b3d; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #3d8b3d; }

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #3d8b3d; }

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #3d8b3d;
  border-color: #357935; }

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none; }

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #28a1c5; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #28a1c5; }

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #28a1c5; }

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #28a1c5;
  border-color: #2390b0; }

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none; }

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #df8a13; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #df8a13; }

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #df8a13; }

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #df8a13;
  border-color: #c77c11; }

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none; }

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #b52b27; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #b52b27; }

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #b52b27; }

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b52b27;
  border-color: #a02622; }

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none; }

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #c5281c;
  font-weight: 400;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #851714;
  text-decoration: none;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: none; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #c5281c; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e6e6e6; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #e6e6e6;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: none;
  border-top-left-radius: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: none;
  border-bottom-left-radius: none; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #cdcdcd;
  border-radius: 2px; }

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px; }

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 2px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav:before, .nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.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: #f2f2f2; }

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #c5281c; }

.nav .nav-divider {
  height: 1px;
  margin: 11px 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.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

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

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

.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: #c5281c; }

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

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

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

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

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

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

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

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

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

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

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-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-right-radius: 0;
  border-top-left-radius: 0; }

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

.navbar:before, .navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: none; } }
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-left: 0;
    padding-right: 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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .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;
  padding: 13px 15px;
  font-size: 19px;
  line-height: 24px;
  height: 50px; }

.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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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: 6.5px -15px; }

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 24px; }

  .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: 13px;
    padding-bottom: 13px; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 6px;
  margin-bottom: 6px; }

@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

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

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px; }

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

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 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 {
  background-color: #e7e7e7;
  color: #555; }

@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, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

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

.navbar-inverse .navbar-brand {
  color: #fff; }

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

.navbar-inverse .navbar-text {
  color: #fff; }

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

.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: #333; }

.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: #212121; }

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

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

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

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

  .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: #333; }

  .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: #fff; }

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

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > .active {
  color: #e6e6e6; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #c5281c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #851714;
  background-color: #f2f2f2;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #c5281c;
  border-color: #c5281c;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center; }

.pager:before, .pager:after {
  content: " ";
  display: table; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

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

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #e6e6e6; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #cdcdcd; }

.label-primary {
  background-color: #c5281c; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #981f16; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #c5281c;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f2f2f2; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d9d9d9; }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 68px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c5281c; }

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-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; } }

.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #c5281c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f2f2f2;
  color: #e6e6e6;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #e6e6e6; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #c5281c;
  border-color: #c5281c; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #f5bcb8; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e6e6e6; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

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

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

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

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

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

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

.panel-group {
  margin-bottom: 24px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #c5281c; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #c5281c;
  border-color: #c5281c; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c5281c; }

.panel-primary > .panel-heading .badge {
  color: #c5281c;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c5281c; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header:before, .modal-header:after {
  content: " ";
  display: table; }

.modal-header:after {
  clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.6; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix: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 {
  display: none !important; }

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

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

.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; } }
.g-bg-1 {
  background-color: #c5281c;
  color: #fff; }

.g-bg-2 {
  background-color: #851714;
  color: #fff; }

.g-bg-3 {
  background-color: #a81b38;
  color: #fff; }

.g-bg-4 {
  background-color: #f1644a;
  color: #fff; }

.g-bg-5 {
  background-color: #8A2126;
  color: #fff; }

.g-bg-1 .card .card-content .nounderline a,
.g-bg-2 .card .card-content .nounderline a,
.g-bg-3 .card .card-content .nounderline a,
.g-bg-4 .card .card-content .nounderline a,
.g-bg-5 .card .card-content .nounderline a {
  color: #fff;
  text-decoration: underline; }

.g-bg-1 .card,
.g-bg-2 .card,
.g-bg-3 .card,
.g-bg-4 .card,
.g-bg-5 .card {
  border: none; }

.g-bg-1.g-article-rectg .card-content,
.g-bg-2.g-article-rectg .card-content,
.g-bg-3.g-article-rectg .card-content,
.g-bg-4.g-article-rectg .card-content,
.g-bg-5.g-article-rectg .card-content {
  color: #333; }

.g-bg-1.g-article-rectg .list__item .card-content h4.nounderline a,
.g-bg-2.g-article-rectg .list__item .card-content h4.nounderline a,
.g-bg-3.g-article-rectg .list__item .card-content h4.nounderline a,
.g-bg-4.g-article-rectg .list__item .card-content h4.nounderline a,
.g-bg-5.g-article-rectg .list__item .card-content h4.nounderline a {
  color: #333;
  text-decoration: none; }

.g-bg-1.g-article-rectg .card-content h3.nounderline a,
.g-bg-2.g-article-rectg .card-content h3.nounderline a,
.g-bg-3.g-article-rectg .card-content h3.nounderline a,
.g-bg-4.g-article-rectg .card-content h3.nounderline a,
.g-bg-5.g-article-rectg .card-content h3.nounderline a {
  color: #333;
  text-decoration: none; }

.g-bg-1.g-article-rectg .card-content h2.nounderline a,
.g-bg-2.g-article-rectg .card-content h2.nounderline a,
.g-bg-3.g-article-rectg .card-content h2.nounderline a,
.g-bg-4.g-article-rectg .card-content h2.nounderline a,
.g-bg-5.g-article-rectg .card-content h2.nounderline a {
  color: #333;
  text-decoration: none; }

.g-bg-1 a:not(.button):not(.btn),
.g-bg-2 a:not(.button):not(.btn),
.g-bg-3 a:not(.button):not(.btn),
.g-bg-4 a:not(.button):not(.btn),
.g-bg-5 a:not(.button):not(.btn) {
  color: #fff;
  text-decoration: underline; }

.g-bg-light {
  background-color: #f2f2f2; }

.g-heading-1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 34px;
  margin-top: 0; }

.g-heading-1::before, .g-heading-1::after {
  display: none; }

.g-heading-2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 0; }

.g-heading-2::before, .g-heading-2::after {
  display: none; }

.g-heading-3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0; }

.g-heading-3::before, .g-heading-3::after {
  display: none; }

.g-heading-4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 22px;
  margin-bottom: 12px; }

.g-heading-4::before, .g-heading-4::after {
  display: none; }

.g-heading-5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 20px; }

.g-heading-5::before, .g-heading-5::after {
  display: none; }

.g-heading-6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 18px; }

.g-heading-6::before, .g-heading-6::after {
  display: none; }

.g-heading-underlined {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  position: relative; }

.g-heading-underlined::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  bottom: -20px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #c5281c; }

.g-heading-underlined.g-heading-1, .g-heading-underlined.h1 {
  margin-bottom: 60px; }

.g-heading-underlined.g-heading-1::after, .g-heading-underlined.h1::after {
  bottom: -30px; }

.g-heading-underlined.g-heading-2, .g-heading-underlined.h2 {
  margin-bottom: 50px; }

.g-heading-underlined.g-heading-2::after, .g-heading-underlined.h2::after {
  bottom: -25px; }

.g-heading-underlined.g-heading-3, .g-heading-underlined.h3 {
  margin-bottom: 40px; }

.g-heading-underlined.g-heading-3::after, .g-heading-underlined.h3::after {
  bottom: -20px; }

.g-heading-underlined.g-heading-4, .g-heading-underlined.g-heading-5, .g-heading-underlined.g-heading-6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.g-heading-underlined.g-heading-4::after, .g-heading-underlined.g-heading-5::after, .g-heading-underlined.g-heading-6::after {
  display: none; }

.g-heading-underlined.text-center::after {
  left: 50%;
  transform: translateX(-50%); }

.g-heading-underlined.text-right::after {
  right: 0;
  left: auto; }

.text-center .g-heading-underlined::after {
  left: 50%;
  transform: translateX(-50%); }

.text-right .g-heading-underlined::after {
  right: 0;
  left: auto; }

@media (min-width: 480px) {
  .g-heading-1 {
    font-size: 42px; }

  .g-heading-2 {
    font-size: 38px; }

  .g-heading-3 {
    font-size: 28px; }

  .g-heading-4 {
    font-size: 24px; }

  .g-heading-5 {
    font-size: 22px; }

  .g-heading-6 {
    font-size: 20px; } }
.icon-item {
  display: flex;
  align-items: center; }

.icon-item i {
  font-size: 24px;
  line-height: 1;
  margin-right: 10px; }

.icon-item p {
  margin-bottom: 0; }

.icon-item a:visited, .icon-item a:link {
  color: #333; }

.icon-item a:hover {
  color: #c21b03; }

.g-red-tagline {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative; }

.g-red-tagline::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  height: 2px;
  background-color: #c5281c; }

.g-icon-item {
  display: flex;
  align-items: center; }

.g-icon-item i {
  font-size: 24px;
  line-height: 1;
  margin-right: 5px; }

.g-icon-item > * {
  margin-bottom: 0; }

.g-icon-item a:visited, .g-icon-item a:link {
  color: #333; }

.g-icon-item a:hover {
  color: #c21b03; }

.g-icon-item--lg i {
  font-size: 30px; }

ul.g-list {
  list-style-image: url("/generali-theme/css/../images/icons/ic_play_arrow_24px.svg"); }

ul.g-list li {
  margin-bottom: 8px; }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

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

  .text-md-center {
    text-align: center; } }
.m-0 {
  margin: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-2 {
  margin-left: 8px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-1 {
  margin-bottom: 5px !important; }

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

.mb-2 {
  margin-bottom: 8px !important; }

.mt-2 {
  margin-top: 8px !important; }

.mt-3 {
  margin-top: 16px !important; }

.mb-3 {
  margin-bottom: 16px !important; }

.mr-2 {
  margin-right: 8px !important; }

.mr-3 {
  margin-right: 16px !important; }

.mt-auto {
  margin-top: auto !important; }

.pt-3 {
  padding-top: 16px !important; }

.pb-3 {
  padding-bottom: 16px !important; }

.py-3 {
  padding-bottom: 16px !important;
  padding-top: 16px !important; }

.mb-4 {
  margin-bottom: 24px !important; }

.mt-4 {
  margin-top: 24px !important; }

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.p-0 {
  padding: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-4 {
  padding-bottom: 24px !important; }

.pt-4 {
  padding-top: 24px !important; }

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.pt-5 {
  padding-top: 48px !important; }

.pb-5 {
  padding-bottom: 48px !important; }

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

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

.mb-5 {
  margin-bottom: 48px !important; }

.mb-6 {
  margin-bottom: 64px !important; }

.mt-6 {
  margin-top: 64px !important; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex; }

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

.justify-content-between {
  justify-content: space-between; }

.d-inline-block {
  display: inline-block !important; }

.flex-wrap {
  flex-wrap: wrap; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.text-uppercase, .initialism {
  text-transform: uppercase !important; }

.w-100 {
  width: 100% !important; }

.position-relative {
  position: relative !important; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
  color: #c51e1e; }

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #c51e1e; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-overflow-style: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body.no-scroll,
body.no-scroll-contacts,
body.no-scroll-login {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  position: fixed; }

h1 {
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

h2 {
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  position: relative;
  margin-bottom: 66px; }

@media (max-width: 480px) {
  h2 {
    font-size: 34px;
    margin-bottom: 58px; } }
@media (max-width: 360px) {
  h2 {
    font-size: 25px;
    margin-bottom: 34px; } }
h3 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px; }

h2:after,
h3.underline:after,
h4.underline:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  bottom: -30px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #c5281c; }

@media (max-width: 480px) {
  h2:after,
  h3.underline:after,
  h4.underline:after {
    bottom: -22px; } }
h3.underline {
  margin-bottom: 46px;
  position: relative; }

h3.underline:after {
  bottom: -20px;
  width: 80px;
  height: 2px; }

h4 {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  margin: 20px 0 15px; }

h4.underline {
  margin-top: 24px !important;
  margin-bottom: 46px;
  position: relative; }

h4.underline:after {
  bottom: -20px;
  width: 80px;
  height: 5px; }

h4 + span {
  position: relative;
  top: -10px; }

h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px; }

h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase; }

.text-center h2:after,
h2.text-center:after,
.centered h2:after,
.text-center h3.underline:after,
h3.text-center.underline:after,
.centered h3.underline:after,
h4.text-center.underline:after,
.centered h4.underline:after,
.text-center h4.underline:after,
.cards-with-filter h2:after,
.cards-with-filter h3:after,
.cards-with-filter h4:after {
  left: 50%;
  transform: translateX(-50%); }

.text-right h2:after {
  left: auto;
  right: 0; }

p {
  margin: 0 0 1.6em 0; }

p.lead {
  font-size: 18px; }

a,
button {
  transition: all 0.2s; }

strong,
b {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.breadcrumb {
  font-size: 16px;
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0; }

.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #999999; }

.breadcrumb > .active {
  color: #999999; }

section h4:first-child {
  margin-top: 0; }

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

.bg-gray {
  background-color: #f2f2f2; }

.bg-blue {
  background-color: #c5281c; }

.bg-dark {
  background-color: #333; }

.bg-dark,
.bg-blue {
  color: #fff; }

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6 {
  color: #fff; }

.bg-dark h2:after,
.bg-blue h2:after {
  background-color: #fff; }

span.nowrap {
  white-space: nowrap; }

.spinner-wrapper {
  position: relative; }

.spinner-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 168, 246, 0.4); }

.spinner {
  position: absolute;
  width: 100%;
  top: 48%;
  top: calc(50% - 9px);
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }

  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media (min-width: 768px) {
  .container {
    /* width: 720px; */
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 940px; } }
@media (min-width: 1200px) {
  .container {
    width: 1140px; } }
ul.two-column-list:before, ul.two-column-list:after {
  content: " ";
  display: table; }

ul.two-column-list:after {
  clear: both; }

ul.two-column-list li {
  float: left;
  width: 47%;
  margin-right: 3%; }

h4.nadnaslov,
h4.podnaslov {
  font-style: italic;
  text-transform: uppercase;
  color: #5e5e5e;
  font-size: 15px;
  letter-spacing: 1.3px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0; }

h4.nadnaslov {
  margin-top: 20px !important; }

h4.nadnaslov + h2 {
  margin-top: 5px !important; }

h4.podnaslov {
  position: relative;
  margin-top: -65px;
  margin-bottom: 50px; }

h2.has-podnaslov:after {
  bottom: -50px; }

input:focus {
  outline: none; }

.yt-aspect-ratio-box {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  z-index: 1; }

.yt-aspect-ratio-box--2 {
  padding-bottom: 66.7%; }

.yt-aspect-ratio-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.padding-top {
  padding-top: 40px; }

.padding-bottom {
  padding-bottom: 40px; }

section.centered .container {
  text-align: center; }

section.centered .container > div,
section.centered .container > ul {
  margin-left: auto;
  margin-right: auto; }

.grid {
  overflow: hidden;
  margin: 0 auto; }

.grid-item {
  width: 255px;
  margin-bottom: 0; }

.grid-item .card {
  margin-bottom: 25px; }

.display-table {
  display: table;
  width: 100%; }

.display-table .display-table-row {
  display: table-row; }

.display-table .display-table-row .display-table-cell {
  height: 600px;
  background-color: #eee;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.position {
  position: relative; }

.v-center {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.container-overlay .container {
  max-width: 880px; }

.container-overlay .container div.content-wrapper {
  background-color: #fff;
  padding: 20px 0;
  z-index: 2; }

.container-overlay .container {
  max-width: 880px; }

.container-overlay .container div.content-wrapper {
  background-color: #fff;
  padding: 20px 0; }

.container-overlay .container .container {
  max-width: none;
  padding: 0;
  width: auto; }

.container-inner {
  padding: 0 20px; }

.width-half {
  width: 50%; }

.content-block:before, .content-block:after {
  content: " ";
  display: table; }

.content-block:after {
  clear: both; }

.content-block .img-wrapper img {
  width: 100%; }

.content-block .img-wrapper.img-wrapper-transparent {
  background-color: transparent;
  /*padding: 20px;*/ }

.content-block .img-wrapper.img-wrapper-transparent img {
  width: auto;
  max-width: 100%;
  opacity: 1; }

.content-block .img-wrapper.img-wrapper-transparent.pull-right {
  text-align: right; }

.content-block .img-wrapper.width-half {
  width: 50%; }

.content-block .img-wrapper.width-one-third {
  width: 22%;
  margin-right: 5%;
  margin-left: 6%;
  margin-top: 20px; }

.content-block .img-wrapper.width-one-third svg g {
  fill: #c5281c; }

.content-block .img-wrapper.width-one-third + .content-main {
  width: 66%; }

.content-block .img-wrapper.width-one-third + .content-main h2 {
  margin-top: 20px; }

.content-block .img-wrapper.round {
  border-radius: 50%;
  overflow: hidden; }

.content-block .img-wrapper.round img {
  border-radius: 50%; }

.content-block .img-wrapper + .content-main.text-left {
  padding-left: 40px; }

.content-block .img-wrapper.pull-right + .content-main {
  padding-right: 40px; }

.content-block .img-wrapper.width-half + .content-main {
  width: 50%;
  float: left; }

.content-block .img-wrapper.width-one-third + .content-main {
  width: 67%;
  float: left; }

.content-block .content-main {
  margin-bottom: 40px; }

.content-block .content-main h2 {
  margin-top: 40px;
  margin-bottom: 66px; }

.content-block .content-main h3 {
  text-transform: none; }

.content-block.solid-background {
  margin: 40px 0;
  background-color: #fff; }

.content-block.horizontal .btn + .btn {
  margin-left: 10px; }

.content-block.horizontal + .content-block.horizontal {
  margin-top: 40px; }

.container-wider {
  max-width: 1300px;
  padding: 0;
  margin: 0 auto; }

@media (max-width: 1360px) {
  .container-wider .img-wrapper.width-half + .content-main {
    padding-right: 30px; }

  .container-wider .img-wrapper.width-half.pull-right + .content-main {
    padding-left: 30px; } }
.container-wider .img-wrapper.width-half + .content-main {
  padding-left: 40px;
  padding-right: 30px; }

.container-wider .img-wrapper.width-half.pull-right + .content-main {
  padding-right: 40px;
  padding-left: 30px; }

.container-fullwidth {
  width: auto;
  max-width: none;
  padding: 0;
  margin: auto;
  overflow: hidden; }

@media (max-width: 991px) {
  .container-wider {
    padding: 40px 15px; }

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

  .content-block .img-wrapper,
  .content-block .content-main {
    float: none;
    width: 100% !important;
    padding: 0 !important;
    text-align: center; }

  .content-block .img-wrapper,
  .content-block .img-wrapper.width-half,
  .content-block .img-wrapper.width-one-third {
    max-width: 500px;
    margin: 0 auto; }

  .content-block .img-wrapper.round {
    max-width: 300px; }

  .content-block .img-wrapper,
  .content-block .img-wrapper.pull-left,
  .content-block img.pull-right {
    float: none !important; }

  .content-block .img-wrapper.round {
    max-width: 220px; }

  .content-block .content-main h2:after {
    left: 50%;
    transform: translateX(-50%); }

  .content-block .calculation + .content-main.width-half {
    width: 50% !important;
    float: right;
    text-align: left; }

  .content-block .calculation + .content-main.width-half h2:after {
    left: 0;
    transform: none; }

  .content-block + .content-block {
    margin-top: 30px; }

  .content-block.horizontal + .content-block.horizontal {
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    margin-top: 10px; } }
@media (max-width: 767px) {
  .container-wider .content-block .calculation + .content-main.width-half {
    width: 100% !important;
    float: none;
    text-align: center; }

  .container-wider .content-block .calculation + .content-main.width-half h2:after {
    left: 50%;
    transform: translateX(-50%); } }
.section-with-bg-image {
  background-size: cover;
  background-position: left center;
  position: relative; }

.section-with-bg-image:before, .section-with-bg-image:after {
  content: " ";
  display: table; }

.section-with-bg-image:after {
  clear: both; }

.section-with-bg-image.overlay:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.section-with-bg-image .content-main {
  position: relative;
  z-index: 9;
  /*padding-left: 30px;*/
  padding-right: 0; }

.section-with-bg-image .content-main p {
  font-size: 16px;
  letter-spacing: -0.5px; }

.section-with-bg-image .content-main.pull-right {
  padding-right: 30px; }

@media (max-width: 767px) {
  .section-with-bg-image .content-main.width-half {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }
.section-with-bg-image .container-wider {
  padding-top: 0;
  padding-bottom: 0; }

.section-with-bg-image.text-center .content-main {
  margin: 0 auto;
  padding-left: 0; }

.navbar {
  margin-bottom: 0; }

/* --------------------------------------------------------------------------------------------------------------- */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent; }

.sticky {
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0); }

.sticky {
  transition: none; }

.page-scroll-top {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 70px;
  height: 70px;
  z-index: 99;
  background-image: url("/generali-theme/css/../images/backtotop.png");
  background-repeat: no-repeat;
  background-position: center; }

.page-scroll-top:hover, .page-scroll-top:focus {
  opacity: 0.8; }

.navbar-secondary {
  position: relative;
  z-index: 999; }

.navbar-secondary a.btn {
  position: absolute;
  right: 0;
  top: 0; }

.navbar-secondary .navbar-toggle {
  position: relative;
  float: left;
  margin-left: 15px;
  padding: 10px 20px 10px 0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
  margin-right: 0; }

.navbar-secondary .navbar-toggle:after {
  font-family: "as-icons";
  content: "\e5cf";
  position: absolute;
  right: 0;
  top: 10px;
  display: block; }

.navbar-top + .sticky-wrapper {
  position: absolute;
  width: 100%; }

.navbar-default.navbar-secondary .container {
  padding-left: 0;
  padding-right: 220px; }

.navbar-default.navbar-secondary .container .navbar-action-wrapper {
  width: 100%;
  position: relative; }

.navbar-default.navbar-secondary .container .navbar-secondary-action {
  position: absolute;
  right: -205px;
  top: 5px;
  z-index: 99; }

@media (max-width: 991px) {
  .navbar-default.navbar-secondary .container .navbar-secondary-action {
    top: 8px; } }
.navbar-default.navbar-secondary .navbar-nav > li {
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-default.navbar-secondary .navbar-nav > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 10px;
  border-right: 1px solid #e6e6e6; }

.navbar-default.navbar-secondary .navbar-nav > li > a {
  border-right: 1px solid #e6e6e6;
  margin-right: 10px; }

.navbar-default.navbar-secondary .navbar-nav > li:last-child > a {
  border-right: none;
  margin-right: 0; }

.navbar-default.navbar-secondary .navbar-nav > li > a {
  padding-left: 0; }

.navbar-default.navbar-secondary .navbar-nav > li.active > a {
  background-color: transparent;
  color: #c5281c; }

@media (max-width: 767px) {
  .navbar-default.navbar-secondary .navbar-nav > li > a {
    padding-left: 15px;
    border-right: none;
    margin-right: 0;
    display: block; }

  .navbar-default.navbar-secondary .navbar-toggle:hover,
  .navbar-default.navbar-secondary .navbar-toggle:focus {
    background-color: transparent; }

  .navbar-default.navbar-secondary .navbar-action-wrapper .navbar-secondary-action {
    top: 0px;
    right: -207px;
    max-width: 140px;
    white-space: normal;
    font-size: 14px; } }
/* override - keep navbar-secondary mobile layout up to 991px */
@media (max-width: 991px) {
  .navbar-secondary-placeholder .navbar-header {
    float: none; }

  .navbar-secondary-placeholder .navbar-toggle {
    display: block;
    font-size: 16px; }

  .navbar-secondary-placeholder .navbar-nav {
    float: none; }

  .navbar-secondary-placeholder .navbar-nav > li {
    float: none; }

  .navbar-secondary-placeholder .navbar-collapse {
    border-top: 1px solid #e7e7e7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-secondary-placeholder .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow-x: visible !important; }

  .navbar-secondary-placeholder .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-secondary-placeholder .navbar-default.navbar-secondary .navbar-nav > li > a {
    border-right: 0; }

  .navbar-secondary-placeholder .navbar-default .navbar-toggle:hover,
  .navbar-secondary-placeholder .navbar-default .navbar-toggle:focus {
    background-color: transparent; } }
section .anchor-target {
  height: 1px;
  display: block;
  font-size: 1px;
  margin: 0;
  padding: 0; }

section[class^="section-"] section {
  /* padding:35px 0; */ }

/* Desktop Menus animations  */
@media (min-width: 768px) {
  .dropdown-menu {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transition-delay: 0s;
    display: block;
    opacity: 0;
    visibility: hidden; }

  .open .dropdown-menu {
    opacity: 1;
    visibility: visible; } }
#sticky-wrapper {
  /* Fix content shifting up/down when navbar shorter */
  height: 101px !important; }

@media (max-width: 480px) {
  #sticky-wrapper {
    height: 57px !important; } }
.navbar-secondary-placeholder #sticky-wrapper {
  height: auto !important; }

.nav-tabs > li > a {
  border-radius: 0; }

/* ------------------- navigation --------------------*/
.m01__top {
  background: #c5281c;
  color: #fff;
  display: flex;
  justify-content: space-between; }

.m01__top-links {
  list-style: none;
  padding: 0;
  margin: 0; }

.m01__top-link {
  display: inline-block;
  padding: 10px; }

.m01__top-link a,
.m01__top-link a:visited {
  color: #fff; }

.m01__top-side {
  display: flex;
  align-items: center;
  justify-content: center; }

.m01__search {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #333; }

.m01__search-input {
  margin-right: 10px;
  padding-left: 10px; }

.m01__search-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  background-image: url("/generali-theme/css/../images/g-search.svg");
  background-size: contain; }

.m01__search-submit {
  display: inline-block;
  background-image: url("/generali-theme/css/../images/g-search-red.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border: none;
  padding: 15px; }

.m01__nav {
  margin: 10px;
  text-align: center; }

.m01__brand {
  height: 40px;
  display: inline-flex;
  align-items: center; }

.m01__brand img {
  display: block;
  width: 190px;
  height: 25px;
  margin: 0 auto; }

.m01__primary-menu {
  display: flex;
  flex-direction: column; }

.mm-list.m01__primary-menu li.m01__bottom-item--first {
  margin-top: 20px; }

.mm-list.m01__primary-menu li.m01__bottom-item a {
  border-left: none;
  margin-left: 0;
  padding-left: 35px;
  background-color: #db4034; }

.mm-list.m01__primary-menu li.m01__bottom-item a:hover {
  color: #fff;
  background-color: #c5281c; }

.g-hamburger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #c5281c;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  border: 2px solid #c5281c;
  position: absolute;
  left: 10px;
  transition: all 0.1s ease; }

.g-hamburger__icon {
  position: relative; }

.g-hamburger__icon, .g-hamburger__icon::after, .g-hamburger__icon::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: inline-block; }

.g-hamburger__icon::after, .g-hamburger__icon::before {
  position: absolute;
  left: 0; }

.g-hamburger__icon::after {
  top: -8px; }

.g-hamburger__icon::before {
  top: 8px; }

.g-hamburger:hover {
  background-color: #fff;
  border-color: #c5281c; }

.g-hamburger:hover .g-hamburger__icon, .g-hamburger:hover .g-hamburger__icon::after, .g-hamburger:hover .g-hamburger__icon::before {
  background-color: #c5281c; }

.mm-opened .g-hamburger {
  border-color: #c5281c;
  background-color: #fff; }

.mm-opened .g-hamburger__icon, .mm-opened .g-hamburger__icon::after, .mm-opened .g-hamburger__icon::before {
  background-color: #c5281c; }

.m02 {
  display: none; }

.g-header--simple {
  box-shadow: 1px 1px 5px #ccc;
  margin-bottom: 20px; }

@media (min-width: 1024px) {
  .m01 {
    display: none; }

  .m02 {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px; }

  .m02__brand {
    display: inline-block; }

  .m02__brand img {
    height: 76px;
    width: 93px; }

  .m02__top-links a {
    padding: 10px;
    font-size: 14px; }

  .m02__top-links a,
  .m02__top-links a:visited {
    color: #828282;
    text-transform: uppercase; }

  .m02__top-buttons {
    display: flex;
    align-items: center; }

  .m02__top-buttons--simple {
    margin-left: auto; }

  .m02__top-button {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 10px; }

  .m02__top-divider {
    display: block;
    width: 1px;
    height: 26px;
    background-color: #c5281c;
    margin-left: 10px;
    margin-right: 10px; }

  .m02__main {
    display: inline-flex;
    flex-direction: column;
    width: 100%; }

  .m02__main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; }

  .m02__main-top ul {
    margin: 0; }

  .m02__main-links {
    display: flex;
    margin-top: 7px;
    margin-bottom: 0; }

  .m02__main-links-2 {
    padding: 40px 20px;
    position: relative; }

  .m02__main-link {
    display: block;
    padding: 10px;
    margin-right: 2px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 5px solid #c5281c;
    height: 100%; }

  .m02__main-link--hover {
    cursor: default; }

  .m02__main-link2 {
    position: relative; }

  .m02__main-link2:hover + .m02__main-link2-hover {
    display: block; }

  .m02__main-link2--hasChildren::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg); }

  .m02__main-link2:hover::after {
    border-color: #c5281c; }

  .m02__main-description {
    float: right;
    /*position: absolute;
    top: 40px;
    right: 10px;
    */
    max-width: 220px;
    text-align: left; }

  .m02__main-description p {
    margin-bottom: 10px; }

  .m02__main-description img {
    display: block;
    width: 100%;
    margin-bottom: 5px; }

  .m02__top {
    display: flex; }

  .m02__top-links li {
    list-style: none;
    display: inline-block; }

  .m02__top-links-2 {
    padding: 40px 100px; }

  .m02__hover {
    list-style: none; }

  .m02__hover:focus + .m02__hover-container {
    display: block; }

  .m02__hover:hover {
    background-color: #c5281c;
    color: #fff; }

  .m02__hover:hover > .m02__main-link,
  .m02__hover:hover > .m02__main-link:visited {
    color: #fff;
    text-decoration: none; }

  .m02__hover:hover .m02__hover-container {
    visibility: visible;
    opacity: 1; }

  .m02__hover:hover.g-color-1 {
    background-color: #c5281c; }

  .m02__hover:hover.g-color-1 .m02__hover-container {
    background-color: #c5281c;
    color: #fff; }

  .m02__hover:hover.g-color-2 {
    background-color: #f1644a; }

  .m02__hover:hover.g-color-2 .m02__hover-container {
    background-color: #f1644a; }

  .m02__hover:hover.g-color-3 {
    background-color: #851714; }

  .m02__hover:hover.g-color-3 .m02__hover-container {
    background-color: #851714;
    color: #fff; }

  .m02__hover:hover.g-color-4 {
    background-color: #a81b38; }

  .m02__hover:hover.g-color-4 .m02__hover-container {
    background-color: #a81b38;
    color: #fff; }

  .m02__hover:hover.g-color-5 {
    background-color: #d26948; }

  .m02__hover:hover.g-color-5 .m02__hover-container {
    background-color: #d26948;
    color: #fff; }

  .m02__hover:hover.g-color-6 {
    background-color: #f68f74; }

  .m02__hover:hover.g-color-6 .m02__hover-container {
    background-color: #f68f74;
    color: #fff; }

  .m02__hover:hover.g-color-7 {
    background-color: #a6a8aa;
    color: #000; }

  .m02__hover:hover.g-color-7 a,
  .m02__hover:hover.g-color-7 a:visited {
    color: #000; }

  .m02__hover:hover.g-color-grey {
    background-color: #d7d7d7;
    color: #000; }

  .m02__hover:hover.g-color-grey a,
  .m02__hover:hover.g-color-grey a:visited {
    color: #000; }

  .m02__hover:hover.g-color-grey .m02__hover-container {
    background-color: #d7d7d7;
    color: #fff; }

  .m02__hover.g-color-1 > .m02__main-link {
    border-color: #c5281c; }

  .m02__hover.g-color-2 > .m02__main-link {
    border-color: #f1644a; }

  .m02__hover.g-color-3 > .m02__main-link {
    border-color: #851714; }

  .m02__hover.g-color-4 > .m02__main-link {
    border-color: #a81b38; }

  .m02__hover.g-color-5 > .m02__main-link {
    border-color: #d26948; }

  .m02__hover.g-color-6 > .m02__main-link {
    border-color: #f68f74; }

  .m02__hover.g-color-7 > .m02__main-link {
    border-color: #a6a8aa; }

  .m02__hover.g-color-grey > .m02__main-link {
    border-color: #d7d7d7; }

  .m02__hover-container {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 112px;
    width: 100%;
    transition: all 0.2s ease; }

  .m02__list {
    list-style: none;
    padding: 0;
    max-width: 450px;
    position: relative;
    min-width: 250px; }

  .m02__list a {
    display: block;
    padding: 10px 30px 10px 20px;
    width: 100%;
    color: #fff;
    text-transform: uppercase; }

  .m02__list li:hover > a {
    background-color: #fff;
    color: #c5281c;
    text-decoration: none; }

  .m02__list li:hover .m02__list--hover {
    display: block; }

  .m02__list li:hover .m02__list--2-hover {
    display: flex; }

  .m02__list--hover {
    display: none;
    position: absolute;
    left: 100%;
    top: 0; }

  .m02__list--hover-container {
    border-right: 1px solid #fff;
    display: inline-block;
    min-width: 280px;
    max-width: 280px; }

  .m02__list--2 {
    width: 100%;
    flex-wrap: wrap;
    min-width: 380px; }

  .m02__list--2 ul {
    flex: 1 0 50%;
    max-width: 50%;
    list-style: none;
    padding-left: 0; }

  .m02__list--2 li {
    width: 100%; }

  .m02__list--2 li a {
    width: 100%;
    height: 100%; }

  .m02__search {
    display: flex;
    align-items: center;
    margin-right: 10px; }

  .m02__search-input {
    display: block;
    margin-right: 5px;
    padding-left: 10px;
    /* IE11 fix for input to be shown after click on search icon */
    margin-left: 1px;
    line-height: 13px;
    min-height: 26px; }

  .m02__search-submit {
    display: inline-block;
    background-image: url("/generali-theme/css/../images/g-search-red.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    border: none;
    padding: 15px; }

  .m02__search-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/generali-theme/css/../images/g-search-black.svg");
    background-repeat: no-repeat;
    background-position: right; }

  .m02__search-input-wrapper {
    width: 0;
    overflow: hidden;
    transition: all 0.2s ease;
    display: flex;
    align-items: center; }

  .g-header {
    position: relative;
    background-image: url("/generali-theme/css/../images/generali-line.svg");
    background-repeat: no-repeat;
    z-index: 9999; } }
.g-contacts-panel {
  background-color: #f0f0f0; }

.g-contacts-panel .contact-buttons .g-contacts-panel__button {
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none; }

.g-contacts-panel p {
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .g-contacts-panel {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    padding-bottom: 25px;
    padding-top: 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1; }

  .g-contacts-panel__button {
    background-color: #fff;
    color: #c5281c;
    border-radius: 0;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-decoration: none; }

  .g-contacts-panel .container .contact-buttons {
    position: static;
    transform: none;
    margin-bottom: 20px;
    width: 100%; } }
@media (min-width: 768px) {
  .g-contacts-panel__button {
    margin-bottom: 10px; }

  .g-contacts-panel .container {
    padding: 20px 175px 20px 15px;
    position: relative; }

  .g-contacts-panel .container .contact-buttons {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    font-size: 13px;
    letter-spacing: -0.5px; } }
@media (min-width: 1200px) {
  .m02__list--2 {
    min-width: 450px; }

  .m02__main-description {
    max-width: 350px; } }
@media (min-width: 1360px) {
  .m02__main-links-2 {
    width: 1360px; }

  .m02__list--2 {
    min-width: 500px; } }
.mm-menu {
  background-color: #c5281c;
  color: #fff; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
  border: none; }

.mm-list a.mm-subopen {
  border-left: none; }

.mm-list a.mm-subopen::before {
  border: none; }

.mm-menu .mm-list > li > a.mm-subopen::after {
  border-color: #fff; }

.mm-list a.mm-subclose {
  color: #fff; }

.mm-list a.mm-subclose::before {
  left: 35px; }

.mm-menu .mm-list > li > a.mm-subclose {
  color: #c5281c;
  background: #fff;
  padding-top: 35px;
  padding-left: 35px; }

.mm-menu .mm-list > li > a.mm-subclose::before {
  border-color: #c5281c;
  margin-bottom: -13px; }

.mm-list > li > a,
.mm-list > li > span {
  padding: 15px;
  padding-left: 20px;
  margin-left: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  border-left: 1px solid #fff; }

.mm-list > li:hover a,
.mm-list > li:hover span {
  background-color: #fff;
  color: #c5281c; }

.mm-list > li:hover a::after {
  border-color: #c5281c !important; }

.mm-menu .mm-list {
  padding: 0;
  margin-top: 40px; }

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  color: #c5281c;
  background-color: #fff; }

.mm-list > li.mm-selected > a.mm-subopen {
  background-color: #fff; }

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 25%; }

.mm-list a.mm-subopen.mm-fullsubopen:hover + span {
  color: #c5281c; }

.m05 {
  display: block;
  margin: 10px;
  text-align: center; }

.m05__brand {
  height: 40px;
  display: inline-flex;
  align-items: center; }

.m05__brand img {
  display: block;
  width: 190px;
  height: 25px;
  margin: 0 auto; }

@media (min-width: 1024px) {
  .m05 {
    display: none; } }
.icon-link-list {
  text-align: center; }

.icon-link-list a.icon-link-item {
  width: 180px;
  height: 180px;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  padding: 5px; }

.icon-link-list a.icon-link-item .circle {
  width: 100%;
  height: 100%;
  padding-top: 46px;
  transition: all 0.2s; }

.icon-link-list a.icon-link-item .circle .svg-container {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.icon-link-list a.icon-link-item .circle .svg-container svg {
  fill: #c5281c; }

.icon-link-list a.icon-link-item h4 {
  margin: 0;
  font-size: 24px;
  position: absolute;
  text-align: center;
  top: 58%;
  left: 0;
  width: 100%;
  transition: all 0.2s;
  padding: 0 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: none; }

.icon-link-list a.icon-link-item:hover .circle {
  background-color: #c5281c; }

.icon-link-list a.icon-link-item:hover .circle svg {
  fill: #fff; }

.icon-link-list a.icon-link-item:hover h4 {
  color: #fff; }

@media (max-width: 600px) {
  .icon-link-list a.icon-link-item {
    width: 32%;
    height: auto;
    padding-bottom: 50px; }

  .icon-link-list a.icon-link-item .circle {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding-top: 50px; }

  .icon-link-list a.icon-link-item h4 {
    font-size: 18px;
    top: auto;
    bottom: 18px; }

  .icon-link-list a.icon-link-item:hover h4 {
    color: #c5281c; } }
@media (max-width: 480px) {
  .icon-link-list a.icon-link-item {
    padding-left: 0;
    padding-right: 0; }

  .icon-link-list a.icon-link-item .circle {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    padding-top: 25px; } }
.toggle-switch {
  display: block;
  margin-bottom: 30px; }

.toggle-switch a {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  display: inline-block;
  position: relative;
  top: -13px;
  margin: 0 5px;
  cursor: pointer; }

.toggle-switch a:hover {
  color: #c5281c; }

.toggle-switch .toggle {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 27px;
  cursor: pointer; }

.toggle-switch .toggle i {
  content: "";
  display: inline-block;
  width: 76px;
  height: 36px;
  border-width: 2px;
  border-style: solid;
  border-radius: 18px;
  position: relative;
  border-color: #c5281c; }

.toggle-switch .toggle i:before {
  content: "";
  background-color: #c5281c;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 42px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s; }

.toggle-switch .toggle.right i:before {
  right: 4px; }

.modal {
  z-index: 999999; }

.modal .modal-dialog {
  top: 50px; }

.modal .modal-dialog .close {
  font-size: 35px; }

.modal .modal-header {
  background-color: #c5281c; }

.modal .modal-header h4 {
  color: #fff; }

.modal .modal-content {
  border-radius: 0; }

.modal .modal-footer {
  background-color: #f2f2f2;
  text-align: left; }

@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    top: 100px;
    width: 740px; } }
.modal-backdrop {
  z-index: 999998; }

.card {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-bottom: 20px; }

.card:before, .card:after {
  content: " ";
  display: table; }

.card:after {
  clear: both; }

.card .img-link {
  display: inline-block;
  width: 100%; }

.card .img-link img {
  width: 100%;
  transition: all 0.5s; }

.card .img-link.round {
  border-radius: 50%;
  max-width: 60%;
  width: 60%; }

.card .img-link.round img {
  border-radius: 50%; }

.card .img-link.round svg g {
  fill: #c5281c; }

.card .card-content {
  padding: 20px;
  padding-bottom: 5px; }

.card .card-content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px; }

@media (max-width: 600px) {
  .card .card-content h4 {
    margin-top: 20px; } }
.card .card-content h4 sup {
  top: 0; }

.card .card-content h4 a {
  color: #333; }

.card .card-content h4 a:hover {
  color: #c5281c; }

.card .img-link.width-half {
  width: 50%; }

.card .img-link.width-half + .card-content {
  width: 50%;
  float: left; }

.card.card-transparent {
  background-color: transparent;
  border: none; }

.card.card-image-link {
  display: block;
  padding: 0;
  border: 0;
  background-color: #000;
  position: relative; }

.card.card-image-link h4 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 36px;
  width: 100%;
  text-align: center;
  line-height: 100%; }

.card.card-image-link img {
  width: 100%;
  opacity: 0.7; }

.card.card-image-link .card-no-image {
  padding: 35% 50%;
  transition: all 0.2s; }

@media screen and (max-width: 991px) {
  .card.card-image-link h4 {
    font-size: 26px; } }
@media screen and (max-width: 767px) {
  .card.card-image-link {
    max-width: 450px;
    margin: 0 auto 30px; } }
.nounderline {
  margin-top: 0px !important;
  margin-bottom: 0.5em !important; }

.nounderline:after {
  height: 0 !important; }

.card .card-content .nounderline a {
  color: #333; }

.card .card-content .nounderline a:hover {
  color: #c5281c; }

.card .card-content .nounderline a:not([href]),
.card .card-content .nounderline a:not([href]):hover {
  color: #333; }

.equal-height-item-list {
  margin: 0 auto;
  text-align: center; }

.equal-height-item-list .list__item {
  width: 255px;
  display: inline-block;
  text-align: left;
  margin-right: -4px;
  vertical-align: top; }

.equal-height-item-list .card {
  padding-bottom: 60px;
  position: relative; }

.equal-height-item-list .card div.actions {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  width: 100%; }

.equal-height-item-list .card.two-actions {
  padding-bottom: 100px;
  position: relative; }

.equal-height-item-list .card.two-actions div.actions {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  width: 100%; }

.equal-height-item-list .card.two-actions div.actions .btn + .btn {
  display: table;
  margin: 0 auto;
  margin-top: 10px; }

@media screen and (max-width: 600px) {
  .equal-height-item-list .list__item {
    float: none;
    margin: 0 auto 20px; }

  .equal-height-item-list .card {
    padding-bottom: 20px; }

  .equal-height-item-list .card div.actions {
    position: static; } }
@media screen and (max-width: 1200px) {
  .cards-with-filter .equal-height-item-list .list__item .card .img-link.round {
    max-width: 160px; } }
@media screen and (max-width: 600px) {
  .cards-with-filter .equal-height-item-list .list__item {
    float: none;
    margin: 0 auto 20px; }

  .cards-with-filter .equal-height-item-list .card {
    padding-bottom: 20px; }

  .cards-with-filter .equal-height-item-list .card div.actions {
    position: static; } }
.equal-height-item-list.one-thirds .list__item {
  width: 33.333%; }

@media screen and (max-width: 991px) {
  .equal-height-item-list.one-thirds .list__item {
    width: 50%;
    /* 2 items per row */ } }
@media screen and (max-width: 600px) {
  .equal-height-item-list.one-thirds .list__item {
    width: 100%;
    max-width: 350px;
    float: none;
    margin: 0 auto 20px;
    border-bottom: 1px solid #e6e6e6; }

  .equal-height-item-list.one-thirds .list__item:last-child {
    border-bottom: 0; }

  .equal-height-item-list.one-thirds .card {
    padding-bottom: 20px; }

  .equal-height-item-list.one-thirds .card div.actions {
    position: static; } }
.equal-height-item-list.one-thirds.rectangular-graphics .list__item {
  padding: 0 10px; }

.equal-height-item-list.one-thirds.rectangular-graphics .list__item .img-link {
  text-align: center; }

.equal-height-item-list.one-thirds.rectangular-graphics .list__item .img-link svg {
  max-height: 250px;
  margin: 0 auto;
  display: inline-block; }

@media screen and (max-width: 600px) {
  .equal-height-item-list.one-thirds.rectangular-graphics .list__item {
    border-bottom: none; } }
@media screen and (max-width: 600px) {
  .bg-gray .equal-height-item-list.one-thirds .list__item {
    border-bottom: 1px solid #d5d5d5; }

  .bg-gray .equal-height-item-list.one-thirds .list__item:last-child {
    border-bottom: 0; } }
.card.card-horizontal.one-third,
.card.card-horizontal.two-thirds {
  height: 275px;
  overflow: hidden; }

.card.card-horizontal.one-half {
  height: 202px;
  overflow: hidden; }

.card.card-horizontal.has-actions .card-content {
  height: 100%;
  padding-bottom: 60px;
  position: relative; }

.card.card-horizontal.has-actions .card-content .card-actions {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px; }

@media (max-width: 1199px) {
  .card.card-horizontal.one-third,
  .card.card-horizontal.two-thirds {
    min-height: 200px;
    height: auto; }

  .card.card-horizontal.one-half {
    height: 166px; } }
@media (max-width: 990px) {
  .card.card-horizontal.one-third,
  .card.card-horizontal.one-third.has-actions,
  .card.card-horizontal.two-thirds,
  .card.card-horizontal.two-thirds.has-actions {
    height: auto; }

  .card.card-horizontal.one-third .card-content,
  .card.card-horizontal.one-third.has-actions .card-content,
  .card.card-horizontal.two-thirds .card-content,
  .card.card-horizontal.two-thirds.has-actions .card-content {
    padding-bottom: 20px; }

  .card.card-horizontal.one-third .card-content .card-actions,
  .card.card-horizontal.one-third.has-actions .card-content .card-actions,
  .card.card-horizontal.two-thirds .card-content .card-actions,
  .card.card-horizontal.two-thirds.has-actions .card-content .card-actions {
    position: static; }

  .card.card-horizontal.one-half {
    height: auto; } }
@media (max-width: 650px) {
  .card.card-horizontal {
    max-width: 450px;
    margin: 0 auto 30px; }

  .card.card-horizontal .img-link.width-half.pull-left,
  .card.card-horizontal .img-link.width-half.pull-right {
    width: 100%;
    float: none !important; }

  .card.card-horizontal .img-link.width-half + .card-content {
    width: 100%;
    float: none;
    margin-top: 30px; } }
.cards-with-filter {
  text-align: center; }

.cards-with-filter .filters {
  margin-bottom: 40px; }

.cards-with-filter .card {
  text-align: center; }

.cards-with-filter .card h4 {
  margin-bottom: 0; }

.cards-with-filter .card .meta {
  color: #999999;
  margin-bottom: 10px; }

.filters .mui-checkbox label i {
  border-color: #c5281c; }

.filters .mui-checkbox.inline {
  margin-right: 20px; }

.filters .mui-checkbox.inline + .mui-checkbox.inline {
  margin-left: 0; }

.pagination .previous a,
.pagination .next a {
  text-indent: -9999px;
  width: 38px; }

.pagination .previous a:before,
.pagination .next a:before {
  text-indent: 0;
  position: absolute;
  top: 6px;
  left: 14px; }

.pagination .previous a:before {
  content: "<"; }

.pagination .next a:before {
  content: ">"; }

.pagination a.first,
.pagination a.last {
  font-size: 18px;
  line-height: 22px;
  width: 40px; }

.pagination a.first span,
.pagination a.last span {
  position: relative;
  top: -2px;
  font-size: 22px; }

.pagination a i {
  position: relative;
  top: 2px;
  font-size: 18px; }

#carousel-skode {
  top: -100px;
  z-index: 1; }

.container-overlay.skode .container div.content-wrapper {
  top: 0; }

.skode a.btn + h3 {
  margin-top: 0; }

.skode .list-group .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  padding-right: 100px;
  border: none;
  border-top: 1px solid #e6e6e6; }

.skode .list-group .list-group-item:before, .skode .list-group .list-group-item:after {
  content: " ";
  display: table; }

.skode .list-group .list-group-item:after {
  clear: both; }

.skode .list-group .list-group-item:first-child {
  border-top: none; }

.skode .list-group .list-group-item .svg-container {
  width: 32px;
  height: 32px;
  float: left; }

.skode .list-group .list-group-item .svg-container .svg-content {
  fill: #c5281c; }

.skode .list-group .list-group-item .svg-container .svg-content svg g {
  fill: #c5281c; }

.skode .list-group .list-group-item h5 {
  margin-left: 50px;
  position: relative;
  top: -3px; }

@media (min-width: 600px) {
  .skode .list-group .list-group-item h5 {
    margin-right: 25px; } }
.skode .list-group .list-group-item > a.btn {
  position: absolute;
  right: 0;
  top: 15px; }

.skode .list-group.list-group-2 .list-group-item {
  padding: 40px 160px 40px 0; }

.skode .list-group.list-group-2 .list-group-item.no-buttons {
  padding-right: 0; }

.skode .list-group.list-group-2 .btn-group {
  width: 140px;
  position: absolute;
  right: 0; }

.skode .list-group.list-group-2 .btn-group a.btn {
  width: 100%;
  white-space: normal;
  padding: 6px 12px;
  line-height: 1.2em; }

.skode .list-group.list-group-2 .btn-group .btn + .btn {
  margin-top: 10px; }

.skode .list-group.list-group-2 .card-skode {
  border: none;
  margin-bottom: 0; }

.skode .list-group.list-group-2 .card-skode .img-container {
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin-right: 30px;
  float: left;
  position: relative; }

.skode .list-group.list-group-2 .card-skode .img-container img {
  width: 100%; }

.skode .list-group.list-group-2 .card-skode .img-container svg {
  fill: #c5281c; }

.skode .list-group.list-group-2 .card-skode .img-container.tinted.img-round {
  background-color: #c5281c;
  border-radius: 50%; }

.skode .list-group.list-group-2 .card-skode .img-container.tinted.img-round img {
  opacity: 0.5;
  border-radius: 50%; }

.skode .list-group.list-group-2 .card-skode .card-content {
  padding-top: 0;
  margin-left: 160px; }

.skode .list-group.list-group-2 .card-skode h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 5px; }

@media (max-width: 600px) {
  .skode a.btn + h3 {
    margin-top: 20px; }

  .skode .list-group .list-group-item {
    padding-right: 0; }

  .skode .list-group .list-group-item > a.btn {
    position: static;
    float: right; }

  .skode .list-group .list-group-item h5 {
    top: -10px; }

  .skode .list-group.list-group-2 .list-group-item {
    padding-right: 0; }

  .skode .list-group.list-group-2 .list-group-item .card {
    padding: 0; }

  .skode .list-group.list-group-2 .list-group-item .card .card-content {
    margin-left: 0;
    width: 100%;
    text-align: center; }

  .skode .list-group.list-group-2 .list-group-item .card .card-content ul {
    text-align: left; }

  .skode .list-group.list-group-2 .list-group-item .card .img-container {
    float: none;
    margin: 0 auto; }

  .skode .list-group.list-group-2 .list-group-item .btn-group {
    position: static;
    width: 100%;
    text-align: center; }

  .skode .list-group.list-group-2 .list-group-item .btn-group .btn {
    width: auto;
    margin-top: 20px;
    float: none; } }
.document-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0; }

.document-list li {
  margin-bottom: 15px; }

.document-list a {
  color: #333; }

.document-list a i {
  color: #c5281c;
  float: left;
  width: 32px;
  font-size: 24px; }

.document-list a span {
  color: #999999; }

.document-list a:hover {
  color: #c5281c; }

@media (max-width: 991px) {
  .document-list {
    text-align: left;
    margin-left: 20px; } }
@media (max-width: 480px) {
  .document-list {
    margin-left: 0; } }
table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px; }

table th {
  background-color: #fff;
  color: #c5281c;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border: 1px solid #999999; }

table td {
  background-color: #f8f8f9;
  border: 1px solid #999999; }

table th.empty {
  background-color: transparent; }

table tr:hover td,
table td.focus {
  background-color: #fafafa; }

table span.positive {
  color: green;
  position: relative;
  display: inline-block;
  padding-left: 20px; }

table span.positive:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e90c";
  font-family: "as-icons" !important;
  font-size: 18px; }

table span.negative {
  color: red;
  position: relative;
  display: inline-block;
  padding-left: 20px; }

table span.negative:before {
  content: "\e90d";
  font-family: "as-icons" !important;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0; }

table.responsive.vepi th {
  width: auto; }

table.responsive.vepi td:first-child {
  width: 170px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

table.responsive.vepi td:first-child a {
  color: #333 !important; }

table.responsive.vepi td:first-child a:hover {
  color: #c5281c !important; }

table.responsive.vepi td:not(:first-child) {
  text-align: right; }

@media (max-width: 767px) {
  div.pinned {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    width: 35%; }

  div.pinned table.vepi th:first-child {
    border-right: none; }

  div.pinned table.vepi td:first-child {
    background-color: #c5281c;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: -0.05em;
    border-bottom-color: #ef928b;
    width: 80px; }

  div.pinned table.vepi td {
    white-space: normal;
    line-height: 100%;
    padding: 0 10px;
    overflow: hidden; }

  div.pinned table.vepi tr:hover td:first-child {
    background-color: #c5281c; }

  div.pinned table.vepi td:first-child {
    border-left: 1px solid #c5281c; }

  div.pinned table.vepi tr:last-child td:first-child {
    border-bottom: 1px solid #c5281c; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; } }
@media (max-width: 479px) {
  div.pinned {
    width: 45%; }

  div.table-wrapper div.scrollable {
    margin-left: 45%; } }
table.responsive.vepi.centered td {
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px; }

table.responsive.vepi.centered td:not(:first-child) {
  text-align: center !important; }

table.responsive.vepi.centered .icon {
  font-size: 22px;
  position: relative;
  top: 2px; }

table.responsive.vepi.centered .icon-check {
  color: #c5281c; }

table.responsive.vepi.centered .icon-close,
table.responsive.vepi.centered .icon-radio {
  color: #999999; }

.no-table-outline {
  border: 0; }

table tr th.secondary-header {
  font-size: 0.8em; }

table td.with-top-border {
  border-top: 1px solid #e6e6e6; }

table td.empty {
  border-bottom: 0; }

table tr .no-hover:hover td {
  background-color: transparent; }

table td.empty-footer {
  background-color: #fff; }

table td.third,
table th.third {
  width: 33%; }

table td.eleventh {
  width: 11%; }

p.table-legal-text {
  padding: 0 20px;
  position: relative;
  top: -10px;
  margin-bottom: 0; }

h5.table-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center; }

h5.table-title:first-child {
  margin-top: 0; }

h5.graph-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0 20px;
  text-align: center; }

h2.table-title {
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center; }

h2.table-title:first-child {
  margin-top: 0; }

h2.graph-title {
  padding: 0 20px;
  text-align: center; }

h2.graph-title:after,
h2.table-title:after {
  display: none; }

.legend span {
  display: inline-block;
  margin-right: 30px; }

.legend span:last-child {
  margin-right: none; }

.legend .icon {
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 8px; }

.legend .icon-check {
  color: #c5281c; }

.legend .icon-close,
.legend .icon-radio {
  color: #999999; }

@media (max-width: 767px) {
  .legend span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px; } }
.daterangepicker {
  margin-top: 6px; }

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border-radius: 0; }

.daterangepicker .btn-success {
  background-color: #c5281c; }

.vepi .btn {
  margin: 10px 0; }

@media (max-width: 767px) {
  .vepi .btn-sm, .vepi .btn-group-sm > .btn {
    padding: 5px 8px; } }
.vepi .daterage-buttons {
  padding-top: 10px; }

@media (max-width: 767px) {
  .vepi .daterage-buttons {
    padding-top: 0;
    padding-bottom: 10px; } }
.vepi .mui-textfield {
  margin: 0 0 20px 0;
  position: relative; }

@media (max-width: 767px) {
  .vepi .mui-textfield {
    margin: 0 0 10px 0; } }
.vepi .mui-textfield input {
  padding-left: 34px; }

.vepi .mui-textfield input:-moz-read-only {
  cursor: pointer; }

.vepi .mui-textfield i.glyphicon {
  position: absolute;
  left: 8px;
  top: auto;
  bottom: 8px;
  color: #5e5e5e; }

.vepi .mui-textfield:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #5e5e5e;
  border-top: 10px solid transparent;
  z-index: 1; }

.vepi .vepi-search-wrapper {
  margin: 0 0 80px 0;
  position: relative; }

.vepi .vepi-search-wrapper h4 {
  padding-left: 30px; }

.vepi #filterWepi {
  width: calc(100% - 60px);
  position: relative;
  margin-left: 0px;
  box-sizing: border-box;
  display: block;
  padding: 0; }

.vepi .vepi-search-wrapper::before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  font-family: "as-icons";
  content: "\e8b6";
  font-size: 20px; }

.vepi .vepi-search-wrapper::after {
  display: none; }

.vepi .vepi-search-wrapper #btn-vepi-search {
  position: absolute;
  top: 38px;
  right: 0; }

.vepi .highcharts-container {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.vepi .highcharts-color-0 {
  fill: #c5281c;
  stroke: #c5281c; }

.vepi .highcharts-color-1 {
  fill: #434343;
  stroke: #434343; }

.vepi .highcharts-tooltip-box {
  stroke-width: 0; }

.divTableVepi .dataTables_scrollHeadInner {
  width: auto !important;
  background-color: #c5281c; }

.divTableVepi .dataTables_scrollHeadInner table {
  width: 100% !important;
  margin: 0; }

.container.vepi {
  margin-top: 20px;
  margin-bottom: 20px; }

.container.vepi .container-inner {
  padding: 0; }

.container.vepi #ajaxTableVepi {
  border: 1px solid #ccc; }

section.container-overlay.vepi .container-inner {
  padding: 0 20px; }

section.container-overlay.vepi .container.vepi #ajaxTableVepi {
  border: 0; }

@media (max-width: 479px) {
  table#ajaxTableVepi {
    font-size: 11px;
    padding: 5px 3px; } }
.newsletter {
  padding-top: 20px;
  padding-bottom: 10px; }

.newsletter h3 {
  margin: 20px 0;
  position: relative;
  padding-left: 65px;
  font-size: 32px; }

.newsletter h3 i.icon {
  font-size: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -10px; }

.newsletter form .mui-textfield {
  margin-bottom: 0; }

.newsletter form .mui-textfield input {
  padding-left: 40px; }

.newsletter form .mui-textfield label {
  transform: translate(40px, 15px);
  width: 80%; }

.newsletter form .mui-textfield input:focus + label {
  transform: translate(40px, 0px); }

.newsletter form .mui-textfield i.icon {
  position: absolute;
  left: 0;
  bottom: 8px;
  font-size: 24px; }

.newsletter form button {
  margin-top: 7px;
  padding-left: 40px;
  padding-right: 40px;
  float: right; }

@media (max-width: 991px) {
  .newsletter .mui-textfield {
    margin-top: 3px; }

  .newsletter form {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .newsletter form .mui-textfield {
    margin-bottom: 20px; } }
.newsletter .mui-textfield .icon {
  opacity: 0.7; }

.bg-gray .newsletter .mui-textfield input:focus ~ .icon {
  opacity: 1;
  color: #c5281c; }

.article h3 {
  font-size: 28px;
  color: #c5281c; }

.article h4 {
  font-size: 24px; }

.article h5 {
  margin-bottom: 15px; }

.article ul,
.article ol {
  margin: 20px 0 30px; }

.article ul li,
.article ol li {
  margin-bottom: 8px; }

.article blockquote {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px 0;
  border-left: 3px solid #c5281c;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.article img {
  display: block;
  width: 100%; }

.article table {
  margin: 0; }

.container-inner div[id^="accordion-"],
.container div[id^="accordion-"] {
  margin: 10px 0; }

.container-inner div[id^="accordion-"] .panel,
.container div[id^="accordion-"] .panel {
  border-radius: none;
  border: none;
  background-color: transparent;
  box-shadow: none; }

.container-inner div[id^="accordion-"] .panel .panel-collapse,
.container div[id^="accordion-"] .panel .panel-collapse {
  border: 1px solid #e6e6e6;
  border-top: 0; }

.container-inner div[id^="accordion-"] .panel .panel-heading,
.container div[id^="accordion-"] .panel .panel-heading {
  padding: 0;
  border: 1px solid #e6e6e6; }

.container-inner div[id^="accordion-"] .panel .panel-heading h4,
.container div[id^="accordion-"] .panel .panel-heading h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.container-inner div[id^="accordion-"] .panel .panel-heading h4 a,
.container div[id^="accordion-"] .panel .panel-heading h4 a {
  display: block;
  padding: 5px 15px;
  color: #c5281c;
  position: relative;
  text-transform: none; }

.container-inner div[id^="accordion-"] .panel .panel-heading h4 a:after,
.container div[id^="accordion-"] .panel .panel-heading h4 a:after {
  content: "\e5cf";
  font-family: "as-icons";
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 24px;
  transition: all 0.5s;
  transform: rotate(180deg); }

.container-inner div[id^="accordion-"] .panel .panel-heading h4 a.collapsed:after,
.container div[id^="accordion-"] .panel .panel-heading h4 a.collapsed:after {
  content: "\e5ce"; }

.container-inner div[id^="accordion-"] .panel .panel-body,
.container div[id^="accordion-"] .panel .panel-body {
  border-top: none; }

ul.checklist, ul.checklist-white {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  text-align: left !important; }

ul.checklist li, ul.checklist-white li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px; }

ul.checklist li:after, ul.checklist-white li:after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\e5ca";
  font-family: "as-icons";
  color: #c5281c;
  font-size: 20px; }

@media (max-width: 991px) {
  ul.checklist, ul.checklist-white {
    text-align: left;
    margin-left: 20px; } }
@media (max-width: 480px) {
  ul.checklist, ul.checklist-white {
    margin-left: 0; } }
ul.checklist-white li:after {
  color: #fff; }

.calculation h2 {
  color: #333; }

.calculation h2:after {
  background-color: #c5281c; }

.calculation #sumarum {
  width: 80px; }

.calculation .calculation-inner {
  width: 380px;
  background-color: #fff;
  color: #fff;
  padding: 20px 20px 50px 20px;
  float: right;
  margin-right: 10px;
  margin-bottom: 0px;
  position: relative; }

.calculation .calculation-inner p .btn.btn-primary {
  margin-right: 10px; }

.calculation .calculation-inner table td {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  color: #333; }

.calculation .calculation-inner table td:first-child {
  text-transform: uppercase; }

.calculation .calculation-inner table td:last-child {
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.calculation .calculation-inner table tr:last-child td {
  border: none;
  font-size: 16px; }

.calculation .calculation-inner table tr:last-child td:first-child {
  text-align: right; }

@media (max-width: 991px) {
  .calculation {
    padding-right: 0;
    float: none;
    width: 100%; }

  .calculation .calculation-inner {
    width: 100%;
    margin-right: 0; } }
@media (max-width: 767px) {
  .calculation {
    padding: 0 20px;
    width: 100%; }

  .calculation .calculation-inner {
    width: 100%;
    margin-right: 0; } }
@media (max-width: 480px) {
  .calculation {
    padding: 0; }

  .calculation .calculation-inner {
    padding-left: 0;
    padding-right: 0; } }
.related-links-wrapper {
  position: relative; }

.related-links {
  width: 360px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #fff;
  padding: 10px 20px 40px; }

.related-links h3 {
  font-size: 28px;
  text-transform: none; }

.related-links .svg-container {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px; }

.related-links .svg-container .svg-content {
  fill: #c5281c; }

.related-links ul {
  list-style: none;
  padding: 0; }

.related-links ul li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
  display: block; }

.related-links ul li a i {
  display: block;
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 8px;
  float: left; }

@media (max-width: 991px) {
  .related-links {
    width: 100%;
    position: static;
    border-bottom: none;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 20px;
    text-align: left; }

  .related-links ul:before, .related-links ul:after {
    content: " ";
    display: table; }

  .related-links ul:after {
    clear: both; }

  .related-links ul li {
    width: 47%;
    float: left;
    margin-right: 3%;
    border-bottom: none; } }
@media (max-width: 480px) {
  .related-links ul li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #f2f2f2; } }
.scroll-content-wrapper section {
  height: 500px;
  position: relative; }

.gallery a {
  display: block;
  margin-bottom: 30px; }

.gallery a img {
  width: 100%; }

.gallery .gallery-thumb {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden; }

.gallery .gallery-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 480px) {
  .gallery .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px; }

  .gallery .col-xs-6 a {
    margin-bottom: 15px; } }
.search-results h3 {
  font-size: 28px;
  margin-bottom: 60px;
  margin-top: 0; }

@media (max-width: 991px) {
  .search-results h3 {
    text-align: center; } }
.search-result-single p {
  margin: 0; }

.search-result-single p a {
  /*** Prevent link overflow ***/
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  /*****/ }

.search-result-single p.action {
  text-align: right;
  position: relative;
  top: -5px; }

.search-result-single h4 {
  font-size: 20px; }

.search-result-single h4 a {
  color: #333; }

.search-result-single h4 a:hover {
  color: #851714; }

.search-result-single + .search-result-single {
  border-top: 1px solid #d5d5d5;
  padding-top: 30px; }

/* Forms autocomplete design*/
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  font-size: 14px;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete li > div.ui-menu-item-wrapper {
  padding: 5px 15px;
  clear: both;
  line-height: 1.6;
  color: #333;
  white-space: nowrap; }

ul.ui-autocomplete {
  list-style: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

.ui-autocomplete {
  float: left;
  background: #e3f6ff;
  border-color: #7a9cd3;
  border-style: solid;
  border-width: 1px; }

.ui-menu-item:hover {
  background-color: #c5281c;
  color: #fff;
  cursor: pointer; }

.ui-menu-item-wrapper:hover {
  color: #fff !important; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.btn.btn-link.back:before {
  content: "< "; }

#cw-cookieInfo {
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.15); }

.cw-cookieInfo--text {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .cw-cookieInfo--text {
    margin-bottom: 1em; } }
/* Novice */
.news .news-single img {
  width: 100%; }

.news .news-single {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 30px; }

.news .news-single p.action {
  margin-bottom: 0; }

.news .news-single:last-child {
  border: 0;
  padding-bottom: 0; }

@media (max-width: 767px) {
  .news .news-single {
    text-align: center; }

  .news .news-single img {
    max-width: 480px; }

  .news .news-single h4 {
    margin-top: 20px; } }
/* Mobiscroll */
.mbsc-fr {
  z-index: 99999; }

.mbsc-sc {
  z-index: 999999 !important; }

.mbsc-mobiscroll .mbsc-fr-w {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #fff; }

.mbsc-mobiscroll .mbsc-sc-itm {
  font-size: 20px; }

.mbsc-mobiscroll .mbsc-sc-whl-l {
  border-top: 1px solid #c5281c;
  border-bottom: 1px solid #c5281c; }

.mbsc-mobiscroll .mbsc-range-btn {
  border-color: #c5281c;
  background: #fff;
  color: #c5281c; }

.mbsc-mobiscroll .mbsc-fr-btn {
  color: #c5281c; }

.mbsc-mobiscroll.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover,
.mbsc-mobiscroll .mbsc-fr-btn-a,
.mbsc-mobiscroll.mbsc-range .mbsc-range-btn-t .mbsc-range-btn-sel .mbsc-range-btn {
  background: #c5281c;
  color: #fff; }

.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-sel .mbsc-cal-day-i:hover {
  background: #c5281c;
  color: #fff; }

.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-sel .mbsc-cal-day-i {
  border-bottom: 1px solid #c5281c;
  background-color: #f8f8f9; }

.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i {
  background: #c5281c; }

.mbsc-mobiscroll .mbsc-cal-days th {
  border-bottom-color: #c5281c; }

.mbsc-cal-btn-txt::before {
  color: #c5281c; }

.mbsc-mobiscroll .mbsc-cal .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i,
.mbsc-mobiscroll .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-i {
  background: #c5281c; }

/* Notice box */
.notice {
  color: #c5281c;
  background-color: #fff;
  border: 1px solid #c5281c;
  padding: 10px 15px;
  margin: 20px 0;
  font-size: 0.9em; }

/* Third party form */
/*  weird selector to not target novi vsebinski moduli netresults fields */
.content-wrapper div:not(.g-paper) > .MAform input {
  height: 35px;
  border-radius: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.content-wrapper div:not(.g-paper) > .MAform input.formText,
.content-wrapper div:not(.g-paper) > .MAform select {
  width: 100%;
  max-width: 768px;
  border-radius: 0px;
  padding: 4px 5px;
  margin: 5px 0 0 0;
  border: 1px solid #ddd;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  box-shadow: none;
  background-color: #f7f7f7;
  display: block; }

.content-wrapper div:not(.g-paper) > .MAform input.formText:focus,
.content-wrapper div:not(.g-paper) > .MAform select:focus {
  border-width: 2px;
  border-color: #c5281c; }

.content-wrapper div:not(.g-paper) > .MAform label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px; }

.content-wrapper div:not(.g-paper) > .MAform .formCheckboxLabel {
  font-size: 12px;
  text-transform: none;
  line-height: 1.2em;
  color: #878787;
  max-width: 767px;
  padding-top: 3px; }

.content-wrapper div:not(.g-paper) > .MAform button {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #c5281c;
  transition: background-color 200ms ease;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: none;
  border: 1px solid #c5281c;
  border-radius: 0; }

.content-wrapper div:not(.g-paper) > .MAform button:hover {
  background-color: transparent;
  text-decoration: none;
  color: #c5281c; }

.content-wrapper div:not(.g-paper) > .MAform button:focus {
  color: #fff;
  text-decoration: none; }

.content-wrapper div:not(.g-paper) > .MAform .maFormFieldTypeStandardCheckbox span.formRequiredLabel {
  padding-left: 3px; }

.content-wrapper div:not(.g-paper) > .MAform .maFormFieldTypeStandardCheckbox input {
  height: 1em; }

.content-wrapper div:not(.g-paper) > .MAform .maFormFieldTypeStandardRadio .formRadioLabel input {
  width: 31px;
  height: 15px;
  box-shadow: none;
  margin-top: 5px;
  vertical-align: sub; }

.content-wrapper div:not(.g-paper) > .MAform .maFormElement {
  padding: 5px 0; }

.content-wrapper div:not(.g-paper) > .MAform label.formCheckboxListLabel .formRequiredLabel {
  display: inline-block; }

.content-wrapper div:not(.g-paper) > .MAform label.formCheckboxListLabel .errorRequiredCheckbox {
  display: inline-block;
  margin-left: 5px; }

/* Tooltip custom */
.tooltip-custom {
  position: relative;
  display: inline-block;
  background-image: url(/generali-theme/css/../images/svg/tooltip.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-left: 7px; }

.tooltip-custom .tooltiptext {
  visibility: hidden;
  width: 150px;
  font-size: 12px;
  line-height: 1.5em;
  background-color: #363636;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px; }

.tooltip-custom .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #363636 transparent transparent transparent; }

.tooltip-custom:hover .tooltiptext {
  visibility: visible; }

.mui-radio,
.mui-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.mui-radio > label,
.mui-checkbox > label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.mui-radio > label > input[type="radio"],
.mui-radio--inline > label > input[type="radio"],
.mui-checkbox > label > input[type="checkbox"],
.mui-checkbox--inline > label > input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px; }

.mui-radio + .mui-radio,
.mui-checkbox + .mui-checkbox {
  margin-top: -5px; }

.mui-radio--inline,
.mui-checkbox--inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.mui-radio--inline > input[type="radio"],
.mui-radio--inline > input[type="checkbox"],
.mui-radio--inline > label > input[type="radio"],
.mui-radio--inline > label > input[type="checkbox"],
.mui-checkbox--inline > input[type="radio"],
.mui-checkbox--inline > input[type="checkbox"],
.mui-checkbox--inline > label > input[type="radio"],
.mui-checkbox--inline > label > input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

.mui-radio--inline + .mui-radio--inline,
.mui-checkbox--inline + .mui-checkbox--inline {
  margin-top: 0;
  margin-left: 10px; }

@media (min-width: 544px) {
  .mui-form--inline > .mui-textfield {
    display: inline-block;
    margin-bottom: 0; }

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

  .mui-form--inline > .mui-radio > label,
  .mui-form--inline > .mui-checkbox > label {
    padding-left: 0; }

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

  .mui-form--inline > .mui-select {
    display: inline-block; }

  .mui-form--inline > .mui-btn {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: bottom; } }
.mui-select {
  display: block;
  padding-top: 15px;
  margin-bottom: 20px;
  position: relative; }

.mui-select:focus {
  outline: 0; }

.mui-select:focus > select {
  height: 33px;
  margin-bottom: -1px;
  border-color: #c5281c;
  border-width: 2px; }

.mui-select > select {
  animation-duration: 0.0001s;
  animation-name: mui-node-inserted;
  display: block;
  height: 32px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNiIgd2lkdGg9IjEwIj48cG9seWdvbiBwb2ludHM9IjAsMCAxMCwwIDUsNiIgc3R5bGU9ImZpbGw6cmdiYSgwLDAsMCwuMjQpOyIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  padding: 0 25px 0 0; }

.mui-select > select::-ms-expand {
  display: none; }

.mui-select > select:focus {
  outline: 0;
  height: 33px;
  margin-bottom: -1px;
  border-color: #c5281c;
  border-width: 2px; }

.mui-select > select:disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1; }

.mui-select > label {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: inherit;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mui-select:focus > label,
.mui-select > select:focus ~ label {
  color: #c5281c; }

.mui-select__menu {
  position: absolute;
  z-index: 2;
  min-width: 100%;
  overflow-y: auto;
  padding: 8px 0;
  background-color: #fff;
  font-size: 16px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mui-select__menu {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.12); } }
.mui-select__menu > div {
  padding: 0 22px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  white-space: nowrap; }

.mui-select__menu > div:hover {
  background-color: #e0e0e0; }

.mui-select__menu > div.mui--is-selected {
  background-color: #eeeeee; }

.mui-textfield {
  display: block;
  padding-top: 15px;
  margin-bottom: 20px;
  position: relative; }

.mui-textfield > label {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: inherit;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mui-textfield > textarea {
  padding-top: 5px; }

.mui-textfield > input,
.mui-textfield > textarea {
  display: block; }

.mui-textfield > input:focus ~ label,
.mui-textfield > textarea:focus ~ label {
  color: #c5281c; }

.mui-textfield--float-label > label {
  position: absolute;
  transform: translate(0px, 15px);
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.5);
  text-overflow: clip;
  cursor: text;
  pointer-events: none; }

.mui-textfield--float-label > input:focus ~ label,
.mui-textfield--float-label > textarea:focus ~ label {
  transform: translate(0px, 0px);
  font-size: 12px;
  line-height: inherit;
  text-overflow: ellipsis; }

.mui-textfield--float-label > input:not(:focus).mui--is-not-empty ~ label,
.mui-textfield--float-label > input:not(:focus)[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield--float-label > input:not(:focus):not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield--float-label > textarea:not(:focus).mui--is-not-empty ~ label,
.mui-textfield--float-label > textarea:not(:focus)[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield--float-label > textarea:not(:focus):not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: inherit;
  transform: translate(0px, 0px);
  text-overflow: ellipsis; }

.mui-textfield--wrap-label {
  display: table;
  width: 100%;
  padding-top: 0px; }

.mui-textfield--wrap-label:not(.mui-textfield--float-label) > label {
  display: table-header-group;
  position: static;
  white-space: normal;
  overflow-x: visible; }

.mui-textfield > input,
.mui-textfield > textarea {
  animation-duration: 0.0001s;
  animation-name: mui-node-inserted;
  display: block;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 0;
  box-shadow: none;
  border-radius: 0px;
  background-image: none; }

.mui-textfield > input:focus,
.mui-textfield > textarea:focus {
  border-color: #c5281c;
  border-width: 2px; }

.mui-textfield > input:disabled,
.mui-textfield > input:-moz-read-only,
.mui-textfield > textarea:disabled,
.mui-textfield > textarea:-moz-read-only {
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1; }

.mui-textfield > input:disabled,
.mui-textfield > input:read-only,
.mui-textfield > textarea:disabled,
.mui-textfield > textarea:read-only {
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1; }

.mui-textfield > input::-webkit-input-placeholder,
.mui-textfield > textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }

.mui-textfield > input::-moz-placeholder,
.mui-textfield > textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }

.mui-textfield > input:-ms-input-placeholder,
.mui-textfield > textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }

.mui-textfield > input::placeholder,
.mui-textfield > textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }

.mui-textfield > input {
  height: 32px; }

.mui-textfield > input:focus {
  height: 33px;
  margin-bottom: -1px; }

.mui-textfield > textarea {
  min-height: 64px; }

.mui-textfield > textarea[rows]:not([rows="2"]):focus {
  margin-bottom: -1px; }

.mui-textfield > input:focus {
  height: 33px;
  margin-bottom: -1px; }

.mui-textfield > input:invalid:not(:focus):not(:required),
.mui-textfield > input:invalid:not(:focus):required.mui--is-not-empty,
.mui-textfield > input:invalid:not(:focus):required.mui--is-empty.mui--is-dirty,
.mui-textfield > input:invalid:not(:focus):required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > input:invalid:not(:focus):required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > textarea:invalid:not(:focus):not(:required),
.mui-textfield > textarea:invalid:not(:focus):required.mui--is-not-empty,
.mui-textfield > textarea:invalid:not(:focus):required.mui--is-empty.mui--is-dirty,
.mui-textfield > textarea:invalid:not(:focus):required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > textarea:invalid:not(:focus):required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > input:not(:focus).mui--is-invalid:not(:required),
.mui-textfield > input:not(:focus).mui--is-invalid:required.mui--is-not-empty,
.mui-textfield > input:not(:focus).mui--is-invalid:required.mui--is-empty.mui--is-dirty,
.mui-textfield > input:not(:focus).mui--is-invalid:required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > input:not(:focus).mui--is-invalid:required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > textarea:not(:focus).mui--is-invalid:not(:required),
.mui-textfield > textarea:not(:focus).mui--is-invalid:required.mui--is-not-empty,
.mui-textfield > textarea:not(:focus).mui--is-invalid:required.mui--is-empty.mui--is-dirty,
.mui-textfield > textarea:not(:focus).mui--is-invalid:required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > textarea:not(:focus).mui--is-invalid:required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) {
  border-color: #f44336;
  border-width: 2px; }

.mui-textfield > input:invalid:not(:focus):not(:required),
.mui-textfield > input:invalid:not(:focus):required.mui--is-not-empty,
.mui-textfield > input:invalid:not(:focus):required.mui--is-empty.mui--is-dirty,
.mui-textfield > input:invalid:not(:focus):required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > input:invalid:not(:focus):required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > input:not(:focus).mui--is-invalid:not(:required),
.mui-textfield > input:not(:focus).mui--is-invalid:required.mui--is-not-empty,
.mui-textfield > input:not(:focus).mui--is-invalid:required.mui--is-empty.mui--is-dirty,
.mui-textfield > input:not(:focus).mui--is-invalid:required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty),
.mui-textfield > input:not(:focus).mui--is-invalid:required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) {
  height: 33px;
  margin-bottom: -1px; }

.mui-textfield > input:invalid:not(:focus):not(:required) ~ label,
.mui-textfield > input:invalid:not(:focus):required.mui--is-not-empty ~ label,
.mui-textfield > input:invalid:not(:focus):required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield > input:invalid:not(:focus):required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield > textarea:invalid:not(:focus):not(:required) ~ label,
.mui-textfield > textarea:invalid:not(:focus):required.mui--is-not-empty ~ label,
.mui-textfield > textarea:invalid:not(:focus):required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield > textarea:invalid:not(:focus):required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield > input:not(:focus).mui--is-invalid:not(:required) ~ label,
.mui-textfield > input:not(:focus).mui--is-invalid:required.mui--is-not-empty ~ label,
.mui-textfield > input:not(:focus).mui--is-invalid:required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield > input:not(:focus).mui--is-invalid:required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield > textarea:not(:focus).mui--is-invalid:not(:required) ~ label,
.mui-textfield > textarea:not(:focus).mui--is-invalid:required.mui--is-not-empty ~ label,
.mui-textfield > textarea:not(:focus).mui--is-invalid:required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield > textarea:not(:focus).mui--is-invalid:required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label {
  color: #f44336; }

.mui-textfield:not(.mui-textfield--float-label) > input:invalid:not(:focus):required.mui--is-empty.mui--is-dirty ~ label,
.mui-textfield:not(.mui-textfield--float-label) > textarea:invalid:not(:focus):required.mui--is-empty.mui--is-dirty ~ label,
.mui-textfield:not(.mui-textfield--float-label) > input:not(:focus).mui--is-invalid:required.mui--is-empty.mui--is-dirty ~ label,
.mui-textfield:not(.mui-textfield--float-label) > textarea:not(:focus).mui--is-invalid:required.mui--is-empty.mui--is-dirty ~ label {
  color: #f44336; }

.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-width: 2px;
  position: relative; }

.btn-primary:hover, .btn-primary:focus {
  background: #c5281c;
  color: #fff;
  border-color: #c5281c; }

.btn.btn-default:hover {
  background-color: #c5281c;
  color: #fff;
  border-color: #c5281c; }

.btn.btn-default.btn-secondary {
  color: #ff6000;
  border-color: #ff6000; }

.btn.btn-default.btn-secondary:hover {
  background-color: #ff6000;
  color: #fff; }

.btn.btn-link.btn-link-gray {
  color: #333; }

.btn.btn-link.btn-link-gray:hover, .btn.btn-link.btn-link-gray:active {
  color: #c5281c; }

.btn.btn-small {
  font-size: 1em;
  padding: 3px 30px;
  text-transform: uppercase; }

.btn-disabled {
  background-color: #999999;
  pointer-events: none;
  cursor: default;
  border-color: #999999;
  color: #ffffff; }

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

.btn-container .btn-submit {
  padding-top: 1%;
  padding-bottom: 1%;
  float: right; }

.btn-container .btn-back {
  padding-top: 1%;
  padding-bottom: 1%;
  float: left; }

.btn-container .save-for-later-link {
  padding-top: 21px;
  width: 100%;
  margin: 0px auto; }

@media (max-width: 767px) {
  .btn-container {
    margin-top: 10px; }

  .btn-container .btn-back,
  .btn-container .btn-submit {
    float: none;
    display: inline;
    margin: 6px; }

  .btn-container .save-for-later-link {
    padding-top: 11px; } }
.btn.uppercase {
  text-transform: uppercase; }

.btn.btn-sm, .btn-group-sm > .btn {
  border-radius: 3px;
  font-size: 14px;
  border: none; }

.btn-transparent {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
  color: #c5281c;
  background-color: #fff;
  box-shadow: none; }

.btn-tertiary {
  text-align: center;
  background-color: transparent;
  color: #c5281c;
  border-color: #c5281c;
  margin-top: 21px;
  margin-bottom: 10px;
  border: 1px solid #c5281c;
  min-width: 143px; }

.btn-tertiary div.file-upload-icon {
  width: 30px;
  position: absolute;
  margin-left: -7px; }

.btn-tertiary svg {
  fill: #c5281c;
  width: 28px;
  height: 28px; }

.mui-textfield,
.mui-select {
  padding-top: 20px;
  margin-bottom: 40px; }

.mui-textfield.mui-textfield--float-label > label {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.error-text {
  display: block;
  font-style: italic;
  color: #f44336; }

.input-note {
  display: block;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7); }

.mui-select {
  position: relative; }

.mui-select:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #5e5e5e;
  border-top: 10px solid transparent; }

.mui-select > select {
  background-image: none; }

.mui-select__menu {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.mui-select__menu > div:not(.mui--is-selected):hover {
  background-color: #f7f7f7; }

.mui-radio label.inline,
.mui-checkbox label.inline {
  display: inline-block;
  margin-right: 20px; }

form h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.form-check-group {
  margin-bottom: 40px; }

.form-check-group.inline .mui-checkbox,
.form-check-group.inline .mui-radio {
  display: inline-block;
  margin-right: 20px; }

.mui-radio,
.mui-checkbox {
  line-height: 24px;
  margin-bottom: 20px; }

.mui-radio label,
.mui-checkbox label {
  margin-bottom: 4px;
  padding-left: 30px;
  cursor: pointer;
  font-style: normal; }

.mui-radio label:last-child,
.mui-checkbox label:last-child {
  margin-bottom: 0; }

.mui-radio label input,
.mui-checkbox label input {
  position: absolute;
  left: -9999px; }

.mui-radio label i,
.mui-checkbox label i {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
  border-color: #999999;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s; }

.mui-checkbox label i {
  width: 20px;
  height: 20px; }

.mui-radio label:hover i,
.mui-checkbox label:hover i {
  border-color: #c5281c; }

.mui-radio label i {
  border-radius: 50%; }

.mui-radio label input + i:after,
.mui-checkbox label input + i:after {
  position: absolute;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s; }

.mui-radio label input + i:after {
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%; }

.mui-checkbox label input + i:after {
  content: "\e5ca" !important;
  top: -2px;
  left: -1.5px;
  width: 18px;
  height: 18px;
  font: normal 18px/18px as-icons !important;
  text-align: center; }

.mui-radio label input:checked + i:after,
.mui-checkbox label input:checked + i:after {
  opacity: 1; }

.mui-radio label input + i:after {
  background-color: #fff; }

.mui-checkbox label input + i:after {
  color: #fff; }

.mui-checkbox label input:checked + i {
  border-color: #c5281c;
  background-color: #c5281c; }

.mui-radio label input:checked + i {
  border-color: #c5281c;
  background-color: transparent; }

.mui-radio label input:checked + i:after {
  background-color: #c5281c; }

.mui-radio label.state-disabled i,
.mui-checkbox label.state-disabled i {
  cursor: default;
  opacity: 1;
  border-color: #e6e6e6;
  background-color: #f2f2f2; }

.mui-radio label.state-disabled input:checked + i,
.mui-checkbox label.state-disabled input:checked + i {
  cursor: default;
  opacity: 1;
  border-color: #e6e6e6;
  background-color: #f2f2f2; }

.mui-radio label.state-disabled input:checked + i:after,
.mui-checkbox label.state-disabled input:checked + i:after {
  color: #a6a6a6; }

.mui-radio label.state-disabled input:checked + i:after {
  background-color: #bfbfbf; }

.mui-radio label.state-disabled:hover i,
.mui-checkbox label.state-disabled:hover i {
  border-color: #e6e6e6; }

.mui-form-inverse .mui-checkbox label label,
.mui-form-inverse .mui-radio label label {
  color: #fff; }

.mui-form-inverse .input-note {
  color: rgba(255, 255, 255, 0.7); }

.mui-form-inverse .mui-select:focus > select {
  border-color: #fff; }

.mui-form-inverse .mui-select > select {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNiIgd2lkdGg9IjEwIj48cG9seWdvbiBwb2ludHM9IjAsMCAxMCwwIDUsNiIgc3R5bGU9ImZpbGw6cmdiYSgwLDAsMCwuMjQpOyIvPjwvc3ZnPg==");
  color: rgba(255, 255, 255, 0.87); }

.mui-form-inverse .mui-select > select:focus {
  border-color: #fff; }

.mui-form-inverse .mui-select > select:disabled {
  color: rgba(255, 255, 255, 0.38); }

.mui-form-inverse .mui-select > label {
  color: rgba(255, 255, 255, 0.8); }

.mui-form-inverse .mui-select:focus > label,
.mui-form-inverse .mui-select > select:focus ~ label {
  color: #fff; }

.mui-form-inverse .mui-select__menu {
  background-color: #333; }

.mui-form-inverse .mui-select__menu .mui-optgroup__label {
  cursor: default;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #999999;
  font-size: 14px; }

.mui-form-inverse .mui-select__menu .mui-optgroup__label:hover {
  background-color: transparent; }

.mui-form-inverse .mui-select__menu .mui-optgroup__option {
  padding-left: 30px; }

.mui-form-inverse .mui-select__menu .mui-optgroup__option + .mui-optgroup__label {
  border-top: 1px solid #2b2b2b; }

.mui-form-inverse .mui-select__menu > div.mui-optgroup__option:not(.mui--is-selected):hover {
  background-color: transparent;
  color: #c5281c; }

.mui-form-inverse .mui-select__menu > div.mui--is-selected {
  background-color: #333; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mui-form-inverse .mui-select__menu {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12); } }
.mui-form-inverse .mui-textfield > label {
  color: rgba(255, 255, 255, 0.8); }

.mui-form-inverse .mui-textfield > input:focus ~ label,
.mui-form-inverse .mui-textfield > textarea:focus ~ label {
  color: #fff; }

.mui-form-inverse .mui-textfield--float-label > label {
  color: rgba(255, 255, 255, 0.6); }

.mui-form-inverse .mui-textfield--float-label > input:not(:focus).mui--is-not-empty ~ label,
.mui-form-inverse .mui-textfield--float-label > input:not(:focus)[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-form-inverse .mui-textfield--float-label > input:not(:focus):not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-form-inverse .mui-textfield--float-label > textarea:not(:focus).mui--is-not-empty ~ label,
.mui-form-inverse .mui-textfield--float-label > textarea:not(:focus)[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-form-inverse .mui-textfield--float-label > textarea:not(:focus):not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label {
  color: rgba(255, 255, 255, 0.8); }

.mui-form-inverse .mui-textfield > input,
.mui-form-inverse .mui-textfield > textarea {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.mui-form-inverse .mui-textfield > input:focus,
.mui-form-inverse .mui-textfield > textarea:focus {
  border-color: #fff; }

.mui-form-inverse .mui-textfield > input::-webkit-input-placeholder,
.mui-form-inverse .mui-textfield > textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.mui-form-inverse .mui-textfield > input::-moz-placeholder,
.mui-form-inverse .mui-textfield > textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.mui-form-inverse .mui-textfield > input:-ms-input-placeholder,
.mui-form-inverse .mui-textfield > textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.mui-form-inverse .mui-textfield > input::placeholder,
.mui-form-inverse .mui-textfield > textarea::placeholder {
  color: rgba(255, 255, 255, 0.6); }

.mui-form-inverse .mui-radio label,
.mui-form-inverse .mui-checkbox label {
  color: rgba(255, 255, 255, 0.8); }

.mui-form-inverse .mui-radio label i,
.mui-form-inverse .mui-checkbox label i {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6); }

.mui-form-inverse .mui-radio label:hover i,
.mui-form-inverse .mui-checkbox label:hover i {
  border-color: #fff; }

.mui-form-inverse .mui-radio label input + i:after,
.mui-form-inverse .mui-checkbox label input + i:after {
  background-color: transparent; }

.mui-form-inverse .mui-checkbox label input:checked + i {
  border-color: #fff;
  background-color: transparent; }

.mui-form-inverse .mui-checkbox label input:checked + i:after {
  color: #fff; }

.mui-form-inverse .mui-radio label input:checked + i {
  border-color: #fff;
  background-color: transparent; }

.mui-form-inverse .mui-radio label input:checked + i:after {
  background-color: #fff; }

.mui-form-inverse .mui-radio label.state-disabled i,
.mui-form-inverse .mui-checkbox label.state-disabled i {
  border-color: rgba(255, 255, 255, 0.4); }

.mui-form-inverse .mui-radio label.state-disabled:hover i,
.mui-form-inverse .mui-checkbox label.state-disabled:hover i {
  border-color: rgba(255, 255, 255, 0.4); }

.mui-checkbox.inline {
  display: inline-block; }

.mui-checkbox.inline + .mui-checkbox.inline {
  margin-left: 20px; }

.expandable {
  display: none; }

.mui-field-short {
  width: 100%;
  max-width: 200px; }

.form-footer {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 20px; }

.form-footer:before, .form-footer:after {
  content: " ";
  display: table; }

.form-footer:after {
  clear: both; }

form h6 {
  margin-bottom: 20px; }

form h6 + .mui-field-no-label {
  padding-top: 0; }

.modal-input {
  border: 1px solid #d5d5d5; }

.modal-input label {
  font-size: 13px;
  color: #5e5e5e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-left: 10px; }

.modal-input input {
  width: 100%;
  border: 0;
  padding: 15px;
  background: #fff;
  outline: none;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  border-radius: 0; }

.modal-input input:focus {
  background-color: #fafafa; }

.modal-input input:focus + label {
  color: #333; }

.form-table {
  width: 70%; }

.form-table .navigation-preview {
  display: table;
  background-color: #c5281c;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: bold; }

.form-table .navigation-preview .navigation-item {
  display: table-cell;
  padding: 6px;
  padding-top: 15px; }

.form-table .navigation-preview .navigation-item span {
  text-transform: uppercase; }

.form-table .navigation-preview .navigation-item span.not-visited-navigation-item {
  font-size: 23px; }

.form-table .navigation-preview .navigation-item span.visited-navigation-item {
  color: #333;
  font-size: 23px; }

@media (max-width: 521px) {
  .form-table .navigation-preview .navigation-item {
    font-size: 0.7em; }

  .form-table .navigation-preview .navigation-item span.not-visited-navigation-item {
    font-size: 19px; }

  .form-table .navigation-preview .navigation-item span.visited-navigation-item {
    font-size: 19px; } }
@media (max-width: 403px) {
  .form-table .navigation-preview .navigation-item {
    font-size: 0.55em; }

  .form-table .navigation-preview .navigation-item span.not-visited-navigation-item {
    font-size: 11px; }

  .form-table .navigation-preview .navigation-item span.visited-navigation-item {
    font-size: 11px; } }
.form-table .form-group-title {
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #fff;
  color: #c5281c;
  font-size: 20px;
  border: 1px solid #d5d5d5;
  border-bottom: none; }

.form-table .form-group-secondary-title {
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: #c5281c;
  color: #fff;
  font-size: 20px; }

.form-table .form-row-multiple-line-info-box {
  position: relative;
  text-align: center; }

.form-table .form-row-multiple-line-info-box:before, .form-table .form-row-multiple-line-info-box:after {
  content: " ";
  display: table; }

.form-table .form-row-multiple-line-info-box:after {
  clear: both; }

.form-table .form-row-multiple-line-info-box div.info-div {
  background-color: #c7e8f8;
  color: #46b2e8;
  border-left: 1px solid #46b2e8;
  border-right: 1px solid #46b2e8;
  border-bottom: 1px solid #46b2e8;
  fill: #46b2e8; }

.form-table .form-row-multiple-line-info-box div.info-div svg {
  width: 35px;
  height: 35px; }

.form-table .form-row-multiple-line-info-box div.accepted-div {
  background-color: #c4dd91;
  color: #11aa11;
  border-left: 1px solid #11aa11;
  border-right: 1px solid #11aa11;
  border-bottom: 1px solid #11aa11; }

.form-table .form-row-multiple-line-info-box div.warning-div {
  background-color: #fcf8e3;
  color: #ff8b00;
  border-left: 1px solid #ff8b00;
  border-right: 1px solid #ff8b00;
  border-bottom: 1px solid #ff8b00;
  fill: #ff8b00; }

.form-table .form-row-multiple-line-info-box div.warning-div svg {
  width: 35px;
  height: 35px; }

.form-table .form-row-multiple-line-info-box div.error-div {
  background-color: #f2dede;
  color: #e40000;
  border-left: 1px solid #e40000;
  border-right: 1px solid #e40000;
  border-bottom: 1px solid #e40000; }

.form-table .form-row-multiple-line-info-box div.text-icon {
  position: absolute;
  left: 4%;
  top: 18%;
  font-size: 37px;
  width: 42px; }

.form-table .form-row-multiple-line-info-box div.text-wrapper {
  padding-top: 3%;
  padding-left: 24%;
  padding-right: 24%;
  padding-bottom: 3%;
  font-weight: bold; }

@media (max-width: 386px) {
  .form-table .form-row-multiple-line-info-box div.text-wrapper div a.btn-tertiary {
    margin-left: -9%; } }
.form-table .form-table .alert {
  border-radius: 0;
  font-size: 12px;
  margin-bottom: 0px; }

.form-table .form-fields-group + .form-group-title {
  border-top: none;
  border-bottom: none; }

.form-table .form-description-row {
  background-color: #fff;
  color: #333;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 0;
  display: table;
  width: 100%; }

.form-table .form-description-row:before, .form-table .form-description-row:after {
  content: " ";
  display: table; }

.form-table .form-description-row:after {
  clear: both; }

.form-table .form-description-row div.arrow-down {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.8em;
  padding-left: 0.8em;
  font-size: 1.5em;
  width: 59px;
  fill: #c5281c;
  padding-top: 0.3em; }

.form-table .form-description-row div.arrow-down svg {
  width: 23px;
  height: 23px; }

.form-table .form-description-row div.description-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.5em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin: 0;
  font-size: 14px; }

@media (max-width: 767px) {
  .form-table .form-description-row div.arrow-down {
    display: none; } }
.form-table .last-row {
  border-bottom: 1px solid #d5d5d5 !important; }

.form-table .disabled-row {
  background-color: #f2f2f2; }

.form-table .disabled-row .disabled-input {
  background-color: transparent !important;
  pointer-events: none; }

.form-table .only-top-border {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important; }

.form-table .no-top-border {
  border-top: 0 !important; }

.form-table .form-row {
  border: 1px solid #d5d5d5; }

.form-table .form-row:before, .form-table .form-row:after {
  content: " ";
  display: table; }

.form-table .form-row:after {
  clear: both; }

.form-table .form-row:not(:last-child) {
  border-bottom: none; }

.form-table .form-row > div {
  position: relative; }

.form-table .form-row .half-width {
  float: left;
  width: 50%; }

.form-table .form-row .half-width:last-child {
  border-left: 1px solid #d5d5d5; }

.form-table .form-row .one-third {
  float: left;
  width: 33.333%; }

.form-table .form-row .one-third:last-child {
  border-left: 1px solid #d5d5d5; }

.form-table .form-row .two-thirds {
  float: left;
  width: 66.666%; }

.form-table .form-row .two-thirds:last-child {
  border-left: 1px solid #d5d5d5; }

.form-table .form-row .overview-content {
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

.form-table .form-row .overview-content div.overview-edit {
  top: 16px;
  right: 31px;
  position: absolute; }

@media (min-width: 768px) {
  .form-table .form-row .overview-content div.smaller-padding-right {
    padding-right: 0.5em; }

  .form-table .form-row .overview-content div.smaller-padding-left {
    padding-left: 0.5em; } }
.form-table .form-row .overview-content table.overview-table-attachments {
  margin-bottom: 0.5em;
  border: none;
  margin-top: -0.5em; }

.form-table .form-row .overview-content table.overview-table-attachments td {
  margin-right: 1em;
  border: none;
  background-color: #f2f2f2;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 21px; }

.form-table .form-row .overview-content table.overview-table-attachments td span.attachment-container {
  display: inline-flex; }

.form-table .form-row .overview-content table.overview-table-attachments td span.attachment-container div.table-file-icon {
  fill: #c5281c;
  width: 30px;
  padding-right: 0.4em; }

.form-table .form-row .overview-content table.overview-table-attachments td span.attachment-container div.table-file-icon svg {
  width: 25px;
  height: 25px; }

.form-table .form-row .overview-content table.overview-table-attachments td span.attachment-container div.table-file-text {
  text-decoration: underline;
  color: #c5281c;
  font-style: italic; }

.form-table .form-row .overview-content table.overview-table {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: none; }

.form-table .form-row .overview-content table.overview-table th {
  text-transform: uppercase;
  border: none;
  background-color: #f2f2f2;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 5em;
  padding-left: 21px; }

.form-table .form-row .overview-content table.overview-table tr:not(:last-child) td {
  padding-bottom: 0; }

.form-table .form-row .overview-content table.overview-table tr:last-child td {
  padding-bottom: 13px; }

.form-table .form-row .overview-content table.overview-table tr td.extra-padding-td {
  padding-bottom: 29px; }

.form-table .form-row .overview-content table.overview-table tr td.extra-width {
  min-width: 118px; }

.form-table .form-row .overview-content table.overview-table tr td {
  padding-left: 21px;
  margin-right: 2em;
  border: none;
  background-color: #f2f2f2;
  padding-top: 0;
  vertical-align: top; }

.form-table .form-row .file-upload {
  text-align: center; }

.form-table .form-row .file-upload .label-description {
  position: absolute;
  left: 15px;
  top: 27px;
  font-size: 13px;
  color: #5e5e5e;
  font-weight: 300; }

.form-table .form-row .file-upload div.filler-div {
  height: 39px; }

@media (max-width: 506px) {
  .form-table .form-row .file-upload div.filler-div {
    height: 75px; }

  .form-table .form-row .file-upload .label-description {
    text-align: left; } }
.form-table .form-row .file-upload div.uploaded-file {
  width: 93%;
  height: 43px;
  margin-left: 0.5em;
  padding-left: 0.5em;
  margin-top: 2em;
  display: table;
  border: 1px solid #d5d5d5;
  background-color: #e6e6e6; }

.form-table .form-row .file-upload div.uploaded-file div.file-icon {
  fill: #333;
  display: table-cell;
  width: 30px;
  padding-right: 0.4em;
  border-right: 1px solid #d5d5d5;
  vertical-align: middle;
  padding-top: 5px; }

.form-table .form-row .file-upload div.uploaded-file div.file-icon svg {
  width: 23px;
  height: 23px; }

.form-table .form-row .file-upload div.uploaded-file div.single-uploaded-file {
  vertical-align: middle;
  text-decoration: underline;
  display: table-cell;
  word-break: break-all; }

.form-table .form-row .file-upload div.uploaded-file div.single-uploaded-file a {
  color: #333; }

.form-table .form-row .file-upload div.uploaded-file div.single-uploaded-file-delete {
  background-color: #ed1164;
  display: table;
  padding-left: 8px;
  padding-right: 8px;
  height: 100%; }

.form-table .form-row .file-upload div.uploaded-file div.single-uploaded-file-delete a {
  display: table-cell;
  vertical-align: middle; }

.form-table .form-row .file-upload div.uploaded-file div.single-uploaded-file-delete a span {
  color: #ffffff; }

.form-table .form-row .input label,
.form-table .form-row .select label,
.form-table .form-row .textarea label,
.form-table .form-row .file-upload label,
.form-table .form-row .content-outer-container label,
.form-table .form-row .content-outer-container-disabled label {
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 13px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.form-table .form-row .input span.required-input,
.form-table .form-row .select span.required-input,
.form-table .form-row .textarea span.required-input,
.form-table .form-row .file-upload span.required-input,
.form-table .form-row .content-outer-container span.required-input,
.form-table .form-row .content-outer-container-disabled span.required-input {
  color: red; }

.form-table .form-row .input input,
.form-table .form-row .select select,
.form-table .form-row .textarea textarea {
  width: 100%;
  border: 0;
  padding: 35px 15px 15px 15px;
  background: #fff;
  outline: none;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  border-radius: 0; }

.form-table .form-row .textarea textarea {
  resize: vertical; }

.form-table .form-row .input input:focus,
.form-table .form-row .select select:focus,
.form-table .form-row .textarea textarea:focus {
  background-color: #fafafa; }

.form-table .form-row .input input:focus + label,
.form-table .form-row .select select:focus + label,
.form-table .form-row .textarea textarea:focus + label {
  color: #333; }

.form-table .form-row .select i {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 28px;
  height: 35px;
  background: #fff;
  pointer-events: none; }

.form-table .form-row .select i:after,
.form-table .form-row .select i:before {
  content: "";
  position: absolute;
  right: 10px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.form-table .form-row .select i:after {
  top: 35px;
  border-top: 4px solid #404040; }

.form-table .form-row .select i:before {
  top: 28px;
  border-bottom: 4px solid #404040; }

.form-table .form-row .select select:focus + i {
  background-color: #fafafa; }

.form-table .form-row .select select {
  padding-right: 28px; }

.form-table .form-row .select select::-ms-expand {
  display: none; }

.form-table .form-row .checkbox-wrapper,
.form-table .form-row .radio-wrapper {
  padding: 30px 15px 10px 15px;
  position: relative; }

.form-table .form-row .checkbox-wrapper span.label,
.form-table .form-row .radio-wrapper span.label {
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 13px;
  color: #5e5e5e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-left: 0; }

.form-table .form-row .radio,
.form-table .form-row .checkbox {
  line-height: 24px;
  display: inline-block;
  margin-right: 20px; }

.form-table .form-row .radio label,
.form-table .form-row .checkbox label {
  margin-bottom: 4px;
  padding-left: 30px;
  cursor: pointer;
  font-style: normal; }

.form-table .form-row .radio label input,
.form-table .form-row .checkbox label input {
  position: absolute;
  left: -9999px; }

.form-table .form-row .radio label i,
.form-table .form-row .checkbox label i {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
  border-color: #999999;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s; }

.form-table .form-row .checkbox label i {
  width: 20px;
  height: 20px; }

.form-table .form-row .radio label:hover i,
.form-table .form-row .checkbox label:hover i {
  border-color: #c5281c; }

.form-table .form-row .radio label i {
  border-radius: 50%; }

.form-table .form-row .radio label input + i:after,
.form-table .form-row .checkbox label input + i:after {
  position: absolute;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s; }

.form-table .form-row .radio label input + i:after {
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%; }

.form-table .form-row .checkbox label input + i:after {
  content: "\e5ca" !important;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  font: normal 18px/18px as-icons !important;
  text-align: center; }

.form-table .form-row .radio label input:checked + i:after,
.form-table .form-row .checkbox label input:checked + i:after {
  opacity: 1; }

.form-table .form-row .radio label input + i:after {
  background-color: #fff; }

.form-table .form-row .checkbox label input + i:after {
  color: #fff; }

.form-table .form-row .checkbox label input:checked + i {
  border-color: #c5281c;
  background-color: #c5281c; }

.form-table .form-row .radio label input:checked + i {
  border-color: #c5281c;
  background-color: transparent; }

.form-table .form-row .radio label input:checked + i:after {
  background-color: #c5281c; }

.form-table .form-row .radio label.state-disabled i,
.form-table .form-row .checkbox label.state-disabled i {
  cursor: default;
  opacity: 1;
  border-color: #e6e6e6;
  background-color: #f2f2f2; }

.form-table .form-row .radio label.state-disabled input:checked + i,
.form-table .form-row .checkbox label.state-disabled input:checked + i {
  cursor: default;
  opacity: 1;
  border-color: #e6e6e6;
  background-color: #f2f2f2; }

.form-table .form-row .radio label.state-disabled input:checked + i:after,
.form-table .form-row .checkbox label.state-disabled input:checked + i:after {
  color: #a6a6a6; }

.form-table .form-row .radio label.state-disabled input:checked + i:after {
  background-color: #bfbfbf; }

.form-table .form-row .radio label.state-disabled:hover i,
.form-table .form-row .checkbox label.state-disabled:hover i {
  border-color: #e6e6e6; }

.form-table .form-row .content-outer-container input {
  width: 47%;
  border: 0;
  padding: 39px 15px 15px 15px;
  background: #fff;
  outline: none;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  border-radius: 0;
  margin: 0;
  position: absolute; }

@media (max-width: 590px) {
  .form-table .form-row .content-outer-container input {
    padding-top: 31px;
    position: relative;
    width: 100%; } }
@media (max-width: 506px) {
  .form-table .form-row .content-outer-container input.extra-height {
    height: 91px; }

  .form-table .form-row .content-outer-container input {
    padding-top: 26px;
    padding-bottom: 0; } }
@media (max-width: 415px) {
  .form-table .form-row .content-outer-container input.extra-height {
    height: 74px; } }
.form-table .form-row .content-inner-container {
  float: right;
  padding-top: 4%;
  padding-right: 10%;
  padding-bottom: 2%; }

.form-table .form-row .content-inner-container p {
  margin-left: -18%;
  margin-bottom: 0; }

.form-table .form-row .content-inner-container .btn {
  width: 186px; }

@media (max-width: 590px) {
  .form-table .form-row .content-inner-container {
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
    position: relative; }

  .form-table .form-row .content-inner-container p {
    margin-left: 0; }

  .form-table .form-row .content-inner-container .btn {
    width: calc(100% - 20px);
    white-space: normal;
    margin-left: 10px; } }
.form-table .form-row .content-outer-container-disabled {
  background-color: #f2f2f2; }

.form-table .form-row .content-outer-container-disabled input {
  pointer-events: none;
  width: 47%;
  border: 0;
  padding: 39px 15px 15px 15px;
  background: #f2f2f2;
  outline: none;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  border-radius: 0;
  margin: 0;
  position: absolute; }

@media (max-width: 590px) {
  .form-table .form-row .content-outer-container-disabled input {
    padding-top: 31px;
    position: relative;
    width: 100%; } }
@media (max-width: 506px) {
  .form-table .form-row .content-outer-container-disabled input {
    padding-top: 26px;
    padding-bottom: 0; } }
.form-table .form-row .content-outer-container-disabled .content-inner-container .btn {
  background-color: #d5d5d5;
  pointer-events: none;
  cursor: default;
  border-color: #d5d5d5; }

.form-table .form-row .content-outer-container-disabled .content-inner-container p {
  margin: 0; }

.form-table .form-fields-group + .form-fields-group .form-row:first-child {
  border-top: none; }

.form-table .form-row > div.error,
.form-table .form-row > div.error input,
.form-table .form-row > div.error select,
.form-table .form-row > div.error textarea,
.form-table .form-row > div.select.error i {
  background-color: #fae8e8; }

.form-table .form-row > div.select.error select:focus + i {
  background-color: #fafafa; }

.form-table .error-message {
  display: block;
  font-size: 13px;
  color: #c40303;
  padding: 0 15px 5px 15px; }

.form-table .input.error label,
.form-table .select.error label,
.form-table .textarea.error label {
  color: #c40303; }

.form-table .checkbox-wrapper.error span.label,
.form-table .radio-wrapper.error span.label {
  color: #c40303; }

.form-table .checkbox-wrapper .error-message,
.form-table .radio-wrapper .error-message {
  padding-left: 0; }

.form-table .input input:focus ~ .error-message,
.form-table .select select:focus ~ .error-message,
.form-table .textarea textarea:focus ~ .error-message {
  background-color: #fafafa; }

.form-table .half-width:first-child .error-message,
.form-table .one-third:first-child .error-message,
.form-table .two-thirds:first-child .error-message {
  border-right: 1px solid #d5d5d5;
  margin-right: -1px; }

.form-table .checkbox-wrapper.zavarovanja {
  padding-top: 45px; }

.form-table .checkbox-wrapper.zavarovanja:before, .form-table .checkbox-wrapper.zavarovanja:after {
  content: " ";
  display: table; }

.form-table .checkbox-wrapper.zavarovanja:after {
  clear: both; }

.form-table .checkbox-wrapper.zavarovanja .checkbox {
  display: block;
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  padding-right: 10px; }

@media (max-width: 1200px) {
  .form-table {
    width: 90%; } }
@media (max-width: 991px) {
  .form-table {
    width: 100%; } }
@media (max-width: 767px) {
  .form-table .form-row .full-width,
  .form-table .form-row .half-width,
  .form-table .form-row .one-third,
  .form-table .form-row .two-thirds {
    width: 100%;
    float: none; }

  .form-table .half-width:last-child,
  .form-table .one-third:last-child,
  .form-table .two-thirds:last-child {
    border-left: none !important;
    border-top: 1px solid #d5d5d5; }

  .form-table .checkbox-wrapper.zavarovanja {
    padding-top: 70px; }

  .form-table .checkbox-wrapper span.label,
  .form-table .radio-wrapper span.label {
    white-space: normal;
    text-align: left;
    line-height: 1.2em; } }
@media (max-width: 480px) {
  .form-table .checkbox-wrapper.zavarovanja .checkbox {
    float: none;
    width: 100%; } }
.form-table .form-footer {
  margin: 20px 0;
  padding: 0;
  background-color: transparent; }

.form-table .form-row.gdpr {
  border: none;
  margin-top: 20px; }

.form-table .form-row.gdpr .checkbox {
  width: 100%; }

/* Conctact form */
.contact-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px; }

.contact-form__title {
  text-transform: uppercase;
  font-size: 40px;
  margin: 0 0 30px 0;
  clear: both; }

.contact-form__title::after {
  display: none; }

.contact-form__text {
  font-size: 15px;
  line-height: 1.3em; }

.contact-form dl {
  text-transform: uppercase; }

.contact-form dl dd {
  margin-bottom: 10px; }

.contact-form__label {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 25px; }

.contact-form__label .contact-form__input-checkbox + span {
  margin-left: 10px; }

.contact-form__label .contact-form__input-checkbox.error + span {
  color: #f44336; }

.contact-form__label--bold {
  font-weight: bold; }

.contact-form .notice-msg {
  font-size: 12px;
  line-height: 2em; }

.contact-form .error-msg {
  color: #f44336;
  font-size: 12px;
  line-height: 2em; }

.contact-form__input-text {
  width: 100%;
  height: 45px;
  border-color: #c8c8c8;
  border-width: 1px;
  color: #474747;
  padding: 0px 10px;
  text-align: left;
  font-size: 14px;
  border-style: solid; }

.contact-form__input-text.error {
  border-color: #f44336; }

.contact-form__input-text--date-picker {
  background: url(/generali-theme/css/../images/svg/calendar.svg) white no-repeat 98% 50%;
  background-size: 20px 20px; }

.contact-form__input-checkbox {
  display: inline-block;
  float: left; }

.contact-form__button-regular {
  float: right;
  background-color: #c5281c;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: white;
  padding: 6px 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  min-width: 120px;
  height: 40px;
  margin: 20px 0; }

.contact-form__button-regular:hover {
  background-color: #851714; }

.contact-form__button-regular--orange {
  background-color: #c5281c; }

.contact-form__button-regular--orange:hover {
  background-color: #851714; }

.contact-form__button-regular--gray {
  background-color: #888888; }

.contact-form__button-regular--gray:hover {
  background-color: #444444; }

.contact-form__button-regular--left {
  float: left;
  margin-bottom: 0.5em; }

@media (max-width: 479px) {
  .contact-form__button-regular {
    width: 100%; } }
.contact-form__error-box {
  position: relative;
  padding: 20px 35px 20px 20px;
  margin: 20px 0;
  background-color: #f44336;
  width: 100%;
  color: #fff;
  line-height: 1.2m; }

.contact-form__error-box p {
  margin: 0;
  font-weight: bold; }

.contact-form__error-box__button-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: 0px;
  background: none;
  border: 0;
  font-size: 25px;
  color: #fff; }

.pikaday__container {
  display: block; }

.pika-table th {
  background-color: #fff;
  border-right: none; }

.pika-table th:last-child {
  border: none; }

.pika-table tr:hover td,
.pika-table td.focus {
  background-color: #fff; }

.pika-table td {
  border: none;
  border-collapse: initial; }

.pika-table td:first-child {
  border: none; }

.btn-white {
  background-color: #fff;
  color: #c21b03; }

.button {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #c5281c;
  background-color: transparent;
  border: 2px solid transparent;
  font-size: 16px;
  text-align: center;
  border-radius: 1px;
  -webkit-appearance: none;
  padding: 6px 12px;
  text-transform: uppercase;
  position: relative; }

.button:hover {
  background-image: none;
  background-color: #fff;
  border-color: #fff;
  color: #c21b03; }

.button--primary {
  background-color: #c5281c;
  color: #fff;
  border-color: #c5281c; }

.button--primary:hover {
  background-color: #851714;
  border-color: #851714;
  color: #fff; }

.button--white {
  background-color: #fff;
  border-color: #fff;
  color: #c21b03; }

.button--white:hover {
  background-color: #c21b03;
  color: #fff;
  border-color: #c21b03; }

.button--secondary {
  background-color: #fff;
  border-color: #fff;
  color: #c21b03; }

.button--secondary:hover {
  background-color: #c21b03;
  color: #fff;
  border-color: #c21b03; }

.button--link {
  padding: 0;
  color: #c5281c;
  text-align: left;
  text-transform: none; }

.button--link:hover {
  background-color: transparent;
  color: #851714;
  text-decoration: underline; }

.button--lg {
  padding: 8px 16px;
  font-size: 18px; }

.button--sm {
  padding: 4px 8px;
  font-size: 13px; }

.button--sm.button--with-icon i {
  font-size: 22px; }

.button--with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.button--with-icon i {
  font-size: 24px;
  margin-right: 5px; }

.button--with-icon:hover i {
  text-decoration: none; }

.button--outlined-primary {
  background-color: #fff;
  color: #c21b03;
  border-color: #c21b03; }

.button--outlined-primary:hover {
  background-color: #c21b03; }

.button.disabled, .button.disabled:hover, .button[disabled], .button[disabled]:hover {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.75;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  color: #333; }

.button--bordered {
  border-color: #c21b03; }

.button--bordered:hover {
  border-color: #fff; }

.btn-secondary.pulse::before,
.btn-white.pulse::before {
  content: "";
  display: block;
  background-color: inherit;
  border-radius: inherit;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1; }

.g-tt-button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #d7d7d7;
  background-color: #f2f2f2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.g-tt-button:hover, .g-tt-button:focus {
  outline: none; }

.g-dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0; }

.g-dropdown-menu li a {
  padding: 5px 15px; }

.g-agent-form-bg {
  background-color: #c5281c;
  color: #fff;
  max-width: 2000px;
  margin: 0 auto;
  padding: 20px 0 50px 0; }

.g-agent-form-bg .g-heading-2 {
  color: #fff; }

.g-agent-form-bg a,
.g-agent-form-bg a:link,
.g-agent-form-bg a:visited,
.g-agent-form-bg a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: bold; }

.g-agent-form__textarea {
  resize: none;
  min-height: 150px; }

.g-agent-form__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap; }

.g-agent-form__label .g-tt-button {
  flex: 0 0 auto; }

.g-agent-form label {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.g-agent-form .form-control {
  border-color: #fff; }

@media (min-width: 768px) {
  .g-agent-form-bg {
    padding: 75px 0; } }
.g-img-vid-content {
  margin: 40px 0; }

@media (min-width: 992px) {
  .g-img-vid-content__visual, .g-img-vid-content__content {
    max-width: 850px;
    margin: 0 auto; }

  .g-img-vid-content--left, .g-img-vid-content--right {
    display: flex; }

  .g-img-vid-content--left .g-heading-3, .g-img-vid-content--right .g-heading-3 {
    margin-top: 0; }

  .g-img-vid-content--left .g-img-vid-content__visual,
  .g-img-vid-content--left .g-img-vid-content__content, .g-img-vid-content--right .g-img-vid-content__visual,
  .g-img-vid-content--right .g-img-vid-content__content {
    flex: 1 1 150px; }

  .g-img-vid-content--left .g-img-vid-content__visual {
    margin-right: 20px; }

  .g-img-vid-content--right {
    flex-direction: row-reverse; }

  .g-img-vid-content--right .g-img-vid-content__visual {
    margin-left: 20px; }

  .g-img-vid-content--push-up {
    margin-top: -60px;
    margin-bottom: 0;
    padding-bottom: 40px; } }
.g-article-rectg__iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  z-index: 1; }

.g-article-rectg__iframe-container--in-column {
  padding-bottom: 66.7%; }

.g-article-rectg__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.g-article-rectg i {
  font-size: 96px;
  line-height: 1;
  margin-top: 20px; }

.g-article-rectg__la-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.g-article-rectg__la-svg i {
  font-size: 150px;
  margin-top: 0; }

.g-article-rectg .card-content {
  color: #333; }

@media (min-width: 992px) {
  .g-article-rectg h2,
  .g-article-rectg h3,
  .g-article-rectg h4 {
    margin-top: 0 !important; }

  .g-article-rectg .content-block {
    padding-top: 24px; } }
/* ---------- cookie disclaimer ------------ */
.cd-module-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #c5281c;
  color: #fff;
  overflow-y: auto;
  text-align: center;
  padding: 15px;
  z-index: 9999999;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4); }

.cd-module-banner__container {
  padding-bottom: 0 0 5px 0; }

.cd-module-banner__heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0 10px; }

.cd-module-banner__text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  max-height: 200px;
  overflow-y: auto;
  font-size: 1.4rem; }

.cd-module-banner__text a, .cd-module-banner__text a:visited, .cd-module-banner__text a:hover {
  color: #fff;
  text-decoration: underline; }

.cd-module-banner__button-container {
  text-align: center;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  gap: 0.75rem;
  /* 12/16 */ }

.cd-module-modal {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #f5f5f5;
  color: #333;
  overflow-y: auto;
  text-align: center;
  z-index: 9999999;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
  overflow: hidden; }

.cd-module-modal--settings {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.cd-module-modal--settings .cd-module-modal__text {
  max-height: none;
  overflow: auto; }

.cd-module-modal__container {
  padding-top: 15px; }

.cd-module-modal__heading {
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 8px; }

.cd-module-modal__text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  max-height: 200px;
  overflow-y: auto;
  font-size: 1.4rem;
  background-color: rgba(245, 245, 245, 0.9); }

.cd-module-modal__text a, .cd-module-modal__text a:visited, .cd-module-modal__text a:hover {
  color: #c5281c;
  text-decoration: underline; }

.cd-module-modal__button-container {
  text-align: center;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  gap: 12px;
  padding-bottom: 16px;
  margin-top: 15px; }

.cd-module-modal__button-container .cd-button,
.cd-module-modal__button-container .cd-link {
  flex: 1 1 150px; }

.cd-module-modal__button-container .cd-link {
  align-self: center; }

.cd-module-modal__settings {
  margin-bottom: 25px; }

.cd-switch {
  display: block;
  position: relative;
  cursor: pointer; }

.cd-switch__input {
  display: none; }

.cd-switch__input:checked + .cd-switch__check {
  background-color: #c5281c; }

.cd-switch__input:checked + .cd-switch__check::before {
  transform: translateX(22px);
  background-color: #c5281c; }

.cd-switch__check {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 10px;
  background-color: #afafaf;
  border-radius: 5px;
  margin-right: 25px;
  transition: all 0.1s ease; }

.cd-switch__check::before {
  display: block;
  content: "";
  background: #fff;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  position: absolute;
  top: -7px;
  left: -5px;
  transition: background 0.1s ease, transform 0.2s ease;
  box-shadow: 1px 1px 5px rgba(54, 51, 51, 0.1); }

.cd-switch--disabled {
  cursor: default;
  pointer-events: none; }

.cd-switch--disabled .cd-switch__check {
  background-color: #000; }

.cd-button {
  display: block;
  background-color: #c5281c;
  color: #fff;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  cursor: pointer; }

.cd-link {
  padding: 0.5rem;
  /* 8/16 */ }

.cd-link, .cd-link:visited, .cd-link:hover, .cd-link:focus, .cd-link:active {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
  transition: none; }

@media (min-width: 560px) {
  .cd-module-modal__settings {
    display: flex;
    flex-wrap: wrap; }

  .cd-module-modal .cd-switch {
    flex-basis: 250px;
    flex-grow: 1;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: left; }

  .cd-module-modal .cd-switch:nth-of-type(2n) {
    flex-basis: 150px; } }
@media (min-width: 768px) {
  .cd-module-banner {
    padding-top: 35px;
    padding-bottom: 30px; }

  .cd-module-banner__container {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center; }

  .cd-module-banner__first {
    flex: 8 0 450px;
    margin-right: 15px; }

  .cd-module-banner__heading {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left; }

  .cd-module-banner__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    max-height: none;
    overflow: visible;
    text-align: left;
    margin-bottom: 0; }

  .cd-module-banner__text p:last-of-type {
    margin-bottom: 0; }

  .cd-module-banner__button-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
    flex: 1 0 100px;
    max-width: 300px; }

  .cd-module-modal {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    width: 100%;
    max-width: 700px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
    height: auto;
    max-height: 100vh;
    margin: 0 auto; }

  .cd-module-modal__container {
    max-width: 625px;
    padding-bottom: 30px;
    padding-top: 30px; }

  .cd-module-modal__text {
    max-height: none; }

  .cd-module-modal__button-container {
    max-width: none;
    margin-top: 0; }

  .cd-module-modal__button-container .cd-button {
    flex: 1 1 280px;
    max-width: 300px; }

  .cd-module-modal__button-container .cd-link {
    flex: 1 1 100%;
    max-width: none;
    padding: 16px; }

  .cd-switch:nth-of-type(2n) {
    flex-basis: 150px; }

  .cd-button {
    display: inline-block;
    width: 100%; }

  .cd-link {
    width: 100%; } }
/* ------------ cookies settings ----------- */
.cs-module__hiddenCheckbox {
  display: none; }

.cs-module__hiddenCheckbox:checked + .cs-module__checkbox:after {
  content: "";
  display: block;
  border: 2px solid #fff;
  transform: rotate(35deg);
  border-left: none;
  border-top: none;
  position: relative;
  top: -2px;
  left: 4px;
  width: 7px;
  height: 16px; }

.cs-module__hiddenCheckbox:checked:not(:disabled) + .cs-module__checkbox {
  background-color: #c5281c; }

.cs-module__hiddenCheckbox:disabled + .cs-module__checkbox {
  background: #f0f0f0;
  border-color: #b5b5b5; }

.cs-module__hiddenCheckbox:disabled + .cs-module__checkbox:after {
  border-color: #828282; }

.cs-module__hiddenCheckbox:disabled + span {
  color: #b5b5b5; }

.cs-module {
  padding-bottom: 20px; }

.cs-module__inputs {
  max-width: 350px;
  width: 100%; }

.cs-module__label {
  margin-right: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer; }

.cs-module__button {
  margin-top: 15px; }

.cs-module__button:active {
  transform: scale(0.98); }

.cs-module__necessary {
  cursor: default; }

.cs-module .cs-module__checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #c5281c;
  margin-right: 10px;
  background-color: #fff;
  margin-top: 0; }

.cs-module h3 {
  font-size: 2.8rem;
  color: #c5281c; }

.cd-overlay {
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999; }

@media (min-width: 768px) {
  .cs-module__body {
    padding: 0 15px; }

  .cs-module__inputs {
    max-width: 100%;
    display: flex;
    align-items: center; }

  .cs-module__label {
    display: inline-flex;
    margin-bottom: 0; }

  .cs-module__button {
    margin-top: 0; } }
/* note - you shouldnt have 2 customer statements modules on a page - breaks JS */
.g-cstatements img {
  border-radius: 50%; }

.g-cstatements__img-column svg,
.g-cstatements__img-column img {
  width: 100%;
  max-width: 250px; }

.g-cstatements__item-heading {
  text-transform: none; }

.g-cstatements .carousel-inner {
  min-height: 250px; }

.g-cstatements .carousel-indicators {
  position: static;
  display: inline-block;
  width: auto;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 0; }

.g-cstatements .carousel-indicators li {
  border-color: #c5281c; }

.g-cstatements .carousel-indicators li.active {
  background-color: #c5281c; }

@media (max-width: 767px) {
  .g-cstatements {
    text-align: center; }

  .g-cstatements .g-cstatements__item-heading {
    margin-top: 20px; } }
.g-box {
  background-color: #fff;
  border-top: 3px solid #c21b03;
  margin-bottom: 20px;
  box-shadow: 0 3px 7px -7px #000;
  z-index: 1; }

.g-box__header {
  padding: 40px 25px 15px 25px; }

.g-box__header--no-padding {
  padding: 0; }

.g-box__header--small-padding {
  padding-top: 10px;
  padding-bottom: 0px; }

.g-box i {
  font-size: 96px;
  line-height: 1;
  color: #c21b03; }

.g-box svg {
  max-width: 96px; }

.g-box__body {
  padding: 25px 25px 40px 25px; }

.g-box__heading {
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  color: #333; }

.g-box__desc {
  color: #5e5e5e; }

.g-box-module {
  margin: 40px 15px; }

.g-box-module-bg {
  padding-top: 1px; }

@media (min-width: 530px) {
  .g-box-module {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  .g-box-module .g-box {
    max-width: 350px; }

  .g-box-module .g-box__image {
    max-width: 350px; } }
@media (min-width: 768px) {
  .g-box {
    display: flex;
    flex-direction: column; }

  .g-box__header {
    padding-left: 40px;
    padding-right: 40px; }

  .g-box__header--no-padding {
    padding: 0; }

  .g-box__header--small-padding {
    padding-top: 10px;
    padding-bottom: 0px; }

  .g-box__body {
    padding-left: 40px;
    padding-right: 40px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 350px; }

  .g-box__body .button {
    margin-top: auto; }

  .g-box__body .g-box__heading,
  .g-box__body .g-box__desc {
    width: 100%; }

  .g-box-module {
    max-width: 1800px;
    margin: 40px auto; }

  .g-box-module--overlap {
    margin-top: -60px;
    margin-bottom: 0;
    padding-bottom: 40px; } }
.g-card {
  padding: 35px;
  background-color: #fff;
  display: flex;
  flex-direction: column; }

.g-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto; }

.g-card__button {
  margin-top: auto; }

.hero {
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  max-width: 1950px;
  margin: 0 auto; }

.hero.overlay:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero p {
  color: #fff; }

.hero h1 {
  margin-top: 15px;
  width: 100%;
  text-align: left;
  font-size: 34px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.hero .actions .btn-lg, .hero .actions .btn-group-lg > .btn {
  display: block;
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  margin: 5px; }

.hero .hero-static-description,
.hero .actions {
  text-align: left; }

.hero .hero-static-description {
  font-size: 16px;
  letter-spacing: 0; }

.hero .hero-static-description a {
  text-decoration: underline;
  color: #fff; }

.hero__content {
  padding-top: 75px;
  padding-bottom: 75px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1; }

.hero__content--dark-color h1,
.hero__content--dark-color .hero-static-description {
  color: #333; }

.hero--bottom-align {
  height: 600px;
  align-items: flex-end; }

.hero--bottom-align .hero__content {
  justify-content: flex-end; }

.hero .text-right * {
  text-align: right !important; }

.hero .text-right .hero__content--half-width {
  align-items: flex-end; }

.hero .text-right.hero__content--half-width {
  align-items: flex-end; }

.hero .text-center * {
  text-align: center !important; }

.hero .text-center .hero__content--half-width {
  align-items: center; }

.hero .text-center.hero__content--half-width {
  align-items: center; }

.hero__custom-title {
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.1; }

.hero__custom-title::before, .hero__custom-title::after {
  display: none; }

.hero + section .content-wrapper {
  position: relative;
  top: -120px; }

.hero-wrapper + section .content-wrapper {
  position: relative;
  top: -120px; }

.g-page-header {
  background-image: url("/generali-theme/css/../images/illustrations/lion-cut-mobile.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 380px; }

@media (min-width: 360px) {
  .hero .actions .btn-lg, .hero .actions .btn-group-lg > .btn {
    display: inline-block;
    text-align: left; } }
@media (min-width: 768px) {
  .hero h1 {
    margin-top: 20px;
    font-size: 50px;
    margin-bottom: 30px; }

  .hero .hero-static-description {
    font-size: 17px;
    letter-spacing: normal; }

  .hero__custom-title {
    margin-top: 20px;
    font-size: 50px;
    margin-bottom: 30px; } }
@media (min-width: 992px) {
  .hero--bottom-align {
    height: 780px; }

  .hero__content--half-width h1,
  .hero__content--half-width h3,
  .hero__content--half-width h4,
  .hero__content--half-width .lead,
  .hero__content--half-width .hero-static-description {
    max-width: 700px; } }
.carousel .carousel-indicators li {
  transition: all 0.4s;
  width: 17px;
  height: 17px;
  margin-left: 2px;
  margin-right: 2px;
  border: 3px solid #c5281c;
  background-color: #fff; }

.carousel .carousel-indicators .active {
  background-color: #c5281c; }

.carousel-control.left {
  background-image: none; }

.carousel-control.right {
  background-image: none; }

.carousel-control {
  top: 50%;
  bottom: auto;
  z-index: 1; }

.carousel-control__left, .carousel-control__right {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background-color: #c5281c; }

.carousel-control__left::after, .carousel-control__right::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%; }

.carousel-control__left {
  left: 0; }

.carousel-control__left::after {
  border-top: none;
  border-right: none;
  transform: translate(100%, -50%) rotate(45deg); }

.carousel-control__right {
  right: 0; }

.carousel-control__right::after {
  border-left: none;
  border-bottom: none;
  transform: translate(50%, -50%) rotate(45deg); }

.g-carousel-hero {
  height: 530px;
  align-items: stretch; }

.g-carousel-hero--bottom-align {
  height: 600px; }

.g-carousel-hero--bottom-align .hero__content {
  align-items: stretch;
  justify-content: flex-end; }

.g-carousel-hero .item {
  height: 100%;
  color: #fff;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.g-carousel-hero .item.overlay:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.g-carousel-hero .item .content-area {
  width: 100%;
  height: 100%;
  position: relative; }

.g-carousel-hero .item .content-area:before, .g-carousel-hero .item .content-area:after {
  content: " ";
  display: table; }

.g-carousel-hero .item .content-area:after {
  clear: both; }

.g-carousel-hero h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }

.g-carousel-hero h4 {
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative; }

.g-carousel-hero h4:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 290px;
  left: 0;
  bottom: -15px;
  height: 2px;
  background-color: #c5281c; }

.g-carousel-hero .text-center h4:after {
  left: 50%;
  transform: translateX(-50%); }

.g-carousel-hero .text-right h4:after {
  left: auto;
  right: 0; }

.g-carousel-hero .lead {
  font-size: 16px;
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 0; }

.g-carousel-hero .actions {
  margin-top: 40px;
  margin-bottom: 0; }

.g-carousel-hero__item--dark-color .lead,
.g-carousel-hero__item--dark-color h3,
.g-carousel-hero__item--dark-color h4 {
  color: #333; }

@media (min-width: 361px) {
  .g-carousel-hero h3 {
    font-size: 36px; }

  .g-carousel-hero h4 {
    font-size: 20px; }

  .g-carousel-hero h4:after {
    bottom: -15px; }

  .g-carousel-hero .lead {
    margin-top: 30px; } }
@media (min-width: 768px) {
  .g-carousel-hero h3 {
    font-size: 36px; }

  .g-carousel-hero h4 {
    margin-bottom: 50px; }

  .g-carousel-hero .lead {
    margin-top: 35px; }

  .g-carousel-hero .actions {
    margin-top: 45px; }

  .g-carousel-hero .actions .btn-lg, .g-carousel-hero .actions .btn-group-lg > .btn {
    padding: 12px 30px;
    font-size: 22px; } }
@media (min-width: 992px) {
  .g-carousel-hero--bottom-align {
    height: 530px; }

  .g-carousel-hero h3 {
    font-size: 50px; }

  .g-carousel-hero h4 {
    font-size: 24px; }

  .g-carousel-hero h4:after {
    bottom: -15px; } }
@media (min-width: 1550px) {
  .g-carousel-hero--bottom-align {
    height: 780px; } }
.g-agent-search {
  background-image: url("/generali-theme/css/../images/illustrations/agent-search-mobile-illustration.svg");
  background-color: #b4231d;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  color: #fff;
  padding: 40px 0; }

.g-agent-search__stripes {
  display: none; }

.g-agent-search__button {
  min-width: 150px; }

.g-agent-search .g-heading-2 {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase; }

.g-agent-search .form-control {
  border: 1px solid #fff; }

.g-agent-results {
  background-color: #f2f2f2;
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center; }

.g-agent-results__stripes {
  display: none; }

.g-agent-results__container {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 25px; }

.g-agent-results__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.g-agent-results__cards .g-agent-card {
  flex-basis: 280px;
  min-width: 250px;
  flex-grow: 1;
  margin: 20px; }

.g-agent-results__see-more-container {
  background-color: #fff;
  padding: 20px 0; }

.g-agent-card {
  box-shadow: 1px 3px 4px 0 rgba(169, 169, 169, 0.35);
  padding: 25px 20px;
  display: flex;
  flex-direction: column; }

.g-agent-card__header {
  text-align: center;
  flex: 0 0 auto; }

.g-agent-card__header a, .g-agent-card__header a:link, .g-agent-card__header a:visited {
  color: #333; }

.g-agent-card__header a:hover {
  color: #c5281c; }

.g-agent-card__body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column; }

.g-agent-card__body .button {
  margin-top: auto; }

.g-agent-card__image {
  max-width: 180px;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px; }

.g-agent-card__icon {
  color: #c5281c;
  font-size: 130px;
  line-height: 1; }

.g-agent-card__name {
  font-size: 20px; }

.g-agent-card__title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px; }

.g-agent-card__item {
  display: flex; }

.g-agent-card__item i {
  font-size: 24px;
  line-height: 1;
  color: #c5281c;
  margin-right: 10px; }

.g-agent-card__item-text a, .g-agent-card__item-text a:link, .g-agent-card__item-text a:visited {
  color: #333; }

.g-agent-card__item-text a:hover {
  color: #c5281c; }

.g-agent-card .button {
  display: block; }

.g-agent-details-desktop {
  display: none; }

.g-agent-details-mob__header {
  background-color: #b4231d;
  background-image: url("/generali-theme/css/../images/illustrations/lion-cut-mobile.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  color: #fff;
  height: 280px;
  position: relative;
  z-index: 1; }

.g-agent-details-mob__main-heading {
  color: #fff; }

.g-agent-details-mob__body {
  margin-top: -120px;
  position: relative;
  background-color: #f2f2f2;
  background-image: url("/generali-theme/css/../images/illustrations/agent-info-mobile.svg");
  background-repeat: no-repeat;
  background-position: top center; }

.g-agent-details-mob__stripes {
  position: absolute;
  bottom: 25px;
  right: 0; }

.g-agent-details-mob__agent, .g-agent-details-mob__title, .g-agent-details-mob__company {
  text-align: center; }

.g-agent-details-mob__title, .g-agent-details-mob__company {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

.g-agent-details-mob__agent {
  margin-bottom: 15px;
  margin-top: 10px; }

.g-agent-details-mob__title {
  margin-bottom: 10px; }

.g-agent-details-mob__container {
  padding-bottom: 130px; }

.g-agent-details-mob__icon-items {
  margin-bottom: 40px; }

.g-agent-details-mob__info-item {
  margin-bottom: 15px; }

.g-agent-details-mob__info-item i {
  color: #c21b03; }

.g-agent-details-mob__social-item {
  display: inline-flex;
  margin-right: 20px; }

.g-agent-image {
  max-width: 260px;
  background-color: #fff;
  height: 260px;
  box-shadow: 3px 3px 4px 0 rgba(103, 103, 103, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; }

.g-agent-image__icon {
  color: #c21b03;
  font-size: 124px;
  line-height: 1; }

.g-agent-image__contact-btn {
  transform: translateY(-50%);
  z-index: 3;
  position: relative; }

@media (min-width: 768px) {
  .g-agent-search {
    background-image: url("/generali-theme/css/../images/illustrations/agent-search-tablet-illustration.svg"); }

  .g-agent-results__cards .g-agent-card {
    flex-basis: 300px;
    min-width: 260px;
    max-width: 400px; }

  .g-agent-details-mob__header {
    background-image: url("/generali-theme/css/../images/illustrations/agent-details-header-tablet.svg"); }

  .g-agent-details-mob__body {
    background-image: url("/generali-theme/css/../images/illustrations/agent-info-tablet.svg"); } }
@media (min-width: 992px) {
  .g-agent-search {
    background-image: url("/generali-theme/css/../images/illustrations/agent-search-desktop-illustration.svg");
    position: relative;
    padding: 65px 0 100px 0; }

  .g-agent-search__stripes {
    display: block;
    position: absolute;
    top: 0;
    right: 0; }

  .g-agent-results {
    background-image: url("/generali-theme/css/../images/illustrations/agent-results-desktop-illustration.svg"); }

  .g-agent-results__stripes {
    display: block;
    position: absolute;
    top: 25px; }

  .g-agent-results__stripes--1 {
    left: 0; }

  .g-agent-results__stripes--2 {
    right: 0; }

  .g-agent-results__container {
    margin-top: -60px; }

  .g-agent-details-mob {
    display: none; }

  .g-agent-details-desktop {
    display: block; }

  .g-agent-details-desktop__main-heading {
    margin-bottom: 45px;
    margin-top: 40px; }

  .g-agent-details-desktop__header {
    background-color: #b4231d;
    background-image: url("/generali-theme/css/../images/illustrations/agent-details-header-desktop.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    color: #fff; }

  .g-agent-details-desktop__header .g-heading-2 {
    color: #fff; }

  .g-agent-details-desktop__header-info {
    display: flex;
    position: relative;
    z-index: 1; }

  .g-agent-details-desktop__left {
    flex: 0 0 250px;
    text-align: center;
    height: 0; }

  .g-agent-details-desktop__right .g-heading-3 {
    color: #fff; }

  .g-agent-details-desktop__right {
    padding: 20px 20px 25px 20px; }

  .g-agent-details-desktop__header-main {
    display: flex;
    align-items: center; }

  .g-agent-details-desktop__agent {
    margin: 0 0 25px 0; }

  .g-agent-details-desktop__title {
    margin-right: 20px;
    margin-bottom: 0;
    flex: 0 1 auto;
    min-width: 190px; }

  .g-agent-details-desktop__separator {
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin-right: 20px;
    margin-left: 20px;
    flex: 0 0 auto; }

  .g-agent-details-desktop__company {
    margin-bottom: 0;
    flex: 0 1 auto; }

  .g-agent-details-desktop__title, .g-agent-details-desktop__company {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 20px; }

  .g-agent-details-desktop__body {
    background-color: #f2f2f2;
    background-image: url("/generali-theme/css/../images/illustrations/agent-info-desktop.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px; }

  .g-agent-details-desktop__info-container {
    display: flex;
    padding: 25px 20px 20px 20px; }

  .g-agent-details-desktop__info-container-wrapper {
    min-height: 150px;
    margin-bottom: 50px; }

  .g-agent-details-desktop__info-container-left {
    flex: 0 0 250px; }

  .g-agent-details-desktop__info {
    display: flex;
    flex-wrap: wrap; }

  .g-agent-details-desktop__info .g-agent-details-desktop__info-item {
    flex: 1 0 300px;
    min-width: 100px; }

  .g-agent-details-desktop__info-item {
    margin-bottom: 15px;
    margin-right: 20px; }

  .g-agent-details-desktop__info-item i {
    color: #c21b03; }

  .g-agent-details-desktop__about {
    margin-bottom: 20px; }

  .g-agent-details-desktop__social-item {
    display: inline-flex;
    margin-right: 20px; }

  .g-agent-details-desktop__social-item i {
    font-size: 32px; } }
.m03 {
  text-align: center;
  border-top: 2px solid #c5281c;
  padding: 30px 10px; }

.m03__block {
  text-align: left;
  border-bottom: 1px solid #c5281c;
  padding: 20px 0;
  margin-bottom: 10px; }

.m03__block--black {
  border: none; }

.m03__link-toggle {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #c5281c;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px; }

.m03__link-toggle::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 45%;
  border: 3px solid #c5281c;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: none;
  border-left: none; }

.m03__link-toggle:not(.collapsed)::after {
  transform: translateY(0%) rotate(225deg); }

.m03__link-toggle--nocollapse::after {
  display: none; }

.m03__link-toggle--black {
  color: #333; }

.m03__link-toggle--black:hover {
  color: #333; }

.m03__link-toggle--black::after {
  border-color: #333; }

.m03__links {
  padding-left: 20px;
  padding-top: 10px;
  list-style-type: none; }

.m03__link2 {
  display: block;
  padding: 10px 0;
  color: #c5281c;
  font-size: 15px;
  text-transform: uppercase; }

.m03__link2--black {
  color: #333; }

.m03__header-social {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 16px; }

.m03__social {
  margin-bottom: 30px; }

.m03__social-icon {
  display: inline-block;
  margin-right: 15px; }

.m03__social-icon:last-of-type {
  margin-right: 0; }

.m03__social-icon i {
  font-size: 24px; }

.m03__social-icon i:hover {
  color: #c5281c; }

.m03__header-app {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px; }

.m03__gplay {
  display: inline-block;
  width: 135px;
  margin-right: 20px; }

.m03__g-logo {
  display: block;
  max-width: 145px;
  margin: 50px auto 10px auto; }

.m03__small {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #c5281c;
  margin-bottom: 10px; }

.m03__copy {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 16px; }

.m04 {
  display: none; }

@media (min-width: 768px) {
  .m03 {
    display: none; }

  .m04 {
    display: block;
    border-top: 2px solid #c5281c;
    padding: 30px 0; }

  .m04__container-top {
    display: flex; }

  .m04__logos {
    text-align: right; }

  .m04__left {
    flex-basis: 700px;
    flex-grow: 1; }

  .m04__right {
    flex-basis: 300px;
    flex-grow: 1;
    text-align: right;
    text-transform: uppercase; }

  .m04__red-links {
    margin-bottom: 5px;
    padding-left: 0;
    list-style-type: none; }

  .m04__grey-links {
    margin-bottom: 40px;
    padding-left: 0;
    list-style-type: none; }

  .m04__redlink {
    display: inline-block;
    padding: 10px 30px 10px 0;
    text-transform: uppercase;
    font-size: 15px; }

  .m04__redlink a {
    color: #c5281c; }

  .m04__greylink {
    display: inline-block;
    padding: 10px 30px 10px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px; }

  .m04__greylink a {
    color: #333; }

  .m04__g-logo {
    max-width: 143px;
    margin-bottom: 15px; }

  .m04__small {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #c5281c;
    margin-bottom: 10px; }

  .m04__copy {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    text-transform: none; }

  .m04__social, .m04__app-badges {
    display: inline-block;
    margin-right: 50px;
    vertical-align: top; }

  .m04__social-icon {
    display: inline-block;
    margin-right: 15px; }

  .m04__social-icon:last-of-type {
    margin-right: 0; }

  .m04__social-icon i {
    font-size: 24px; }

  .m04__social-icon i:hover {
    color: #c5281c; }

  .m04__header-social, .m04__header-app {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px; }

  .m04__gplay {
    margin-right: 15px; }

  .m04__btm-logo {
    display: inline-block;
    max-width: 120px;
    margin-left: 15px; } }
@media (min-width: 992px) {
  .m04__bottom {
    float: left; }

  .m04__logos {
    overflow: hidden; } }
.form-control {
  box-shadow: none; }

.form-control label {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.form-control:focus {
  box-shadow: none; }

.form-group.error .form-control {
  border-color: #c40303;
  background-color: #fbc5c5; }

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/generali-theme/css/../images/la_angle-down-solid.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%; }

select.form-control::-ms-expand {
  display: none; }

.g-validation-block {
  background-color: #C51E1E;
  padding: 5px 8px;
  border-radius: 2px; }

.g-validation-block p {
  margin: 0; }

.g-checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-weight: 400;
  position: relative; }

.g-checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.g-checkbox__input:checked ~ .g-checkbox__checkmark::after {
  content: "";
  display: block;
  background-color: #c21b03;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 1; }

.g-checkbox__input:checked ~ .g-checkbox__checkmark::before {
  content: "";
  display: block;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2; }

.g-checkbox__checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  flex: 0 0 auto; }

.g-checkbox:disabled, .g-checkbox.disabled {
  opacity: 0.8;
  pointer-events: none; }

.g-checkbox:disabled .g-checkbox__checkmark, .g-checkbox.disabled .g-checkbox__checkmark {
  background-color: #d7d7d7;
  border: 1px solid #d7d7d7; }

.g-checkbox.is-invalid {
  color: #c40303; }

.g-checkbox.is-invalid .g-checkbox__checkmark {
  border-color: #c40303; }

.g-checkbox.is-invalid ~ .invalid-feedback {
  display: block; }

.g-checkbox--inline {
  display: inline-flex;
  margin-right: 1rem;
  /* 16/16 */ }

.g-checkbox--top-aligned .g-checkbox__checkmark {
  align-self: flex-start;
  margin-top: 6px; }

.g-file-upload {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative; }

.g-file-upload__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.g-file-upload label {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.g-file-upload label i {
  font-size: 28px;
  margin-right: 5px; }

.g-file-upload__selected-file {
  padding: 8px 0;
  font-weight: 400; }

.g-file-upload__clear-btn {
  display: none;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%); }

.g-file-upload.is-invalid label {
  border-color: #c40303; }

.g-file-upload.is-invalid ~ .invalid-feedback {
  display: block; }

.g-job-details-apply-bg {
  background-image: url("/generali-theme/css/../images/illustrations/lion-cut-mobile.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 380px; }

.rev-section {
  max-width: 1110px;
  margin: 0 auto; }

.rev-section__heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

.rev-section__heading::after {
  width: 200px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%); }

.rev-section__r-heading {
  margin: 5px 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-size: 24px; }

.rev-section__panel {
  background-color: #f8f8f9;
  padding: 20px;
  margin-bottom: 30px; }

.rev-section__left, .rev-section__right {
  padding: 20px;
  text-align: center; }

.rev-section__rating {
  display: flex;
  align-items: center;
  justify-content: center; }

.rev-section__score {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #c5281c;
  margin-left: 10px; }

.rev-section__stars, .rev-section__score {
  display: inline-block; }

.rev-section__amount {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 15px; }

.rev-section__amount strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.rev-section__seperator {
  max-width: 200px;
  height: 1px;
  background-color: #c5281c;
  margin: 0 auto; }

/* ------------- details -------------*/
.rev-details {
  padding: 15px;
  color: #333; }

.rev-details__heading {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px; }

.rev-details__heading::after {
  display: none; }

.rev-details__text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px; }

.rev-details__slides {
  display: none; }

.rev-details__s-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0; }

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

.rev-details__r-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0; }

.rev-details__score {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #c5281c;
  margin-bottom: 15px; }

.rev-details__rating-stars {
  margin-bottom: 5px;
  white-space: nowrap; }

.rev-details__amount {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

.rev-details__amount strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.rev-details__filter {
  padding: 15px 0; }

.rev-details__filter-group {
  display: block; }

.rev-details__filter-group label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  min-width: 60px;
  max-width: 100px;
  text-align: right;
  margin-right: 10px;
  margin-bottom: 20px; }

.rev-details__filter-group--button {
  margin-left: 75px; }

.rev-details__input {
  max-width: 200px;
  padding: 10px; }

.rev-details__input:focus {
  outline: none; }

.rev-details__f-submit {
  padding: 5px 10px; }

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

.g-review {
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 15px; }

.g-review__image {
  display: none; }

.g-review__name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0; }

.g-review__instype, .g-review__date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px; }

.g-review .g-star {
  width: 20px; }

.g-review__text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px; }

.rev-slide {
  display: block;
  padding: 0 50px;
  text-align: left; }

.rev-slide__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }

.rev-slide__person, .rev-slide__instype {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase; }

.rev-slide__date {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  order: 2; }

.rev-slide__subheader {
  display: flex;
  align-items: center; }

.rev-slide__stars {
  display: inline-block;
  order: 1;
  margin-right: 20px; }

.rev-slide__stars .g-star {
  width: 20px; }

.rev-slide .rev-slide__body {
  padding: 20px 0; }

/* slick */
.rev-details__r-group .slick-prev {
  left: 0;
  z-index: 1; }

.rev-details__r-group .slick-next {
  right: 0;
  z-index: 1; }

@media (min-width: 580px) {
  .rev-details__filter {
    display: flex;
    align-items: center; }

  .rev-details .rev-details__filter label {
    margin-bottom: 0; }

  .rev-details__input {
    margin-right: 10px; }

  .rev-details__filter-group {
    display: inline-block; }

  .rev-details__filter-group--button {
    margin-left: 10px; }

  .rev-details__input {
    max-width: 135px; } }
@media (min-width: 768px) {
  .rev-section__panel {
    display: flex;
    padding: 35px 20px; }

  .rev-section__left, .rev-section__right {
    flex-basis: 50%; }

  .rev-section__separator {
    height: auto;
    flex-basis: 1px;
    flex-grow: 1;
    min-width: 1px; }

  .rev-details__input {
    max-width: 200px; }

  .rev-details .rev-details__overview {
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6; }

  .rev-details__rating {
    display: inline-block;
    width: 100%; }

  .rev-details__r-group {
    display: block; }

  .rev-details__slides {
    display: block; }

  .rev-details__border {
    border-left: 1px solid #e6e6e6; }

  .g-review {
    display: flex;
    align-items: center; }

  .g-review__image {
    display: block;
    padding-right: 20px;
    width: 70px; }

  .g-review__header {
    flex-basis: 100px;
    flex-grow: 1;
    padding-right: 20px; }

  .g-review__body {
    flex-basis: 250px;
    flex-grow: 3; } }
.g-bg-1 form.maForm .formSubmit,
.g-bg-2 form.maForm .formSubmit,
.g-bg-3 form.maForm .formSubmit,
.g-bg-4 form.maForm .formSubmit,
.g-bg-5 form.maForm .formSubmit {
  background-color: #fff;
  color: #c21b03;
  border-color: #fff; }

.g-bg-1 form.maForm .formSubmit:hover, .g-bg-1 form.maForm .formSubmit:focus,
.g-bg-2 form.maForm .formSubmit:hover,
.g-bg-2 form.maForm .formSubmit:focus,
.g-bg-3 form.maForm .formSubmit:hover,
.g-bg-3 form.maForm .formSubmit:focus,
.g-bg-4 form.maForm .formSubmit:hover,
.g-bg-4 form.maForm .formSubmit:focus,
.g-bg-5 form.maForm .formSubmit:hover,
.g-bg-5 form.maForm .formSubmit:focus {
  background-color: #c21b03;
  color: #fff;
  border-color: #c21b03; }

.g-bg-1 form.maForm .formCheckboxLabel,
.g-bg-2 form.maForm .formCheckboxLabel,
.g-bg-3 form.maForm .formCheckboxLabel,
.g-bg-4 form.maForm .formCheckboxLabel,
.g-bg-5 form.maForm .formCheckboxLabel {
  color: #fff; }

.g-bg-1 form.maForm .formRequiredLabel,
.g-bg-2 form.maForm .formRequiredLabel,
.g-bg-3 form.maForm .formRequiredLabel,
.g-bg-4 form.maForm .formRequiredLabel,
.g-bg-5 form.maForm .formRequiredLabel {
  color: #fff; }

.g-bg-1 form.maForm input.formText,
.g-bg-2 form.maForm input.formText,
.g-bg-3 form.maForm input.formText,
.g-bg-4 form.maForm input.formText,
.g-bg-5 form.maForm input.formText {
  border-color: #fff; }

.g-bg-1 form.maForm .formTextarea,
.g-bg-2 form.maForm .formTextarea,
.g-bg-3 form.maForm .formTextarea,
.g-bg-4 form.maForm .formTextarea,
.g-bg-5 form.maForm .formTextarea {
  width: 100%;
  max-width: 768px; }

.g-bg-1 form.maForm .maFormFieldTypeStandardCheckbox.formRequiredError,
.g-bg-2 form.maForm .maFormFieldTypeStandardCheckbox.formRequiredError,
.g-bg-3 form.maForm .maFormFieldTypeStandardCheckbox.formRequiredError,
.g-bg-4 form.maForm .maFormFieldTypeStandardCheckbox.formRequiredError,
.g-bg-5 form.maForm .maFormFieldTypeStandardCheckbox.formRequiredError {
  background-color: transparent;
  border: 1px solid #fff;
  max-width: 768px; }

.g-bg-1 form.maForm .errorRequiredCheckbox,
.g-bg-2 form.maForm .errorRequiredCheckbox,
.g-bg-3 form.maForm .errorRequiredCheckbox,
.g-bg-4 form.maForm .errorRequiredCheckbox,
.g-bg-5 form.maForm .errorRequiredCheckbox {
  width: 98%;
  max-width: 768px;
  display: block !important; }

.g-bg-1 form.maForm .errorRequiredCheckbox p,
.g-bg-2 form.maForm .errorRequiredCheckbox p,
.g-bg-3 form.maForm .errorRequiredCheckbox p,
.g-bg-4 form.maForm .errorRequiredCheckbox p,
.g-bg-5 form.maForm .errorRequiredCheckbox p {
  color: #c21b03;
  background-color: #fff;
  text-decoration: underline;
  padding: 5px 10px; }

.newscred-image-right,
.newscred-image-left {
  width: 100%;
  margin-bottom: 15px; }

@media (min-width: 420px) {
  .newscred-image-right {
    width: 50% !important;
    margin-left: 15px;
    float: right; }

  .newscred-image-left {
    width: 50% !important;
    margin-right: 15px;
    float: left; } }
.poslovalnice .search-form {
  position: relative;
  padding-left: 40px;
  padding-right: 100px;
  width: 50%;
  max-width: 500px;
  float: left; }

.poslovalnice .search-form .icon-search {
  display: block;
  position: absolute;
  left: 0;
  font-size: 24px;
  top: 23px; }

.poslovalnice .search-form .mui-textfield {
  width: 100%; }

.poslovalnice .search-form .mui-textfield input {
  padding-right: 28px; }

.poslovalnice .search-form .mui-textfield a.clear-field {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 24px;
  visibility: hidden; }

.poslovalnice .search-form .mui-textfield input:focus + a {
  visibility: visible; }

.poslovalnice .search-form .dropdown-menu.poslovalnice-search-dropdown {
  width: 100%;
  border-radius: 0;
  margin-top: 1px;
  border-top: none; }

.poslovalnice .search-form .dropdown-menu.poslovalnice-search-dropdown > li:first-child > a {
  color: #c5281c; }

.poslovalnice .search-form .dropdown-menu.poslovalnice-search-dropdown > li:first-child > a.hover {
  color: #851714;
  background-color: transparent; }

.poslovalnice .search-form .dropdown-menu.poslovalnice-search-dropdown > li > a:hover {
  color: #851714;
  background-color: transparent; }

.poslovalnice .search-form .btn {
  position: absolute;
  top: 12px;
  right: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 4px;
  padding-bottom: 4px; }

.poslovalnice .filters.filters-primary {
  float: none;
  clear: both;
  padding: 0 0 10px 0; }

.poslovalnice .filters.filters-primary .mui-checkbox.inline:last-child {
  margin-right: 0 !important; }

@media (max-width: 991px) {
  .poslovalnice .search-form {
    width: 66%;
    max-width: 400px; }

  .poslovalnice .search-form .mui-textfield {
    margin-bottom: 10px; }

  .poslovalnice .filters.filters-primary {
    width: 100%;
    padding-top: 10px; } }
@media (max-width: 767px) {
  .poslovalnice .search-form {
    width: 100%;
    float: none; }

  .poslovalnice .filters.filters-primary {
    width: 100%;
    float: none;
    padding-top: 10px; }

  .poslovalnice .filters.filters-primary .mui-checkbox.inline {
    display: inline-block; } }
.poslovalnice .filters {
  padding: 20px 0;
  font-size: 14px; }

.poslovalnice .filters .mui-checkbox label {
  padding-left: 25px; }

.poslovalnice .filters .mui-checkbox i {
  width: 18px;
  height: 18px;
  top: 2px; }

.poslovalnice .filters .mui-checkbox label input:checked + i:after {
  font-size: 16px !important;
  line-height: 18px !important;
  height: 18px;
  width: 18px; }

.poslovalnice #map {
  height: 500px; }

.poslovalnice table.table-poslovalnice td {
  padding: 0;
  border: none;
  background-color: #fff; }

.poslovalnice table.table-poslovalnice tr:hover td {
  background-color: transparent; }

.poslovalnice .poslovnica {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0 30px 0; }

.poslovalnice .poslovnica h3 {
  display: inline-block;
  margin-right: 40px; }

.poslovalnice .poslovnica h6 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.poslovalnice .poslovnica p {
  margin-bottom: 5px; }

.poslovalnice .poslovnica p span {
  display: block; }

.poslovalnice .poslovnica a.poveznicaZemljovid {
  display: inline-block;
  margin-bottom: 15px; }

.poslovalnice .poslovnica dl:before, .poslovalnice .poslovnica dl:after {
  content: " ";
  display: table; }

.poslovalnice .poslovnica dl:after {
  clear: both; }

.poslovalnice .poslovnica dl dt,
.poslovalnice .poslovnica dl dd {
  float: left;
  line-height: 1.8em; }

.poslovalnice .poslovnica dl dt {
  min-width: 80px;
  clear: left; }

.poslovalnice .poslovnica .moznosti p:first-child {
  margin-top: 12px; }

.poslovalnice .poslovnica .moznosti p {
  margin-bottom: 10px; }

.poslovalnice .poslovnica .moznosti i.icon {
  font-size: 18px;
  color: #c5281c;
  position: relative;
  top: 2px;
  margin-right: 5px; }

.poslovalnice .map-info-box.poslovnica h3 {
  margin-top: 0; }

.poslovalnice .map-info-box.poslovnica p {
  margin-bottom: 5px; }

.poslovalnice .map-info-box.poslovnica dl {
  margin-bottom: 10px; }

.poslovalnice .map-info-box.poslovnica .delovni-cas {
  border-top: 1px solid #e6e6e6; }

.table-poslovalnice .accordion-toggle .address-line {
  display: block;
  float: left;
  margin: 20px 30px 0 0;
  padding: 0;
  border: 0;
  line-height: 22px; }

.poslovalnice table.table-poslovalnice tr.accordion-toggle {
  cursor: pointer; }

.poslovalnice table.table-poslovalnice tr.accordion-toggle div {
  position: relative; }

.poslovalnice table.table-poslovalnice tr.accordion-toggle div:after {
  content: "\e5cf";
  font-family: "as-icons";
  position: absolute;
  font-weight: normal;
  right: 0px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: rotate(180deg);
  color: #999999; }

.poslovalnice table.table-poslovalnice tr.accordion-toggle.collapsed div:after {
  content: "\e5ce"; }

.table-poslovalnice .accordion-toggle.collapsed {
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer; }

.table-poslovalnice .accordion-toggle {
  border: 0; }

.poslovalnice .poslovnica {
  padding: 10px 0 10px 0; }

.poslovalnice table.table-poslovalnice .poslovnica.collapse.in {
  border-bottom: 1px solid #e6e6e6; }

.table-poslovalnice .accordion-toggle:nth-last-child(2) {
  border: 0; }

.table-poslovalnice .accordion-toggle .poveznicaZemljovid {
  display: block;
  float: left;
  clear: both;
  margin: 20px 0 20px 0; }

.table-poslovalnice h3 {
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  font-size: 20px; }

.poslovalnice .poslovnica {
  border: none; }

@media screen and (max-width: 767px) {
  .table-poslovalnice .accordion-toggle .address-line {
    display: block;
    border: 0;
    padding: 0;
    margin: 0.5em 0;
    clear: both; }

  .table-poslovalnice .accordion-toggle .poveznicaZemljovid {
    font-size: 14px; } }
.pac-container .pac-item:not(.areasearch) {
  display: none; }

.g-star {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px; }

.g-star.full {
  background: url("/generali-theme/css/../images/stars/full.svg") -3px center no-repeat; }

.g-star.half {
  background: url("/generali-theme/css/../images/stars/half.svg") -2px center no-repeat; }

.g-star.empty {
  background: url("/generali-theme/css/../images/stars/empty.svg") -2px center no-repeat; }

.g-star:first-of-type {
  margin-left: 0; }

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

.g-dots li {
  display: inline-block; }

.g-dots button {
  color: transparent;
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  position: relative; }

.g-dots button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #c5281c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease; }

.g-dots .slick-active button:after {
  background: #c5281c; }

.g-tab {
  display: block;
  background-color: #ebebeb;
  color: #000;
  text-transform: uppercase;
  padding: 11px 8px;
  margin: 0 1px; }

.g-tab--active, .g-tab.active {
  background-color: #c5281c;
  color: #fff; }

.g-tab--active:hover, .g-tab.active:hover {
  color: #fff; }

.g-tabs {
  display: flex;
  border-bottom: 5px solid #ebebeb; }

.g-tabs--centered {
  justify-content: center; }

.g-tabs .active .g-tab {
  background-color: #c5281c;
  color: #fff; }

@media (min-width: 768px) {
  .g-gecko-job-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%; }

  .g-gecko-job-list .g-card {
    flex: 0 0 45%;
    max-width: 45%;
    margin-left: 15px;
    margin-right: 15px; } }
@media (min-width: 992px) {
  .g-gecko-job-list .g-card {
    flex: 0 0 30%;
    max-width: 30%; } }
@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

/* Brand colors */
/* Greyscale - Solid */
/* Greyscale - Transparent */
/* Typography */
/* Accent - Solid */
/* Accent - Transparent */
/* Gradients */
/* Shadows */
/* Data Visualization */
.g-new ul {
  list-style-type: none; }

.g-new ul li {
  position: relative; }

.g-new ul li::before {
  content: "";
  background-image: url("/generali-theme/css/../images/new-generali/icons/g-check.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -28px; }

.g-bg-primary {
  background-color: #c21b17; }

.g-bg-primary p,
.g-bg-primary h1,
.g-bg-primary h2,
.g-bg-primary h3,
.g-bg-primary h4,
.g-bg-primary h5,
.g-bg-primary h6 {
  color: #ffffff; }

.g-bg-primary .g-label {
  color: #ffffff; }

.g-bg-grey {
  background-color: #f6f6f6; }

.g-label {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #20252b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0; }

.g-headline-200 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 24px;
  margin-top: 0; }

.g-headline-200::before, .g-headline-200::after {
  display: none; }

.g-headline-300 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 32px;
  margin-top: 0; }

.g-headline-300::before, .g-headline-300::after {
  display: none; }

.g-headline-400 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 32px;
  margin-top: 0; }

.g-headline-400::before, .g-headline-400::after {
  display: none; }

.g-headline-500 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 32px;
  margin-top: 0; }

.g-headline-500::before, .g-headline-500::after {
  display: none; }

.g-text-white {
  color: #fff; }

.g-item-w-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600; }

.g-item-w-icon svg {
  width: 24px; }

@media (min-width: 1024px) {
  .g-headline-200 {
    font-size: 32px; }

  .g-headline-300 {
    font-size: 40px; }

  .g-headline-400 {
    font-size: 48px; }

  .g-headline-500 {
    font-size: 56px; } }
.g-toast {
  min-height: 80px;
  padding: 1rem 1rem 1rem 1.5rem;
  /* 16/16 */
  /* 16/16 */
  /* 16/16 */
  /* 24/16 */
  display: flex;
  align-items: center;
  gap: 1rem;
  /* 16/16 */
  border-radius: 4px; }

.g-toast__icon {
  flex: 0 0 auto; }

.g-toast__info-circle {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  /* 32/16 */
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.g-toast__main {
  flex: 1 1 auto; }

.g-toast__close {
  flex: 0 0 auto;
  align-self: flex-start; }

.g-toast__close-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 24px;
  height: 24px;
  padding: 0; }

.g-toast--error {
  background-color: #e9573d; }

.g-toast--error .g-toast__info-circle {
  color: #e9573d; }

.g-toast--success {
  background-color: #7ed321; }

.g-toast--success .g-toast__info-circle {
  color: #7ed321; }

.g-toast--success .g-toast__info-circle svg {
  width: 32px;
  height: 32px; }

.g-toast--success .g-toast__info-circle svg path {
  fill: #7ed321; }

.g-toast--width-close {
  padding-right: 1rem;
  /* 16/16 */ }

.g-sectional-banner {
  padding: 40px 16px; }

.g-sectional-banner__image {
  width: 128px; }

.g-sectional-banner__title {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 8px; }

.g-sectional-banner__title::before, .g-sectional-banner__title::after {
  display: none; }

.g-sectional-banner__desc {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 24px; }

@media (min-width: 1024px) {
  .g-sectional-banner {
    display: flex;
    align-items: center;
    padding: 62px 16px;
    gap: 32px; }

  .g-sectional-banner__image-wrapper {
    flex: 0 0 128px; }

  .g-sectional-banner__image {
    font-size: 48px; }

  .g-sectional-banner__content {
    flex: 1 1 200px; }

  .g-sectional-banner__button-wrapper {
    flex: 0 0 300px;
    text-align: right; }

  .g-sectional-banner__desc {
    margin-bottom: 0; } }
.g-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #c21b17;
  background-color: transparent;
  border: 3.2px solid transparent;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  -webkit-appearance: none;
  padding: 0 40px;
  height: 56px;
  min-width: 128px;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  letter-spacing: 1px; }

.g-button:hover {
  background-image: none;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #c21b03; }

.g-button:focus {
  outline: none; }

.g-button--primary-red {
  background-color: #c21b17;
  color: #ffffff;
  border-color: #c21b17; }

.g-button--primary-red:hover {
  background-color: #af2219;
  border-color: #af2219;
  color: #ffffff; }

.g-button--primary-red:focus {
  color: #ffffff; }

.g-button--primary-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #c21b17; }

.g-button--primary-white:hover {
  background-color: #ebebeb;
  border-color: #ebebeb; }

.g-button--primary-white:focus {
  color: #c21b17; }

.g-button--secondary-red {
  background-color: transparent;
  border-color: #c21b17;
  color: #c21b17; }

.g-button--secondary-red:hover {
  border-color: #af2219;
  color: #af2219; }

.g-button--secondary-red:focus {
  color: #c21b17; }

.g-button--sm {
  padding: 0px 40px;
  height: 48px; }

.g-button--link {
  padding: 0;
  height: auto;
  font-size: 15px; }

.g-button--with-icon {
  padding-left: 16px;
  gap: 8px;
  padding-right: 16px; }

.g-button.disabled, .g-button.disabled:hover, .g-button[disabled], .g-button[disabled]:hover {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff; }

.g-product-card {
  display: flex;
  flex-direction: column;
  height: 184px;
  padding: 45px 32px 20px 32px;
  background-color: #c21b17;
  border-radius: 4px; }

.g-product-card__icon svg {
  width: 48px; }

.g-product-card__main {
  display: flex;
  margin-top: auto; }

.g-product-card__title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  flex: 1 1 80%;
  margin-bottom: 0;
  color: #ffffff; }

.g-product-card__title:hover {
  color: #ffffff; }

.g-product-card__arrow {
  flex: 1 1 20%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

.g-product-card__arrow svg {
  margin-bottom: 6px; }

.g-product-cards {
  width: 100%;
  padding: 16px;
  padding-bottom: 35px;
  margin-bottom: 40px; }

.g-product-cards .g-product-card {
  flex: 1 0 260px; }

.g-product-cards .simplebar-content {
  display: flex;
  gap: 16px; }

.product-card-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
  background-color: #ebebeb; }

.product-card-track.simplebar-horizontal {
  left: 0;
  height: 6px; }

.product-card-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 6px; }

.product-card-scrollbar::before {
  position: absolute;
  content: "";
  left: 0;
  opacity: 1;
  background-color: #c21b17;
  width: 100%; }

.product-card-track.simplebar-horizontal .product-card-scrollbar:before {
  height: 100%; }

@media (min-width: 1024px) {
  .g-product-cards {
    max-width: 1128px;
    margin: 0 auto; } }
.g-carousel-container {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  max-width: 1140px;
  margin: 0 auto; }

.g-carousel-container__slider.slick-slider {
  position: static;
  margin-bottom: 0; }

.g-carousel-container__slider:not(.slick-slider) {
  display: flex;
  gap: 16px; }

.g-carousel-container .slick-prev.g-arrow-prev {
  left: 0; }

.g-carousel-container .slick-next.g-arrow-next {
  right: 0; }

.g-carousel-container .g-dot-indicator {
  bottom: 0;
  left: 0; }

.g-carousel-container .slick-track {
  padding: 40px 0; }

.g-carousel-container .slick-slide {
  margin: 0 16px; }

@media (min-width: 1024px) {
  .g-carousel-container__slider:not(.slick-slider) {
    display: flex;
    gap: 16px; }

  .g-carousel-container .slick-prev.g-arrow-prev {
    left: -48px; }

  .g-carousel-container .slick-next.g-arrow-next {
    right: -48px; } }
.g-boxed-form {
  position: relative; }

.g-boxed-form__background {
  position: absolute;
  width: 100%;
  left: 0;
  height: 250px;
  background-color: #c21b17;
  z-index: -1; }

.g-boxed-form__container {
  display: flex;
  flex-direction: column; }

.g-boxed-form__title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 24px;
  margin-top: 0;
  color: #ffffff; }

.g-boxed-form__title::before, .g-boxed-form__title::after {
  display: none; }

.g-boxed-form__main-container {
  padding: 64px 32px 112px 32px;
  text-align: center; }

.g-boxed-form__content-container {
  margin-top: -100px;
  margin-bottom: 100px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 40px 16px 32px 16px; }

@media (min-width: 1024px) {
  .g-boxed-form__background {
    height: 450px; }

  .g-boxed-form__container {
    max-width: 1128px;
    margin: 0 auto;
    flex-direction: row;
    padding: 72px 64px;
    align-items: flex-start; }

  .g-boxed-form__title {
    font-size: 48px; }

  .g-boxed-form__main-container {
    flex: 1 1 45%;
    padding: 48px;
    padding-left: 0;
    text-align: left; }

  .g-boxed-form__content-container {
    flex: 1 1 55%;
    padding: 72px 48px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 480px; } }
.g-form-control {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #20252b;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.g-form-control:focus {
  outline: none; }

.g-form-control.is-invalid {
  color: #C51E1E;
  border-color: #C51E1E; }

.g-form-control.is-invalid ~ .invalid-feedback {
  display: block; }

textarea.g-form-control {
  resize: none; }

label.g-form-label {
  color: #333;
  font-weight: 500; }

.g-form-select {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #20252b;
  background-color: transparent;
  background-image: url("/generali-theme/css/../images/new-generali/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.g-form-select:focus {
  outline: none; }

.g-form-select.is-invalid {
  border-color: #C51E1E; }

.g-n-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  position: relative; }

.g-n-checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.g-n-checkbox__input:checked ~ .g-n-checkbox__checkmark::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 1; }

.g-n-checkbox__input:checked ~ .g-n-checkbox__checkmark::before {
  content: "";
  display: block;
  border: 2px solid #88d732;
  border-top: none;
  border-left: none;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2; }

.g-n-checkbox__checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  flex: 0 0 auto; }

.g-n-checkbox:disabled, .g-n-checkbox.disabled {
  opacity: 0.8;
  pointer-events: none; }

.g-n-checkbox:disabled .g-n-checkbox__checkmark, .g-n-checkbox.disabled .g-n-checkbox__checkmark {
  background-color: #cccccc;
  border: 1px solid #cccccc; }

.g-n-checkbox.is-invalid {
  color: #c40303; }

.g-n-checkbox.is-invalid .g-n-checkbox__checkmark {
  border-color: #c40303; }

.g-n-checkbox.is-invalid ~ .invalid-feedback {
  display: block; }

.g-n-checkbox--inline {
  display: inline-flex;
  margin-right: 16px; }

.g-n-checkbox--top-aligned {
  align-items: flex-start; }

.g-n-checkbox--top-aligned .g-n-checkbox__checkmark {
  margin-top: 6px; }

.g-n-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  position: relative; }

.g-n-radio__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.g-n-radio__input:checked ~ .g-n-radio__circle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #af2219;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.g-n-radio__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  flex: 0 0 auto; }

.g-n-radio:disabled, .g-n-radio.disabled {
  opacity: 0.8;
  pointer-events: none; }

.g-n-radio:disabled .g-n-radio__circle, .g-n-radio.disabled .g-n-radio__circle {
  background-color: #cccccc;
  border: 1px solid #cccccc; }

.g-n-radio.is-invalid {
  color: #c40303; }

.g-n-radio.is-invalid .g-n-radio__circle {
  border-color: #c40303; }

.g-n-radio.is-invalid ~ .invalid-feedback {
  display: block; }

.g-n-radio--inline {
  display: inline-flex;
  margin-right: 16px; }

.g-n-radio--top-aligned {
  align-items: flex-start; }

.g-n-radio--top-aligned .g-n-radio__circle {
  margin-top: 6px; }

.g-new form.maForm {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6; }

.g-new form.maForm input.formText,
.g-new form.maForm textarea.formTextarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #20252b;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.g-new form.maForm input.formText:focus,
.g-new form.maForm textarea.formTextarea:focus {
  outline: none; }

.g-new form.maForm input.formText.is-invalid,
.g-new form.maForm textarea.formTextarea.is-invalid {
  color: #C51E1E;
  border-color: #C51E1E; }

.g-new form.maForm textarea.formTextarea {
  resize: none; }

.g-new form.maForm .formSelect {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #20252b;
  background-color: transparent;
  background-image: url("/generali-theme/css/../images/new-generali/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.g-new form.maForm .formSelect:focus {
  outline: none; }

.g-new form.maForm .formSelect.is-invalid {
  border-color: #C51E1E; }

.g-new form.maForm .maFormElement {
  margin-bottom: 16px; }

.g-new form.maForm .maFormElement label {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.g-new form.maForm .maFormElement .formCheckboxLabel {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.g-new form.maForm .g-recaptcha {
  margin-bottom: 16px; }

.g-new form.maForm .formSubmit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: #c21b17;
  color: #ffffff;
  border: 3.2px solid #c21b17;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  -webkit-appearance: none;
  padding: 0 40px;
  height: 56px;
  min-width: 128px;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  letter-spacing: 1px;
  box-shadow: none;
  background-image: none; }

.g-new form.maForm .formSubmit:hover {
  background-image: none;
  background-color: #af2219;
  border-color: #af2219;
  color: #ffffff; }

.g-new form.maForm .formSubmit:focus {
  outline: none;
  color: #ffffff; }

.g-zdrop-input {
  border: 2px dashed #333;
  padding: 16px;
  cursor: pointer; }

.g-zdrop-input__upload-section {
  text-align: center; }

.g-zdrop-input__error {
  display: none;
  min-height: auto; }

.g-zdrop-input__error p {
  color: #fff; }

.g-zdrop-input.dz-drag-hover {
  border-style: solid; }

.g-zdrop-input.dz-max-files-reached.dz-drag-hover {
  border-style: solid;
  border-color: #e9573d; }

.g-zdrop-input.dz-max-files-reached.dz-drag-hover .g-zdrop-input__error {
  display: block; }

.g-zdrop-item {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  padding: 8px 0; }

.g-zdrop-item__remove {
  display: flex;
  align-items: center;
  gap: 4px; }

.g-zdrop-item__name {
  margin: 0;
  word-break: break-all; }

.g-zdrop-item__main {
  flex: 1 1 auto; }

.g-zdrop-item__side {
  flex: 0 0 auto; }

.g-zdrop-item__preview {
  flex: 50px 0 0;
  height: 50px; }

.g-zdrop-item__preview img {
  display: block;
  width: 100%; }

.g-zdrop-item__error {
  display: none;
  flex: 1 1 100%;
  background-color: #e9573d;
  color: #fff;
  padding: 8px;
  margin-top: 16px; }

.g-zdrop-item.dz-error .g-zdrop-item__error {
  display: block; }

.g-hero-reditude {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 376px;
  position: relative; }

.g-hero-reditude__payoff-image-position {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.g-hero-reditude__payoff-text {
  background-color: #c21b17;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-transform: uppercase;
  padding: 3px 10px; }

.g-hero-reditude__heading {
  color: #ffffff;
  max-width: 300px;
  transform: skew(-12deg) rotate(-12deg);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 34px; }

.g-hero-reditude__video-wrapper {
  width: 100%;
  height: 100%; }

.g-hero-reditude__video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none; }

.g-hero-notch {
  padding: 32px;
  margin: 0 auto;
  text-align: center; }

.g-hero-notch__content {
  letter-spacing: 1px;
  color: #20252b;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

.g-hero-notch--overlap-sm {
  margin-top: -30px;
  margin-bottom: 80px; }

.g-payoff-image {
  width: 256px; }

@media screen and (min-width: 480px) {
  .g-hero-notch {
    padding: 32px 64px; } }
@media screen and (min-width: 992px) {
  .g-hero-reditude {
    height: 600px; } }
@media screen and (min-width: 1024px) {
  .g-hero-notch {
    max-width: 808px; }

  .g-hero-notch__content {
    font-size: 22px; }

  .g-hero-reditude__payoff-text {
    padding: 5px 20px; }

  .g-hero-reditude__heading {
    max-width: 550px;
    font-size: 60px; }

  .g-payoff-image {
    width: 516px; } }
@media screen and (min-width: 1366px) {
  .g-hero-notch {
    max-width: 936px; } }
@media (min-width: 1400px) {
  .g-hero-reditude {
    height: 800px; } }
.g-highlights {
  text-align: center;
  margin: 0 16px; }

.g-highlights__card {
  margin: 0 16px 16px 16px;
  padding-top: 56px;
  flex: 1 1 25%; }

.g-highlights__image {
  display: inline-block !important;
  width: 128px;
  margin-bottom: 32px; }

.g-highlights__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: none; }

.g-highlights__title::before, .g-highlights__title::after {
  display: none; }

.g-highlights__desc {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 0; }

@media (min-width: 1024px) {
  .g-highlights {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto; }

  .g-highlights__card {
    padding-top: 64px;
    min-height: 444px; }

  .g-highlights__image {
    margin-bottom: 40px; }

  .g-highlights__title {
    font-size: 28px; }

  .g-highlights__desc {
    font-size: 20px; } }
.g-link-block {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto; }

.g-link-block {
  border-top: 1px solid #cccccc; }

.g-link-block__item {
  display: flex;
  align-items: center;
  padding: 32px 16px;
  padding-right: 60px;
  gap: 24px;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #cccccc; }

.g-link-block__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/generali-theme/css/../images/new-generali/icons/chevron-right-red.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center; }

.g-link-block__icon {
  width: 32px; }

.g-health-provider-container {
  margin: 24px 0; }

.g-health-provider-map {
  width: 100%;
  height: 500px; }

.g-health-provider-map .gm-style-iw {
  border-radius: 3px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  width: 100% !important;
  max-width: 300px !important;
  padding: 16px; }

.g-health-provider-search {
  padding: 24px 0; }

.g-health-provider-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.g-health-provider-result {
  background-color: #fff;
  border-left: 6px solid #fff;
  padding: 16px 32px;
  border-bottom: 1px solid #ccc;
  position: relative; }

.g-health-provider-result p {
  margin: 0; }

.g-health-provider-result__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.g-health-provider-result__result-type {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #636363;
  margin-bottom: 2px;
  text-transform: uppercase; }

.g-health-provider-result__result-type-name {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 16px !important; }

.g-health-provider-result__title {
  font-family: "HelveticaBold", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 8px; }

.g-health-provider-result__adress {
  font-size: 14px;
  margin-bottom: 4px;
  color: #000; }

.g-health-provider-result__zip {
  font-size: 14px;
  color: #636363; }

.g-health-provider-result--active {
  background-color: #f6f6f6;
  border-left: 6px solid #c21c03; }

.g-health-provider-result:hover {
  background-color: #f6f6f6; }

.g-info-window__result-type {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #636363;
  margin-bottom: 2px;
  text-transform: uppercase; }

.g-info-window__result-type-name {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 16px !important; }

.g-info-window__title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px; }

.g-info-window__adress {
  font-size: 14px;
  margin-bottom: 4px;
  color: #000; }

.g-info-window__zip {
  font-size: 14px;
  color: #636363; }

.g-info-window__tags {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }

.g-info-window__tags .g-chip {
  font-size: 12px;
  padding: 8px;
  cursor: default; }

.g-info-window__stars {
  display: flex;
  align-items: center;
  gap: 4px; }

.g-info-window__stars svg {
  width: 24px; }

.g-health-provider-empty-search {
  display: none; }

.g-health-provider-empty-search .g-search-back-btn svg {
  transform: rotate(180deg); }

.g-gmaps-autocomplete-container {
  position: absolute;
  width: 100%;
  background: white;
  padding: 3px;
  display: none;
  max-height: 400px;
  overflow-y: auto;
  z-index: 999;
  border-radius: 2px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px -1px 1px 0px rgba(0, 0, 0, 0.02); }

.g-gmaps-autocomplete-container__item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  cursor: pointer; }

.g-gmaps-autocomplete-container__item.error {
  cursor: default; }

.g-gmaps-autocomplete-container__item:not(.error):hover {
  background-color: #f6f6f6; }

.g-gmaps-autocomplete-container__item-icon {
  flex: 0 0 15px; }

.g-gmaps-autocomplete-container__item-text {
  flex: 1 1 auto; }

@media (min-width: 768px) {
  .container.container--xl {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto; }

  .g-health-provider-map .gm-style-iw {
    max-width: 400px !important; } }
@media (min-width: 992px) {
  .g-health-provider-container {
    display: grid;
    grid-template-areas: "search map" "list map";
    grid-template-columns: minmax(auto, 380px) 1fr;
    grid-template-rows: auto 1fr;
    margin: 64px 0;
    height: 800px; }

  .g-health-provider-search {
    grid-area: search;
    padding-right: 40px; }

  .g-health-provider-search--results-shown {
    display: none; }

  .g-health-provider-map {
    grid-area: map;
    height: 100%; }

  .g-health-provider-list {
    grid-area: list;
    width: 100%;
    max-width: 380px;
    height: 100%;
    overflow: auto; }

  .g-health-provider-empty-search--results-shown {
    display: block; }

  .container.container--xl {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto; } }
.g-dot-indicator {
  text-align: center; }

.g-dot-indicator li {
  display: inline-block; }

.g-dot-indicator button {
  color: transparent;
  background-color: transparent;
  border: none;
  width: 8px;
  height: 8px;
  position: relative; }

.g-dot-indicator button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #b0b2b3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease; }

.g-dot-indicator .slick-active button:after {
  background: #c21b17; }

.slick-next.g-arrow-next {
  background-image: url("/generali-theme/css/../images/new-generali/icons/chevron-right-red.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 48px;
  right: 16px;
  width: 48px;
  height: 48px;
  z-index: 1; }

.slick-next.g-arrow-next.slick-disabled {
  display: none !important; }

.slick-next.g-arrow-next::before {
  display: none; }

.slick-prev.g-arrow-prev {
  background-image: url("/generali-theme/css/../images/new-generali/icons/chevron-left-red.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 48px;
  left: 16px;
  width: 48px;
  height: 48px;
  z-index: 1; }

.slick-prev.g-arrow-prev.slick-disabled {
  display: none !important; }

.slick-prev.g-arrow-prev::before {
  display: none; }

.g-n-stars {
  display: flex;
  gap: 12px; }

.g-n-stars--small {
  gap: 8px; }

.g-n-star {
  width: 24px;
  height: 24px; }

.g-n-star--small {
  width: 12px;
  height: 12px; }

.g-divider {
  border-top: 1px solid #b0b2b3; }

/* bootstraps CSS */
.g-loading-spinner {
  display: inline-block;
  width: 64px;
  height: 64px;
  vertical-align: text-bottom;
  border: 6px solid #c21b17;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite; }

.g-loading-spinner-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }

.content-max-6-lines {
  /*text-overflow: ellipsis; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.g-chip {
  display: inline-block;
  background-color: #ffffff;
  color: #c21b17;
  border: 2px solid #c21b17;
  border-radius: 9999px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 16px;
  cursor: pointer; }

.g-chip:hover {
  text-decoration: none; }

.g-chip input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.g-chip--red {
  background-color: #c21b17;
  color: #ffffff;
  border-color: #ffffff; }

.g-chip--red:hover {
  color: #ffffff; }

.g-chip--selected {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-color: #c21b17;
  color: #ffffff;
  background-color: #c21b17; }

.g-chip--selected:hover {
  background-color: #af2219;
  color: #ffffff; }

@media (min-width: 1024px) {
  .slick-next.g-arrow-next {
    right: -48px; }

  .slick-prev.g-arrow-prev {
    left: -48px; } }
.g-paper {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }

.g-paper p {
  color: #20252b; }

.g-quick-action {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 56px 24px 24px;
  position: relative; }

.g-quick-action::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/generali-theme/css/../images/new-generali/icons/chevron-right-red.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center; }

.g-quick-action__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0; }

.g-quick-action__icon {
  width: 56px; }

.g-quick-actions-horizontal-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 16px; }

.g-quick-actions-horizontal-list--negative-margin {
  margin-top: -52px; }

@media (min-width: 1024px) {
  .g-quick-actions-horizontal-list {
    flex-direction: row;
    align-items: center; }

  .g-quick-actions-horizontal-list .g-quick-action {
    flex: 1 1 200px; } }
.g-standard-teaser__paper {
  padding: 64px 24px 24px 24px;
  margin-top: -30px;
  margin-left: 16px;
  margin-right: 16px; }

.g-standard-teaser__image {
  display: block;
  width: 100%;
  height: 364px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.g-standard-teaser__title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 24px;
  margin-top: 0; }

.g-standard-teaser__title::before, .g-standard-teaser__title::after {
  display: none; }

.g-standard-teaser__description {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 24px; }

.g-standard-teaser__content {
  margin-bottom: 24px; }

.g-standard-teaser .g-label {
  margin-bottom: 40px; }

.g-teaser-half-screen__content {
  padding: 40px 16px 16px 16px; }

.g-teaser-half-screen__image {
  display: block;
  width: 100%;
  height: 364px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.g-teaser-half-screen__title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 24px; }

.g-teaser-half-screen__title::before, .g-teaser-half-screen__title::after {
  display: none; }

.g-teaser-half-screen__description {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
  font-size: 20px; }

.g-teaser-half-screen__desc-content {
  margin-bottom: 24px; }

.g-teaser-half-screen__button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.g-teaser-half-screen .g-label {
  margin-bottom: 40px; }

.g-teaser-progressive {
  position: relative;
  margin-bottom: 60px; }

.g-teaser-progressive__card {
  min-height: 456px;
  padding: 40px 16px 32px 16px;
  margin-left: 8px;
  margin-right: 8px; }

.g-teaser-progressive__main-container {
  height: 540px; }

.g-teaser-progressive__main-container--no-image {
  padding: 64px 32px; }

.g-teaser-progressive__content-container {
  margin-top: -20%; }

.g-teaser-progressive__image {
  display: block;
  width: 100%;
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.g-teaser-progressive__title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 24px;
  margin-top: 0; }

.g-teaser-progressive__title::before, .g-teaser-progressive__title::after {
  display: none; }

.g-teaser-progressive__description {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 24px; }

.g-teaser-progressive__content {
  margin-bottom: 24px; }

.g-teaser-progressive .g-label {
  margin-bottom: 24px; }

.g-teaser-progressive .slick-track {
  padding-bottom: 40px; }

@media (min-width: 1024px) {
  .g-standard-teaser {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1128px;
    margin: 0 auto; }

  .g-standard-teaser--image-left {
    flex-direction: row; }

  .g-standard-teaser__image-container {
    flex: 1 1 50%;
    display: flex;
    align-items: center; }

  .g-standard-teaser__image {
    height: 492px; }

  .g-standard-teaser__paper {
    flex: 1 1 50%;
    padding: 40px 64px;
    margin: 0;
    height: 576px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }

  .g-standard-teaser__title {
    font-size: 32px;
    margin-top: 24px; }

  .g-standard-teaser__content {
    margin-bottom: 48px; }

  .g-teaser-half-screen {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1284px;
    margin: 0 auto; }

  .g-teaser-half-screen--image-left {
    flex-direction: row; }

  .g-teaser-half-screen--image-left .g-teaser-half-screen__content {
    padding: 104px 16px 104px 104px; }

  .g-teaser-half-screen__image-container {
    flex: 1 1 50%;
    display: flex; }

  .g-teaser-half-screen__image {
    height: 656px; }

  .g-teaser-half-screen__content {
    flex: 1 1 50%;
    padding: 104px 104px 104px 16px; }

  .g-teaser-half-screen__title {
    font-size: 32px; }

  .g-teaser-half-screen__desc-content {
    margin-bottom: 40px; }

  .g-teaser-progressive {
    max-width: 1128px;
    margin: 0 auto;
    margin-bottom: 100px; }

  .g-teaser-progressive__main-container {
    width: 100%;
    max-width: 75%;
    min-height: 352px;
    height: auto;
    margin-bottom: 120px;
    position: sticky;
    top: 0; }

  .g-teaser-progressive__main-container--no-image {
    padding: 56px 28% 56px 56px; }

  .g-teaser-progressive__image {
    height: auto;
    min-height: 352px; }

  .g-teaser-progressive__card {
    width: 50%;
    min-height: 558px;
    padding: 72px 48px;
    margin: 0 0 24px auto;
    z-index: 1;
    position: relative; }

  .g-teaser-progressive__title {
    font-size: 32px; }

  .g-teaser-progressive__content {
    margin-bottom: 48px; } }
@media (max-width: 480px) {
  .g-standard-teaser .g-button,
  .g-teaser-half-screen .g-button {
    width: 100%; }

  .g-teaser-half-screen .g-button {
    margin-top: 5px;
    margin-bottom: 5px; } }
.g-testimonial-card {
  padding: 24px;
  min-height: 272px;
  border-radius: 4px;
  margin: 0 16px;
  flex: 1 1 33%; }

.g-testimonial-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px; }

.g-testimonial-card__header .g-n-stars {
  flex: 0 0 auto; }

.g-testimonial-card__writer-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
  flex: 1 1 20px; }

.g-testimonial-card__date {
  font-size: 14px;
  margin-bottom: 16px;
  color: #6f7072;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1; }

.g-testimonial-card__content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px; }

@media (min-width: 1024px) {
  .g-testimonial-card {
    margin: 0;
    min-height: auto; } }
@media (min-width: 1128px) {
  .g-testimonials {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto; } }
.tr-card {
  padding: 24px;
  height: 303px;
  margin: 0 16px;
  display: flex !important;
  flex-direction: column;
  flex: 1 1 33%; }

.tr-card__label-area {
  display: flex;
  align-items: center;
  margin-bottom: 32px; }

.tr-card__icon {
  margin-right: 8px;
  display: flex;
  align-items: center; }

.tr-card__icon img,
.tr-card__icon svg {
  width: 100%;
  max-width: 24px; }

.tr-card__title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 24px;
  font-size: 48px; }

.tr-card__title::before, .tr-card__title::after {
  display: none; }

.tr-card .g-divider {
  margin-bottom: 24px;
  width: 45px; }

.tr-card__main-text {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0; }

@media (min-width: 1024px) {
  .tr-card {
    margin: 0; }

  .tr-cards {
    margin: 0 16px; } }
@media (min-width: 1128px) {
  .tr-cards {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto; } }
@media (min-width: 1128px) {
  .g-container {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto; } }
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  animation: tooltipster-fading .4s; }

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }

  75% {
    transform: rotate(2deg); }

  100% {
    transform: rotate(0); } }

.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s; }

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }

  100% {
    transform: scale(1); } }

.tooltipster-update-scale {
  animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

/* file for overriding default tooltip styles */
.tooltipster-sidetip .tooltipster-box {
  background: #f2f2f2;
  color: #333;
  font-size: 12px;
  border: none;
  border-radius: 1px;
  z-index: 8;
  box-shadow: 0 1px 3px rgba(204, 204, 204, 0.7);
  max-width: 350px; }

.tooltipster-sidetip .tooltipster-content {
  color: #333;
  padding: 4px 7px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px; }

.tooltip_templates {
  display: none; }

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-scrollbar::before {
  background-color: #171717;
  opacity: 0.5; }

.simplebar-content {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.simplebar-scrollbar {
  transition: all .1s ease-in; }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0; }

/*
/*rtl:begin:ignore*/
/*
/*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  right: 0; }

/*
/*rtl:begin:ignore*/
/*
/*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input, .numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.flatpickr-input:disabled,
.flatpickr-input[readonly] {
  background-color: #fff; }

.flatpickr-input:disabled:focus,
.flatpickr-input[readonly]:focus {
  background-color: #fff; }

.flatpickr-input:disabled:hover,
.flatpickr-input[readonly]:hover {
  background-color: #fff; }

.flatpickr-rContainer {
  user-select: none; }

.flatpickr-day {
  border-radius: 2px; }

.flatpickr-day.today {
  border-color: #c5281c;
  color: #c5281c; }

.flatpickr-day.today:hover {
  border-color: #c5281c;
  background-color: #c5281c; }

.flatpickr-day.selected, .flatpickr-day:hover {
  border-color: #c5281c;
  background-color: #c5281c;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
  border-color: #c5281c;
  background-color: #c5281c;
  color: #fff; }

.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected.nextMonthDay {
  border-color: #c5281c;
  background-color: #fff;
  color: rgba(57, 57, 57, 0.3); }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #c5281c; }

.select2-container--below.select2-container.select2-container--generali,
.select2-container--open .select2-dropdown--below, .form-control + .select2-container {
  border: 1px solid #cdcdcd;
  padding: 4px;
  border-radius: 3px;
  background-color: #fff; }

.form-control:not(.form-control-sm) + span.select2-container--generali .select2-selection--multiple {
  min-height: 30px;
  display: flex;
  align-items: flex-start; }

.form-control:not(.form-control-sm) + span.select2-container--generali .select2-selection--multiple .select2-search__field {
  margin-top: 0; }

.form-control:not(.form-control-sm).s-select2-singleselect + span.select2-container--generali .select2-selection--multiple {
  align-items: center; }

.select2-search__field:focus {
  outline: none; }

li.select2-selection__choice {
  border: 1px solid #c5281c;
  background-color: #c5281c;
  color: #fff;
  display: inline-flex;
  align-items: stretch;
  flex-direction: row-reverse;
  padding: 0;
  border-radius: 4px; }

button.select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-radius: 2px;
  color: #c5281c;
  line-height: 1;
  font-size: 20px;
  padding: 0 8px;
  background-color: #fff; }

button.select2-selection__choice__remove:hover {
  background-color: #c5281c;
  color: #fff; }

.select2-results__option--highlighted {
  background-color: #c5281c;
  color: #fff; }

.select2-results__option--selected {
  background-color: #c5281c;
  color: #fff; }

.select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 0; }

.select2-selection__choice__display {
  padding: 0px 4px;
  font-size: 15px; }

.select2-search__field body > .select2-container {
  border: none !important; }

span.select2-dropdown {
  max-height: 250px;
  overflow-y: auto; }

.g-swiper {
  padding-bottom: 40px;
  padding-left: 1px;
  overflow: hidden; }

.g-swiper .swiper-slide {
  height: auto; }

.g-swiper .swiper-scrollbar-drag {
  background-color: #c21b17;
  border-radius: 0; }

.g-swiper.swiper-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%; }

.g-swiper--benefits-cards .g-card-benefits {
  height: 100%;
  display: flex;
  flex-direction: column; }

.g-swiper--benefits-cards .g-card-benefits__header {
  flex: 1 1 auto; }

.g-swiper-wrapper .swiper-button-next.g-next-arrow {
  display: none; }

.g-swiper-wrapper .swiper-button-prev.g-prev-arrow {
  display: none; }

.g-swiper-wrapper .swiper-button-disabled {
  display: none !important; }

.swiper-button-next.g-next-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none; }

.swiper-button-next.g-next-arrow::after {
  background-image: url("/generali-theme/css/../images/new-generali/icons/chevron-right-red.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 48px;
  content: "";
  width: 48px;
  height: 48px;
  display: block; }

.swiper-button-prev.g-prev-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none; }

.swiper-button-prev.g-prev-arrow::after {
  background-image: url("/generali-theme/css/../images/new-generali/icons/chevron-left-red.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 48px;
  content: "";
  width: 48px;
  height: 48px;
  display: block; }

.swiper-horizontal > .g-swiper-pagination {
  bottom: 0; }

.swiper-pagination-bullet-active {
  background-color: #af2219; }

@media (min-width: 768px) {
  .g-swiper-wrapper--benefits-single {
    position: relative; }

  .g-swiper-wrapper--benefits-single .swiper-button-next.g-next-arrow {
    display: block;
    right: -50px !important; }

  .g-swiper-wrapper--benefits-single .swiper-button-prev.g-prev-arrow {
    display: block;
    left: -50px !important; } }
@media (min-width: 1280px) {
  .g-swiper {
    padding-left: 16px;
    padding-right: 16px; }

  .g-swiper-wrapper {
    position: relative;
    margin-left: -16px;
    margin-right: 16px; }

  .g-swiper-wrapper .swiper-button-next.g-next-arrow {
    display: block;
    right: -60px; }

  .g-swiper-wrapper .swiper-button-prev.g-prev-arrow {
    display: block;
    left: -60px; }

  .g-swiper-pagination {
    display: none !important; } }
table.dataTable {
  border: none; }

table.dataTable thead {
  display: none; }

table.dataTable td {
  border: none;
  background-color: transparent;
  padding: 0; }

table.dataTable td:hover {
  background-color: transparent; }

.dataTables_wrapper {
  height: 98%;
  display: flex;
  flex-direction: column; }

div.dataTables_wrapper div.dataTables_paginate {
  text-align: center;
  margin-top: auto; }

@media (min-width: 992px) {
  .g-health-provider-table {
    grid-area: list;
    width: 100%;
    max-width: 380px;
    height: 100%;
    overflow: auto; } }
.autocomplete-suggestions {
  background: white;
  padding: 3px;
  display: none;
  max-height: 400px;
  overflow-y: auto;
  z-index: 999;
  border-radius: 2px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px -1px 1px 0px rgba(0, 0, 0, 0.02); }

.autocomplete-suggestion {
  padding: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  cursor: pointer; }

.autocomplete-selected {
  background-color: #f6f6f6; }

.autocomplete-suggestions strong {
  font-weight: 400; }

/*************************  LIFERAY ADMIN FIXES *************************/
/* Fix dockbar */
.navbar.dockbar .collapse {
  display: initial; }

.aui .dockbar.navbar .navbar-inner {
  padding-left: 20px;
  padding-right: 20px; }

/* Fix Modal dialog for logged user */
.aui .yui3-widget-modal {
  display: initial; }

.aui .yui3-widget-modal.modal-hidden {
  display: none; }

@media screen and (max-width: 979px) {
  .aui .dockbar.navbar {
    display: none; } }
/* Fix website main nav for logged user */
.aui .nav-collapse.collapse {
  display: initial; }

.aui .navbar .container {
  padding: 0; }

.aui .navbar .navbar-inner {
  padding-left: 0;
  padding-right: 0; }

.aui .g-header {
  z-index: 100; }

.aui .m04__g-logo {
  max-width: 143px; }

.aui .m02 {
  display: none; }

.aui .m02__hover-container {
  top: 126px; }

.aui .m02__list--hover {
  margin: 0; }

.aui .m02__main-links {
  margin-bottom: 0; }

@media (min-width: 1024px) {
  .aui .m02 {
    display: flex; } }
/* Fix liferay sizing for logged user */
.aui .lfr-admin-panel *,
.aui .yui3-widget * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial; }

/* fix row margins globally for logged user */
@media screen and (min-width: 320px) {
  .aui .row {
    margin-left: 0;
    margin-right: 0; } }
/* Define Liferay portlet drop zones outlines */
.aui #column-1 {
  border: 1px dashed #ff0000; }

.aui #column-2 {
  border: 1px dashed #009900; }

.aui #column-3 {
  border: 1px dashed #0033cc; }

.aui #column-4 {
  border: 1px dashed #ff00ff; }

.aui #column-5 {
  border: 1px dashed #e6e600; }

.aui #column-6 {
  border: 1px dashed #6600cc; }

.aui .portlet-dropzone.empty {
  padding: 20px; }

.portlet-dropzone.empty {
  /* prevent collapsing empty columns */
  padding: 1px; }

.aui .portal-popup div[id^="column-"] {
  /* remove dropzone oulines from popups */
  border: 0 !important; }

/* Nested portlet drop zones */
.portlet-nested-portlets:after {
  /* clearfix */
  content: "";
  display: block;
  clear: both; }

.aui div.column-g1 .portlet-dropzone {
  border: 1px dashed #ff0000; }

.aui div.column-g2 .portlet-dropzone {
  border: 1px dashed #009900; }

.aui div.column-g3 .portlet-dropzone {
  border: 1px dashed #0033cc; }

.aui div.column-g4 .portlet-dropzone {
  border: 1px dashed #ff00ff; }

.portlet-nested-portlets
> .portlet-borderless-container
> .portlet-borderless-bar {
  /* move portlet bar up */
  top: -20px; }

/* Nested portlet - Anchor navigation - drop zones */
.aui div.content-anchor-1 .portlet-dropzone {
  border: 1px dashed #ff0000; }

.aui div.content-anchor-2 .portlet-dropzone {
  border: 1px dashed #009900; }

.aui div.content-anchor-3 .portlet-dropzone {
  border: 1px dashed #0033cc; }

.aui div.content-anchor-4 .portlet-dropzone {
  border: 1px dashed #ff00ff; }

.aui div.content-anchor-5 .portlet-dropzone {
  border: 1px dashed #e6e600; }

.aui div.content-anchor-6 .portlet-dropzone {
  border: 1px dashed #6600cc; }

.aui div.content-anchor-7 .portlet-dropzone {
  border: 1px dashed #ff0000; }

.aui .content-anchor-title {
  margin-top: 50px;
  display: block;
  background: #ddd;
  font-size: 14px; }

.aui .content-anchor-title:before {
  content: "Anchor content zone"; }

a.navigation-anchor {
  /* Correct scrolling position of navbar-secondary */
  display: block;
  padding-top: 60px;
  visibility: hidden; }

/* Prevent main menu covering portlet bar */
.portlet-borderless-bar {
  z-index: 1000; }

/* Fix icons for logged user */
.aui .dockbar .icon-caret-down::before {
  content: "\f0d7"; }

.aui .dockbar .icon-user::before {
  content: "\f007"; }

.aui .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "as-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.aui .icon.icon-radio:before {
  content: "\e049"; }
.aui .icon.icon-checkbox:before {
  content: "\e054"; }
.aui .icon.icon-newsletter:before {
  content: "\e900"; }
.aui .icon.icon-mail:before {
  content: "\e002"; }
.aui .icon.icon-user:before {
  content: "\e074"; }
.aui .icon.icon-caret-up-o:before {
  content: "\e901"; }
.aui .icon.icon-caret-right-o:before {
  content: "\e902"; }
.aui .icon.icon-caret-down-o:before {
  content: "\e903"; }
.aui .icon.icon-caret-left-o:before {
  content: "\e904"; }
.aui .icon.icon-google-plus:before {
  content: "\e905"; }
.aui .icon.icon-facebook:before {
  content: "\e906"; }
.aui .icon.icon-twitter:before {
  content: "\e907"; }
.aui .icon.icon-linkedin:before {
  content: "\e908"; }
.aui .icon.icon-file-pdf:before {
  content: "\e909"; }
.aui .icon.icon-check:before {
  content: "\e5ca"; }
.aui .icon.icon-close:before {
  content: "\e5cd"; }
.aui .icon.icon-search:before {
  content: "\e8b6"; }
.aui .icon.icon-contacts:before {
  content: "\e0cd"; }
.aui .icon.icon-caret-left:before {
  content: "\e408"; }
.aui .icon.icon-caret-right:before {
  content: "\e409"; }
.aui .icon.icon-caret-up:before {
  content: "\e5ce"; }
.aui .icon.icon-caret-down:before {
  content: "\e5cf"; }
.aui .icon.icon-locate:before {
  content: "\e55c"; }
.aui .icon.icon-location:before {
  content: "\e8b4"; }
.aui .icon.icon-menu:before {
  content: "\e5d2"; }

/* Forms fix for logged user */
.aui .mui-textfield > input,
.aui .mui-textfield > textarea {
  animation-duration: 0.0001s;
  animation-name: mui-node-inserted;
  display: block;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 0;
  box-shadow: none;
  border-radius: 0px;
  background-image: none; }

/* protect forms */
.croz-custom {
  position: absolute;
  left: -9999px;
  z-index: -1; }

/* Fix Swipebox overlaping mainnav and supernav */
#swipebox-overlay {
  z-index: 9999999 !important; }

/* UI autocomplete overrides */
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  font-size: 12px;
  background-color: #fff; }

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete
li
> div.ui-menu-item-wrapper {
  padding: 6px 10px; }

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete
li
> div.ui-menu-item-wrapper
i {
  margin-right: 0.5em; }

.ui-widget-content .ui-state-active {
  border: 0;
  background: #C5281C;
  font-weight: normal;
  color: #fff !important;
  margin: 0px; }

.aui .maFormFieldTypeStandardSubmitButton button {
  color: #fff !important;
  background-color: #C5281C !important;
  border-color: #C5281C !important;
  border: 0 !important;
  font-size: 1.2em !important;
  padding: 10px 16px !important;
  line-height: 1.3333333 !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  text-shadow: none !important;
  white-space: nowrap !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border-radius: 0 !important; }

.aui .maFormFieldTypeStandardCheckbox label {
  font-weight: normal !important; }

.formRequiredOptionListError::after {
  content: "To polje je obvezno.";
  text-indent: 0;
  display: block;
  line-height: initial;
  padding-bottom: 11px; }

.formRequiredOptionListError {
  text-indent: -99999px;
  line-height: 0; }

/* general fixes */
.aui .icon-link-list {
  display: block; }

.aui .carousel-indicators {
  top: auto;
  right: auto;
  margin-left: -30%; }

.carousel .carousel-indicators li {
  display: inline-block;
  float: none;
  border-radius: 100%; }

.aui .btn {
  background-image: none;
  box-shadow: none;
  text-shadow: none; }

.aui .toggle-switch {
  position: relative;
  background-color: #fff; }

.aui .g-box__heading {
  color: #333; }

.aui .m02__main-link {
  color: #000; }

.aui .g-button--primary-red {
  color: #fff; }

.aui .g-button--primary-red:hover {
  color: #fff;
  text-decoration: none; }

.aui .g-button--primary-white {
  color: #c21b17; }

.aui .g-button--primary-white:hover {
  color: #c21b17;
  text-decoration: none; }

.aui .g-button--secondary-red {
  color: #c21b17; }

.aui .g-button--secondary-red:hover {
  color: #c21b17;
  text-decoration: none; }

.aui .g-new form.maForm input.formText, .g-new form.maForm textarea.formTextarea {
  box-shadow: none;
  height: auto;
  border-radius: 0; }

.aui .g-new form.maForm .formSelect {
  height: auto; }

@media (min-width: 1024px) {
  .aui .g-standard-teaser, .aui .g-teaser-half-screen, .aui .g-sectional-banner {
    display: flex; } }