@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(/g24-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(/g24-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(/g24-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(/g24-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(/g24-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(/g24-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(/g24-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(/g24-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(/g24-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(/g24-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/g24-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(/g24-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(/g24-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(/g24-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(/g24-theme/css/../images/application/button_bg_over.png); }

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

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

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

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

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

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

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

.lfr-status-success-label {
  background-image: url(/g24-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(/g24-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(/g24-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(/g24-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(/g24-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/g24-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/g24-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/g24-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/g24-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/html/themes/classic/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(/g24-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(/g24-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 0.3s ease;
  transition: all 0.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("/g24-theme/css/icons_mobiscroll.eot?wy80ng");
  src: url("/g24-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("/g24-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; }

@font-face {
  font-family: "Oswald";
  src: url("/g24-theme/css/../fonts/Oswald/Oswald-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Oswald";
  src: url("/g24-theme/css/../fonts/Oswald/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Oswald";
  src: url("/g24-theme/css/../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "as-icons";
  src: url("/g24-theme/css/../fonts/as-icons/as-icons.ttf") format("truetype"), url("/g24-theme/css/../fonts/as-icons/as-icons.woff") format("woff"), url("/g24-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-user-2:before {
  content: "\e90a"; }

.icon-arrow-filled-up:before {
  content: "\e90b"; }

.icon-arrow-up:before {
  content: "\e90c"; }

.icon-arrow-down:before {
  content: "\e90d"; }

.icon-file-pdf:before {
  content: "\e909"; }

.icon-file-jpg:before {
  content: "\e90e"; }

.icon-file-xls:before {
  content: "\e90f"; }

.icon-file-ppt:before {
  content: "\e910"; }

.icon-file-doc:before {
  content: "\e911"; }

.icon-radio:before {
  content: "\e049"; }

.icon-checkbox:before {
  content: "\e054"; }

.icon-newsletter:before {
  content: "\e900"; }

.icon-mail:before {
  content: "\e002"; }

.icon-user:before {
  content: "\e074"; }

.icon-caret-up-o:before {
  content: "\e901"; }

.icon-caret-right-o:before {
  content: "\e902"; }

.icon-caret-down-o:before {
  content: "\e903"; }

.icon-caret-left-o:before {
  content: "\e904"; }

.icon-google-plus:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-linkedin:before {
  content: "\e908"; }

.icon-check:before {
  content: "\e5ca"; }

.icon-close:before {
  content: "\e5cd"; }

.icon-search:before {
  content: "\e8b6"; }

.icon-contacts:before {
  content: "\e0cd"; }

.icon-caret-left:before {
  content: "\e408"; }

.icon-caret-right:before {
  content: "\e409"; }

.icon-caret-up:before {
  content: "\e5ce"; }

.icon-caret-down:before {
  content: "\e5cf"; }

.icon-locate:before {
  content: "\e55c"; }

.icon-location:before {
  content: "\e8b4"; }

.icon-menu:before {
  content: "\e5d2"; }

.icon-youtube:before {
  content: "\ea9e"; }

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em; }

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

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

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

  100% {
    transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

.fa-address-card:before {
  content: "\f2bb"; }

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

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

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

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

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

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

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

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

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

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

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

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

.fa-behance:before {
  content: "\f1b4"; }

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

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

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

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

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

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

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

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

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

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

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

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

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

.fa-evernote:before {
  content: "\f839"; }

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

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

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

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

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

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

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

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

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

.fa-figma:before {
  content: "\f799"; }

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

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

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

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

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

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

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

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

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

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

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

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

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

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

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

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

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

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

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

.fa-glass-martini-alt:before {
  content: "\f57b"; }

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

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

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

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

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

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

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

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

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

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

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

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

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

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

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

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

.fa-headset:before {
  content: "\f590"; }

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

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

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

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

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

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

.fa-instagram:before {
  content: "\f16d"; }

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

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

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

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

.fa-leanpub:before {
  content: "\f212"; }

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

.fa-life-ring:before {
  content: "\f1cd"; }

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

.fa-line:before {
  content: "\f3c0"; }

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

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

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

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

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

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

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

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

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

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

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

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

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

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

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

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

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

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

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

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

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

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

.fa-share-alt:before {
  content: "\f1e0"; }

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

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

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

.fa-sign-language:before {
  content: "\f2a7"; }

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

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

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

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

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

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

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

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

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

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

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

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

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

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

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

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

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

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

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

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

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

.fa-subway:before {
  content: "\f239"; }

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

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

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

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

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

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

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

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

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

.fa-tiktok:before {
  content: "\e07b"; }

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

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

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

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

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

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

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

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

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

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

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

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

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

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

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

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

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

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

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

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

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

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

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

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

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

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

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

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

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

.fa-zhihu:before {
  content: "\f63f"; }

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

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/g24-theme/css/../fonts/font-awesome/fa-brands-400.eot");
  src: url("/g24-theme/css/../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/g24-theme/css/../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("/g24-theme/css/../fonts/font-awesome/fa-brands-400.woff") format("woff"), url("/g24-theme/css/../fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("/g24-theme/css/../fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/g24-theme/css/../fonts/font-awesome/fa-regular-400.eot");
  src: url("/g24-theme/css/../fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/g24-theme/css/../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("/g24-theme/css/../fonts/font-awesome/fa-regular-400.woff") format("woff"), url("/g24-theme/css/../fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("/g24-theme/css/../fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/g24-theme/css/../fonts/font-awesome/fa-solid-900.eot");
  src: url("/g24-theme/css/../fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/g24-theme/css/../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("/g24-theme/css/../fonts/font-awesome/fa-solid-900.woff") format("woff"), url("/g24-theme/css/../fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("/g24-theme/css/../fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

/* 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: #962422;
  background-color: #fff;
  border-color: #fff; }

.btn.btn-default-inverse:focus, .btn.btn-default-inverse.focus {
  color: #962422;
  background-color: #e5e5e5;
  border-color: #e5e5e5; }

.btn.btn-default-inverse:hover {
  color: #962422;
  background-color: #e5e5e5;
  border-color: #e5e5e5; }

.btn.btn-default-inverse:active, .btn.btn-default-inverse.active, .open > .btn.btn-default-inverse.dropdown-toggle {
  color: #962422;
  background-color: #e5e5e5;
  border-color: #e5e5e5; }

.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: #962422;
  background-color: #d8d8d8;
  border-color: #d8d8d8; }

.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: #fff;
  border-color: #fff; }

.btn.btn-default-inverse .badge {
  color: #fff;
  background-color: #962422; }

.btn.btn-secondary {
  color: #fff;
  background-color: #ac2719;
  border-color: #ac2719; }

.btn.btn-secondary:focus, .btn.btn-secondary.focus {
  color: #fff;
  background-color: #7f1c12;
  border-color: #7f1c12; }

.btn.btn-secondary:hover {
  color: #fff;
  background-color: #7f1c12;
  border-color: #7f1c12; }

.btn.btn-secondary:active, .btn.btn-secondary.active, .open > .btn.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7f1c12;
  border-color: #7f1c12; }

.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: #69170f;
  border-color: #69170f; }

.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: #ac2719;
  border-color: #ac2719; }

.btn.btn-secondary .badge {
  color: #ac2719;
  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("/g24-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/g24-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/g24-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/g24-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/g24-theme/css/../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/g24-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: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€"; }

.glyphicon-minus:before {
  content: "−"; }

.glyphicon-cloud:before {
  content: "☁"; }

.glyphicon-envelope:before {
  content: "✉"; }

.glyphicon-pencil:before {
  content: "✏"; }

.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: "⛺"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "⌛"; }

.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: "¥"; }

.glyphicon-jpy:before {
  content: "¥"; }

.glyphicon-ruble:before {
  content: "₽"; }

.glyphicon-rub:before {
  content: "₽"; }

.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: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #363636;
  background-color: #fff; }

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

a {
  color: #ac2719;
  text-decoration: none; }

a:hover, a:focus {
  color: #962422;
  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: 0.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: #ac2719; }

a.text-primary:hover,
a.text-primary:focus {
  color: #7f1c12; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2a542b; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #235269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66502b; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843533; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ac2719; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #7f1c12; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c0e1b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #aed9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb4; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e3b9b9; }

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

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: "— "; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ac2719;
  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: " —"; }

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: #180f0f;
  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: 970px; } }
@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.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: #f4ded3; }

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

.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: #eecebe; }

.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: #cfe8c5; }

.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: #c3e3f2; }

.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: #f9f2cb; }

.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: #eacbcb; }

.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: #180f0f;
  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: #363636; }

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #363636;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CDCDCD;
  border-radius: none;
  -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: #ac2719;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(172, 39, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(172, 39, 25, 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-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 31px; }

  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .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: normal;
  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: none; }

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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: none; }

.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.3333333;
  border-radius: none; }

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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: none; }

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

.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: #2a542b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66b167;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66b167; }

.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: #66502b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bfa06b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bfa06b; }

.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: #843533;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8482;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8482; }

.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: #757575; }

@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: 400;
  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: #ac2719;
  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: #ac2719;
  background-color: transparent;
  border-color: #ac2719; }

.btn-default:focus, .btn-default.focus {
  color: #ac2719;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7f1c12; }

.btn-default:hover {
  color: #ac2719;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7f1c12; }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #ac2719;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7f1c12; }

.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: #ac2719;
  background-color: rgba(0, 0, 0, 0);
  border-color: #69170f; }

.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: #ac2719; }

.btn-default .badge {
  color: transparent;
  background-color: #ac2719; }

.btn-primary {
  color: #fff;
  background-color: #ac2719;
  border-color: #ac2719; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #7f1c12;
  border-color: #7f1c12; }

.btn-primary:hover {
  color: #fff;
  background-color: #7f1c12;
  border-color: #7f1c12; }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7f1c12;
  border-color: #7f1c12; }

.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: #fff;
  background-color: #69170f;
  border-color: #69170f; }

.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: #ac2719;
  border-color: #ac2719; }

.btn-primary .badge {
  color: #ac2719;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449c44;
  border-color: #3c8a3c; }

.btn-success:hover {
  color: #fff;
  background-color: #449c44;
  border-color: #3c8a3c; }

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449c44;
  border-color: #3c8a3c; }

.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: #3c8a3c;
  border-color: #347934; }

.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: #45b7d9; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #30afd5;
  border-color: #27a0c4; }

.btn-info:hover {
  color: #fff;
  background-color: #30afd5;
  border-color: #27a0c4; }

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #30afd5;
  border-color: #27a0c4; }

.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: #27a0c4;
  border-color: #238faf; }

.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: #45b7d9; }

.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: #ec971e;
  border-color: #de8a12; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971e;
  border-color: #de8a12; }

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971e;
  border-color: #de8a12; }

.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: #de8a12;
  border-color: #c77b10; }

.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: #d43e3a; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302b;
  border-color: #b42b26; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302b;
  border-color: #b42b26; }

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302b;
  border-color: #b42b26; }

.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: #b42b26;
  border-color: #9f2622; }

.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: #d43e3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #ac2719;
  font-weight: normal;
  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: #962422;
  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.3333333;
  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-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: #180f0f;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #080505;
  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: #ac2719; }

.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::before {
  border-width: 0 !important;
  outline: none; }

.open > a::after {
  border-width: 0 !important;
  outline: none; }

.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.btn-group-lg > .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: #363636;
  text-align: center;
  background-color: #F2F2F2;
  border: 1px solid #CDCDCD;
  border-radius: none; }

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

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

.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: #ac2719; }

.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: #ac2719; }

.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-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-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: #5d5d5d;
  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: #363636;
  border-color: #363636; }

.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: #180f0f; }

.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: #242424; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #180f0f;
  color: #FFF; }

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

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

  .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: #180f0f; }

  .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: #ac2719;
  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: #962422;
  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: #ac2719;
  border-color: #ac2719;
  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.3333333; }

.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: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.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: #cccccc; }

.label-primary {
  background-color: #ac2719; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #7f1c12; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449c44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #30afd5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971e; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302b; }

.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 {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #ac2719;
  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: #d8d8d8; }

.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: #363636; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ac2719; }

.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: #d5e8c5;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c8e1b3; }

.alert-success .alert-link {
  color: #2a542b; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bbe7f0;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e0ec; }

.alert-info .alert-link {
  color: #235269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #f9eacb;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b4; }

.alert-warning .alert-link {
  color: #66502b; }

.alert-danger {
  background-color: #f2dede;
  border-color: #eacbd0;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e3b9c0; }

.alert-danger .alert-link {
  color: #843533; }

@-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: #ac2719;
  -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: #ac2719;
  border-color: #ac2719; }

.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: #f1a79f; }

.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: #cfe8c5; }

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

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

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

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: #180f0f;
  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: #180f0f; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #ac2719; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ac2719;
  border-color: #ac2719; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ac2719; }

.panel-primary > .panel-heading .badge {
  color: #ac2719;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ac2719; }

.panel-success {
  border-color: #d5e8c5; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d5e8c5; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d5e8c5; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d5e8c5; }

.panel-info {
  border-color: #bbe7f0; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bbe7f0; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bbe7f0; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bbe7f0; }

.panel-warning {
  border-color: #f9eacb; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f9eacb; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f9eacb; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f9eacb; }

.panel-danger {
  border-color: #eacbd0; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #eacbd0; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eacbd0; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eacbd0; }

.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: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, 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: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, 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 #eaeaea;
  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: "‹"; }

.carousel-control .icon-next:before {
  content: "›"; }

.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; } }
[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 0.1s ease-in; }

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

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4 {
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif; }

h1 {
  font-size: 40px;
  font-weight: 600; }

h2 {
  font-size: 32px;
  font-weight: 400;
  color: #ac2719;
  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-weight: 600;
  margin-bottom: 30px;
  color: #180f0f; }

h3 strong {
  font-weight: 700; }

h2:after, h3.underline:after, h4.underline:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  bottom: -30px;
  left: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #ac2719; }

@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: 5px; }

h4 {
  font-size: 20px;
  font-weight: 600;
  color: #180f0f;
  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-size: 16px;
  font-weight: 600; }

h6 {
  font-weight: 600;
  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 {
  font-weight: 600; }

b {
  font-weight: 600; }

.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: #962422; }

.bg-dark {
  background-color: #363636; }

.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: 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;
  font-weight: 400;
  color: #5E5E5E;
  font-size: 15px;
  letter-spacing: 1.3px;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
  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[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

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

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

.content-block .img-wrapper img {
  width: 100%;
  opacity: 0.6; }

.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 + .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 a:not(.btn) {
  text-decoration: underline; }

.content-block.solid-background {
  margin: 40px 0;
  background-color: #fff;
  border: 1px solid #E6E6E6; }

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

#p_p_id_viewarticleg24_WAR_viewarticleportlet_ .container-inner a:not(.bnt) {
  text-decoration: underline; }

@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;
  /*
    &:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: $brand-primary;
      opacity: 0.4;
    }
    */ }

.section-with-bg-image:before, .section-with-bg-image:after {
  content: " ";
  display: table; }

.section-with-bg-image:after {
  clear: both; }

.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-weight: 600;
  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:before {
    background: #962422;
    opacity: 0.4; }

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

.navbar.supernav {
  z-index: 9999999;
  margin-bottom: 0;
  min-height: 0;
  border: none;
  font-size: 13px;
  letter-spacing: -0.5px; }

.navbar.supernav .navbar-nav {
  padding-top: 0;
  padding-bottom: 0; }

.navbar.supernav .navbar-nav.navbar-right {
  padding-right: 5px; }

.navbar.supernav .navbar-nav > li {
  color: #fff; }

.navbar.supernav .navbar-nav > li.divider {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 3px; }

.navbar.supernav .navbar-nav > li > a {
  line-height: 25px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar.supernav .navbar-nav > li > a:hover, .navbar.supernav .navbar-nav > li > a:active {
  color: #E6E6E6; }

.navbar.supernav .navbar-nav > li > a i.icon-contacts {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-left: 15px; }

.navbar.supernav .navbar-nav > li > a i.icon-contacts:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px; }

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

.navbar.supernav .navbar-nav > li.login {
  padding: 0;
  margin-left: 15px; }

@media (max-width: 767px) {
  .navbar.supernav .navbar-nav > li.login {
    position: static; } }
.navbar.supernav .navbar-nav > li.login > a {
  padding: 8px 5px 8px 5px; }

.navbar.supernav .navbar-nav > li.login > a > span.btn.btn-sm, .navbar.supernav .navbar-nav > li.login > a.btn-group-sm > span.btn {
  line-height: 27px;
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  letter-spacing: -0.5px;
  text-transform: none; }

.navbar.supernav .navbar-nav > li.login > a > span.btn.btn-sm:hover, .navbar.supernav .navbar-nav > li.login > a.btn-group-sm > span.btn:hover, .navbar.supernav .navbar-nav > li.login > a > span.btn.btn-sm:active, .navbar.supernav .navbar-nav > li.login > a.btn-group-sm > span.btn:active {
  color: #fff;
  background-color: #952115;
  border-color: #952115; }

.navbar.supernav .navbar-nav > li.login .dropdown-menu {
  margin-top: -1px;
  z-index: 9999999999999;
  background-color: #180f0f;
  padding-bottom: 10px;
  border: none; }

.navbar.supernav .navbar-nav > li.login .dropdown-menu > li > a {
  color: #d9d9d9;
  font-weight: 600;
  font-size: 13px; }

.navbar.supernav .navbar-nav > li.login .dropdown-menu > li > a:hover, .navbar.supernav .navbar-nav > li.login .dropdown-menu > li > a:active {
  color: #fff;
  background-color: transparent; }

.navbar.supernav .navbar-nav > li.login .dropdown-menu li.divider {
  background-color: #5E5E5E; }

.navbar.supernav .navbar-nav > li.login .dropdown-menu li.absolute {
  display: none; }

@media (max-width: 767px) {
  .navbar.supernav .navbar-nav > li.login .dropdown-menu {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    border-radius: 0;
    overflow: hidden; }

  .navbar.supernav .navbar-nav > li.login .dropdown-menu li {
    display: block; }

  .navbar.supernav .navbar-nav > li.login .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar.supernav .navbar-nav > li.login .dropdown-menu li.absolute {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px; }

  .navbar.supernav .navbar-nav > li.login .dropdown-menu li.absolute a.close-login-dropdown {
    display: block;
    font-weight: 400;
    color: #ac2719; }

  .navbar.supernav .navbar-nav > li.login .dropdown-menu li.absolute a.close-login-dropdown:before {
    display: block;
    width: 28px;
    text-align: right;
    font-family: "as-icons" !important;
    content: "\e5cd";
    font-size: 28px;
    line-height: 28px; } }
@media (max-width: 767px) {
  .navbar.supernav .navbar-left {
    display: none; }

  .navbar.supernav .navbar-right {
    margin: 0;
    text-align: right; }

  .navbar.supernav .navbar-right li {
    float: none;
    display: inline-block; }

  .navbar.supernav .navbar-nav > li.login .dropdown-menu {
    margin-top: -2px; } }
.navbar.supernav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%; }

#top-contacts {
  background-color: #180f0f;
  color: #F2F2F2; }

#top-contacts .container {
  padding: 20px 175px 0 15px;
  position: relative; }

#top-contacts .container .contact-box {
  margin-bottom: 30px;
  font-size: 14px; }

#top-contacts .container .contact-box p {
  margin: 0; }

#top-contacts .container .contact-box p:first-child {
  margin: 0 0 5px; }

#top-contacts .container .contact-buttons {
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  font-size: 13px;
  letter-spacing: -0.5px; }

#top-contacts .container .contact-buttons .btn {
  width: 100%; }

#top-contacts .container .contact-buttons .btn + .btn {
  margin-top: 10px; }

@media (max-width: 767px) {
  #top-contacts {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    padding-bottom: 25px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1; }

  #top-contacts .container {
    padding-right: 15px;
    height: 100%; }

  #top-contacts .container .close-top-contacts {
    right: 20px;
    top: 20px;
    transform: none; }

  #top-contacts .container .contact-buttons {
    position: static;
    transform: none;
    margin-bottom: 20px;
    width: 100%; }

  #top-contacts .container .contact-buttons .btn {
    width: 48%;
    padding-left: 0;
    padding-right: 0; }

  #top-contacts .container .contact-buttons .btn + .btn {
    margin-left: 3%;
    margin-top: 0; } }
@media (max-width: 320px) {
  #top-contacts .container .contact-buttons .btn {
    width: 100%;
    margin: 0 0 20px 0; }

  #top-contacts .container .contact-buttons .btn + .btn {
    margin: 0; } }
.taglib-language-list-text {
  display: inline-block !important;
  border: none; }

span.taglib-language-list-text {
  display: none !important; }

.navbar-main {
  background-color: #fff;
  color: #000;
  transition: all 0.2s;
  position: relative;
  z-index: 999999;
  border: none;
  background: white url(/g24-theme/css/../images/header-border.gif) no-repeat;
  background-size: 8px 100%; }

.navbar-main > .container {
  position: relative;
  padding-right: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-main > .container {
    padding-right: 40px; } }
.navbar-main .site-search {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 99; }

.navbar-main .site-search:before, .navbar-main .site-search:after {
  content: " ";
  display: table; }

.navbar-main .site-search:after {
  clear: both; }

.navbar-main .site-search .open-search-form {
  float: left;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 0;
  color: #000;
  padding-left: 20px; }

.navbar-main .site-search .open-search-form:before {
  font-family: "as-icons" !important;
  content: "\e8b6";
  font-size: 20px; }

.navbar-main .site-search > div {
  float: left;
  height: 100px;
  width: 0;
  display: none;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.5s; }

.navbar-main .site-search > div form {
  float: left;
  height: 100px;
  padding: 16px 0 0 30px;
  width: 420px;
  transition: background-color, 0.5s; }

.navbar-main .site-search > div form .mui-textfield {
  padding-right: 60px;
  padding-top: 21px;
  margin-bottom: 0; }

.navbar-main .site-search > div form .mui-textfield .btn {
  position: absolute;
  right: 0;
  top: 16px;
  padding: 2px 12px; }

.navbar-main .site-search > div .close-search-form {
  float: left;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 20px;
  color: #180f0f; }

.navbar-main .site-search > div .close-search-form:before {
  font-family: "as-icons" !important;
  content: "\e5cd";
  font-size: 20px; }

.navbar-main .site-search.open {
  background-color: #fff; }

@media (min-width: 768px) {
  .navbar-main .site-search.open {
    background: none !important; } }
.navbar-main .site-search.open > div {
  width: 500px;
  display: block; }

@media (max-width: 991px) {
  .navbar-main .site-search.open > div {
    width: 460px; } }
.navbar-main .site-search.open > div form {
  background-color: #fff; }

@media (min-width: 768px) {
  .navbar-main .site-search.open > div form {
    background: none !important; } }
.navbar-main .site-search.open .open-search-form {
  color: #180f0f; }

@media (max-width: 767px) {
  .navbar-main .site-search {
    right: 70px;
    transition: none; }

  .navbar-main .site-search .open-search-form {
    padding-left: 0;
    border-left: none; }

  .navbar-main .site-search > div {
    transition: none; }

  .navbar-main .site-search.open {
    width: 100%;
    left: 0;
    right: 0;
    padding-left: 50px; }

  .navbar-main .site-search.open .open-search-form {
    position: absolute;
    left: 26px; }

  .navbar-main .site-search.open > div {
    width: 100%;
    padding-right: 75px;
    position: relative; }

  .navbar-main .site-search.open > div form {
    width: 100%; }

  .navbar-main .site-search.open > div .close-search-form {
    position: absolute;
    right: 26px; }

  .navbar-main .site-search.open > div .close-search-form:before {
    font-size: 24px; } }
.navbar-main.navbar-absolute {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%; }

.navbar-main div.navbar-brand {
  width: 250px;
  height: 101px;
  margin: 0;
  display: flex;
  align-items: center; }

.navbar-main div.navbar-brand .navbar-g24-logo {
  display: inline-block;
  width: 120px;
  height: 60px;
  background-image: url("/g24-theme/css/../images/logo-g24.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px; }

@media (max-width: 480px) {
  .navbar-main div.navbar-brand .navbar-g24-logo {
    height: 40px;
    margin-right: 0; } }
.navbar-main div.navbar-brand .navbar-g-logo {
  display: inline-block;
  width: 93px;
  height: 60px;
  background-image: url("/g24-theme/css/../images/generali-logo-big.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center; }

@media (max-width: 991px) {
  .navbar-main div.navbar-brand .navbar-g-logo {
    height: 45px; } }
@media (max-width: 480px) {
  .navbar-main div.navbar-brand .navbar-g-logo {
    height: 40px; } }
@media (max-width: 991px) {
  .navbar-main div.navbar-brand {
    width: 190px; } }
@media (max-width: 480px) {
  .navbar-main div.navbar-brand {
    margin-left: 15px;
    width: 175px; } }
.navbar-main .navbar-right {
  margin-right: 5px; }

.navbar-main .navbar-right > li {
  padding-top: 20px;
  padding-bottom: 20px; }

.navbar-main .navbar-right > li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

.navbar-main .navbar-right > li > a {
  color: #000;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-size: 17px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0; }

.navbar-main .navbar-right > li > a:hover, .navbar-main .navbar-right > li > a:active, .navbar-main .navbar-right > li > a:focus {
  background-color: transparent; }

@media (max-width: 991px) {
  .navbar-main .navbar-right > li > a {
    padding-left: 10px;
    padding-right: 10px; } }
.navbar-main .navbar-right > li.dropdown.mega-menu.open > a {
  position: relative; }

.navbar-main .navbar-right > li.dropdown.mega-menu.open > a:before {
  content: "";
  border-width: 15px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -20px;
  left: 40%;
  left: calc(50% - 15px);
  border-bottom-color: #E6E6E6;
  border-top-width: 0;
  z-index: 9999999999999; }

.navbar-main .navbar-right > li.dropdown.mega-menu.open > a:after {
  content: "";
  border-width: 14px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -21px;
  left: 40%;
  left: calc(50% - 14px);
  border-bottom-color: #fff;
  border-top-width: 0;
  z-index: 999999999999; }

.navbar-main.nav-bg-solid {
  background-color: #fff !important;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-main .navbar-right li a.dropdown-toggle {
    font-size: 16px; } }
@media (max-width: 991px) {
  .navbar-main .navbar-right > li {
    padding-top: 30px;
    padding-bottom: 0; }

  .navbar-main .navbar-right li a.dropdown-toggle {
    font-size: 15px;
    letter-spacing: 0.02em;
    width: 125px;
    line-height: 20px;
    min-height: 50px; } }
@media (max-width: 767px) {
  .navbar-main .navbar-right {
    display: none; }

  .navbar-main .container > .navbar-collapse,
  .navbar-main .container > .navbar-header {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

  .navbar-main .navbar-toggle {
    margin-top: 19px; }

  .navbar-main .navbar-toggle:before {
    font-family: "as-icons" !important;
    content: "\e5cd";
    font-size: 24px; }

  .navbar-main .navbar-toggle.collapsed:before {
    content: "\e5d2"; }

  .navbar-main .navbar-nav > li > a,
  .navbar-main .site-search .open-search-form:before {
    font-size: 24px; } }
.navbar-main.blue {
  background-color: #ac2719; }

.navbar-main.blue > .container {
  border-bottom: 0; }

/* --------------------------------------------------------------------------------------------------------------- */
.navbar.navbar-main.navbar-shorter div.navbar-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px; }

.navbar.navbar-main.navbar-shorter .navbar-toggle {
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

.navbar.navbar-main.navbar-shorter.nav-bg-solid .site-search.open .open-search-form {
  margin-top: 48px;
  transition: none; }

.navbar.navbar-main.navbar-shorter .navbar-right > li {
  padding-top: 5px;
  padding-bottom: 5px; }

@media (max-width: 992px) {
  .navbar.navbar-main.navbar-shorter .navbar-right > li {
    padding-top: 15px;
    padding-bottom: 5px; } }
.navbar.navbar-main.navbar-shorter .navbar-right > li.dropdown.mega-menu.open > a:before {
  bottom: -5px; }

.navbar.navbar-main.navbar-shorter .navbar-right > li.dropdown.mega-menu.open > a:after {
  bottom: -6px; }

.navbar.navbar-main.navbar-shorter .site-search .open-search-form {
  float: left;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 10px; }

.navbar.navbar-main.navbar-shorter .site-search > div {
  float: left;
  height: 70px; }

.navbar.navbar-main.navbar-shorter .site-search > div form {
  height: 60px; }

.navbar.navbar-main.navbar-shorter .site-search > div form .mui-textfield {
  padding-top: 6px; }

.navbar.navbar-main.navbar-shorter .site-search > div form .mui-textfield .btn {
  top: 1px;
  padding: 2px 12px; }

.navbar.navbar-main.navbar-shorter .site-search > div .close-search-form {
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 10px; }

.navbar.navbar-main.navbar-shorter.nav-bg-solid .site-search.open .open-search-form {
  margin-top: 25px; }

@media (max-width: 480px) {
  .navbar-main div.navbar-brand,
  .navbar.navbar-main.navbar-shorter div.navbar-brand,
  .navbar.navbar-main.navbar-solid.navbar-shorter div.navbar-brand {
    margin-left: 15px;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 40px; }

  .navbar-main .site-search .open-search-form,
  .navbar.navbar-main.navbar-shorter .site-search .open-search-form,
  .navbar.navbar-main.navbar-solid.navbar-shorter .site-search .open-search-form {
    margin-top: 18px;
    margin-bottom: 0; }

  .navbar-main .navbar-toggle,
  .navbar.navbar-main.navbar-shorter .navbar-toggle,
  .navbar.navbar-main.navbar-solid.navbar-shorter .navbar-toggle {
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }

  .navbar-main.nav-bg-solid .site-search.open .open-search-form,
  .navbar.navbar-main.navbar-shorter.nav-bg-solid .site-search.open .open-search-form,
  .navbar.navbar-main.navbar-solid.navbar-shorter.nav-bg-solid .site-search.open .open-search-form {
    margin-top: 18px;
    transition: none; }

  .navbar-main.nav-bg-solid .site-search.open .close-search-form,
  .navbar.navbar-main.navbar-shorter.nav-bg-solid .site-search.open .close-search-form,
  .navbar.navbar-main.navbar-solid.navbar-shorter.nav-bg-solid .site-search.open .close-search-form {
    margin-top: 18px;
    transition: none; }

  .navbar-main.nav-bg-solid .site-search .open-search-form, .navbar-main.nav-bg-solid .site-search form,
  .navbar.navbar-main.navbar-shorter.nav-bg-solid .site-search .open-search-form,
  .navbar.navbar-main.navbar-shorter.nav-bg-solid .site-search form,
  .navbar.navbar-main.navbar-solid.navbar-shorter.nav-bg-solid .site-search .open-search-form,
  .navbar.navbar-main.navbar-solid.navbar-shorter.nav-bg-solid .site-search form {
    transition: none; }

  .navbar-main .site-search > div,
  .navbar.navbar-main.navbar-shorter .site-search > div,
  .navbar.navbar-main.navbar-solid.navbar-shorter .site-search > div {
    height: 57px; }

  .navbar-main .site-search > div form,
  .navbar.navbar-main.navbar-shorter .site-search > div form,
  .navbar.navbar-main.navbar-solid.navbar-shorter .site-search > div form {
    height: 57px;
    padding: 0;
    margin-left: 10px; }

  .navbar-main .site-search > div form .mui-textfield,
  .navbar.navbar-main.navbar-shorter .site-search > div form .mui-textfield,
  .navbar.navbar-main.navbar-solid.navbar-shorter .site-search > div form .mui-textfield {
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0; }

  .navbar-main .site-search > div form .mui-textfield .btn,
  .navbar.navbar-main.navbar-shorter .site-search > div form .mui-textfield .btn,
  .navbar.navbar-main.navbar-solid.navbar-shorter .site-search > div form .mui-textfield .btn {
    top: 10px; } }
.mega-menu .mega-menu-panel {
  min-height: 200px;
  border-radius: 0;
  border: none;
  border-top: 1px solid #E6E6E6;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin-top: 1px;
  padding-bottom: 20px;
  padding-top: 0; }

.mega-menu .mega-menu-panel > li {
  position: relative;
  padding-right: 200px; }

.mega-menu .mega-menu-panel > li > img {
  width: 160px;
  height: 160px;
  position: absolute;
  right: 15px;
  top: 30px; }

.mega-menu .mega-menu-panel p {
  line-height: 1.3em;
  margin-bottom: 0;
  position: relative;
  top: -8px;
  color: #5E5E5E;
  font-size: 13px; }

.mega-menu .mega-menu-panel p + .group-title {
  margin-top: 5px; }

.mega-menu .mega-menu-panel p:last-child {
  margin-bottom: 20px; }

.mega-menu.mega-menu-default .mega-menu-panel {
  padding: 0;
  font-size: 14px; }

.mega-menu.mega-menu-default .mega-menu-panel ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }

.mega-menu.mega-menu-default .mega-menu-panel ul li {
  margin-bottom: 10px;
  padding-left: 5px; }

.mega-menu.mega-menu-default .mega-menu-panel ul li a {
  color: #ac2719;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 16px; }

.mega-menu.mega-menu-default .mega-menu-panel ul li a:hover {
  color: #962422; }

.mega-menu.mega-menu-default .mega-menu-panel ul:first-child {
  margin-top: 20px; }

.mega-menu.mega-menu-default .group-title {
  font-size: 20px;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #180f0f;
  text-transform: uppercase;
  line-height: 150%; }

.mega-menu.mega-menu-default .group-title a {
  color: #363636;
  display: inline-block; }

.mega-menu.mega-menu-default .group-title a:hover {
  color: #ac2719; }

.mega-menu.mega-menu-default .group-title:after {
  content: "";
  background-color: #ac2719;
  display: block;
  width: 100px;
  height: 3px;
  margin-top: 7px; }

.mega-menu.mega-menu-zavarovanja ul {
  list-style: none; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel {
  min-height: 200px; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li .group-title {
  margin: 20px 0 30px;
  font-size: 22px;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  line-height: 150%; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li .group-title:after {
  content: "";
  background-color: #ac2719;
  display: block;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0; }

@media (max-width: 992px) {
  .mega-menu.mega-menu-zavarovanja .mega-menu-panel > li .group-title {
    font-size: 15px; } }
.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu {
  padding: 0; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu > li {
  min-width: 120px;
  margin-bottom: 5px;
  border-bottom: 1px solid #E6E6E6; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu > li > a {
  padding: 5px 0;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-size: 16px; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu > li > a .svg-container {
  position: absolute;
  text-align: center;
  width: 18px;
  height: 18px;
  left: 0;
  top: 6px; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu > li > a .svg-container svg {
  fill: #ac2719;
  transition: fill 0.2s; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu > li > a:hover {
  color: #962422; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu > li > a:hover svg {
  fill: #962422; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu > li ul.sub-menu {
  margin-left: 0px;
  margin: 0;
  padding: 0 0 10px 25px; }

.mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu > li ul.sub-menu li {
  float: none;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.75em; }

@media (max-width: 1199px) {
  .mega-menu.mega-menu-zavarovanja .mega-menu-panel > li ul.top-level-menu > li ul.sub-menu li {
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 0.5em; } }
.navbar-main.main-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.navbar #accordion {
  display: block; }

@media (min-width: 768px) {
  .navbar #nav-accordion {
    display: none; }

  .navbar .navbar-right {
    display: block; } }
@media (max-width: 767px) {
  .navbar-main .navbar-collapse {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    border-bottom: none; }

  .navbar-main .navbar-collapse a {
    color: #fff; }

  .navbar-main .navbar-collapse #nav-accordion {
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #ac2719; }

  .navbar-main .navbar-collapse #nav-accordion .dropdown {
    position: initial; }

  .navbar-main .navbar-collapse #nav-accordion .panel {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-heading {
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-heading a {
    display: block;
    padding: 15px 0;
    font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    position: relative; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-heading a:hover {
    color: #ed9389; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body {
    background-color: #962422;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body .tab-content ul > li > a.dropdown-toggle:after {
    display: none; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body .tab-content ul.dropdown-submenu {
    padding: 0 0 0 58px; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body ul.dropdown-submenu {
    padding: 0 0 0 23px; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body ul.dropdown-submenu li {
    position: relative; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body ul.dropdown-submenu li:before {
    content: "";
    background: url("/g24-theme/css/../images/submenu-tree-icon.png") no-repeat;
    background-size: 8px 15px;
    position: absolute;
    top: 10px;
    left: -18px;
    width: 8px;
    height: 15px; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body > ul {
    list-style: none;
    margin: 0;
    padding: 0 15px; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body > ul > li {
    margin-bottom: 15px; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body > ul > li > a {
    font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 5px 0; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body > ul > li > a:hover {
    color: #e04130; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body > ul > li > a.dropdown-toggle:after {
    display: none; }

  .navbar-main .navbar-collapse #nav-accordion .panel:last-child .panel-heading {
    border-bottom: none; }

  .navbar-main .navbar-collapse #nav-accordion .panel:last-child .panel-body {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }

  .navbar-main .navbar-collapse #nav-accordion .nav-tabs.nav-justified {
    margin-top: -10px;
    padding: 0; }

  .navbar-main .navbar-collapse #nav-accordion .nav-tabs.nav-justified > li {
    float: left;
    width: 50%; }

  .navbar-main .navbar-collapse #nav-accordion .nav-tabs.nav-justified > li a {
    font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0; }

  .navbar-main .navbar-collapse #nav-accordion .nav-tabs.nav-justified > li a:hover, .navbar-main .navbar-collapse #nav-accordion .nav-tabs.nav-justified > li a:active {
    color: #e04130;
    background-color: transparent; }

  .navbar-main .navbar-collapse #nav-accordion .nav-tabs.nav-justified > li.active a {
    border-color: #fff;
    color: #fff;
    background-color: transparent; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body ul.dropdown-menu {
    position: static;
    background-color: transparent;
    width: 100%;
    padding: 0 0 10px 20px;
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body ul.dropdown-menu li a {
    color: #fff;
    text-transform: none;
    font-size: 18px;
    font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
    padding: 10px 0; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body ul.dropdown-menu li a:hover {
    background-color: transparent;
    color: #e04130; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body ul.dropdown-submenu {
    position: static;
    background-color: transparent;
    width: 100%;
    padding: 0 0 0 20px;
    box-shadow: none;
    border: none;
    /*border-top: 1px solid rgba(255,255,255,.5);*/
    border-radius: 0; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body ul.dropdown-submenu li {
    margin-bottom: 0;
    list-style: none; }

  .navbar-main .navbar-collapse #nav-accordion .panel .panel-body ul.dropdown-submenu li a {
    color: #fff;
    text-transform: none;
    font-size: 17px;
    font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
    padding: 10px 0;
    display: block; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: -6px; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content ul {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 10px 15px 0 15px; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content ul > li {
    margin-bottom: 15px; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content ul > li > a {
    font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 5px 0;
    position: relative;
    padding-left: 35px; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content ul > li > a:hover {
    color: #e04130; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content ul > li > a .svg-container {
    position: absolute;
    text-align: center;
    width: 22px;
    height: 22px;
    left: 5px;
    top: 7px; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content ul > li > a .svg-container svg {
    fill: #fff;
    transition: fill 0.2s; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content ul > li > a:hover svg {
    fill: #e04130; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content ul > li ul.dropdown-menu li {
    margin-bottom: 0; }

  .navbar-main .navbar-collapse #nav-accordion .tab-content ul > li ul.dropdown-menu li a {
    color: #fff;
    text-transform: none;
    font-size: 18px;
    font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
    padding: 10px 0; }

  .navbar-main .navbar-collapse #nav-accordion .dropdown > a:after,
  .navbar-main .navbar-collapse #nav-accordion .haschildren {
    margin-bottom: 0; }

  .navbar-main .navbar-collapse #nav-accordion .dropdown > a:after,
  .navbar-main .navbar-collapse #nav-accordion .haschildren > a:after,
  .navbar-main .navbar-collapse #nav-accordion .panel-heading a:after {
    font-family: "as-icons" !important;
    content: "\e5cf"; }

  .navbar-main .navbar-collapse #nav-accordion .nochildren > a:after {
    content: "" !important; }

  .navbar-main .navbar-collapse #nav-accordion .panel-heading a:after {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 24px; }

  .navbar-main .navbar-collapse #nav-accordion .panel-heading a.direct-link:after {
    /*transform: rotate(270deg)!important;*/
    display: none; }

  .navbar-main .container {
    padding-left: 0;
    padding-right: 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 {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: #000;
  opacity: 0.4;
  z-index: 99; }

.page-scroll-top:after {
  content: "\e90b";
  font-family: "as-icons" !important;
  font-size: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  text-align: center; }

.page-scroll-top:hover, .page-scroll-top:focus {
  background-color: #ac2719;
  opacity: 0.8;
  color: #fff; }

@media (max-width: 480px) {
  .navbar.supernav .container {
    padding-left: 0;
    padding-right: 0; }

  .navbar.supernav .navbar-nav.navbar-right {
    padding-right: 0; }

  .navbar.supernav .navbar-nav.navbar-right > li.login {
    text-align: right;
    margin-left: 0;
    padding-right: 10px; }

  .navbar.supernav .navbar-nav.navbar-right > li.xs-icon {
    width: 33%;
    display: block;
    float: left;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0; }

  .navbar.supernav .navbar-nav.navbar-right > li.xs-icon > a {
    padding-left: 0;
    padding-right: 0; }

  .navbar.supernav .navbar-nav.navbar-right > li.xs-icon > a i.icon-contacts {
    margin-left: 0; }

  .navbar.supernav .navbar-nav.navbar-right > li.xs-icon:first-child {
    text-align: left;
    padding-left: 10px; }

  .navbar.supernav .navbar-nav.navbar-right > li.xs-icon:first-child > a {
    padding-left: 10px; } }
@media (max-width: 380px) {
  .navbar.supernav .navbar-nav.navbar-right {
    padding-right: 0; }

  .navbar.supernav .navbar-nav.navbar-right > li.xs-icon:first-child > a {
    padding-right: 0;
    padding-left: 0;
    text-align: center; }

  .navbar.supernav .navbar-nav.navbar-right > li.xs-icon > a,
  .navbar.supernav .navbar-nav.navbar-right > li.xs-icon:first-child {
    padding-right: 0; } }
.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: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #363636;
  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: 0; }

.navbar-default.navbar-secondary .container .navbar-action-wrapper {
  width: 100%;
  position: relative; }

.navbar-default.navbar-secondary .container .navbar-secondary-action {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 99;
  text-transform: none; }

@media (max-width: 991px) {
  .navbar-default.navbar-secondary .container .navbar-secondary-action {
    top: 8px; } }
@media (max-width: 778px) {
  .navbar-default.navbar-secondary .container .navbar-secondary-action {
    right: 10px; } }
.navbar-default.navbar-secondary .navbar-nav > li {
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-default.navbar-secondary .navbar-nav > li > a {
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  text-transform: uppercase;
  color: #363636;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #E6E6E6; }

.navbar-default.navbar-secondary .navbar-nav > li > a {
  border-right: 1px solid #E6E6E6;
  margin-right: 20px; }

.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: #ac2719; }

@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: 8px; } }
/* 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; }

  .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 .anchor-target:focus {
  outline: none; }

/* 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; } }
.navbar.navbar-main {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  transition-delay: 0s; }

.navbar.navbar-main * {
  transition: visibility 0s !important; }

@media (max-width: 767px) {
  .navbar.navbar-main * {
    transition: all 0.15s !important; } }
.nav > li.dropdown.mega-menu.open {
  position: static; }

@media (max-width: 767px) {
  .navbar-main .site-search,
  .navbar-main .site-search * {
    transition: none !important; } }
/* Popraviti postojeće definicije */
@media (max-width: 767px) {
  .navbar.supernav .navbar-right li {
    margin-top: -1px;
    /* Fix inline spacing */ }

  .navbar.supernav .navbar-nav > li.login .dropdown-menu {
    margin-top: -3px;
    /* Fix top login dropdown gap */
    overflow-y: auto; } }
#sticky-wrapper {
  /* Fix content shifting up/down when navbar shorter */
  height: 101px !important; }

#sticky-wrapper.is-sticky .navbar.navbar-main {
  background-color: #fff !important;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); }

#sticky-wrapper.is-sticky .navbar.navbar-main .navbar-toggle:before {
  color: #180f0f; }

#sticky-wrapper.is-sticky .navbar.navbar-main .navbar-nav > li > a,
#sticky-wrapper.is-sticky .navbar.navbar-main .site-search .open-search-form {
  color: #180f0f; }

#sticky-wrapper.is-sticky .navbar.navbar-main div.navbar-brand .navbar-g24-logo {
  display: inline-block;
  width: 110px;
  height: 50px;
  background-image: url("/g24-theme/css/../images/logo-g24.png"); }

@media (max-width: 480px) {
  #sticky-wrapper.is-sticky .navbar.navbar-main div.navbar-brand .navbar-g24-logo {
    width: 85px;
    height: 40px;
    margin-right: 5px; } }
#sticky-wrapper.is-sticky .navbar.navbar-main div.navbar-brand .navbar-g-logo {
  display: inline-block;
  width: 63px;
  height: 50px;
  background-image: url("/g24-theme/css/../images/generali-logo-big.svg"); }

@media (max-width: 480px) {
  #sticky-wrapper.is-sticky .navbar.navbar-main div.navbar-brand .navbar-g-logo {
    width: 85px;
    height: 40px; } }
@media (max-width: 480px) {
  #sticky-wrapper.is-sticky .navbar.navbar-main div.navbar-brand {
    margin-left: 15px; } }
@media (max-width: 480px) {
  #sticky-wrapper {
    height: 57px !important; } }
.navbar-secondary-placeholder #sticky-wrapper {
  height: auto !important; }

/* Fix main nav breaking appart on tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-main .navbar-right li a.dropdown-toggle {
    font-size: 14px;
    width: auto; }

  .navbar-main .navbar-right > li {
    padding-top: 40px; }

  .navbar.navbar-main.navbar-shorter .navbar-right > li {
    padding-top: 25px; }

  .navbar-main .navbar-right li a.dropdown-toggle {
    min-height: 40px; } }
/* mega-menu wrapper */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown.mega-menu {
  position: static; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.mega-menu .dropdown-menu {
  left: -15px;
  right: -15px; }

/*
body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

.about-section {
    height: 800px;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 800px;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.contact-section {	
    height: 800px;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}
*/
.hero {
  min-height: 400px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ac2719;
  background-size: cover; }

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero p {
  color: #fff; }

.hero h1 {
  display: inline-block;
  margin-top: 20px;
  width: auto;
  padding: 8px;
  text-align: left;
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 600;
  border-left: 5px solid #ac2719; }

.hero__custom-title {
  margin-top: 20px;
  width: 100%;
  text-align: left;
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif; }

.hero__custom-title::after {
  display: none; }

.hero p.hero-static-description,
.hero p.actions {
  text-align: left; }

.hero p.hero-static-description {
  font-size: 17px;
  display: inline-block;
  padding: 6px; }

.hero .text-right * {
  text-align: right !important; }

.hero .text-center * {
  text-align: center !important; }

@media (max-width: 767px) {
  .hero h1 {
    margin-top: 15px;
    font-size: 34px;
    margin-bottom: 20px; }

  .hero p.hero-static-description {
    font-size: 16px;
    letter-spacing: 0; } }
.hero + section .content-wrapper {
  position: relative;
  top: -120px; }

.hero-wrapper + section .content-wrapper {
  position: relative;
  top: -120px; }

@media screen and (max-width: 767px) {
  .hero p.actions .btn-lg,
  .hero p.actions .btn-group-lg > .btn {
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 10px; } }
#single-image-hero > .container {
  position: relative;
  z-index: 2; }

#single-image-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 0; }

.carousel .carousel-indicators li {
  transition: all 0.4s;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px; }

.carousel .carousel-indicators li.active {
  transform: scale(0.5); }

#carousel-hero {
  min-height: auto; }

@media (min-width: 768px) {
  #carousel-hero {
    flex-direction: column; } }
#carousel-hero .carousel-inner {
  width: 100%;
  height: 100%; }

@media (min-width: 768px) {
  #carousel-hero .carousel-inner {
    flex: 1 1 1px; } }
@media (min-width: 768px) {
  #carousel-hero .carousel-inner {
    min-height: 630px; } }
#carousel-hero .carousel-inner .item {
  height: 100%;
  color: #fff;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

#carousel-hero .carousel-inner .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -1; }

#carousel-hero .carousel-inner .item .content-area {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 24px 0px 76px 0; }

#carousel-hero .item:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px; }

#carousel-hero .carousel-controls {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  z-index: 100; }

#carousel-hero .carousel-control {
  position: absolute;
  z-index: 100;
  width: 45px;
  height: 45px;
  bottom: 15px;
  top: auto;
  background-color: #ac2719;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; }

@media (min-width: 768px) {
  #carousel-hero .carousel-control {
    bottom: 25px; } }
#carousel-hero .carousel-control.right {
  right: 16px; }

@media (min-width: 1350px) {
  #carousel-hero .carousel-control.right {
    bottom: auto;
    top: 50%; } }
#carousel-hero .carousel-control.left {
  left: 16px; }

@media (min-width: 1350px) {
  #carousel-hero .carousel-control.left {
    bottom: auto;
    top: 50%; } }
#carousel-hero .carousel-control .glyphicon {
  margin: 0;
  position: static;
  width: 20px;
  height: 20px;
  font-size: 20px; }

#carousel-hero .carousel-control:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px; }

#carousel-hero h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }

#carousel-hero h4 {
  font-size: 24px;
  margin-bottom: 50px;
  position: relative;
  margin-top: 0; }

#carousel-hero h4:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 150px;
  left: 0;
  bottom: -15px;
  height: 3px;
  background-color: #fff;
  opacity: 0.5; }

#carousel-hero .text-center h4:after {
  left: 50%;
  transform: translateX(-50%); }

#carousel-hero .text-right h4:after {
  left: auto;
  right: 0; }

#carousel-hero p.lead {
  font-size: 17px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 6px;
  padding-left: 0; }

#carousel-hero p.actions {
  margin-top: 45px;
  margin-bottom: 0; }

#carousel-hero p.actions .btn-lg, #carousel-hero p.actions .btn-group-lg > .btn {
  padding: 12px 30px;
  font-size: 19px; }

#carousel-hero p.actions .btn + .btn {
  margin-left: 10px; }

#carousel-hero .btn.btn-default-inverse:hover,
#carousel-hero .btn.btn-default-inverse:active {
  background-color: #fff;
  color: #ac2719; }

@media (max-width: 991px) {
  #carousel-hero h3 {
    font-size: 36px; } }
@media (max-width: 767px) {
  #carousel-hero h3 {
    font-size: 36px; }

  #carousel-hero h4 {
    font-size: 20px;
    margin-bottom: 40px; }

  #carousel-hero h4:after {
    bottom: -15px; }

  #carousel-hero p.lead {
    margin-top: 30px; }

  #carousel-hero p.actions {
    margin-top: 40px; }

  #carousel-hero p.actions .btn-lg, #carousel-hero p.actions .btn-group-lg > .btn {
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 10px; } }
@media (max-width: 360px) {
  #carousel-hero h3 {
    font-size: 30px; }

  #carousel-hero h4 {
    font-size: 18px; }

  #carousel-hero p.lead {
    font-size: 16px; }

  #carousel-hero p.actions .btn-lg, #carousel-hero p.actions .btn-group-lg > .btn {
    display: block;
    text-align: center !important; }

  #carousel-hero p.actions .btn-lg + .btn-lg, #carousel-hero p.actions .btn-group-lg > .btn + .btn-lg, #carousel-hero p.actions .btn-group-lg > .btn-lg + .btn, #carousel-hero p.actions .btn-group-lg > .btn + .btn {
    margin-left: 0; } }
#carousel-testimonials img {
  float: right;
  border-radius: 50%; }

#carousel-testimonials .carousel-indicators {
  position: static;
  display: inline-block;
  width: auto;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 0; }

#carousel-testimonials .carousel-indicators li {
  border-color: #ac2719; }

#carousel-testimonials .carousel-indicators li.active {
  background-color: #ac2719; }

#carousel-testimonials h4:before,
#carousel-testimonials h4:after,
#carousel-testimonials p.testimonial:before,
#carousel-testimonials p.testimonial:after {
  content: '"'; }

@media (max-width: 767px) {
  #carousel-testimonials {
    text-align: center; }

  #carousel-testimonials img {
    float: none; }

  #carousel-testimonials h4 {
    margin-top: 20px; } }
.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 {
  background-color: #F2F2F2;
  border-radius: 50%;
  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: #ac2719; }

.icon-link-list a.icon-link-item h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #ac2719;
  position: absolute;
  text-align: center;
  top: 58%;
  left: 0;
  width: 100%;
  transition: all 0.2s;
  padding: 0 5px; }

.icon-link-list a.icon-link-item:hover .circle {
  background-color: #ac2719; }

.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: #ac2719; } }
@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-weight: 400;
  text-transform: uppercase;
  color: #363636;
  display: inline-block;
  position: relative;
  top: -13px;
  margin: 0 5px;
  cursor: pointer; }

.toggle-switch a:hover {
  color: #ac2719; }

.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: #ac2719; }

.toggle-switch .toggle i:before {
  content: "";
  background-color: #ac2719;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 42px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-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: #ac2719; }

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

footer {
  background-color: #363636;
  padding: 0 0 30px 0;
  min-height: 100px;
  color: #999999; }

footer a {
  color: #ccc; }

footer a:hover {
  color: #fff; }

footer .group-title {
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px; }

footer .group-title a,
footer .group-title a:visited {
  color: #fff; }

footer .links ul {
  list-style: none;
  margin: 0;
  padding: 0; }

footer .links ul li {
  margin-bottom: 6px; }

footer .links ul li a:hover {
  text-decoration: underline; }

footer .links ul.two-column-list:before, footer .links ul.two-column-list:after {
  content: " ";
  display: table; }

footer .links ul.two-column-list:after {
  clear: both; }

footer .links ul.two-column-list li {
  min-width: 90px; }

@media (max-width: 767px) {
  footer .links ul.two-column-list li {
    width: 33%;
    margin-right: 0; } }
@media (max-width: 600px) {
  footer .links ul.two-column-list li {
    max-width: auto;
    width: 50%;
    margin-right: 0; } }
footer .social .social-icons a {
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 10px; }

footer .social .social-icons a:last-child {
  margin-right: 0; }

footer .social .social-icons a i {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #fff;
  border: 0;
  border-radius: 50%;
  transition: all 0.2s; }

footer .social .social-icons a i:before {
  position: relative;
  top: -1px; }

footer .social .social-icons a:hover i {
  border-color: #F2F2F2; }

footer .social .social-icons a .svg-container {
  position: relative;
  text-align: center;
  padding: 1px 1px; }

footer .social .social-icons a .svg-container svg {
  fill: #8c8c8c;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0; }

footer .social .social-icons a .svg-container svg:hover {
  fill: #fff; }

footer .social a.promo-img {
  display: block;
  margin-top: 20px; }

footer .social a.promo-img img {
  max-width: 100%; }

footer .social a.promo-img:hover {
  opacity: 0.8; }

footer .partners {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #5E5E5E; }

footer .partners img {
  max-width: 70%;
  margin-bottom: 20px;
  opacity: 0.35;
  transition: all 0.2s; }

footer .partners img:hover {
  opacity: 1; }

@media (max-width: 1199px) {
  footer .links {
    float: none;
    width: 100%; }

  footer .social .social-icons {
    margin-right: 30px;
    margin-bottom: 20px; }

  footer .social a.promo-img {
    margin-top: 0; } }
.footer .group-title {
  width: 100%; }

.footer__desktop {
  padding-top: 30px; }

.footer__second-row {
  border-top: 1px solid #5E5E5E;
  padding-top: 20px;
  margin-top: 10px; }

.footer__gPlay {
  width: 150px;
  margin-left: -10px;
  margin-top: -10px; }

@media (min-width: 310px) {
  .footer__aStore {
    margin-top: -10px; } }
.footer__badges {
  display: block;
  flex-wrap: wrap; }

.footer__badges img {
  height: 55px;
  margin-top: -8px; }

.footer__badge {
  margin-left: -0.6rem;
  /* 10 */ }

@media (min-width: 992px) {
  .footer__badge {
    margin-right: 0; } }
.footer__telnum {
  display: inline-block; }

.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%;
  background-color: #000; }

.card .img-link img {
  width: 100%;
  opacity: 0.7;
  transition: all 0.5s; }

.card .img-link:hover {
  background-color: #111; }

.card .img-link.round {
  border-radius: 50%;
  max-width: 60%;
  width: 60%; }

.card .img-link.round img {
  border-radius: 50%; }

.card .card-content {
  padding: 20px;
  padding-bottom: 5px; }

.card .card-content h4 {
  margin-top: 0;
  margin-bottom: 10px; }

@media (max-width: 600px) {
  .card .card-content h4 {
    margin-top: 20px; } }
.card .card-content h4 sup {
  top: 0; }

.card .card-content h4 a {
  color: #180f0f; }

.card .card-content h4 a:hover {
  color: #ac2719; }

.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;
  transition: all 0.2s ease; }

.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;
  font-weight: 600;
  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: xall 0.2s; }

.card.card-image-link:hover {
  background-color: #111; }

@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: #180f0f; }

.card .card-content .nounderline a:hover {
  color: #ac2719; }

.card .card-content .nounderline a:not([href]),
.card .card-content .nounderline a:not([href]):hover {
  color: #180f0f; }

.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: #ac2719; }

.filters .mui-checkbox.inline {
  margin-right: 20px; }

.filters .mui-checkbox.inline input[type=checkbox]:focus-visible {
  outline-offset: 8px;
  left: -6px;
  top: 0px;
  position: relative; }

.filters .mui-checkbox.inline + .mui-checkbox.inline {
  margin-left: 0; }

.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: #ac2719; }

.poslovalnice .search-form .dropdown-menu.poslovalnice-search-dropdown > li:first-child > a.hover {
  color: #962422;
  background-color: transparent; }

.poslovalnice .search-form .dropdown-menu.poslovalnice-search-dropdown > li > a:hover {
  color: #962422;
  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; }

.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-weight: 600; }

.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;
  font-weight: 400;
  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: #ac2719;
  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; } }
.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; }

.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: #ac2719; }

.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: #ac2719; }

.skode .list-group.list-group-2 .card-skode .img-container.tinted.img-round {
  background-color: #962422;
  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-weight: 600;
  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: #180f0f; }

.document-list a i {
  color: #ac2719;
  float: left;
  width: 32px;
  font-size: 24px; }

.document-list a span {
  color: #5E5E5E; }

.document-list a:hover {
  color: #ac2719; }

@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: 13px; }

table th {
  background-color: #ac2719;
  color: #fff;
  font-weight: 400;
  border-right: 1px solid #ea7e73; }

table td {
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6; }

table th:last-child {
  border-right: 1px solid #ac2719; }

table td:first-child {
  border-left: 1px solid #E6E6E6; }

table th.empty {
  background-color: transparent; }

table tr:hover td,
table td.focus {
  background-color: #f4ded3; }

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 th:first-child {
  border-right: 1px solid #ac2719; }

table.responsive.vepi td:first-child {
  width: 170px;
  background-color: #ac2719;
  color: #fff;
  font-weight: 400;
  border-bottom-color: #ea7e73; }

table.responsive.vepi tr:hover td:first-child {
  background-color: #ac2719; }

table.responsive.vepi td:first-child {
  border-left: 1px solid #ac2719; }

table.responsive.vepi td:not(:first-child) {
  text-align: right; }

table.responsive.vepi tr:last-child td:first-child {
  border-bottom: 1px solid #ac2719; }

@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: #ac2719;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: -0.05em;
    border-bottom-color: #ea7e73;
    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: #ac2719; }

  div.pinned table.vepi td:first-child {
    border-left: 1px solid #ac2719; }

  div.pinned table.vepi tr:last-child td:first-child {
    border-bottom: 1px solid #ac2719; }

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

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;
  background-color: #b82826; }

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 th.empty-header {
  background-color: #E6E6E6; }

table th.empty-header-secondary {
  background-color: #F2F2F2; }

table td.empty-footer {
  background-color: white; }

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-weight: 600;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center; }

h5.table-title:first-child {
  margin-top: 0; }

h5.graph-title {
  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: #ac2719; }

.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: #f99d1c; }

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

.divTableVepi .dataTables_scrollHeadInner {
  width: auto !important;
  background-color: #ac2719; }

.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: #ac2719; }

.article h3 {
  font-size: 28px; }

.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 #ac2719;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-weight: 500; }

.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-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 16px;
  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: #ac2719;
  position: relative; }

.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: #ac2719;
  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 #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:after {
  position: absolute;
  bottom: 20px;
  left: 30px;
  display: block;
  width: 140px;
  height: 100px;
  content: "";
  background-image: url("/g24-theme/css/../images/calculation.png");
  background-repeat: no-repeat;
  background-size: contain; }

.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: #363636; }

.calculation .calculation-inner table td:first-child {
  text-transform: uppercase; }

.calculation .calculation-inner table td:last-child {
  text-align: right;
  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; }

.related-links .svg-container {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px; }

.related-links .svg-container .svg-content {
  fill: #ac2719; }

.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;
  font-weight: 400; }

@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: #363636; }

.search-result-single h4 a:hover {
  color: #962422; }

.search-result-single + .search-result-single {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px; }

.footer-menu-trigger {
  padding: 10px 20px;
  background-color: #180f0f;
  color: #fff;
  display: block;
  font-size: 18px;
  position: relative;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-weight: 600; }

.footer-menu-trigger i {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 20px; }

.footer-menu-trigger:hover, .footer-menu-trigger:focus {
  color: #fff;
  background-color: #0e0909; }

#footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 20px 20px;
  background-color: #180f0f; }

#footer-menu ul li.menu-group-title {
  color: #E6E6E6;
  padding: 10px 0 0 0;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-size: 17px;
  text-transform: uppercase; }

#footer-menu ul li a {
  color: #F2F2F2;
  display: block;
  padding: 7px 15px; }

#footer-menu ul li a:hover {
  background-color: #2e2e2e; }

#footer-mobile {
  padding-top: 30px; }

/* Forms autocomplete design*/
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  font-size: 14px;
  background-color: #f4ded3;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif; }

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete li > div.ui-menu-item-wrapper {
  padding: 5px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #180f0f;
  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: #ac2719;
  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-fr-w {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif; }

.mbsc-mobiscroll .mbsc-sc-itm {
  font-size: 20px; }

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

.mbsc-mobiscroll .mbsc-fr-btn {
  color: #ac2719; }

.mbsc-mobiscroll.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover,
.mbsc-mobiscroll .mbsc-fr-btn-a {
  background: #ac2719;
  color: #fff; }

/* Notice box */
.notice {
  color: #962422;
  background-color: #c7e8f8;
  border-color: #bce8f1;
  padding: 10px 15px;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 0.9em; }

/* Landing page */
.landing-page body.no-scroll {
  overflow: visible;
  width: auto;
  height: auto;
  position: static; }

.landing-page-nav.navbar-main .navbar-right > li:last-child::after {
  display: none; }

.landing-page-nav.navbar-main .navbar-right > li:last-child a {
  padding-right: 0; }

/* Tooltip custom */
.tooltip-custom {
  position: relative;
  display: inline-block;
  background-image: url(/g24-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; }

/* ----------------------------- rating module ------------------------------ */
.g24-rating {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 680px;
  padding: 12px 40px 25px 65px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.18);
  text-align: center; }

.g24-rating::before {
  content: "";
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  position: absolute;
  bottom: -30px;
  left: 10%; }

.g24-rating__container {
  margin-bottom: 20px;
  text-transform: uppercase; }

.g24-rating__container--3 {
  margin-bottom: 0; }

.g24-rating__heading {
  text-transform: none;
  margin-bottom: 0;
  font-size: 32px;
  margin-top: 5px; }

.g24-rating__heading-2 {
  font-weight: 700;
  margin-bottom: 5px; }

.g24-rating__rating-star {
  display: inline-block;
  width: 22px;
  height: 22px; }

.g24-rating__rating-star.full {
  background-image: url("/g24-theme/css/../images/full-star.svg"); }

.g24-rating__rating-star.half {
  background-image: url("/g24-theme/css/../images/half-star.svg"); }

.g24-rating__value {
  display: inline-block;
  font-size: 30px;
  margin-left: 5px;
  line-height: 1.3;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-weight: 400; }

.g24-rating__count {
  margin-bottom: 5px;
  font-weight: 700; }

@media (min-width: 641px) {
  .g24-rating {
    flex-flow: row nowrap; }

  .g24-rating__container {
    flex-grow: 1;
    flex-basis: 200px;
    text-align: center;
    margin-bottom: 0; }

  .g24-rating__container--1 {
    max-width: 110px; }

  .g24-rating__container--2 {
    flex-basis: 300px; } }
.info-example .info-example__heading {
  color: #fff !important; }

.info-example .calculation h2 {
  color: #363636; }

.info-example .calculation h2:after {
  background-color: #ac2719; }

/* ------------ 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: #ac2719; }

.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 #ac2719;
  margin-right: 10px;
  background-color: #fff;
  margin-top: 0; }

@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; } }
#skip-to-content {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translate(-1000%, -1000%);
  z-index: 99999999;
  background-color: #333;
  color: #fff;
  padding: 0.5rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  clip: initial !important; }

#skip-to-content:focus {
  transform: translate(-50%, 0); }

.m04 {
  padding: 35px 10px 50px 10px;
  text-align: center; }

.m04__container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto; }

.m04__heading {
  color: #180f0f;
  margin-bottom: 24px; }

.m04__heading::after {
  display: none; }

.m04__desc {
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif; }

.m04__rev-num {
  font-size: 18px;
  color: #5E5E5E;
  margin-bottom: 20px; }

.m04__stars {
  max-width: 400px;
  margin: 20px auto; }

.m04__rating {
  display: flex;
  justify-content: space-around; }

.m04__rating p {
  font-size: 18px;
  text-transform: lowercase; }

.m04__rating p::first-letter {
  text-transform: uppercase; }

.m04__circular-chart {
  display: block;
  margin: 10px auto;
  width: 140px;
  max-height: 250px; }

.m04__circular-chart #linear .stop1 {
  stop-color: #ac2719; }

.m04__circular-chart #linear .stop2 {
  stop-color: #ac2719; }

.m04__circular-chart .circle {
  stroke: #ac2719;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards; }

.m04__circular-chart .circle-bg {
  fill: none;
  stroke: rgba(94, 94, 94, 0.2);
  stroke-width: 2.4; }

.m04__circular-chart .percentage {
  font-size: 10px;
  text-anchor: middle; }

.m04__circular-chart .total {
  font-size: 3.5px;
  text-anchor: middle;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif; }

.m04__review {
  margin-left: 10px;
  margin-right: 10px; }

.m04__review:focus {
  outline: none; }

.m04__review-name {
  font-size: 20px;
  color: #180f0f;
  margin-bottom: 0;
  text-transform: lowercase; }

.m04__review-name::first-letter {
  text-transform: uppercase; }

.m04__review-date {
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif; }

.m04__review-stars {
  margin-bottom: 10px; }

.m04__review-desc {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif; }

.m04__group {
  border-top: 1px solid rgba(94, 94, 94, 0.15);
  padding-top: 20px; }

.m04 .stars-outer {
  position: relative;
  display: inline-block; }

.m04 .stars-outer::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005\f005\f005\f005\f005";
  color: rgba(94, 94, 94, 0.3);
  letter-spacing: 0; }

.m04 .stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0; }

.m04 .stars-inner::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005\f005\f005\f005\f005";
  color: #ac2719;
  letter-spacing: 0;
  font-weight: 600; }

@media (min-width: 768px) {
  .m04__average {
    display: inline-flex;
    align-items: center;
    margin: 10px 0 20px 0; }

  .m04__circular-chart {
    margin: 0 10px; }

  .m04__stars {
    margin: 0 10px; }

  .m04__rating {
    width: 200px; } }
@media (min-width: 900px) {
  .m04__group {
    width: 90%;
    margin: 0 auto; } }
@media (min-width: 1280px) {
  .m04 .g24-swiper {
    padding-left: 60px;
    padding-right: 60px; } }
@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }

.maForm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap; }

.maForm input {
  border-radius: 0px;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif; }

.maForm .formText,
.maForm .formSelect {
  width: 100%;
  height: 35px;
  max-width: 768px;
  border-radius: 0px;
  padding: 4px 5px;
  margin-top: 5px;
  border: 1px solid #ddd;
  color: #555;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  box-shadow: none;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
  background-color: #f7f7f7; }

.maForm .formText:focus,
.maForm .formSelect:focus,
.maForm .formTextarea:focus {
  border-width: 2px;
  border-color: #ac2719;
  outline: none; }

.maForm .formCheckboxLabel {
  font-size: 16px;
  text-transform: none;
  line-height: 1.2em;
  color: #878787;
  max-width: 767px; }

.maForm button {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #ac2719;
  transition: background-color 200ms ease;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: none;
  border: 0;
  border-radius: 0; }

.maForm button:hover {
  background-color: #962422;
  text-decoration: none;
  color: #fff; }

.maForm button:focus {
  color: #fff;
  text-decoration: none; }

.maForm .maFormElement {
  flex-basis: 300px;
  flex-grow: 1;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px; }

.maForm .maFormFieldTypeComboName {
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1; }

.maForm .maFormFieldTypeStandardSubmitButton {
  flex-basis: 100%;
  text-align: center; }

.maForm .maFormFieldTypeStandardCheckbox {
  width: 100%;
  flex-basis: 100%; }

.maForm .formCheckbox {
  margin-right: 5px; }

.maForm .formRequiredLabel {
  color: #C40303; }

.maForm .formSelect {
  background-image: url("/g24-theme/css/../images/icons/la_angle-down-solid.svg");
  background-position: 98% 50%;
  -webkit-appearance: none;
  background-repeat: no-repeat; }

.maForm .formSelect::-ms-expand {
  display: none; }

.maForm label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }

.maForm .maFormComboContainer {
  display: flex; }

.maForm .maFormComboHalf {
  flex-basis: 200px;
  flex-grow: 1; }

.maForm .maFormComboFirstHalf {
  margin-right: 5px; }

.maForm .maFormComboSecondHalf {
  margin-left: 5px; }

.maForm .formTextarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  min-height: 100px;
  border: 1px solid #ccc;
  resize: vertical;
  background-color: #f7f7f7;
  padding: 15px;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
  line-height: 1.6; }

.maForm .formRequired.formRequiredError {
  border: 1px solid #962422;
  background-color: rgba(150, 36, 34, 0.2); }

.g24-article-rectg__iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  z-index: 1; }

.g24-article-rectg__iframe-container--in-column {
  padding-bottom: 66.7%; }

.g24-article-rectg__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cd-module {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #b22b25;
  color: #fff;
  overflow-y: auto;
  text-align: center;
  z-index: 9999999;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4); }

.cd-module a:focus {
  color: #fff; }

.cd-module__container {
  padding-bottom: 0 0 5px 0; }

.cd-module__heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase; }

.cd-module__text {
  text-align: justify;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif; }

.cd-module__text--1 {
  margin-bottom: 15px;
  max-height: 200px;
  overflow-y: auto;
  font-size: 1.4rem; }

.cd-module__text--2 {
  margin-bottom: 35px;
  max-width: 700px; }

.cd-module__text a, .cd-module__text a:visited, .cd-module__text a:hover {
  color: #fff;
  text-decoration: underline; }

.cd-module__button {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  cursor: pointer; }

.cd-module__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  transition: none; }

.cd-module__buttons {
  text-align: center;
  width: 100%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 0.75rem;
  /* 12/16 */ }

.cd-module__link {
  padding: 8px;
  width: 100%;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #fff;
  transition: none; }

.cd-module__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px; }

.cd-module-settings {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #b22b25;
  color: #fff;
  z-index: 9999;
  display: none;
  height: 100vh;
  width: 100%;
  max-width: 750px;
  z-index: 9999999;
  overflow-y: auto;
  margin: 0 auto; }

.cd-module-settings__container {
  padding-bottom: 30px; }

.cd-module-settings__heading {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  font-weight: 400; }

.cd-module-settings__settings {
  margin-bottom: 25px; }

.cd-module-settings__label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer; }

.cd-module-settings__hCheck {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0; }

.cd-module-settings__hCheck:disabled + .cd-module-settings__check {
  background-color: #fff; }

.cd-module-settings__hCheck:checked + .cd-module-settings__check::before {
  transform: translate(20px, -50%);
  background-color: #b22b25;
  border-color: #b22b25; }

.cd-module-settings__hCheck:disabled + .cd-module-settings__check::before {
  background-color: #000; }

.cd-module-settings__hCheck:checked + .cd-module-settings__check {
  background-color: #fff; }

.cd-module-settings__hCheck:focus-visible + .cd-module-settings__check {
  outline: 3px solid #fff;
  outline-offset: 4px; }

.cd-module-settings__check {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 24px;
  background-color: #fff;
  border-radius: 999px;
  margin-right: 25px;
  transition: all 0.1s ease; }

.cd-module-settings__check::before {
  display: block;
  content: "";
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 3px;
  transition: background 0.1s ease, transform 0.2s ease;
  transform: translate(0, -50%);
  border: 2px solid #B5B5B5; }

.cd-module-settings__necessary {
  cursor: default; }

@media (min-width: 768px) {
  .cd-module {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    width: 100%;
    max-width: 850px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
    height: auto;
    max-height: 100vh;
    margin: 0 auto;
    border-radius: 15px; }

  .cd-module__container {
    max-width: 625px;
    padding-bottom: 30px;
    padding-top: 30px; }

  .cd-module__heading {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 34px;
    letter-spacing: 2px; }

  .cd-module__text--1 {
    max-height: none;
    overflow: visible;
    margin-bottom: 20px;
    text-align: center; }

  .cd-module__text--1 p:last-of-type {
    margin-bottom: 0; }

  .cd-module__buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    flex: 1 0 100px;
    max-width: 300px; }

  .cd-module__buttons--settings {
    align-items: center; }

  .cd-module__buttons--settings .cd-module__button,
  .cd-module__buttons--settings .cd-module__link {
    flex: 0; }

  .cd-module__button {
    display: inline-block;
    flex: 0 0 auto; }

  .cd-module-settings {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    width: 100%;
    max-width: 850px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
    height: auto;
    max-height: 100vh; }

  .cd-module-settings__container {
    max-width: 625px;
    padding-bottom: 0; }

  .cd-module-settings__heading {
    font-size: 3.2rem; }

  .cd-module-settings__settings {
    display: flex;
    flex-wrap: wrap; }

  .cd-module-settings__label {
    flex: 1 0 250px;
    margin-bottom: 20px; }

  .cd-module-settings__label:nth-of-type(2n) {
    flex-basis: 150px; } }
.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: #ac2719;
  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 #919191;
  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: #ac2719;
  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-weight: 400;
  line-height: inherit;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mui-select:focus > label,
.mui-select > select:focus ~ label {
  color: #ac2719; }

.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-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: #ac2719; }

.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: #ac2719;
  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: "Oswald";
  font-size: 1em;
  border-width: 2px;
  text-transform: uppercase; }

.btn.btn-default {
  background-color: transparent; }

.btn.btn-default:hover {
  background-color: #ac2719;
  color: #fff;
  border-color: #ac2719; }

.btn.btn-default.btn-secondary {
  color: #f99d1c;
  border-color: #f99d1c; }

.btn.btn-default.btn-secondary:hover {
  background-color: #f99d1c;
  color: #fff; }

.btn.btn-link {
  font-weight: 400; }

.btn.btn-link.btn-link-gray {
  color: #180f0f; }

.btn.btn-link.btn-link-gray:hover, .btn.btn-link.btn-link-gray:active {
  color: #ac2719; }

.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.btn-default-inverse:hover,
.btn.btn-default-inverse:active {
  background-color: rgba(0, 0, 0, 0.1); }

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

.btn.btn-sm, .btn-group-sm > .btn {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
  border-radius: 3px;
  font-size: 14px;
  border: none; }

.btn-transparent {
  color: #363636; }

.btn-transparent:hover {
  color: #999999; }

.btn-tertiary {
  text-align: center;
  background-color: transparent;
  color: #962422;
  border: 2px solid #962422; }

.btn-tertiary div.file-upload-icon {
  width: 30px;
  position: absolute;
  margin-left: -7px; }

.btn-tertiary svg {
  fill: #ac2719;
  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-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: #ac2719; }

.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: #ac2719;
  background-color: #ac2719; }

.mui-radio label input:checked + i {
  border-color: #ac2719;
  background-color: transparent; }

.mui-radio label input:checked + i:after {
  background-color: #ac2719; }

.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: #a5a5a5; }

.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: #180f0f; }

.mui-form-inverse .mui-select__menu .mui-optgroup__label {
  cursor: default;
  font-weight: 600;
  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 #0e0909; }

.mui-form-inverse .mui-select__menu > div.mui-optgroup__option:not(.mui--is-selected):hover {
  background-color: transparent;
  color: #ac2719; }

.mui-form-inverse .mui-select__menu > div.mui--is-selected {
  background-color: #363636; }

@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 #d9d9d9; }

.modal-input label {
  font-size: 13px;
  color: #5E5E5E;
  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: #f4ded3; }

.modal-input input:focus + label {
  color: #180f0f; }

.form-table {
  width: 70%; }

.form-table .navigation-preview {
  display: table;
  background-color: #ac2719;
  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: #050505;
  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-weight: 600;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  background-color: #363636;
  color: #fff;
  font-size: 20px; }

.form-table .form-group-secondary-title {
  padding: 10px 15px;
  font-weight: 600;
  font-family: "Oswald", Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
  background-color: #ac2719;
  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; }

.form-table .form-description-row {
  background-color: #d42f2c;
  color: #180f0f;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  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: #ac2719;
  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 #d1d1d1 !important; }

.form-table .disabled-row {
  background-color: #F2F2F2; }

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

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

.form-table .form-row .one-third {
  float: left;
  width: 33.333%; }

.form-table .form-row .one-third:last-child {
  border-left: 1px solid #d1d1d1; }

.form-table .form-row .two-thirds {
  float: left;
  width: 66.666%; }

.form-table .form-row .two-thirds:last-child {
  border-left: 1px solid #d1d1d1; }

.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: #ac2719;
  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: #ac2719;
  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: #050505;
  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: #050505;
  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: #050505; }

.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: #5E5E5E;
  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: #f4ded3; }

.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: #180f0f; }

.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: #f4ded3; }

.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-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: #ac2719; }

.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: #ac2719;
  background-color: #ac2719; }

.form-table .form-row .radio label input:checked + i {
  border-color: #ac2719;
  background-color: transparent; }

.form-table .form-row .radio label input:checked + i:after {
  background-color: #ac2719; }

.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: #a5a5a5; }

.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: #f4ded3; }

.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: #f4ded3; }

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

  .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;
  font-weight: normal;
  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(/g24-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: #3498db;
  color: white;
  font-weight: bold;
  padding: 6px 10px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  min-width: 120px;
  height: 40px;
  margin: 20px 0; }

.contact-form__button-regular:hover {
  background-color: #0085c3; }

.contact-form__button-regular--orange {
  background-color: #ff6000; }

.contact-form__button-regular--orange:hover {
  background-color: #cc4d00; }

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

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d; }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: initial; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: initial; }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: initial; }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: initial; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: initial; }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: initial; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg); }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev"; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next"; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 8px;
  top: auto;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 8px;
  left: auto;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right; }

.swiper-pagination-fraction {
  color: inherit; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 4px;
  top: auto;
  z-index: 50;
  height: 4px;
  width: 98%; }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: auto;
  right: 4px;
  top: 1%;
  z-index: 50;
  width: 4px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.g24-swiper {
  padding-bottom: 3.375rem;
  /* 54/16 */
  padding-left: 1px;
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px; }

.g24-swiper .swiper-slide {
  height: auto; }

.g24-swiper-wrapper {
  position: relative; }

.g24-swiper-wrapper .swiper-button-next.g-next-arrow {
  display: none; }

.g24-swiper-wrapper .swiper-button-disabled {
  display: none !important; }

.g24-swiper-wrapper .swiper-button-next.g24-next-arrow,
.g24-swiper-wrapper .swiper-button-prev.g24-prev-arrow {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  bottom: 5px;
  top: auto; }

.g24-swiper-wrapper .swiper-button-next.g24-next-arrow {
  right: 15px; }

.g24-swiper-wrapper .swiper-button-prev.g24-prev-arrow {
  left: 15px; }

.g24-swiper-wrapper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #949494;
  opacity: 1; }

.g24-swiper-wrapper .swiper-pagination-bullet-active {
  background-color: #333; }

.swiper-button-next.g24-next-arrow::after {
  display: none; }

.swiper-button-prev.g24-prev-arrow::after {
  display: none; }

.swiper-horizontal > .g24-swiper-pagination {
  bottom: 0; }

@media (min-width: 900px) {
  .g24-swiper {
    padding-bottom: 3.5rem;
    /* 56/16 */ }

  .g24-swiper-wrapper .swiper-button-next.g24-next-arrow,
  .g24-swiper-wrapper .swiper-button-prev.g24-prev-arrow {
    width: 40px;
    height: 40px;
    bottom: 5px; } }
@media (min-width: 1280px) {
  .g24-swiper {
    padding-left: 1rem;
    /* 16/16 */
    padding-right: 1rem;
    /* 16/16 */
    margin-left: 0;
    margin-right: 0; }

  .g24-swiper-wrapper {
    margin-left: -0.75rem;
    /* -12/16 */
    margin-right: -0.75rem;
    /* -12/16 */ }

  .g24-swiper-wrapper .swiper-button-next.g24-next-arrow {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px; }

  .g24-swiper-wrapper .swiper-button-prev.g24-prev-arrow {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px; }

  .g24-swiper-pagination {
    display: none !important; } }
/* for overriding aui styles when logged in */
.aui .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  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; }

.aui .btn:focus, .aui .btn.focus, .aui .btn:active:focus, .aui .btn:active.focus, .aui .btn.active:focus, .aui .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px; }

.aui .btn:hover, .aui .btn:focus, .aui .btn.focus {
  color: #ac2719;
  text-decoration: none; }

.aui .btn:active, .aui .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); }

.aui .btn.disabled, .aui .btn[disabled], fieldset[disabled] .aui .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.aui a.btn.disabled, fieldset[disabled] .aui a.btn {
  pointer-events: none; }

.aui .btn-default {
  color: #ac2719;
  background-color: transparent;
  border-color: #ac2719; }

.aui .btn-default:focus, .aui .btn-default.focus {
  color: #ac2719;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7f1c12; }

.aui .btn-default:hover {
  color: #ac2719;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7f1c12; }

.aui .btn-default:active, .aui .btn-default.active, .open > .aui .btn-default.dropdown-toggle {
  color: #ac2719;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7f1c12; }

.aui .btn-default:active:hover, .aui .btn-default:active:focus, .aui .btn-default:active.focus, .aui .btn-default.active:hover, .aui .btn-default.active:focus, .aui .btn-default.active.focus, .open > .aui .btn-default.dropdown-toggle:hover, .open > .aui .btn-default.dropdown-toggle:focus, .open > .aui .btn-default.dropdown-toggle.focus {
  color: #ac2719;
  background-color: rgba(0, 0, 0, 0);
  border-color: #69170f; }

.aui .btn-default:active, .aui .btn-default.active, .open > .aui .btn-default.dropdown-toggle {
  background-image: none; }

.aui .btn-default.disabled:hover, .aui .btn-default.disabled:focus, .aui .btn-default.disabled.focus, .aui .btn-default[disabled]:hover, .aui .btn-default[disabled]:focus, .aui .btn-default[disabled].focus, fieldset[disabled] .aui .btn-default:hover, fieldset[disabled] .aui .btn-default:focus, fieldset[disabled] .aui .btn-default.focus {
  background-color: transparent;
  border-color: #ac2719; }

.aui .btn-default .badge {
  color: transparent;
  background-color: #ac2719; }

.aui .btn-primary {
  color: #fff;
  background-color: #ac2719;
  border-color: #ac2719; }

.aui .btn-primary:focus, .aui .btn-primary.focus {
  color: #fff;
  background-color: #7f1c12;
  border-color: #7f1c12; }

.aui .btn-primary:hover {
  color: #fff;
  background-color: #7f1c12;
  border-color: #7f1c12; }

.aui .btn-primary:active, .aui .btn-primary.active, .open > .aui .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7f1c12;
  border-color: #7f1c12; }

.aui .btn-primary:active:hover, .aui .btn-primary:active:focus, .aui .btn-primary:active.focus, .aui .btn-primary.active:hover, .aui .btn-primary.active:focus, .aui .btn-primary.active.focus, .open > .aui .btn-primary.dropdown-toggle:hover, .open > .aui .btn-primary.dropdown-toggle:focus, .open > .aui .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #69170f;
  border-color: #69170f; }

.aui .btn-primary:active, .aui .btn-primary.active, .open > .aui .btn-primary.dropdown-toggle {
  background-image: none; }

.aui .btn-primary.disabled:hover, .aui .btn-primary.disabled:focus, .aui .btn-primary.disabled.focus, .aui .btn-primary[disabled]:hover, .aui .btn-primary[disabled]:focus, .aui .btn-primary[disabled].focus, fieldset[disabled] .aui .btn-primary:hover, fieldset[disabled] .aui .btn-primary:focus, fieldset[disabled] .aui .btn-primary.focus {
  background-color: #ac2719;
  border-color: #ac2719; }

.aui .btn-primary .badge {
  color: #ac2719;
  background-color: #fff; }

.aui .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.aui .btn-success:focus, .aui .btn-success.focus {
  color: #fff;
  background-color: #449c44;
  border-color: #3c8a3c; }

.aui .btn-success:hover {
  color: #fff;
  background-color: #449c44;
  border-color: #3c8a3c; }

.aui .btn-success:active, .aui .btn-success.active, .open > .aui .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449c44;
  border-color: #3c8a3c; }

.aui .btn-success:active:hover, .aui .btn-success:active:focus, .aui .btn-success:active.focus, .aui .btn-success.active:hover, .aui .btn-success.active:focus, .aui .btn-success.active.focus, .open > .aui .btn-success.dropdown-toggle:hover, .open > .aui .btn-success.dropdown-toggle:focus, .open > .aui .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #3c8a3c;
  border-color: #347934; }

.aui .btn-success:active, .aui .btn-success.active, .open > .aui .btn-success.dropdown-toggle {
  background-image: none; }

.aui .btn-success.disabled:hover, .aui .btn-success.disabled:focus, .aui .btn-success.disabled.focus, .aui .btn-success[disabled]:hover, .aui .btn-success[disabled]:focus, .aui .btn-success[disabled].focus, fieldset[disabled] .aui .btn-success:hover, fieldset[disabled] .aui .btn-success:focus, fieldset[disabled] .aui .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.aui .btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.aui .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #45b7d9; }

.aui .btn-info:focus, .aui .btn-info.focus {
  color: #fff;
  background-color: #30afd5;
  border-color: #27a0c4; }

.aui .btn-info:hover {
  color: #fff;
  background-color: #30afd5;
  border-color: #27a0c4; }

.aui .btn-info:active, .aui .btn-info.active, .open > .aui .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #30afd5;
  border-color: #27a0c4; }

.aui .btn-info:active:hover, .aui .btn-info:active:focus, .aui .btn-info:active.focus, .aui .btn-info.active:hover, .aui .btn-info.active:focus, .aui .btn-info.active.focus, .open > .aui .btn-info.dropdown-toggle:hover, .open > .aui .btn-info.dropdown-toggle:focus, .open > .aui .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #27a0c4;
  border-color: #238faf; }

.aui .btn-info:active, .aui .btn-info.active, .open > .aui .btn-info.dropdown-toggle {
  background-image: none; }

.aui .btn-info.disabled:hover, .aui .btn-info.disabled:focus, .aui .btn-info.disabled.focus, .aui .btn-info[disabled]:hover, .aui .btn-info[disabled]:focus, .aui .btn-info[disabled].focus, fieldset[disabled] .aui .btn-info:hover, fieldset[disabled] .aui .btn-info:focus, fieldset[disabled] .aui .btn-info.focus {
  background-color: #5bc0de;
  border-color: #45b7d9; }

.aui .btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.aui .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.aui .btn-warning:focus, .aui .btn-warning.focus {
  color: #fff;
  background-color: #ec971e;
  border-color: #de8a12; }

.aui .btn-warning:hover {
  color: #fff;
  background-color: #ec971e;
  border-color: #de8a12; }

.aui .btn-warning:active, .aui .btn-warning.active, .open > .aui .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971e;
  border-color: #de8a12; }

.aui .btn-warning:active:hover, .aui .btn-warning:active:focus, .aui .btn-warning:active.focus, .aui .btn-warning.active:hover, .aui .btn-warning.active:focus, .aui .btn-warning.active.focus, .open > .aui .btn-warning.dropdown-toggle:hover, .open > .aui .btn-warning.dropdown-toggle:focus, .open > .aui .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #de8a12;
  border-color: #c77b10; }

.aui .btn-warning:active, .aui .btn-warning.active, .open > .aui .btn-warning.dropdown-toggle {
  background-image: none; }

.aui .btn-warning.disabled:hover, .aui .btn-warning.disabled:focus, .aui .btn-warning.disabled.focus, .aui .btn-warning[disabled]:hover, .aui .btn-warning[disabled]:focus, .aui .btn-warning[disabled].focus, fieldset[disabled] .aui .btn-warning:hover, fieldset[disabled] .aui .btn-warning:focus, fieldset[disabled] .aui .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.aui .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.aui .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43e3a; }

.aui .btn-danger:focus, .aui .btn-danger.focus {
  color: #fff;
  background-color: #c9302b;
  border-color: #b42b26; }

.aui .btn-danger:hover {
  color: #fff;
  background-color: #c9302b;
  border-color: #b42b26; }

.aui .btn-danger:active, .aui .btn-danger.active, .open > .aui .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302b;
  border-color: #b42b26; }

.aui .btn-danger:active:hover, .aui .btn-danger:active:focus, .aui .btn-danger:active.focus, .aui .btn-danger.active:hover, .aui .btn-danger.active:focus, .aui .btn-danger.active.focus, .open > .aui .btn-danger.dropdown-toggle:hover, .open > .aui .btn-danger.dropdown-toggle:focus, .open > .aui .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b42b26;
  border-color: #9f2622; }

.aui .btn-danger:active, .aui .btn-danger.active, .open > .aui .btn-danger.dropdown-toggle {
  background-image: none; }

.aui .btn-danger.disabled:hover, .aui .btn-danger.disabled:focus, .aui .btn-danger.disabled.focus, .aui .btn-danger[disabled]:hover, .aui .btn-danger[disabled]:focus, .aui .btn-danger[disabled].focus, fieldset[disabled] .aui .btn-danger:hover, fieldset[disabled] .aui .btn-danger:focus, fieldset[disabled] .aui .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43e3a; }

.aui .btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.aui .btn-link {
  color: #ac2719;
  font-weight: normal;
  border-radius: 0; }

.aui .btn-link, .aui .btn-link:active, .aui .btn-link.active, .aui .btn-link[disabled], fieldset[disabled] .aui .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.aui .btn-link, .aui .btn-link:hover, .aui .btn-link:focus, .aui .btn-link:active {
  border-color: transparent; }

.aui .btn-link:hover, .aui .btn-link:focus {
  color: #962422;
  text-decoration: none;
  background-color: transparent; }

.aui .btn-link[disabled]:hover, .aui .btn-link[disabled]:focus, fieldset[disabled] .aui .btn-link:hover, fieldset[disabled] .aui .btn-link:focus {
  color: #999999;
  text-decoration: none; }

.aui .btn-lg, .aui .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: none; }

.aui .btn-sm, .aui .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px; }

.aui .btn-xs, .aui .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px; }

.aui .btn-block {
  display: block;
  width: 100%; }

.aui .btn-block + .btn-block {
  margin-top: 5px; }

.aui input[type=submit].btn-block,
.aui input[type=reset].btn-block,
.aui input[type=button].btn-block {
  width: 100%; }

/*************************  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;
  z-index: 999999 !important; }

.aui .yui3-widget-modal.modal-hidden {
  display: none; }

.aui .modal .modal-header {
  background: #fff;
  color: #ac2719;
  border-bottom: 1px solid #ccc; }

@media screen and (max-width: 979px) {
  .aui .dockbar.navbar {
    display: none; } }
/* Fix website main nav for logged user */
.aui .sticky-wrapper .navbar .container,
.aui .navbar.supernav .container {
  width: auto;
  max-width: 1140px; }

.aui .navbar.supernav {
  z-index: 999; }

.aui .navbar-main {
  z-index: 999; }

.aui .nav.navbar-nav.navbar-right {
  position: initial; }

.aui .navbar-main .navbar-right {
  margin-right: 50px !important; }

.aui .nav-collapse.collapse {
  display: initial; }

.aui .navbar .container {
  padding: 0; }

.aui .navbar .navbar-inner {
  padding-left: 0;
  padding-right: 0; }

.aui .navbar-main.nav-bg-solid .nav.navbar-nav > li > a,
.aui .navbar-main.nav-bg-solid .site-search .open-search-form {
  color: #484848; }

.aui .navbar .nav > li > .dropdown-menu.mega-menu-panel:before,
.aui .navbar .nav > li > .dropdown-menu.mega-menu-panel:after {
  display: none; }

.aui .navbar.navbar-inverse.supernav .nav > li > .dropdown-menu::before,
.aui .navbar.navbar-inverse.supernav .nav > li > .dropdown-menu::after {
  display: none; }

@media screen and (max-width: 767px) {
  .aui .navbar-main .navbar-right {
    display: none; }

  .aui .navbar-main .navbar-collapse #nav-accordion .tab-content {
    overflow: initial; } }
/* 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-radio:before {
  content: "\e049"; }
.aui .icon-checkbox:before {
  content: "\e054"; }
.aui .icon-newsletter:before {
  content: "\e900"; }
.aui .icon-mail:before {
  content: "\e002"; }
.aui .icon-user:before {
  content: "\e074"; }
.aui .icon-caret-up-o:before {
  content: "\e901"; }
.aui .icon-caret-right-o:before {
  content: "\e902"; }
.aui .icon-caret-down-o:before {
  content: "\e903"; }
.aui .icon-caret-left-o:before {
  content: "\e904"; }
.aui .icon-google-plus:before {
  content: "\e905"; }
.aui .icon-facebook:before {
  content: "\e906"; }
.aui .icon-twitter:before {
  content: "\e907"; }
.aui .icon-linkedin:before {
  content: "\e908"; }
.aui .icon-file-pdf:before {
  content: "\e909"; }
.aui .icon-check:before {
  content: "\e5ca"; }
.aui .icon-close:before {
  content: "\e5cd"; }
.aui .icon-search:before {
  content: "\e8b6"; }
.aui .icon-contacts:before {
  content: "\e0cd"; }
.aui .icon-caret-left:before {
  content: "\e408"; }
.aui .icon-caret-right:before {
  content: "\e409"; }
.aui .icon-caret-up:before {
  content: "\e5ce"; }
.aui .icon-caret-down:before {
  content: "\e5cf"; }
.aui .icon-locate:before {
  content: "\e55c"; }
.aui .icon-location:before {
  content: "\e8b4"; }
.aui .icon-menu:before {
  content: "\e5d2"; }
.aui .btn.btn-secondary:hover {
  color: #fff; }
.aui .btn.btn-default-inverse {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF; }
.aui .aui .carousel-indicators {
  margin-left: -30%;
  top: auto;
  right: auto;
  z-index: 15; }

/* 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: #ac2719;
  font-weight: normal;
  color: #fff !important;
  margin: 0px; }

.aui .maFormFieldTypeStandardSubmitButton button {
  color: #fff !important;
  background-color: #ac2719 !important;
  border-color: #ac2719 !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; }

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