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

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

.html-editor.portlet-message-boards {
  word-break: break-all;
  word-break: break-word;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #EEF0F2 url(/tmcz-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(/tmcz-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(/tmcz-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 ---------- */
#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(enabled=false);
  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(/tmcz-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; }

/* ---------- 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(/tmcz-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(/tmcz-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(/tmcz-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(/tmcz-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: ""; }
.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: ""; }
.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: #EEE 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(/tmcz-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(/tmcz-theme/css/../images/arrows/paging_first.png); }

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

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

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

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

.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; }
  @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 {
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
        position: absolute; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  .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);
    -moz-box-sizing: border-box;
    -webkit-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(enabled=false);
    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-updateable.selected a:hover span {
  cursor: text; }

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

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

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

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

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

body.portlet {
  border: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-status-success-label {
  background-image: url(/tmcz-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(/tmcz-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(/tmcz-theme/css/../images/common/time.png); }

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

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

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

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

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portlet-journal .lfr-ddm-container .field-wrapper {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

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

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

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

.lfr-add-panel .add-content-button .lfr-actions {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZGJlNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JkYzhkNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }
@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }
@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }
@keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }
.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }

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

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

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }
@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }
@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }
@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }
.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -moz-box-shadow: inset 0 0 5px #B8C1D1;
  -webkit-box-shadow: inset 0 0 5px #B8C1D1;
  box-shadow: inset 0 0 5px #B8C1D1; }

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

/*Core variables and mixins*/
/**
* CUSTOM VARIABLES OVERRIDES
*
* There are variables that overrides default bootstrap variables.
*
*/
/*---------------------------------------------------------------------------*\
  #COLORS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #SCAFFOLDING
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TYPOGRAPHY
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #COMPONENTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAVBAR
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MEDIA-QUERIES-BREAKPOINTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #BUTTONS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TABLES
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #CAROUSEL - MULTIBANNER
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FORM ELEMENTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #WELLS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #CLOSE
\*---------------------------------------------------------------------------*/
/**
* CUSTOM VARIABLES
*
* Variables for custom modules, mixins, functions, placehodlers etc.
*
*/
/*---------------------------------------------------------------------------*\
  #COMMON
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FONTS - SIZES & LINE HEIGHT
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TEXTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #BUTTONS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TRANSITIONS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #COMPONENTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FORM ELEMENTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #CAPTION
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TILE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #SELECT-BLOCKS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FOOTER
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #LOGO
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAVBAR
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAV
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAVBAR
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MINICART
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TOGGLE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MULTIBANNER
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAVBAR & LOGO
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #ICONS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #BREADCRUMBS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MEDIA-QUERIES-BREAKPOINTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #ALERTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MODALS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #AJAX LOADER
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #DROPDOWNS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #SEARCH
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #DEVICE LISTING
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #EYECATCHERS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #SLICK / SWIPE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #LISTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #BILLBOARD
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #ARTICLE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #COLLAPSE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TABS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FILL-COLORS
\*---------------------------------------------------------------------------*/
/**
* MIXINS
*
* Custom mixins
*
*/
/*---------------------------------------------------------------------------*\
  #CSS GRID
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MEDIA-QUERY
\*---------------------------------------------------------------------------*/
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px; }

[class*='col-'] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

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

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

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

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

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

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

@media only screen and (min-width: 480px) {
  .first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 768px) {
  .container {
    width: 750px; }

  .col-sm,
  .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,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

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

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

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

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

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

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

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 992px) {
  .container {
    width: 970px; }

  .col-md,
  .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,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

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

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

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

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

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

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

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px; }

  .col-lg,
  .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,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

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

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

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

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

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

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

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/**
* Placeholders
*
* Custom placeholders for "DRY"
*
*/
.box-overlaid .loader, .box-btn-loading .loader {
  -webkit-animation: rotation 1.1s linear infinite;
  -o-animation: rotation 1.1s linear infinite;
  animation: rotation 1.1s linear infinite;
  position: absolute;
  z-index: 14;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMjRweCIgaGVpZ2h0PSIxMDI0cHgiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPiAgPGRlZnM+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMCIgeTE9IjAiIHgyPSIwLjU4OCIgeTI9IjEiPiAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIwIi8+ICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiIHN0b3Atb3BhY2l0eT0iMC4yIi8+ICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDIiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+ICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTIwMDc0IiBzdG9wLW9wYWNpdHk9IjAuMiIvPiAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTIwMDc0IiBzdG9wLW9wYWNpdHk9IjAuNCIvPiAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InQzIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNTg4IiB5MT0iMCIgeDI9IjAiIHkyPSIxIj4gICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiIHN0b3Atb3BhY2l0eT0iMC40Ii8+ICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiIHN0b3Atb3BhY2l0eT0iMC42Ii8+ICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDQiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMSIgeTE9IjEiIHgyPSIwLjQxMiIgeTI9IjAiPiAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+ICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDUiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMCIgeTE9IjEiIHgyPSIwIiB5Mj0iMCI+ICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTIwMDc0IiBzdG9wLW9wYWNpdHk9IjAuOCIvPiAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIxIi8+ICAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InQ2IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNDEyIiB5MT0iMSIgeDI9IjEiIHkyPSIwIj4gICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiLz4gICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIvPiAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgPC9kZWZzPiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwLDEwMCkiPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3QxKSIgZD0iTTc2OC44LDIwNkM2OTUuNCw3OC45LDU1OC43LDAsNDEyLDBsMC0xMDBjODkuOCwwLDE3OC4zLDIzLjcsMjU2LDY4LjYgQzc0NS43LDEzLjUsODEwLjUsNzguMyw4NTUuNCwxNTZMNzY4LjgsMjA2eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3QyKSIgZD0iTTg1NS40LDY2OGwtODYuNi01MGM3My40LTEyNy4xLDczLjQtMjg0LjksMC00MTJsODYuNi01MGM0NC45LDc3LjcsNjguNiwxNjYuMyw2OC42LDI1NiBDOTI0LDUwMS44LDkwMC4zLDU5MC4zLDg1NS40LDY2OHoiLz4gICAgPHBhdGggZmlsbD0idXJsKCN0MykiIGQ9Ik00MTIsOTI0bDAtMTAwYzE0Ni43LDAsMjgzLjQtNzguOSwzNTYuOC0yMDZsODYuNiw1MEM4MTAuNSw3NDUuNyw3NDUuNyw4MTAuNSw2NjgsODU1LjQgQzU5MC4zLDkwMC4zLDUwMS44LDkyNCw0MTIsOTI0eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3Q0KSIgZD0iTTQxMiw5MjRjLTg5LjgsMC0xNzguMy0yMy43LTI1Ni02OC42Qzc4LjMsODEwLjUsMTMuNSw3NDUuNy0zMS40LDY2OGw4Ni42LTUwIEMxMjguNiw3NDUuMSwyNjUuMyw4MjQsNDEyLDgyNEw0MTIsOTI0eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3Q1KSIgZD0iTS0zMS40LDY2OEMtNzYuMyw1OTAuMy0xMDAsNTAxLjgtMTAwLDQxMnMyMy43LTE3OC4zLDY4LjYtMjU2bDg2LjYsNTAgYy03My40LDEyNy4xLTczLjQsMjg0LjksMCw0MTJMLTMxLjQsNjY4eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3Q2KSIgZD0iTTU1LjIsMjA2bC04Ni42LTUwQzEzLjUsNzguMyw3OC4zLDEzLjUsMTU2LTMxLjRDMjMzLjctNzYuMywzMjIuMi0xMDAsNDEyLTEwMGwwLDEwMCBDMjY1LjMsMCwxMjguNiw3OC45LDU1LjIsMjA2eiIvPiAgPC9nPiAgPGNpcmNsZSBmaWxsPSIjRTIwMDc0IiBjeD0iNTEyIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center; }
  .box-overlaid .fixed.loader, .box-btn-loading .fixed.loader {
    position: fixed; }

.js .input-prefix-label label, .js .select-prefix-label label {
  display: block;
  color: #999;
  line-height: 1;
  pointer-events: none;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  cursor: text;
  z-index: 3;
  opacity: 1;
  transition-property: font-size, transform, opacity;
  transition-duration: 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.js .input-prefix-label.focused label, .js .input-prefix-label.input-prefix-text label, .js .select-prefix-label label {
  font-size: 14px;
  transform: translateY(-130%); }

.device-detail .carousel-color-variants, .color-variants {
  display: flex;
  margin-bottom: 0;
  position: absolute;
  bottom: -80.5px;
  padding-left: 0;
  width: 100%;
  left: 0;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  justify-content: center; }
  .device-detail .carousel-color-variants > li, .color-variants > li {
    list-style-type: none;
    margin: 0;
    margin-left: 30px;
    text-align: center; }
    .device-detail .carousel-color-variants > li:first-child, .color-variants > li:first-child {
      margin-left: 0; }
    .device-detail .carousel-color-variants > li a, .color-variants > li a {
      display: flex;
      font-size: 12px;
      color: #000;
      flex-direction: column;
      align-items: center; }
      .device-detail .carousel-color-variants > li a span, .color-variants > li a span {
        border-radius: 50%;
        background-size: 30px;
        margin-bottom: 11px;
        border: 1px solid #bfbfbf;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        display: block; }
        @media screen and (max-width: 991px) {
          .device-detail .carousel-color-variants > li a span, .color-variants > li a span {
            width: 18px;
            height: 18px; } }
    .device-detail .carousel-color-variants > li.active span, .color-variants > li.active span {
      position: relative; }
      .device-detail .carousel-color-variants > li.active span:before, .color-variants > li.active span:before {
        content: '';
        position: absolute;
        border-radius: 50%;
        top: -6px;
        left: -6px;
        width: 34px;
        height: 34px;
        border: 2px solid #64b9e4; }
        @media screen and (max-width: 991px) {
          .device-detail .carousel-color-variants > li.active span:before, .color-variants > li.active span:before {
            top: -6px;
            left: -6px;
            width: 28px;
            height: 28px; } }
  @media screen and (max-width: 991px) {
    .device-detail .carousel-color-variants, .color-variants {
      position: relative;
      height: 100px;
      display: flex;
      padding-top: 22px;
      bottom: 0;
      background: #efefef; } }

.carousel .left.carousel-control, .device-detail .left.carousel-control, .carousel .right.carousel-control, .device-detail .right.carousel-control {
  width: auto;
  padding: 0 15px;
  background-image: none; }
  .carousel .left.carousel-control .icon, .device-detail .left.carousel-control .icon, .carousel .right.carousel-control .icon, .device-detail .right.carousel-control .icon {
    fill: #e20074; }

.dropdown-menu-brand:before, .dropup .dropdown-menu-brand:before, .datepicker-dropdown:before, .dropdown-menu-brand:after, .dropup .dropdown-menu-brand:after, .datepicker-dropdown:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: dashed solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 0; }
.dropdown-menu-brand:before, .dropup .dropdown-menu-brand:before, .datepicker-dropdown:before {
  border-left-width: 12px;
  border-right-width: 12px;
  border-bottom-width: 12px;
  border-bottom-color: #e5e5e5; }
.dropdown-menu-brand:after, .dropup .dropdown-menu-brand:after, .datepicker-dropdown:after {
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-bottom-color: #fff; }

.dropdown-menu-brand:before, .datepicker-dropdown.datepicker-orient-top:before {
  top: -12px;
  border-bottom-width: 12px;
  border-bottom-color: #e5e5e5; }
.dropdown-menu-brand:after, .datepicker-dropdown.datepicker-orient-top:after {
  top: -10px;
  border-bottom-width: 10px;
  border-bottom-color: #fff; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 11px; }
.datepicker-dropdown.datepicker-orient-right:after {
  right: 13px; }

.dropdown-menu-brand:before, .dropup .dropdown-menu-brand:before, .dropdown-menu-brand:after, .dropup .dropdown-menu-brand:after {
  left: 50%;
  transform: translateX(-50%); }

.dropup .dropdown-menu-brand:before, .dropup .dropdown-menu-brand:after {
  border-style: dashed solid;
  border-bottom: 0;
  top: auto; }
.dropup .dropdown-menu-brand:before {
  bottom: -12px;
  border-top-width: 12px;
  border-top-color: #e5e5e5; }
.dropup .dropdown-menu-brand:after {
  bottom: -10px;
  border-top-width: 10px;
  border-top-color: #fff; }

.table-box-content .service-top, .service-listing .service .service-top {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 4px 20px;
  background: #64b9e4;
  text-transform: uppercase;
  position: absolute;
  line-height: 1; }

/*Reset and dependencies*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! 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; }

  select {
    background: #fff !important; }

  .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; } }
/*Core CSS*/
* {
  -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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff; }

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

a {
  color: #e20074;
  text-decoration: none; }
  a:hover, a:focus {
    color: #b0005a;
    text-decoration: underline; }
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #efefef; }

.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: 900;
  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: #e5e5e5; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  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: 11px;
  margin-bottom: 11px; }
  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: 62px; }

h2, .h2 {
  font-size: 44px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

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

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

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

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

.text-muted {
  color: #e5e5e5; }

.text-primary {
  color: #e20074; }

a.text-primary:hover {
  color: #af005a; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #e20000; }

a.text-danger:hover {
  color: #af0000; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #e20074; }

a.bg-primary:hover {
  background-color: #af005a; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #efefef; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  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: 22px; }

dt,
dd {
  line-height: 1.42857; }

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: 992px) {
  .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 #e5e5e5; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #efefef; }
  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.42857;
    color: #e5e5e5; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #efefef;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

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: 3px; }

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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  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; }

/*@import "custom/vendor/bootstrap/grid";*/
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e5e5e5;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .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.42857;
    vertical-align: top;
    border-top: 1px solid #efefef; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #efefef; }
  .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 #efefef; }
  .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 #efefef; }
  .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 #efefef; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #efefef; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

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

.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: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #efefef; }
      .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: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #999;
  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: 16px;
  line-height: 1.42857;
  color: #000; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 3px;
  -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: #64b9e4;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 185, 228, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 185, 228, 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[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f6f6f6;
    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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .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[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .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[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .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[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    input[type="month"] {
      line-height: 33px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .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[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .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[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .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[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
    input[type="month"] {
      line-height: 50px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    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: 38px; }
  .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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

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: 33px;
  line-height: 33px; }

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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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: 50px;
  line-height: 50px; }

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: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 40px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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 {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.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 {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #e20000; }
.has-error .form-control {
  border-color: #e20000;
  -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: #af0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4949;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4949; }
.has-error .input-group-addon {
  color: #e20000;
  border-color: #e20000;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #e20000; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@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: 29px; }
.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: 14.33333px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  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: 16px;
  line-height: 1.42857;
  border-radius: 3px;
  -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: #e20074;
    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;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #e20074;
  background-color: #fff;
  border-color: #e20074; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #e20074;
    background-color: #e6e6e6;
    border-color: #a50055; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #e20074; }
  .btn-default .badge {
    color: #fff;
    background-color: #e20074; }

.btn-primary {
  color: #fff;
  background-color: #e20074;
  border-color: #e20074; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #af005a;
    border-color: #a50055; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #e20074;
    border-color: #e20074; }
  .btn-primary .badge {
    color: #e20074;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #6db131;
  border-color: #6db131; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #548926;
    border-color: #4f8124; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #6db131;
    border-color: #6db131; }
  .btn-success .badge {
    color: #6db131;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #64b9e4;
  border-color: #64b9e4; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39a5dc;
    border-color: #30a1db; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #64b9e4;
    border-color: #64b9e4; }
  .btn-info .badge {
    color: #64b9e4;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #eda95a;
  border-color: #eda95a; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e8912c;
    border-color: #e78c23; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #eda95a;
    border-color: #eda95a; }
  .btn-warning .badge {
    color: #eda95a;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e20000;
  border-color: #e20000; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #af0000;
    border-color: #a50000; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #e20000;
    border-color: #e20000; }
  .btn-danger .badge {
    color: #e20000;
    background-color: #fff; }

.btn-link {
  color: #e20074;
  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: #b0005a;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #e5e5e5;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

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

:root {
  --spacing-1: 4px;
  --spacing-2: 8px;
  --spacing-3: 12px;
  --spacing-4: 16px;
  --spacing-5: 24px;
  --spacing-6: 32px;
  --spacing-7: 40px;
  --spacing-8: 48px;
  --spacing-9: 64px;
  --spacing-10: 80px;
  --magenta-100: #FFF3F8;
  --magenta-200: #FFE7F3;
  --magenta-300: #F9CCE3;
  --magenta-400: #F7B3D6;
  --magenta-500: #F399C7;
  --magenta-600: #F07FB9;
  --magenta-700: #EB4D9E;
  --magenta-800: #F90984;
  --magenta-900: #E20074;
  --magenta-1000: #CF046C;
  --magenta-1100: #94014C;
  --white: #ffffff;
  --grey-100: #f5f5f5;
  --grey-200: #e5e5e5;
  --grey-300: #cccccc;
  --grey-400: #b2b2b2;
  --grey-500: #999999;
  --grey-600: #7f7f7f;
  --grey-700: #666666;
  --grey-800: #4c4c4c;
  --grey-900: #333333;
  --grey-1000: #262626;
  --black: #000000; }

.btn {
  font-size: 18px;
  padding-left: 35px;
  padding-right: 35px;
  white-space: normal;
  border-width: 2px;
  transition-property: color, border-color, background;
  transition-duration: 0.5s; }
  .btn.active, .btn:active, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn {
    font-weight: 600; }
  .btn + .btn {
    margin-left: 15px; }
  .btn[disabled], .btn.disabled {
    opacity: 1;
    border-color: #bfbfbf; }
    .btn[disabled].btn-primary, .btn.disabled.btn-primary {
      background: #bfbfbf; }
    .btn[disabled].btn-default, .btn.disabled.btn-default {
      color: #bfbfbf; }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%; }
    .btn-block-xs + .btn-block-xs {
      margin-top: 15px;
      margin-left: 0; } }
@media screen and (max-width: 479px) {
  .btn-block-xxs {
    display: block;
    width: 100%; }
    .btn-block-xxs + .btn-block-xxs {
      margin-top: 15px;
      margin-left: 0; } }

.btn-block-group .btn-block + .btn-block {
  margin-top: 11px;
  margin-left: 0; }

.btn-lg, .btn-group-lg > .btn {
  font-size: 20px;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn {
  font-size: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.4; }

.btn-xs, .btn-group-xs > .btn {
  padding-left: 5px;
  padding-right: 5px; }

.btn-small-padding {
  padding-left: 16px;
  padding-right: 16px; }

.btn-medium-padding {
  padding-left: 22px;
  padding-right: 22px; }

.btn-secondary {
  color: #e20074;
  background-color: #fff;
  border-color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #e20074;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
    background-color: #fff;
    border-color: #fff; }
  .btn-secondary .badge {
    color: #fff;
    background-color: #e20074; }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #b0005a;
  border-color: #b0005a;
  background-color: #fff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #b0005a;
  background-color: #b0005a; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #b0005a;
  border-color: #fff;
  background-color: #fff; }

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #5094b6;
  background-color: #5094b6; }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #578d27;
  background-color: #578d27; }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #bd8748;
  background-color: #bd8748; }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #b40000;
  background-color: #b40000; }

.btn-form-control {
  color: #e20074;
  background-color: #fff;
  border-color: #999; }
  .btn-form-control:hover, .btn-form-control:focus, .btn-form-control.focus, .btn-form-control:active, .btn-form-control.active, .open > .btn-form-control.dropdown-toggle {
    color: #e20074;
    background-color: #e6e6e6;
    border-color: #7a7a7a; }
  .btn-form-control:active, .btn-form-control.active, .open > .btn-form-control.dropdown-toggle {
    background-image: none; }
  .btn-form-control.disabled, .btn-form-control.disabled:hover, .btn-form-control.disabled:focus, .btn-form-control.disabled.focus, .btn-form-control.disabled:active, .btn-form-control.disabled.active, .btn-form-control[disabled], .btn-form-control[disabled]:hover, .btn-form-control[disabled]:focus, .btn-form-control[disabled].focus, .btn-form-control[disabled]:active, .btn-form-control[disabled].active, fieldset[disabled] .btn-form-control, fieldset[disabled] .btn-form-control:hover, fieldset[disabled] .btn-form-control:focus, fieldset[disabled] .btn-form-control.focus, fieldset[disabled] .btn-form-control:active, fieldset[disabled] .btn-form-control.active {
    background-color: #fff;
    border-color: #999; }
  .btn-form-control .badge {
    color: #fff;
    background-color: #e20074; }

.btn-like-tag {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #999;
  border-width: 1px; }
  .btn-like-tag:hover, .btn-like-tag:focus, .btn-like-tag.focus, .btn-like-tag:active, .btn-like-tag.active, .open > .btn-like-tag.dropdown-toggle {
    color: #4a4a4a;
    background-color: #e6e6e6;
    border-color: #7a7a7a; }
  .btn-like-tag:active, .btn-like-tag.active, .open > .btn-like-tag.dropdown-toggle {
    background-image: none; }
  .btn-like-tag.disabled, .btn-like-tag.disabled:hover, .btn-like-tag.disabled:focus, .btn-like-tag.disabled.focus, .btn-like-tag.disabled:active, .btn-like-tag.disabled.active, .btn-like-tag[disabled], .btn-like-tag[disabled]:hover, .btn-like-tag[disabled]:focus, .btn-like-tag[disabled].focus, .btn-like-tag[disabled]:active, .btn-like-tag[disabled].active, fieldset[disabled] .btn-like-tag, fieldset[disabled] .btn-like-tag:hover, fieldset[disabled] .btn-like-tag:focus, fieldset[disabled] .btn-like-tag.focus, fieldset[disabled] .btn-like-tag:active, fieldset[disabled] .btn-like-tag.active {
    background-color: #fff;
    border-color: #999; }
  .btn-like-tag .badge {
    color: #fff;
    background-color: #4a4a4a; }
  .btn-like-tag:hover, .btn-like-tag:focus, .btn-like-tag.focus, .btn-like-tag:active, .btn-like-tag.active, .open > .btn-like-tag.dropdown-toggle {
    color: #fff;
    border-color: #64b9e4;
    background-color: #64b9e4; }
  .btn-like-tag.active:focus {
    outline: 0; }
  .btn-like-tag:active:focus {
    outline: 0; }

/* Roaming map buttons */
.map-quick-buttons {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
  margin: 0 -10px;
  flex-wrap: wrap; }

.btn-map {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 6px 20px;
  margin: 10px;
  min-width: 10px;
  color: #E20074;
  font-size: 15px;
  font-weight: bold; }

@media screen and (max-width: 1199px) {
  .map-quick-buttons {
    justify-content: center; } }
.map-quick-buttons.buttons-center {
  justify-content: center; }

.btn-settings {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 1px; }
  .btn-settings i[class*="ico-"] {
    margin-right: 15px; }
    .btn-settings i[class*="ico-"] svg {
      width: 20px;
      height: 16px; }

.btn-form-control {
  border-width: 1px; }

.ds-btn {
  border-radius: var(--spacing-2);
  display: inline-block;
  border: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: var(--spacing-4) var(--spacing-5);
  font-size: 18px; }
  .ds-btn__sm {
    padding: var(--spacing-3) var(--spacing-5); }

.ds-btn__primary {
  background-color: var(--magenta-900);
  color: var(--white);
  border-color: var(--magenta-900); }
  .ds-btn__primary:hover {
    background-color: var(--magenta-800);
    border-color: var(--magenta-800);
    text-decoration: none;
    color: var(--white); }
  .ds-btn__primary[disabled], .ds-btn__primary.disabled {
    background-color: var(--magenta-600);
    border-color: var(--magenta-600);
    color: var(--white); }

/**
* FORMS
*
* Forms common styles.
*
*/
/*---------------------------------------------------------------------------*\
  #COMMON STYLES
\*---------------------------------------------------------------------------*/
.form-control {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-appearance: none; }
  .form-control[type=number]::-webkit-inner-spin-button, .form-control[type=number]::-webkit-outer-spin-button, .form-control[type=date]::-webkit-inner-spin-button, .form-control[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none; }
  .form-control[type=number] {
    -moz-appearance: textfield; }
  .form-control[type=date] {
    line-height: 1.42857; }
  .form-control::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #bfbfbf; }
  .form-control::-webkit-input-placeholder {
    color: #bfbfbf; }
  .form-control, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 0 1px #64b9e4;
    box-shadow: 0 0 0 1px #64b9e4; }
  .has-error .form-control, .has-error .form-control:focus {
    -webkit-box-shadow: 0 0 0 1px #e20000;
    box-shadow: 0 0 0 1px #e20000;
    border-color: #e20000; }
  .with-tooltip .form-control:not(.bootstrap-select) {
    padding-right: 48px; }
  .form-control[disabled] {
    border-color: #f6f6f6; }

.form-control::-ms-clear,
.form-control::-ms-reveal {
  display: none; }

label,
.like-label {
  font-weight: normal; }

.like-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 1.42857; }

.form-group:before, .form-group:after {
  content: " ";
  display: table; }
.form-group:after {
  clear: both; }

.with-tooltip {
  position: relative; }
  .with-tooltip label {
    padding-right: 48px; }

.form-control-secondary {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

.no-js select,
.no-js-select {
  -webkit-appearance: menulist; }

.form-error {
  font-size: 14px;
  color: #e20000;
  margin: 5px 0 0; }

.fonts-loaded input[type="password"] {
  font-family: sans-serif; }

/*---------------------------------------------------------------------------*\
  #RADIO BUTTONS + CHECKBOXES
\*---------------------------------------------------------------------------*/
.radio.disabled label,
.radio.disabled label [class*="text-gray"],
.checkbox.disabled label,
.checkbox.disabled label [class*="text-gray"] {
  color: #bfbfbf; }
.radio label,
.checkbox label {
  position: relative;
  padding-left: 30px; }
.panel-body .radio:only-child, .panel-body
.checkbox:only-child {
  margin-top: 0;
  margin-bottom: 0; }
.list-group-item .radio:first-of-type, .list-group-item
.checkbox:first-of-type {
  margin-top: 0; }
.list-group-item .radio:last-of-type, .list-group-item
.checkbox:last-of-type {
  margin-bottom: 0; }
.list-group-item .radio label, .list-group-item
.checkbox label {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0; }

.js .checkbox label input[type="checkbox"],
.js .radio label input[type="radio"] {
  left: -9999px; }

.has-error .checkbox label, .has-error
.radio label {
  color: #000; }

.radio-tile {
  width: 100%;
  margin: 22px 0; }
  .radio-tile label {
    border: 2px solid #efefef;
    border-radius: 3px;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center; }
    .radio-tile label .like-radio {
      position: relative !important;
      top: 0 !important;
      margin-right: 15px; }

.checkbox label .like-checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  transition-property: background, border;
  transition-duration: 0.25s;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 3px; }
  .checkbox label .like-checkbox.active {
    border-color: #64b9e4; }
  .checkbox label .like-checkbox.like-checkbox-disabled {
    border-color: #e5e5e5;
    background: #fff; }
  .checkbox label .like-checkbox svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    position: relative;
    top: 3px;
    left: 3px;
    opacity: 0;
    transform: scale(0.5);
    transition-property: opacity, transform;
    transition-duration: 0.25s; }
  .checkbox label .like-checkbox.active {
    background: #64b9e4; }
    .checkbox label .like-checkbox.active svg {
      opacity: 1;
      transform: scale(1); }
  .checkbox label .like-checkbox.like-checkbox-disabled {
    background: #fff; }
    .checkbox label .like-checkbox.like-checkbox-disabled svg {
      fill: #e5e5e5; }
.checkbox.checkbox-vcenter .like-checkbox, .checkbox.checkbox-v-center .like-checkbox {
  top: 50%;
  margin-top: -10px; }

.radio label .like-radio {
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  transition-property: background, border;
  transition-duration: 0.25s;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  transition-property: background;
  transition-duration: 0.25s; }
  .radio label .like-radio.active {
    border-color: #64b9e4; }
  .radio label .like-radio.like-checkbox-disabled {
    border-color: #e5e5e5;
    background: #fff; }
  .radio label .like-radio:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    opacity: 0;
    transform: scale(0.2);
    transition-property: opacity, transform;
    transition-duration: 0.25s; }
  .radio label .like-radio.active {
    background: #64b9e4; }
    .radio label .like-radio.active:before {
      opacity: 1;
      transform: scale(1); }
  .radio label .like-radio.like-radio-disabled {
    border-color: #e5e5e5; }
    .radio label .like-radio.like-radio-disabled.active {
      background: #e5e5e5; }
      .radio label .like-radio.like-radio-disabled.active:before {
        background: #fff; }
.radio.radio-vcenter .like-radio, .radio.radio-v-center .like-radio {
  top: 50%;
  margin-top: -10px; }

.radio-inline,
.checkbox-inline {
  padding-left: 0;
  margin-top: 0;
  margin-right: 10px; }

.help-block {
  color: currentColor;
  margin-top: -5px;
  margin-bottom: 15px; }
  .radio .help-block, .checkbox .help-block {
    font-size: 12px;
    margin: 2px 0 0 30px; }
    @media screen and (min-width: 480px) {
      .radio .help-block, .checkbox .help-block {
        font-size: 14px; } }

.label-inline {
  margin-bottom: 0;
  vertical-align: middle; }
  @media screen and (min-width: 992px) {
    .label-inline {
      margin-right: 30px;
      margin-bottom: 3px;
      vertical-align: text-bottom; } }

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 20px;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px; }

.input-prefix-text {
  position: relative; }
  .input-prefix-text input {
    padding-left: 48px; }
  .input-prefix-text > span {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    display: block;
    z-index: 1; }
  .input-prefix-text-lg > span {
    font-size: 20px;
    left: 16px; }
  .input-prefix-text-lg.input-prefix-label > span {
    font-size: 16px;
    line-height: 1;
    top: 24px;
    transform: none; }
  .input-prefix-text-lg .input-lg, .input-prefix-text-lg .input-group-lg > .form-control,
  .input-prefix-text-lg .input-group-lg > .input-group-addon,
  .input-prefix-text-lg .input-group-lg > .input-group-btn > .btn {
    padding-left: 60px; }

.js .input-prefix-label {
  position: relative; }
  .js .input-prefix-label.focused .form-control, .js .input-prefix-label.input-prefix-text .form-control {
    font-size: 16px;
    padding-top: 24px;
    line-height: 0; }
  .js .input-prefix-label.input-prefix-text .form-control {
    padding-left: 52px; }
  .js .input-prefix-label.autofilled label {
    opacity: 0; }

.file-input-wrapper {
  position: relative; }
  .file-input-wrapper input[type="file"] {
    position: absolute;
    left: -9999px; }
  .file-input-wrapper .btn {
    position: absolute;
    left: 0px; }
  .file-input-wrapper .file-input-info {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #999;
    padding-left: 200px;
    padding-right: 12px;
    width: 100%;
    height: 100%;
    line-height: 41px;
    height: 41px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .file-input-wrapper .file-input-info.file-selected {
      color: #64b9e4;
      border-color: #999; }
  @media screen and (max-width: 767px) {
    .file-input-wrapper .btn {
      position: relative;
      width: 100%; }
    .file-input-wrapper .file-input-info {
      display: none;
      text-align: center;
      padding-left: 0;
      border-top: none; }
      .file-input-wrapper .file-input-info.file-selected {
        display: block;
        padding: 0 12px; } }

/**
* SCAFFOLDING
*
* Base styling of elements.
*
*/
::selection {
  color: #fff;
  background: #000;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none; }

html {
  background: #000; }

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .fonts-loaded body {
    font-family: "TeleNeo", sans-serif; }
  @media (max-width: 992px) {
    body.search-active {
      width: 100%;
      position: fixed; } }
  body.menu-opened {
    width: 100%;
    position: fixed;
    overflow: hidden; }
  body.overlay-visible {
    overflow-x: hidden; }

a {
  -webkit-transition: color 0.5s, border-color 0.5s, background 0.5s;
  -o-transition: color 0.5s, border-color 0.5s, background 0.5s;
  transition: color 0.5s, border-color 0.5s, background 0.5s; }
  @media screen and (min-width: 480px) {
    a[href^="tel:"] {
      color: currentColor; } }

b,
strong {
  font-weight: 600; }

textarea {
  resize: vertical; }

select,
option {
  cursor: pointer; }

img[width="1"][height="1"] {
  position: absolute; }

dt {
  font-weight: 700; }

/**
* TYPOGRAPHY
*
* Typography related styles
*
*/
.h0 {
  font-size: 84px;
  line-height: 88px; }
  @media screen and (max-width: 479px) {
    .h0 {
      font-size: 38px;
      line-height: 38px; } }

h1,
.h1 {
  line-height: 62px; }
  @media screen and (max-width: 479px) {
    h1,
    .h1 {
      font-size: 38px;
      line-height: 38px; } }

h2,
.h2 {
  line-height: 48px; }
  @media screen and (max-width: 479px) {
    h2,
    .h2 {
      font-size: 30px;
      line-height: 30px; } }

h3,
.h3 {
  line-height: 25px; }

h4,
.h4 {
  font-weight: 600;
  line-height: 22px; }

h5,
.h5 {
  font-weight: 600;
  line-height: 21px; }

p {
  line-height: 17px; }

html .text-xsmall {
  font-size: 12px; }

html .text-small {
  font-size: 14px; }

html .text-base {
  font-size: 16px; }

html .text-large {
  font-size: 18px; }

html .text-xlarge {
  font-size: 20px;
  line-height: 24px; }

html .text-xxlarge {
  font-size: 22px;
  line-height: 28px; }

html .strikethrough {
  text-decoration: line-through; }

html .text-huge {
  font-size: 34px;
  line-height: 34px;
  font-weight: 900; }

/*---------------------------------------------------------------------------*\
  #FONT FACES
\*---------------------------------------------------------------------------*/
@font-face {
  font-family: "TeleNeo";
  src: url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-extrabold.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "TeleNeo";
  src: url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "TeleNeo";
  src: url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "TeleNeo";
  src: url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
/*---------------------------------------------------------------------------*\
  #NO FONTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TEXT ALIGNMENTS
\*---------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {
  html .text-left-xxs {
    text-align: left; } }

@media screen and (max-width: 479px) {
  html .text-center-xxs {
    text-align: center; } }

@media screen and (max-width: 479px) {
  html .text-right-xxs {
    text-align: right; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .text-left-xs {
    text-align: left; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .text-center-xs {
    text-align: center; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .text-right-xs {
    text-align: right; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .text-left-sm {
    text-align: left; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .text-center-sm {
    text-align: center; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .text-right-sm {
    text-align: right; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .text-left-md {
    text-align: left; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .text-center-md {
    text-align: center; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .text-right-md {
    text-align: right; } }

@media screen and (min-width: 1200px) {
  html .text-left-lg {
    text-align: left; } }

@media screen and (min-width: 1200px) {
  html .text-center-lg {
    text-align: center; } }

@media screen and (min-width: 1200px) {
  html .text-right-lg {
    text-align: right; } }

/*---------------------------------------------------------------------------*\
  #TEXT-COLORS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TEXT-COLOR-HELPERS
\*---------------------------------------------------------------------------*/
.text-black {
  color: #000; }

.text-white {
  color: #fff; }

.text-blue {
  color: #64b9e4; }

.text-magenta {
  color: #e20074; }

.text-gray {
  color: #bfbfbf; }

.text-gray-dark {
  color: #999; }

.text-gray-darker {
  color: #4a4a4a; }

.text-red {
  color: #e20000; }

.text-orange {
  color: #eda95a; }

.text-green {
  color: #6db131; }

/* FONT TELENEO DECLARATION */
@font-face {
  font-family: 'TeleNeo Regular';
  font-style: normal;
  font-weight: 300;
  src: local("TeleNeo Regular"), local("TeleNeo-Regular"), url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-regular.woff2") format("woff2"), url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face {
  font-family: 'TeleNeo Bold';
  font-style: normal;
  font-weight: 700;
  src: local("TeleNeo Bold"), local("TeleNeo-Bold"), url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-bold.woff2") format("woff2"), url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face {
  font-family: 'TeleNeo ExtraBold';
  font-style: normal;
  font-weight: 900;
  src: local("TeleNeo ExtraBold"), local("TeleNeo-ExtraBold"), url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-extrabold.woff2") format("woff2"), url("https://cdn.t-mobile.cz/fonts/teleneo/v1/teleneo-extrabold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/**
* ICONS
*
*
*/
/*---------------------------------------------------------------------------*\
  #ICONS
\*---------------------------------------------------------------------------*/
.icon {
  fill: #000;
  color: #000; }

[class*="ico-"] {
  display: inline-block;
  position: relative; }
  .btn > [class*="ico-"] {
    top: 1px; }
  [class*="ico-"] svg {
    -webkit-transition: fill 0.5s, color 0.5s;
    -o-transition: fill 0.5s, color 0.5s;
    transition: fill 0.5s, color 0.5s;
    display: block;
    pointer-events: none; }
    a > [class*="ico-"] svg {
      fill: #e20074;
      color: #e20074; }
    a:hover > [class*="ico-"] svg {
      fill: #b0005a;
      color: #b0005a; }
      h2 a:hover > [class*="ico-"] svg {
        fill: #000;
        color: #000; }
    .btn-primary > [class*="ico-"] svg, .btn-primary:hover > [class*="ico-"] svg {
      fill: #fff;
      color: #fff; }
    .btn [class*="ico-"] svg {
      width: 12px;
      height: 12px; }
    .btn-lg [class*="ico-"] svg, .btn-group-lg > .btn [class*="ico-"] svg {
      width: 15px;
      height: 15px; }
  [class*="ico-"].fill-black svg {
    fill: #000;
    color: #000; }
  [class*="ico-"].fill-white svg {
    fill: #fff;
    color: #fff; }

.text-white svg {
  fill: #fff;
  color: #fff; }

/*---------------------------------------------------------------------------*\
  #ICO-FILL-HELPERS
\*---------------------------------------------------------------------------*/
.fill-black {
  fill: #000;
  color: #000; }

.fill-white {
  fill: #fff;
  color: #fff; }

.fill-blue {
  fill: #64b9e4;
  color: #64b9e4; }

.fill-magenta {
  fill: #e20074;
  color: #e20074; }

.fill-gray-dark {
  fill: #999;
  color: #999; }

.fill-gray {
  fill: #bfbfbf;
  color: #bfbfbf; }

.fill-red {
  fill: #e20000;
  color: #e20000; }

.fill-green {
  fill: #6db131;
  color: #6db131; }

.fill-orange {
  fill: #eda95a;
  color: #eda95a; }

.fill-green-v2 {
  fill: #1BADA2;
  color: #1BADA2; }

.fill-mix {
  fill: #000;
  color: #e20074; }

/*---------------------------------------------------------------------------*\
  #NETWORK TYPES ICON - ROAMING Map
\*---------------------------------------------------------------------------*/
.network-type-icon {
  position: relative; }

.network-type-icon + .network-type-icon {
  margin-left: 3px; }

.network-type-icon.no:after {
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  width: 110%;
  height: 2px;
  background: #ff0000;
  content: '';
  transform: rotate(45deg); }

.network-type-icon svg {
  display: block; }

/**
* CUSTOM GRID
*
* Grid related styles
*
*/
/*---------------------------------------------------------------------------*\
  #GRID
\*---------------------------------------------------------------------------*/
@media (min-width: 1366px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left; }

  .col-xlg-1 {
    width: 8.33333%; }

  .col-xlg-2 {
    width: 16.66667%; }

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

  .col-xlg-4 {
    width: 33.33333%; }

  .col-xlg-5 {
    width: 41.66667%; }

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

  .col-xlg-7 {
    width: 58.33333%; }

  .col-xlg-8 {
    width: 66.66667%; }

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

  .col-xlg-10 {
    width: 83.33333%; }

  .col-xlg-11 {
    width: 91.66667%; }

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

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

  .col-xlg-pull-1 {
    right: 8.33333%; }

  .col-xlg-pull-2 {
    right: 16.66667%; }

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

  .col-xlg-pull-4 {
    right: 33.33333%; }

  .col-xlg-pull-5 {
    right: 41.66667%; }

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

  .col-xlg-pull-7 {
    right: 58.33333%; }

  .col-xlg-pull-8 {
    right: 66.66667%; }

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

  .col-xlg-pull-10 {
    right: 83.33333%; }

  .col-xlg-pull-11 {
    right: 91.66667%; }

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

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

  .col-xlg-push-1 {
    left: 8.33333%; }

  .col-xlg-push-2 {
    left: 16.66667%; }

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

  .col-xlg-push-4 {
    left: 33.33333%; }

  .col-xlg-push-5 {
    left: 41.66667%; }

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

  .col-xlg-push-7 {
    left: 58.33333%; }

  .col-xlg-push-8 {
    left: 66.66667%; }

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

  .col-xlg-push-10 {
    left: 83.33333%; }

  .col-xlg-push-11 {
    left: 91.66667%; }

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

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

  .col-xlg-offset-1 {
    margin-left: 8.33333%; }

  .col-xlg-offset-2 {
    margin-left: 16.66667%; }

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

  .col-xlg-offset-4 {
    margin-left: 33.33333%; }

  .col-xlg-offset-5 {
    margin-left: 41.66667%; }

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

  .col-xlg-offset-7 {
    margin-left: 58.33333%; }

  .col-xlg-offset-8 {
    margin-left: 66.66667%; }

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

  .col-xlg-offset-10 {
    margin-left: 83.33333%; }

  .col-xlg-offset-11 {
    margin-left: 91.66667%; }

  .col-xlg-offset-12 {
    margin-left: 100%; } }
@media screen and (max-width: 479px) {
  .hidden-xxs {
    display: none !important; }

  .col-xxs-12 {
    flex-basis: 100%;
    max-width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px; }

  .col-xxs-offset-0 {
    margin-left: 0; } }
.container-fluid {
  max-width: 2500px; }

.portlet-flex-layout {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 479px) {
    .portlet-flex-layout .portlet-column-first {
      order: 1; }
    .portlet-flex-layout .portlet-column-second {
      order: 3; }
    .portlet-flex-layout .portlet-column-third {
      order: 2; }
    .portlet-flex-layout .portlet-column-fourth {
      order: 4; } }

@media screen and (max-width: 359px) {
  .start-xxxs {
    justify-content: flex-start; } }

ul li,
ol li {
  margin: 11px 0; }

.list-unstyled li:before {
  display: none; }

.list-custom-bullets {
  padding-left: 0;
  list-style: none; }
  .list-custom-bullets li {
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px; }
    .list-custom-bullets li .bullet-icon {
      display: block;
      position: absolute;
      top: 4px;
      left: 0; }
      .list-custom-bullets li .bullet-icon svg {
        width: 15px;
        height: 15px; }
  .list-custom-bullets.text-white .bullet-icon svg, .text-white .list-custom-bullets .bullet-icon svg {
    fill: #fff; }

.list-steps > li {
  display: flex;
  margin: 0;
  padding: 22px 10px;
  border-bottom: 1px solid #e5e5e5; }
  .list-steps > li:before {
    display: none; }
  .list-steps > li:first-child {
    border-top: 1px solid #e5e5e5; }
  @media screen and (min-width: 992px) {
    .list-steps > li {
      align-items: center;
      padding-left: 30px;
      padding-right: 30px; } }
  .list-steps > li .list-step-icon {
    margin-right: 20px;
    line-height: 0; }
    @media screen and (max-width: 991px) {
      .list-steps > li .list-step-icon {
        margin-top: 5px; } }
    @media screen and (min-width: 992px) {
      .list-steps > li .list-step-icon {
        margin-right: 30px; } }
  .list-steps > li .list-step-description {
    flex-grow: 1; }
  @media screen and (max-width: 479px) {
    .list-steps > li .list-step-short-info {
      margin-bottom: 11px; } }
  @media screen and (max-width: 991px) {
    .list-steps > li .list-step-long-info {
      margin-bottom: 11px; } }
.list-steps-compact > li {
  padding: 22px 10px; }

ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 0; }
  ol li {
    position: relative;
    padding-left: 25px; }
    ol li:before {
      content: counter(item) ")";
      counter-increment: item;
      font-weight: 600;
      color: #64b9e4;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  ol.list-black li:before {
    color: #000; }

/*---------------------------------------------------------------------------*\
  #TERMS LIST
\*---------------------------------------------------------------------------*/
.list-terms {
  padding-left: 0;
  list-style: none;
  margin-left: -15px;
  list-style: none; }
  .list-terms li {
    display: inline-block;
    margin: 11px 15px;
    position: relative; }
    .list-terms li a:after {
      content: '';
      display: block;
      width: 1px;
      height: 80%;
      position: absolute;
      top: 10%;
      background: #000;
      right: -15px; }
    .list-terms li:last-child a:after {
      display: none; }
  @media screen and (max-width: 991px) {
    .list-terms li {
      display: block; }
      .list-terms li a:after {
        display: none; } }

.list-terms-flex {
  display: flex;
  flex-wrap: nowrap; }
  .list-terms-flex li a:after {
    background: #e5e5e5;
    height: 120%;
    top: -10%; }
    @media screen and (max-width: 991px) {
      .list-terms-flex li a:after {
        display: block; } }

th {
  font-weight: 700; }

.panel .table {
  margin-bottom: 0; }
.table .table {
  background: transparent; }
.table-auto-width {
  width: auto; }
.table-fixed {
  table-layout: fixed; }

.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > tfoot > tr > td {
  border: 0; }

@media screen and (max-width: 991px) {
  .table-adaptive > thead,
  .table-adaptive > tbody {
    display: flex;
    flex-grow: 1;
    flex-direction: column; }
    .table-adaptive > thead > tr,
    .table-adaptive > tbody > tr {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      .table-adaptive > thead > tr > th,
      .table-adaptive > thead > tr > td,
      .table-adaptive > tbody > tr > th,
      .table-adaptive > tbody > tr > td {
        display: block; }
        .table-adaptive > thead > tr > th.visible-xs,
        .table-adaptive > thead > tr > td.visible-xs,
        .table-adaptive > tbody > tr > th.visible-xs,
        .table-adaptive > tbody > tr > td.visible-xs {
          display: block !important; }
      .table-adaptive > thead > tr.collapse:not(.in),
      .table-adaptive > tbody > tr.collapse:not(.in) {
        display: none; } }
.table-adaptive-borderless tr:first-child > td,
.table-adaptive-borderless tr:first-child > th {
  border-top: 0; }
@media screen and (max-width: 991px) {
  .table-adaptive-borderless tr:not(:first-child) {
    border-top: 1px solid #e5e5e5; }
    .table-adaptive-borderless tr:not(:first-child) td {
      border-top: 0 !important; } }

.table-striped > tbody > tr > th {
  font-weight: 700; }
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td {
  border-top: 0;
  padding-left: 30px;
  padding-right: 30px; }

.table-specs > tbody > tr > th {
  width: 30%; }
  @media screen and (max-width: 991px) {
    .table-specs > tbody > tr > th {
      width: 50%; } }

.like-table {
  margin-bottom: 22px; }

.like-table-row {
  border-top: 1px solid #bfbfbf;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  transition-property: background;
  transition-duration: 0.25s; }
  .like-table-row:last-child {
    border-bottom: 1px solid #bfbfbf; }
  .like-table-row.js-hover {
    background: #f6f6f6; }
  @media screen and (max-width: 479px) {
    .like-table-row h4,
    .like-table-row .h4 {
      font-size: 16px; } }

.like-table-signpost {
  background: #fff;
  border-radius: 3px;
  position: relative; }
  .box-content .like-table-signpost {
    margin-bottom: 0; }
  .box-content > .like-table-signpost {
    margin-top: -20px;
    margin-left: -24px;
    margin-right: -24px; }
    .box-content > .like-table-signpost:first-child {
      margin-top: -22px; }
  .like-table-signpost:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 6px solid #efefef;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    .box-content .like-table-signpost:before {
      display: none; }
  .like-table-signpost .like-table-row {
    border-top-color: #e5e5e5;
    padding-top: 19px;
    padding-bottom: 19px; }
    .like-table-signpost .like-table-row:first-child {
      border-top: 0; }
    .like-table-signpost .like-table-row:last-child {
      border-bottom: 0; }
    .box-content .like-table-signpost .like-table-row {
      padding-top: 0;
      padding-bottom: 0; }
      .box-content .like-table-signpost .like-table-row > .collapse-link {
        padding: 20px 24px; }
        @media screen and (max-width: 479px) {
          .box-content .like-table-signpost .like-table-row > .collapse-link {
            padding-left: 12px;
            padding-right: 12px; } }
        .box-content .like-table-signpost .like-table-row > .collapse-link:focus {
          color: currentColor;
          text-decoration: none; }
      .box-content .like-table-signpost .like-table-row > .collapse-content,
      .box-content .like-table-signpost .like-table-row > .btn-block-group {
        padding-left: 20px;
        padding-right: 20px; }
        @media screen and (max-width: 479px) {
          .box-content .like-table-signpost .like-table-row > .collapse-content,
          .box-content .like-table-signpost .like-table-row > .btn-block-group {
            padding-left: 12px;
            padding-right: 12px; } }

table.text-middle > thead > tr > th,
table.text-middle > thead > tr > td,
table.text-middle > tbody > tr > th,
table.text-middle > tbody > tr > td {
  vertical-align: middle; }

.table-box-content-wrapper {
  margin-left: -24px;
  margin-right: -24px;
  border-bottom: 1px solid #efefef; }
  .box-content > .table-box-content-wrapper:last-child, .box-content > .table-box-content-wrapper:first-child:last-child, .box-footer > .table-box-content-wrapper:last-child, .box-footer > .table-box-content-wrapper:first-child:last-child {
    border-bottom: 0; }
  .box-content > .table-box-content-wrapper + .box-action-zone, .box-footer > .table-box-content-wrapper + .box-action-zone {
    border-top: 0; }
  @media screen and (max-width: 767px) {
    .table-box-content-wrapper > .table-responsive {
      border: 0; } }
  .table-box-content-wrapper .table-box-content-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    border-bottom: 0; }
    @media screen and (max-width: 479px) {
      .table-box-content-wrapper .table-box-content-wrapper {
        margin-left: -12px;
        margin-right: -12px; } }

.table-box-content {
  margin-bottom: 0; }
  .table-box-content > tbody > tr > th,
  .table-box-content > tbody > tr > td,
  .table-box-content > thead > tr > th,
  .table-box-content > thead > tr > td {
    padding: 20px 24px; }
    .table-box-content > tbody > tr > th[scope="rowgroup"][colspan],
    .table-box-content > tbody > tr > td[scope="rowgroup"][colspan],
    .table-box-content > thead > tr > th[scope="rowgroup"][colspan],
    .table-box-content > thead > tr > td[scope="rowgroup"][colspan] {
      padding-top: 10px;
      padding-bottom: 10px; }
    @media screen and (max-width: 479px) {
      .table-box-content > tbody > tr > th,
      .table-box-content > tbody > tr > td,
      .table-box-content > thead > tr > th,
      .table-box-content > thead > tr > td {
        padding-left: 12px;
        padding-right: 12px; } }
  .box-content > .table-box-content-wrapper:first-child > .table-box-content, .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content, .box-footer > .table-box-content-wrapper:first-child > .table-box-content {
    margin-top: -22px; }
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > tbody > tr:first-child td,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead > tr:first-child td, .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > tbody > tr:first-child td,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead > tr:first-child td, .box-footer > .table-box-content-wrapper:first-child > .table-box-content > tbody > tr:first-child th,
    .box-footer > .table-box-content-wrapper:first-child > .table-box-content > tbody > tr:first-child td,
    .box-footer > .table-box-content-wrapper:first-child > .table-box-content > thead > tr:first-child th,
    .box-footer > .table-box-content-wrapper:first-child > .table-box-content > thead > tr:first-child td {
      border-top-width: 0; }
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead > tr:first-child th, .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead > tr:first-child th, .box-footer > .table-box-content-wrapper:first-child > .table-box-content > tbody > tr:first-child th,
    .box-footer > .table-box-content-wrapper:first-child > .table-box-content > thead > tr:first-child th {
      border-bottom-width: 0; }
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead + tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead + tbody > tr:first-child td, .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead + tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead + tbody > tr:first-child td, .box-footer > .table-box-content-wrapper:first-child > .table-box-content > thead + tbody > tr:first-child th,
    .box-footer > .table-box-content-wrapper:first-child > .table-box-content > thead + tbody > tr:first-child td {
      border-top-width: 1px; }
  .table-box-content .service-top {
    top: 50%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transform: rotateZ(-90deg) translateX(50%);
    transform-origin: bottom;
    padding-left: 10px;
    padding-right: 10px;
    left: -44px; }
    @media screen and (max-width: 778px) {
      .table-box-content .service-top {
        font-size: 10px;
        padding: 2px 6px;
        left: -38px; } }
    @media screen and (max-width: 479px) {
      .table-box-content .service-top {
        left: -26px; } }

/*Components*/
.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-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #999;
  border-radius: 3px;
  -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: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #000;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #e20074;
  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: #e20074; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e5e5e5; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4a4a4a;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .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-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.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-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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #999;
  border-radius: 3px; }
  .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: 14px;
    border-radius: 3px; }
  .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: 18px;
    border-radius: 6px; }
  .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 {
    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: transparent; }
    .nav > li.disabled > a {
      color: #e5e5e5; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #e5e5e5;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #e20074; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 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.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #efefef #efefef #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #bfbfbf;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .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: #e20074; }

.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: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

.navbar {
  position: relative;
  min-height: 89px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 992px) {
  .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: 992px) {
    .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: 992px) {
    .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: 2000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2030; }
  @media (min-width: 992px) {
    .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: 14px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 89px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .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: 27.5px;
  margin-bottom: 27.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .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: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 991px) {
    .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: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.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: 26.5px;
  margin-bottom: 26.5px; }
  @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: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .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: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 26.5px;
  margin-bottom: 26.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 28px;
    margin-bottom: 28px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 33.5px;
    margin-bottom: 33.5px; }

.navbar-text {
  margin-top: 33.5px;
  margin-bottom: 33.5px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #fff;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #4a4a4a; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #e20074;
      background-color: #fff; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e20074;
    background-color: #fff; }
  .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: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #e20074; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #4a4a4a; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e20074;
        background-color: #fff; }
    .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: #e20074;
      background-color: #fff; }
    .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: #4a4a4a; }
    .navbar-default .navbar-link:hover {
      color: #e20074; }
  .navbar-default .btn-link {
    color: #4a4a4a; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #e20074; }
    .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: #000;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #e20074;
      background-color: #fff; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #e20074;
    background-color: #fff; }
  .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: black; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #e20074; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .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: #e20074;
        background-color: #fff; }
    .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: #e20074;
      background-color: #fff; }
    .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: #e20074; }
  .navbar-inverse .btn-link {
    color: #fff; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #e20074; }
    .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: 0 0;
  margin-bottom: 22px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #999; }
  .breadcrumb > .active {
    color: #999; }
  .breadcrumb.breadcrumb-white li a, .breadcrumb.breadcrumb-white li.active {
    color: #fff; }
    .breadcrumb.breadcrumb-white li a:hover, .breadcrumb.breadcrumb-white li a:focus, .breadcrumb.breadcrumb-white li.active:hover, .breadcrumb.breadcrumb-white li.active:focus {
      border-bottom-color: #fff; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #e20074;
      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: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #b0005a;
    background-color: #efefef;
    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: 2;
    color: #fff;
    background-color: #e20074;
    border-color: #e20074;
    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: #e5e5e5;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.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: 14px; }
.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: 22px 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 #e20074;
      border-radius: 3px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #efefef; }
  .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: #bfbfbf;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #e5e5e5; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #cccccc; }

.label-primary {
  background-color: #e20074; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #af005a; }

.label-success {
  background-color: #6db131; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #548926; }

.label-info {
  background-color: #64b9e4; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #39a5dc; }

.label-warning {
  background-color: #eda95a; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e8912c; }

.label-danger {
  background-color: #e20000; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #af0000; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  line-height: 22px;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 3px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #e20074;
    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; }

/*@import "custom/vendor/bootstrap/jumbotron";*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e20074; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .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: #fff;
  border-color: #6db131;
  color: #000; }
  .alert-success hr {
    border-top-color: #619d2b; }
  .alert-success .alert-link {
    color: black; }

.alert-info {
  background-color: #fff;
  border-color: #64b9e4;
  color: #000; }
  .alert-info hr {
    border-top-color: #4eafe0; }
  .alert-info .alert-link {
    color: black; }

.alert-warning {
  background-color: #fff;
  border-color: #eda95a;
  color: #000; }
  .alert-warning hr {
    border-top-color: #ea9d43; }
  .alert-warning .alert-link {
    color: black; }

.alert-danger {
  background-color: #fff;
  border-color: #e20000;
  color: #000; }
  .alert-danger hr {
    border-top-color: #c90000; }
  .alert-danger .alert-link {
    color: black; }

@-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: 22px;
  margin-bottom: 22px;
  background-color: #e5e5e5;
  border-radius: 3px;
  -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: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #e20074;
  -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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  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: #6db131; }
  .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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-info {
  background-color: #64b9e4; }
  .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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-warning {
  background-color: #eda95a; }
  .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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-danger {
  background-color: #e20000; }
  .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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

/*@import "custom/vendor/bootstrap/media";*/
.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 #999; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #efefef;
  color: #e5e5e5;
  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: #e5e5e5; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e20074;
  border-color: #e20074; }
  .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: #ffafd8; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #e20000;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #e20000; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #e20000;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #e20000;
    border-color: #e20000; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -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: 18px;
  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: 2px;
  border-bottom-left-radius: 2px; }

.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: 2px;
    border-top-left-radius: 2px; }
  .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: 2px;
    border-bottom-left-radius: 2px; }

.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: 2px;
  border-top-left-radius: 2px; }
  .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: 2px;
    border-top-right-radius: 2px; }
    .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: 2px; }
    .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: 2px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .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: 2px;
    border-bottom-right-radius: 2px; }
    .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: 2px; }
    .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: 2px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #efefef; }
.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: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .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: #999;
    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: #999; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #e20074; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #e20074;
    border-color: #e20074; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e20074; }
    .panel-primary > .panel-heading .badge {
      color: #e20074;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e20074; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 3px;
  -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: 24px;
  font-weight: bold;
  line-height: 1;
  color: #bfbfbf;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #bfbfbf;
    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; }

.search-collapse {
  width: calc( 100% - 276px );
  position: absolute;
  top: 100px;
  left: 76px;
  z-index: 2; }
  .search-collapse .search-close {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: -35px;
    z-index: 2; }
    .search-collapse .search-close:hover svg {
      opacity: 0.7; }
    .search-collapse .search-close svg {
      opacity: 0;
      fill: #fff;
      width: 20px;
      height: 20px;
      transition-property: opacity;
      transition-duration: 0.25s; }
      .navbar-default .search-collapse .search-close svg {
        fill: #4a4a4a; }
  .search-collapse.in .search-close:hover svg {
    opacity: 0.7; }
  .search-collapse.in .search-close svg {
    opacity: 1; }
  .search-collapse .form-control,
  .search-collapse .btn {
    height: 52px; }
  .search-collapse .form-group {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .search-collapse {
      width: 100%;
      height: 100vh;
      background: #fff;
      position: fixed;
      top: -52px;
      left: 0; }
      .search-collapse .searchbox {
        border-bottom: 1px solid #bfbfbf; }
        .search-collapse .searchbox .form-control {
          border-radius: 0;
          border: 0;
          padding: 10px 105px 10px 44px; }
        .search-collapse .searchbox .search-icon {
          left: 15px; }
        .search-collapse .searchbox .btn {
          font-size: 16px;
          padding-left: 0;
          padding-right: 0;
          right: 45px; }
      .search-collapse .search-close {
        top: 0;
        padding: 16px 15px 16px 0;
        right: 0; }
        .search-collapse .search-close svg {
          fill: #4a4a4a;
          width: 20px;
          height: 20px; }
      .search-collapse .twitter-typeahead .tt-dropdown-menu .tt-suggestion {
        padding-left: 44px;
        border-top: 0; } }

.caption {
  background: #000;
  color: #fff;
  padding: 22px 0;
  text-align: center;
  position: relative;
  margin-bottom: 66px; }
  .caption:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 18px solid #000;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -22px; }
  .caption h1,
  .caption .h1 {
    margin: 0; }
  .caption svg {
    fill: currentColor; }
  .caption-inverse {
    background: #fff;
    color: #000; }
    .caption-inverse:after {
      border-top-color: #fff; }
  @media screen and (max-width: 767px) {
    .caption-mobile:after {
      display: none; } }
  .caption-no-arrow:after {
    display: none; }
  .caption-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 332px;
    padding-top: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 1199px) {
      .caption-header {
        height: 295px; } }
    .caption-header h1 {
      margin-top: -11px; }

.arrow {
  position: relative; }
  .arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 18px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px; }

.media {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-bottom: 22px;
  position: relative; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .media {
      display: block;
      flex-direction: column; }
      .table .media {
        display: flex;
        flex-direction: row; } }
  @media screen and (min-width: 480px) {
    .media {
      justify-content: center; } }
  .media-figure {
    display: flex;
    margin-right: 30px; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .media-figure {
        margin-right: 0;
        justify-content: center; } }
    @media screen and (max-width: 479px) {
      .table .media-figure {
        margin-right: 15px; } }
  .media-body {
    margin: 0;
    flex: 1;
    font-weight: 600; }
  @media screen and (max-width: 479px) {
    .media-body {
      flex-grow: 1; } }
  .media-center {
    display: flex;
    align-items: center; }
  .media .collapse-link {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .media .collapse-link {
        flex-direction: column;
        text-align: center; } }
    .media .collapse-link:focus, .media .collapse-link:hover {
      text-decoration: none; }
    .media .collapse-link:hover .collapse-icon {
      background: #e20074; }
      .media .collapse-link:hover .collapse-icon svg {
        fill: #fff; }
      .background-black .media .collapse-link:hover .collapse-icon, .caption .media .collapse-link:hover .collapse-icon {
        background: #fff; }
        .background-black .media .collapse-link:hover .collapse-icon svg, .caption .media .collapse-link:hover .collapse-icon svg {
          fill: #e20074; }
    .media .collapse-link:active {
      outline: 0; }
    .media .collapse-link > span {
      margin-right: 15px; }
      @media screen and (max-width: 479px) {
        .media .collapse-link > span {
          flex-basis: 85%; } }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .media .collapse-link > span {
          margin: 5px 0; } }
    .caption .media .collapse-link {
      color: currentColor; }
    @media screen and (min-width: 480px) {
      .media .collapse-link svg {
        margin: 0 auto; } }
    .media .collapse-link .collapse-icon {
      display: block;
      padding: 5px;
      border-radius: 3px;
      transition-property: background;
      transition-duration: 0.25s; }
  .media:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -22px;
    left: 10px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 0 solid transparent;
    transition-property: border;
    transition-duration: 0.25s;
    border-bottom-color: #efefef; }
    .caption .media:before {
      border-bottom-color: currentColor; }
    .caption-inverse .media:before {
      border-bottom-color: #bfbfbf; }
    @media screen and (min-width: 480px) {
      .media:before {
        left: 50%;
        transform: translateX(-50%); } }
  .media.active:before {
    display: block;
    border-bottom-width: 10px; }

.media-group {
  text-align: left; }
  .media-group > div:not(.collapse) {
    display: flex; }
  .media-group .media + .media {
    margin-left: 30px; }
  @media screen and (max-width: 479px) {
    .media-group .media + .media {
      margin-top: 11px;
      margin-left: 0; } }
  .caption .media-group {
    margin-top: 32px; }
  .media-group-vertical .media {
    flex-direction: column; }
    .media-group-vertical .media.active:before {
      left: 50%;
      transform: translateX(-50%); }
    .media-group-vertical .media .collapse-link {
      justify-content: center;
      flex-direction: column;
      text-align: center; }
      .media-group-vertical .media .collapse-link > span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 11px; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .media-group-vertical .media {
        /* IE10+ specific styles go here */
        display: block;
        text-align: center; }
        .media-group-vertical .media .media-body,
        .media-group-vertical .media .collapse-link {
          display: block; }
        .media-group-vertical .media .collapse-link > span {
          display: block; }
        .media-group-vertical .media .collapse-link .collapse-icon {
          display: inline-block; }
          .media-group-vertical .media .collapse-link .collapse-icon svg {
            display: block;
            margin-left: auto;
            margin-right: auto; } }
  .media-group-vertical .media-figure {
    margin-right: 0;
    margin-bottom: 15px; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .media-group-vertical .media-figure {
        /* IE10+ specific styles go here */
        display: block; } }
  .media-group-vertical .media-body {
    display: flex;
    justify-content: center; }

@media screen and (max-width: 479px) {
  .media-accordion-3 > div:nth-child(2) {
    order: 3; }
  .media-accordion-3 > div:nth-child(3) {
    order: 5; }
  .media-accordion-3 > div:nth-child(4) {
    order: 2; }
  .media-accordion-3 > div:nth-child(5) {
    order: 4; }
  .media-accordion-3 > div:nth-child(6) {
    order: 6; } }

@media screen and (max-width: 479px) {
  .media-accordion-4 > div:nth-child(2) {
    order: 3; }
  .media-accordion-4 > div:nth-child(3) {
    order: 5; }
  .media-accordion-4 > div:nth-child(4) {
    order: 7; }
  .media-accordion-4 > div:nth-child(5) {
    order: 2; }
  .media-accordion-4 > div:nth-child(6) {
    order: 4; }
  .media-accordion-4 > div:nth-child(7) {
    order: 6; }
  .media-accordion-4 > div:nth-child(8) {
    order: 8; } }

@media screen and (max-width: 991px) {
  .media-accordion-6 > div:nth-child(1) {
    order: 1; }
  .media-accordion-6 > div:nth-child(2) {
    order: 2; }
  .media-accordion-6 > div:nth-child(7) {
    order: 3; }
  .media-accordion-6 > div:nth-child(8) {
    order: 3; }
  .media-accordion-6 > div:nth-child(3) {
    order: 4; }
  .media-accordion-6 > div:nth-child(4) {
    order: 5; }
  .media-accordion-6 > div:nth-child(9) {
    order: 6; }
  .media-accordion-6 > div:nth-child(10) {
    order: 6; }
  .media-accordion-6 > div:nth-child(5) {
    order: 7; }
  .media-accordion-6 > div:nth-child(6) {
    order: 8; }
  .media-accordion-6 > div:nth-child(11) {
    order: 9; }
  .media-accordion-6 > div:nth-child(12) {
    order: 9; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .media-accordion-6 > div:nth-child(1) {
    order: 1; }
  .media-accordion-6 > div:nth-child(2) {
    order: 2; }
  .media-accordion-6 > div:nth-child(3) {
    order: 3; }
  .media-accordion-6 > div:nth-child(7) {
    order: 4; }
  .media-accordion-6 > div:nth-child(8) {
    order: 4; }
  .media-accordion-6 > div:nth-child(9) {
    order: 4; }
  .media-accordion-6 > div:nth-child(4) {
    order: 5; }
  .media-accordion-6 > div:nth-child(5) {
    order: 6; }
  .media-accordion-6 > div:nth-child(6) {
    order: 7; }
  .media-accordion-6 > div:nth-child(10) {
    order: 8; }
  .media-accordion-6 > div:nth-child(11) {
    order: 8; }
  .media-accordion-6 > div:nth-child(12) {
    order: 8; } }

@media screen and (max-width: 479px) {
  .media-accordion-5 > div:nth-child(1) {
    order: 1; }
  .media-accordion-5 > div:nth-child(2) {
    order: 3; }
  .media-accordion-5 > div:nth-child(3) {
    order: 5; }
  .media-accordion-5 > div:nth-child(4) {
    order: 7; }
  .media-accordion-5 > div:nth-child(5) {
    order: 9; }
  .media-accordion-5 > div:nth-child(6) {
    order: 2; }
  .media-accordion-5 > div:nth-child(7) {
    order: 4; }
  .media-accordion-5 > div:nth-child(8) {
    order: 6; }
  .media-accordion-5 > div:nth-child(9) {
    order: 8; }
  .media-accordion-5 > div:nth-child(10) {
    order: 10; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .media-accordion-5 > div:nth-child(1) {
    order: 1; }
  .media-accordion-5 > div:nth-child(2) {
    order: 2; }
  .media-accordion-5 > div:nth-child(3) {
    order: 5; }
  .media-accordion-5 > div:nth-child(4) {
    order: 5; }
  .media-accordion-5 > div:nth-child(5) {
    order: 7; }
  .media-accordion-5 > div:nth-child(6), .media-accordion-5 > div:nth-child(7) {
    order: 3; }
  .media-accordion-5 > div:nth-child(8), .media-accordion-5 > div:nth-child(9) {
    order: 6; }
  .media-accordion-5 > div:nth-child(10) {
    order: 8; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .media-accordion-5 > div:nth-child(1) {
    order: 1; }
  .media-accordion-5 > div:nth-child(2) {
    order: 2; }
  .media-accordion-5 > div:nth-child(3) {
    order: 3; }
  .media-accordion-5 > div:nth-child(4) {
    order: 5; }
  .media-accordion-5 > div:nth-child(5) {
    order: 6; }
  .media-accordion-5 > div:nth-child(6), .media-accordion-5 > div:nth-child(7), .media-accordion-5 > div:nth-child(8) {
    order: 4; }
  .media-accordion-5 > div:nth-child(9), .media-accordion-5 > div:nth-child(10) {
    order: 7; } }

@media screen and (max-width: 992px) {
  .tiles-featured > .row > [class*="col-"] {
    padding-bottom: 0;
    padding-top: 0; } }
@media screen and (max-width: 550px) {
  .tiles-featured > .row {
    margin-left: -8px;
    margin-right: -8px; }
    .tiles-featured > .row > [class*="col-"] {
      padding-left: 8px;
      padding-right: 8px;
      padding-bottom: 0;
      padding-top: 0; } }
.tiles-featured .tiles-featured-list > .container {
  padding: 0; }
  .tiles-featured .tiles-featured-list > .container > .row {
    height: 100%; }
    @media screen and (max-width: 550px) {
      .tiles-featured .tiles-featured-list > .container > .row {
        margin-left: -8px;
        margin-right: -8px; }
        .tiles-featured .tiles-featured-list > .container > .row > [class*="col-"] {
          padding-left: 8px;
          padding-right: 8px; } }
@media screen and (max-width: 991px) {
  .tiles-featured .tiles-featured-main > .container {
    width: 100%; } }
@media screen and (max-width: 550px) {
  .tiles-featured .tiles-featured-main > .container {
    padding: 0;
    width: 100%; }
    .tiles-featured .tiles-featured-main > .container > .row {
      margin-left: 0px;
      margin-right: 0px; } }
.tiles-featured .tiles-featured-main > .container > .row {
  height: 100%; }
.tiles-featured .tiles-featured-main,
.tiles-featured .tiles-featured-item {
  margin-bottom: 30px; }
  @media screen and (max-width: 550px) {
    .tiles-featured .tiles-featured-main,
    .tiles-featured .tiles-featured-item {
      margin-bottom: 16px; } }
  .tiles-featured .tiles-featured-main .tile,
  .tiles-featured .tiles-featured-item .tile {
    padding: 15px;
    height: 100%;
    min-height: 100px;
    align-items: flex-end;
    text-align: right;
    position: relative; }
    .tiles-featured .tiles-featured-main .tile.background-magenta, .tiles-featured .tiles-featured-main .tile.background-black,
    .tiles-featured .tiles-featured-item .tile.background-magenta,
    .tiles-featured .tiles-featured-item .tile.background-black {
      color: #fff; }
      .tiles-featured .tiles-featured-main .tile.background-magenta .tile-ico, .tiles-featured .tiles-featured-main .tile.background-black .tile-ico,
      .tiles-featured .tiles-featured-item .tile.background-magenta .tile-ico,
      .tiles-featured .tiles-featured-item .tile.background-black .tile-ico {
        color: #fff;
        fill: #fff; }
      .tiles-featured .tiles-featured-main .tile.background-magenta .tile-link, .tiles-featured .tiles-featured-main .tile.background-black .tile-link,
      .tiles-featured .tiles-featured-item .tile.background-magenta .tile-link,
      .tiles-featured .tiles-featured-item .tile.background-black .tile-link {
        color: #fff; }
        .tiles-featured .tiles-featured-main .tile.background-magenta .tile-link > [class*="ico-"] svg, .tiles-featured .tiles-featured-main .tile.background-black .tile-link > [class*="ico-"] svg,
        .tiles-featured .tiles-featured-item .tile.background-magenta .tile-link > [class*="ico-"] svg,
        .tiles-featured .tiles-featured-item .tile.background-black .tile-link > [class*="ico-"] svg {
          fill: #fff; }
    .tiles-featured .tiles-featured-main .tile.active, .tiles-featured .tiles-featured-main .tile.js-hover,
    .tiles-featured .tiles-featured-item .tile.active,
    .tiles-featured .tiles-featured-item .tile.js-hover {
      border-color: #bfbfbf; }
      .tiles-featured .tiles-featured-main .tile.active.tile-border-active-black, .tiles-featured .tiles-featured-main .tile.js-hover.tile-border-active-black,
      .tiles-featured .tiles-featured-item .tile.active.tile-border-active-black,
      .tiles-featured .tiles-featured-item .tile.js-hover.tile-border-active-black {
        border-color: #000; }
      .tiles-featured .tiles-featured-main .tile.active.tile-border-active-magenta, .tiles-featured .tiles-featured-main .tile.js-hover.tile-border-active-magenta,
      .tiles-featured .tiles-featured-item .tile.active.tile-border-active-magenta,
      .tiles-featured .tiles-featured-item .tile.js-hover.tile-border-active-magenta {
        border-color: #e20074; }
    .tiles-featured .tiles-featured-main .tile.js-hover .tile-link,
    .tiles-featured .tiles-featured-item .tile.js-hover .tile-link {
      text-decoration: underline; }
    .tiles-featured .tiles-featured-main .tile.js-hover:not(.background-black) .tile-link > [class*="ico-"] svg, .tiles-featured .tiles-featured-main .tile.js-hover:not(.background-magenta) .tile-link > [class*="ico-"] svg,
    .tiles-featured .tiles-featured-item .tile.js-hover:not(.background-black) .tile-link > [class*="ico-"] svg,
    .tiles-featured .tiles-featured-item .tile.js-hover:not(.background-magenta) .tile-link > [class*="ico-"] svg {
      color: #b0005a;
      fill: #b0005a; }
    .tiles-featured .tiles-featured-main .tile.js-hover.background-black .tile-link > [class*="ico-"] svg, .tiles-featured .tiles-featured-main .tile.js-hover.background-magenta .tile-link > [class*="ico-"] svg,
    .tiles-featured .tiles-featured-item .tile.js-hover.background-black .tile-link > [class*="ico-"] svg,
    .tiles-featured .tiles-featured-item .tile.js-hover.background-magenta .tile-link > [class*="ico-"] svg {
      color: #fff;
      fill: #fff; }
    .tiles-featured .tiles-featured-main .tile .tile-heading,
    .tiles-featured .tiles-featured-item .tile .tile-heading {
      margin-top: 0;
      padding-left: 55px; }
      @media screen and (max-width: 550px) {
        .tiles-featured .tiles-featured-main .tile .tile-heading,
        .tiles-featured .tiles-featured-item .tile .tile-heading {
          font-size: 18px;
          line-height: 20px; } }
    .tiles-featured .tiles-featured-main .tile .tile-link,
    .tiles-featured .tiles-featured-item .tile .tile-link {
      font-size: 16px;
      /*color: $magenta;*/
      padding: 0;
      margin: 0; }
      .tiles-featured .tiles-featured-main .tile .tile-link svg,
      .tiles-featured .tiles-featured-item .tile .tile-link svg {
        width: 10px;
        height: 10px; }
    .tiles-featured .tiles-featured-main .tile .tile-ico,
    .tiles-featured .tiles-featured-item .tile .tile-ico {
      position: absolute;
      left: 15px;
      bottom: 15px; }
.tiles-featured .tiles-featured-main .tiles-featured-main-item {
  padding: 0; }
  .tiles-featured .tiles-featured-main .tiles-featured-main-item .tile {
    background: transparent;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden; }
    @media screen and (max-width: 550px) {
      .tiles-featured .tiles-featured-main .tiles-featured-main-item .tile {
        min-height: 200px; } }
    .tiles-featured .tiles-featured-main .tiles-featured-main-item .tile > * {
      position: relative;
      z-index: 2; }
    .tiles-featured .tiles-featured-main .tiles-featured-main-item .tile .tile-image-bgr {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition-property: transform;
      transition-duration: 0.25s;
      z-index: 1; }
    .tiles-featured .tiles-featured-main .tiles-featured-main-item .tile .tile-heading {
      color: #fff;
      flex-grow: 0; }
    .tiles-featured .tiles-featured-main .tiles-featured-main-item .tile .tile-link {
      font-size: 16px;
      color: #fff; }
    .tiles-featured .tiles-featured-main .tiles-featured-main-item .tile.js-hover .tile-image-bgr {
      transform: translate(-50%, -50%) scale(1.1); }
    .tiles-featured .tiles-featured-main .tiles-featured-main-item .tile.js-hover .tile-link > [class*="ico-"] svg {
      color: #fff;
      fill: #fff; }

.tiles {
  margin: 22px 0; }
  .tiles > .row > div {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (max-width: 479px) {
      .tiles > .row > div.col-xs-6:not(.col-xxs-12) {
        padding-bottom: 0; }
        .tiles > .row > div.col-xs-6:not(.col-xxs-12):nth-child(1), .tiles > .row > div.col-xs-6:not(.col-xxs-12):nth-child(2) {
          padding-top: 0; }
        .tiles > .row > div.col-xs-6:not(.col-xxs-12):nth-child(odd) {
          padding-right: 8px; }
        .tiles > .row > div.col-xs-6:not(.col-xxs-12):nth-child(even) {
          padding-left: 8px; } }
    .tiles > .row > div > a.tile {
      color: currentColor; }
      .tiles > .row > div > a.tile:hover {
        border-color: #bfbfbf; }
      .tiles > .row > div > a.tile:hover, .tiles > .row > div > a.tile:focus {
        text-decoration: none; }
  .tiles > .row > .active > a.tile, .tiles > .row > .active > a.tile:hover {
    border-color: #e20074; }
  .tiles-large {
    margin: 25px 0; }
  .tiles-strip {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 479px) {
      .tiles-strip {
        flex-direction: column; } }
  @media screen and (max-width: 479px) and (-ms-high-contrast: active), screen and (max-width: 479px) and (-ms-high-contrast: none) {
    .tiles-strip {
      /* IE10+ specific styles go here */
      flex-direction: row; } }

  @media screen and (min-width: 1200px) {
    .tiles-flex {
      flex-wrap: nowrap; } }
  @media screen and (max-width: 479px) {
    .tiles-flex {
      flex-direction: row; } }

.tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 22px 15px;
  border: 2px solid #efefef;
  border-radius: 3px;
  background-color: #fff;
  transition-property: border;
  transition-duration: 0.25s;
  /* color adjust styles */
  /* color adjust styles - end */ }
  .tile.text-left {
    text-align: left; }
  .tile svg {
    width: 50px;
    height: 50px; }
  @media screen and (min-width: 480px) {
    .tile {
      min-height: 140px; } }
  @media screen and (max-width: 479px) {
    .tile {
      padding-left: 15px;
      padding-right: 15px; }
      .tiles:not(.tiles-slim):not(.tiles-default) .tile {
        padding: 11px 8px; }
      .tile svg {
        width: 40px;
        height: 40px; } }
  .tiles-slim .tile {
    border-width: 1px; }
    .tiles-slim .tile img {
      margin-bottom: 16px; }
  .tile a {
    margin-top: 11px; }
  .tile > a:not(.btn) {
    font-size: 20px;
    font-weight: 600; }
    @media screen and (max-width: 479px) {
      .tile > a:not(.btn) {
        font-size: 16px; } }
    @media screen and (min-width: 480px) {
      .tile > a:not(.btn).text-large {
        font-size: 18px;
        line-height: 23px; } }
  .tile.js-hover {
    border-color: #bfbfbf; }
    .tile.js-hover a:not(.btn) {
      color: #b0005a;
      text-decoration: none; }
  .tile.background-magenta, .tile.background-black {
    color: #fff; }
    .tile.background-magenta .tile-ico, .tile.background-black .tile-ico {
      color: #fff;
      fill: #fff; }
    .tile.background-magenta .tile-link, .tile.background-black .tile-link {
      color: #fff; }
      .tile.background-magenta .tile-link > [class*="ico-"] svg, .tile.background-black .tile-link > [class*="ico-"] svg {
        fill: #fff; }
  .tile.active, .tile.js-hover {
    border-color: #bfbfbf;
    /*
    .tile-ico:not(.background-magenta),
    .tile-ico:not(.background-black) {
      color: $black;
      fill: $black;
    }*/ }
    .tile.active > [class*="ico-"] svg, .tile.js-hover > [class*="ico-"] svg {
      color: #e20074;
      fill: #e20074; }
    .tile.active.tile-border-active-black, .tile.js-hover.tile-border-active-black {
      border-color: #000; }
    .tile.active.tile-border-active-magenta, .tile.js-hover.tile-border-active-magenta {
      border-color: #e20074; }
    .tile.active.background-magenta > [class*="ico-"] > svg, .tile.active.background-black > [class*="ico-"] > svg, .tile.js-hover.background-magenta > [class*="ico-"] > svg, .tile.js-hover.background-black > [class*="ico-"] > svg {
      color: #fff;
      fill: #fff; }
    .tile.active.tile-ico-active-magenta > [class*="ico-"] > svg, .tile.js-hover.tile-ico-active-magenta > [class*="ico-"] > svg {
      color: #e20074;
      fill: #e20074; }
    .tile.active.tile-ico-active-mix > [class*="ico-"] > svg, .tile.js-hover.tile-ico-active-mix > [class*="ico-"] > svg {
      color: #e20074;
      fill: #000; }
  .tile.js-hover > [class*="ico-"] svg {
    color: #b0005a;
    fill: #b0005a; }
  .tile.js-hover.tile-border-active-black {
    border-color: #000; }
  .tile.js-hover.tile-border-active-magenta {
    border-color: #b0005a; }
  .tile.js-hover.background-magenta > [class*="ico-"] > svg, .tile.js-hover.background-black > [class*="ico-"] > svg {
    color: #fff;
    fill: #fff; }
  .tile.js-hover.tile-ico-active-magenta > [class*="ico-"] > svg {
    color: #b0005a;
    fill: #b0005a; }
  .tile.js-hover.tile-ico-active-mix > [class*="ico-"] > svg {
    color: #b0005a;
    fill: #b0005a; }
  .tile .h2, .tile .h3,
  .tile h2, .tile h3 {
    flex-grow: 1; }
    .tile .h2:first-child, .tile .h3:first-child,
    .tile h2:first-child, .tile h3:first-child {
      margin-top: 0; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .tile span {
      /* IE10+ specific styles go here */
      max-width: 100%; } }
  .tile-desc {
    display: block;
    line-height: 17px;
    margin-top: 11px;
    flex-basis: 50%;
    max-width: 100%; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .tile-desc {
        /* IE10+ specific styles go here */
        flex-basis: auto; } }
  .tiles-large .tile {
    border-radius: 6px; }
    .tiles-large .tile .tile-link {
      margin-top: 25px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-basis: 50%;
      max-width: 100%; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .tiles-large .tile .tile-link {
          /* IE10+ specific styles go here */
          flex-basis: auto;
          flex-grow: 1; } }
    .tiles-large .tile svg {
      width: 60px;
      height: 60px;
      margin-top: 8px; }
    @media screen and (max-width: 479px) {
      .tiles-large .tile .tile-link {
        margin-top: 16.5px; }
      .tiles-large .tile svg {
        width: 40px;
        height: 40px; } }
  .tiles-default .tile {
    display: block;
    min-height: 0;
    text-align: left;
    border-color: #fff;
    padding-left: 30px;
    padding-right: 30px; }
  .tiles-default.bordered .tile {
    border-color: #efefef; }
  .tile.flex {
    display: flex; }
  .tiles-strip .tile {
    position: relative;
    overflow: hidden;
    background-color: #000;
    flex-basis: 100%;
    justify-content: center;
    height: 300px;
    border: 0;
    border-radius: 0;
    transition-property: background-size;
    transition-duration: 0.25s; }
    @media screen and (max-width: 767px) {
      .tiles-strip .tile + .tile {
        border-top: 1px solid #fff; } }
    .tiles-strip .tile > *:not(.tile-img) {
      position: relative; }
    .tiles-strip .tile h2,
    .tiles-strip .tile h3 {
      flex-grow: 0; }
    .tiles-strip .tile p {
      max-width: 100%; }
    .tiles-strip .tile.js-hover .btn-link {
      text-decoration: underline; }
    .tiles-strip .tile.js-hover .tile-img img {
      transform: scale(1.1); }
    .tiles-strip .tile .tile-img {
      height: auto;
      overflow: visible;
      position: static; }
      .tiles-strip .tile .tile-img img {
        margin: auto;
        position: absolute;
        top: -9999px;
        left: -9999px;
        bottom: -9999px;
        right: -9999px;
        transition-property: transform;
        transition-duration: 0.5s; }
  .tiles-strip-small .tile {
    height: 168px; }
  .tiles-strip-4 .tile {
    flex-basis: 25%;
    max-width: 25%; }
    @media screen and (max-width: 991px) {
      .tiles-strip-4 .tile {
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 767px) {
      .tiles-strip-4 .tile {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .tiles-strip-4 .tile {
        border-top: 1px solid #fff; }
        .tiles-strip-4 .tile:nth-child(even) {
          border-left: 1px solid #fff; }
        .tiles-strip-4 .tile:nth-child(1)
        .tiles-strip-4 .tile:nth-child(2) {
          border-top: 0; } }
    @media screen and (min-width: 992px) {
      .tiles-strip-4 .tile + .tile {
        border-left: 1px solid #fff; } }
  .tiles-flex .tile {
    border: 1px solid #fff; }
    @media screen and (max-width: 1199px) {
      .tiles-flex .tile {
        flex-basis: 25%;
        max-width: 25%; } }
    @media screen and (max-width: 767px) {
      .tiles-flex .tile {
        flex-basis: 50%;
        max-width: 50%; } }

@media screen and (min-width: 992px) {
  .background-tiles {
    background-image: -webkit-linear-gradient(top, #fff 100px, #e20074 100px);
    background-image: linear-gradient(to bottom, #ffffff 100px, #e20074 100px); } }

.navbar {
  border: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 2000; }
  .navbar > .container {
    height: 89px; }
  .navbar:before, .navbar:after,
  .navbar .nav-group {
    transition-property: none;
    transition-delay: 0s; }
  @media screen and (max-width: 991px) {
    .navbar {
      min-height: 52px; }
      .navbar:before, .navbar:after {
        content: '';
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        left: 0; }
      .navbar:before {
        max-height: 52px; }
      .navbar:after {
        background: #fff; }
      .navbar > .container {
        height: auto;
        width: auto; } }
  .navbar li {
    margin: 0; }

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

.navbar-default .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a {
  background: transparent; }
.navbar-default .navbar-nav > .active > a {
  color: #4a4a4a; }
.navbar-inverse .navbar-nav > .active > a {
  color: #fff; }
.navbar-inverse.open .navbar-nav > .active > a {
  color: #4a4a4a; }

.navbar-absolute {
  position: absolute; }

.navbar-header {
  float: left;
  display: flex;
  align-items: center;
  height: 100%; }
  @media screen and (max-width: 991px) {
    .navbar-header {
      height: 52px;
      display: block;
      float: none;
      padding: 0 15px; }
      .navbar-header:after {
        content: '';
        display: block;
        width: calc(100% - 50px);
        height: 1px;
        background: #fff;
        position: fixed;
        top: 52px;
        right: 35px;
        transition-property: width;
        transition-duration: 0.5s; }
        .navbar-default .navbar-header:after {
          background: #bfbfbf; }
        .open .navbar-header:after {
          display: none; }
      .navbar-header.animate:after {
        width: 0; } }

.navbar-nav {
  margin: 0;
  transition-property: opacity;
  transition-duration: 0.25s; }
  @media screen and (min-width: 768px) {
    .navbar-nav,
    .navbar-nav li {
      float: none; } }
  .navbar-nav li {
    position: static; }
    @media screen and (min-width: 992px) {
      .navbar-nav li {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; } }
    .navbar-nav li a {
      transition-property: background, color;
      transition-duration: 0.25s; }
      .navbar-nav li a.dropdown-toggle i {
        display: none;
        transform: rotateZ(0);
        transition-property: transform;
        transition-duration: 0.25s; }
        @media screen and (max-width: 991px) {
          .navbar.open .navbar-nav li a.dropdown-toggle i {
            display: block; } }
      .navbar-nav li a.dropdown-toggle svg {
        margin-right: 0;
        fill: #e20074;
        color: #e20074; }
    .navbar-nav li.open a.dropdown-toggle i {
      transform: rotateZ(-180deg); }
  .navbar-nav .open .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0; }
    .navbar-nav .open .dropdown-menu > li > a {
      font-size: 16px;
      padding: 15px; }
      .navbar-nav .open .dropdown-menu > li > a i {
        display: none; }
    .navbar-nav .open .dropdown-menu > li.custom-item {
      color: #000; }
      .navbar-nav .open .dropdown-menu > li.custom-item .tile {
        justify-content: center; }
      .navbar-nav .open .dropdown-menu > li.custom-item .btn {
        font-size: 20px;
        margin-top: 11px; }
      .navbar-nav .open .dropdown-menu > li.custom-item .btn-primary {
        color: #fff; }
  .navbar-default .navbar-nav .open,
  .navbar-default .navbar-nav .open > a,
  .navbar-default .navbar-nav .open > a:focus,
  .navbar-default .navbar-nav .open > a:hover, .navbar-transparent .navbar-nav .open,
  .navbar-transparent .navbar-nav .open > a,
  .navbar-transparent .navbar-nav .open > a:focus,
  .navbar-transparent .navbar-nav .open > a:hover, .navbar-inverse .navbar-nav .open,
  .navbar-inverse .navbar-nav .open > a,
  .navbar-inverse .navbar-nav .open > a:focus,
  .navbar-inverse .navbar-nav .open > a:hover {
    border: 0;
    color: #e20074;
    background: #fff; }
    @media screen and (max-width: 991px) {
      .navbar-default .navbar-nav .open,
      .navbar-default .navbar-nav .open > a,
      .navbar-default .navbar-nav .open > a:focus,
      .navbar-default .navbar-nav .open > a:hover, .navbar-transparent .navbar-nav .open,
      .navbar-transparent .navbar-nav .open > a,
      .navbar-transparent .navbar-nav .open > a:focus,
      .navbar-transparent .navbar-nav .open > a:hover, .navbar-inverse .navbar-nav .open,
      .navbar-inverse .navbar-nav .open > a,
      .navbar-inverse .navbar-nav .open > a:focus,
      .navbar-inverse .navbar-nav .open > a:hover {
        background: #efefef; } }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-transparent .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #4a4a4a; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background: #fff; } }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      display: none; }
      .navbar.open .navbar-nav .open .dropdown-menu {
        display: block; }
      .navbar-nav .open .dropdown-menu > li > a img {
        display: block;
        max-width: 100%;
        height: auto; }
      .navbar-nav .open .dropdown-menu > li.custom-item .btn {
        font-weight: 700;
        font-size: 14px; } }
  @media (min-width: 992px) {
    .navbar-nav .open .dropdown-menu {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: calc(100% - -124px);
      left: -124px;
      min-height: 275px; }
      .navbar-nav .open .dropdown-menu.with-banner > li {
        flex-basis: auto; } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), screen and (min-width: 992px) and (-ms-high-contrast: none) {
    .navbar-nav .open .dropdown-menu.with-banner.rows-1 > li, .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li {
      /* IE10+ specific styles go here */
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (min-width: 992px) {
      .navbar-nav .open .dropdown-menu.with-banner.rows-1 {
        display: -ms-grid;
        -ms-grid-columns: 16.66667% 16.66667% 16.66667% 16.66667% 1fr;
        -ms-grid-rows: 275px;
        grid-column-gap: 0;
        display: grid;
        grid-template-columns: 16.66667% 16.66667% 16.66667% 16.66667% 1fr;
        grid-template-rows: 275px; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-1 > li:nth-child(1):not(.promo-item) {
          -ms-grid-column: 1;
          grid-column-start: 1;
          -ms-grid-row: 1;
          grid-row-start: 1; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-1 > li:nth-child(2):not(.promo-item) {
          -ms-grid-column: 2;
          grid-column-start: 2;
          -ms-grid-row: 1;
          grid-row-start: 1; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-1 > li:nth-child(3):not(.promo-item) {
          -ms-grid-column: 3;
          grid-column-start: 3;
          -ms-grid-row: 1;
          grid-row-start: 1; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-1 > li:nth-child(4):not(.promo-item) {
          -ms-grid-column: 4;
          grid-column-start: 4;
          -ms-grid-row: 1;
          grid-row-start: 1; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-1 > li.promo-item, .navbar-nav .open .dropdown-menu.with-banner.rows-1 > li.custom-item {
          -ms-grid-column: 5;
          -ms-grid-row: 1;
          grid-column-start: 5;
          grid-row-start: 1;
          -ms-grid-column-span: 6;
          grid-column-end: span 6; }
      .navbar-nav .open .dropdown-menu.with-banner.rows-2 {
        display: -ms-grid;
        -ms-grid-columns: 16.66667% 16.66667% 16.66667% 16.66667% 1fr;
        -ms-grid-rows: 137.5px 137.5px;
        grid-column-gap: 0;
        display: grid;
        grid-template-columns: 16.66667% 16.66667% 16.66667% 16.66667% 1fr;
        grid-template-rows: 137.5px 137.5px; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li:nth-child(1):not(.promo-item):not(.custom-item) {
          -ms-grid-column: 1;
          grid-column-start: 1;
          -ms-grid-row: 1;
          grid-row-start: 1; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li:nth-child(2):not(.promo-item):not(.custom-item) {
          -ms-grid-column: 2;
          grid-column-start: 2;
          -ms-grid-row: 1;
          grid-row-start: 1; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li:nth-child(3):not(.promo-item):not(.custom-item) {
          -ms-grid-column: 3;
          grid-column-start: 3;
          -ms-grid-row: 1;
          grid-row-start: 1; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li:nth-child(4):not(.promo-item):not(.custom-item) {
          -ms-grid-column: 4;
          grid-column-start: 4;
          -ms-grid-row: 1;
          grid-row-start: 1; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li:nth-child(5):not(.promo-item):not(.custom-item) {
          -ms-grid-column: 1;
          grid-column-start: 1;
          -ms-grid-row: 2;
          grid-row-start: 2; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li:nth-child(6):not(.promo-item):not(.custom-item) {
          -ms-grid-column: 2;
          grid-column-start: 2;
          -ms-grid-row: 2;
          grid-row-start: 2; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li:nth-child(7):not(.promo-item):not(.custom-item) {
          -ms-grid-column: 3;
          grid-column-start: 3;
          -ms-grid-row: 2;
          grid-row-start: 2; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li:nth-child(8):not(.promo-item):not(.custom-item) {
          -ms-grid-column: 4;
          grid-column-start: 4;
          -ms-grid-row: 2;
          grid-row-start: 2; }
        .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li.promo-item, .navbar-nav .open .dropdown-menu.with-banner.rows-2 > li.custom-item {
          -ms-grid-column: 5;
          -ms-grid-row: 1;
          grid-column-start: 5;
          grid-row-start: 1;
          -ms-grid-column-span: 6;
          grid-column-end: span 6;
          -ms-grid-row-span: 3;
          grid-row-end: span 3; }
      .navbar-nav .open .dropdown-menu:before {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -1;
        transform: translateX(-50vw); } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), screen and (min-width: 992px) and (-ms-high-contrast: none) {
    .navbar-nav .open .dropdown-menu {
      /* IE10+ specific styles go here */ }
      .navbar-nav .open .dropdown-menu:after {
        content: '';
        min-height: inherit;
        font-size: 0; } }
  @media (min-width: 992px) {
      .navbar-nav .open .dropdown-menu > li {
        flex-basis: 16.66667%; }
        .navbar-nav .open .dropdown-menu > li.promo-item a {
          padding: 0;
          float: right; }
        .navbar-nav .open .dropdown-menu > li.promo-item img {
          max-width: 300px; }
        .navbar-nav .open .dropdown-menu > li.custom-item {
          display: flex;
          flex-grow: 1;
          justify-content: flex-end;
          padding: 15px; }
          .navbar-nav .open .dropdown-menu > li.custom-item .tile {
            flex-basis: 290px;
            min-width: 290px;
            max-width: 290px; } }
      @media screen and (min-width: 992px) and (-ms-high-contrast: active), screen and (min-width: 992px) and (-ms-high-contrast: none) {
        .navbar-nav .open .dropdown-menu > li.custom-item {
          /* IE10+ specific styles go here */
          align-items: flex-end; } }
  @media (min-width: 992px) {
      .navbar-nav .open .dropdown-menu > li > a {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        white-space: normal;
        color: #000; }
        .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
          color: #e20074;
          background: transparent; }
          .navbar-nav .open .dropdown-menu > li > a:focus svg, .navbar-nav .open .dropdown-menu > li > a:hover svg {
            fill: #e20074;
            color: #e20074; }
        .navbar-nav .open .dropdown-menu > li > a i {
          display: block;
          margin-bottom: 12px; }
          .navbar-nav .open .dropdown-menu > li > a i svg {
            display: block;
            margin-left: auto;
            margin-right: auto;
            fill: #000;
            color: #000;
            width: 50px;
            height: 50px;
            transition-property: fill,color;
            transition-duration: 0.25s; } }
  @media (min-width: 1200px) {
    .navbar-nav .open .dropdown-menu.with-banner.rows-1 {
      display: -ms-grid;
      -ms-grid-columns: 14.28571% 14.28571% 14.28571% 14.28571% 1fr;
      -ms-grid-rows: 275px;
      grid-column-gap: 0;
      display: grid;
      grid-template-columns: 14.28571% 14.28571% 14.28571% 14.28571% 1fr;
      grid-template-rows: 275px; }
    .navbar-nav .open .dropdown-menu.with-banner.rows-2 {
      display: -ms-grid;
      -ms-grid-columns: 14.28571% 14.28571% 14.28571% 14.28571% 1fr;
      -ms-grid-rows: 137.5px 137.5px;
      grid-column-gap: 0;
      display: grid;
      grid-template-columns: 14.28571% 14.28571% 14.28571% 14.28571% 1fr;
      grid-template-rows: 137.5px 137.5px; }
    .navbar-nav .open .dropdown-menu > li {
      flex-basis: 14.28571%; }
      .navbar-nav .open .dropdown-menu > li.promo-item img {
        max-width: none; } }

.navbar-nav {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -24.5px;
  width: 100%; }
  .navbar-nav > li > a {
    font-weight: 700;
    font-size: 22px;
    padding: 6px 13px 18px; }
    .no-fonts .navbar-nav > li > a {
      font-size: 19px; }
    @media screen and (min-width: 992px) {
      .navbar-nav > li > a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; } }
  @media screen and (max-width: 991px) {
    .navbar-nav-shorten {
      text-transform: capitalize; }
      .navbar-nav-shorten span {
        display: none; } }
  @media screen and (max-width: 991px) {
    .navbar-nav {
      position: static;
      width: auto; }
      .navbar-nav:before, .navbar-nav:after {
        display: none; }
      .navbar-nav > li {
        text-align: center; }
        .navbar-nav > li:last-child {
          position: absolute;
          top: 4px;
          right: 62px; }
          .navbar-nav > li:last-child > a {
            font-weight: 500; }
        .navbar-nav > li > a {
          padding: 11px 0;
          font-size: 18px;
          height: 100%; }
          .no-fonts .navbar-nav > li > a {
            font-size: 15px; }
      .open .navbar-nav {
        display: block;
        padding: 0;
        border-top: 0; }
        .open .navbar-nav > li > a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          color: #4a4a4a;
          height: 55px;
          line-height: 55px;
          border-bottom: 1px solid #bfbfbf;
          padding: 0 15px;
          text-align: left; }
          .open .navbar-nav > li > a:hover, .open .navbar-nav > li > a:active, .open .navbar-nav > li > a:focus {
            background: #fff; }
        .open .navbar-nav > li:nth-child(5), .open .navbar-nav > li:nth-child(6), .open .navbar-nav > li:last-child {
          display: block;
          position: static; }
          .open .navbar-nav > li:nth-child(5) > a, .open .navbar-nav > li:nth-child(6) > a, .open .navbar-nav > li:last-child > a {
            font-weight: 700; }
        .open .navbar-nav > li.open > a:focus {
          border-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 991px) {
    .navbar-nav > li > a {
      padding-left: 15px;
      padding-right: 15px; } }

.nav-wrapper {
  height: 52px;
  margin-left: 124px;
  top: 14px;
  position: relative;
  transition-property: transform;
  transition-duration: 0.25s; }
  @media screen and (max-width: 991px) {
    .nav-wrapper {
      position: static;
      height: auto;
      margin-left: 0; }
      .open .nav-wrapper {
        margin-left: -15px;
        margin-right: -15px; } }
  .search-active .nav-wrapper {
    transform: translateY(-89px); }
  @media (max-width: 992px) {
    .search-active .open .nav-wrapper {
      transform: translateY(0); } }

.nav-group a {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  transition: none; }
  .no-fonts .nav-group a {
    font-size: 12px; }
  .navbar-default .nav-group a {
    color: #4a4a4a; }
  .nav-group a svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    color: #fff;
    transition: none; }
    .navbar-default .nav-group a svg {
      fill: #4a4a4a;
      color: #4a4a4a; }
  .nav-group a.sms, .nav-group a.search-toggle, .nav-group a.language, .nav-group a.cart, .nav-group a.user-info {
    position: absolute;
    top: 0;
    right: 0; }
  .nav-group a.search-toggle {
    right: 240px; }
    .signed-in .nav-group a.search-toggle, .logged-in .nav-group a.search-toggle {
      right: 265px; }
    @media (min-width: 992px) {
      .navbar-transparent .nav-group a.search-toggle:hover svg, .navbar-inverse .nav-group a.search-toggle:hover svg {
        fill: #fff;
        color: #fff; } }
    .nav-group a.search-toggle svg {
      margin-right: 4px; }
  .nav-group a.language {
    right: 315px; }
    .signed-in .nav-group a.language, .logged-in .nav-group a.language {
      right: 335px; }
    .navbar:not(.navbar-vcc) .nav-group a.language {
      display: none; }
    @media screen and (min-width: 992px) {
      .nav-group a.language i {
        display: none; } }
  .nav-group a.sms {
    right: 380px; }
    .signed-in .nav-group a.sms, .logged-in .nav-group a.sms {
      right: 400px; }
    .navbar:not(.navbar-vcc) .nav-group a.sms {
      right: 315px; }
      .signed-in .navbar:not(.navbar-vcc) .nav-group a.sms, .logged-in .navbar:not(.navbar-vcc) .nav-group a.sms {
        right: 335px; }
  .nav-group a.user-info {
    right: 140px;
    line-height: 16px; }
    @media (min-width: 992px) {
      .navbar-transparent .nav-group a.user-info:hover svg, .navbar-inverse .nav-group a.user-info:hover svg {
        fill: #fff;
        color: #fff; } }
  .nav-group a.cart {
    right: 15px;
    display: flex;
    align-items: center; }
    .nav-group a.cart svg {
      width: 14px;
      height: 14px;
      margin-right: 10px; }
    @media (min-width: 992px) {
      .navbar-transparent .nav-group a.cart:hover svg, .navbar-inverse .nav-group a.cart:hover svg {
        fill: #fff;
        color: #fff; } }
    .nav-group a.cart .count {
      font-size: 10px;
      display: block;
      line-height: 14px;
      color: #fff;
      background: #64b9e4;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      top: -5px;
      left: 10px; }
.nav-group .user-info {
  position: absolute;
  top: 0;
  right: 135px;
  line-height: 15px;
  z-index: 1; }
  .nav-group .user-info.open .like-caret svg {
    transform: rotateZ(-180deg); }
  .nav-group .user-info svg {
    fill: #fff;
    color: #fff;
    height: 11px;
    width: 11px; }
    .navbar-default .nav-group .user-info svg {
      fill: #4a4a4a;
      color: #4a4a4a; }
  .nav-group .user-info .like-caret svg {
    transform: rotateZ(0);
    transition-property: transform;
    transition-duration: 0.25s; }
  @media (min-width: 992px) {
    .signed-in .nav-group .user-info span, .logged-in .nav-group .user-info span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 95px;
      margin-left: 4px;
      margin-right: 4px; }
    .nav-group .user-info .dropdown-menu > li > a {
      font-size: 16px;
      font-weight: 600; } }
@media screen and (max-width: 991px) {
  .navbar-default .nav-group a, .nav-group a {
    color: #fff; }
  .nav-group a.sms, .nav-group a.language, .nav-group a.search-toggle, .nav-group a.cart, .nav-group a.user-info {
    padding: 0 15px;
    line-height: 55px;
    display: none;
    position: relative; }
    .signed-in .nav-group a.sms, .logged-in .nav-group a.sms, .signed-out .nav-group a.sms, .logged-out .nav-group a.sms, .signed-in .nav-group a.language, .logged-in .nav-group a.language, .signed-out .nav-group a.language, .logged-out .nav-group a.language, .signed-in .nav-group a.search-toggle, .logged-in .nav-group a.search-toggle, .signed-out .nav-group a.search-toggle, .logged-out .nav-group a.search-toggle, .signed-in .nav-group a.cart, .logged-in .nav-group a.cart, .signed-out .nav-group a.cart, .logged-out .nav-group a.cart, .signed-in .nav-group a.user-info, .logged-in .nav-group a.user-info, .signed-out .nav-group a.user-info, .logged-out .nav-group a.user-info {
      right: auto; }
    .nav-group a.sms svg, .nav-group a.language svg, .nav-group a.search-toggle svg, .nav-group a.cart svg, .nav-group a.user-info svg {
      fill: #4a4a4a;
      color: #4a4a4a; }
  .nav-group a.sms, .nav-group a.user-info {
    background: #fff;
    color: #4a4a4a;
    height: 55px;
    font-size: 18px;
    border-bottom: 1px solid #bfbfbf;
    font-weight: 700; }
    .nav-group a.sms:hover, .nav-group a.sms:focus, .nav-group a.sms:active, .nav-group a.user-info:hover, .nav-group a.user-info:focus, .nav-group a.user-info:active {
      text-decoration: none; }
  .nav-group a.user-info {
    font-weight: 500; }
    .signed-out .nav-group a.user-info, .logged-out .nav-group a.user-info {
      justify-content: space-between; }
      .signed-out .nav-group a.user-info i, .logged-out .nav-group a.user-info i {
        display: flex;
        align-items: center; }
        .signed-out .nav-group a.user-info i:after, .logged-out .nav-group a.user-info i:after {
          content: attr(data-mtm);
          font-style: normal;
          line-height: 22px; }
    .nav-group a.user-info svg {
      height: 23px;
      width: 23px;
      margin-right: 10px; }
    .signed-out .nav-group a.user-info span, .logged-out .nav-group a.user-info span {
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: #fff;
      background: #e20074;
      border-radius: 3px;
      padding: 6px 15px;
      white-space: nowrap; }
  .open .nav-group a.sms, .open .nav-group a.language, .open .nav-group a.search-toggle, .open .nav-group a.cart, .open .nav-group a.user-info {
    display: flex;
    align-items: center;
    color: #4a4a4a; }
  .open .nav-group a.cart .count {
    font-size: 14px;
    position: static;
    line-height: 18px;
    width: 20px;
    height: 20px;
    margin-left: 5px; }
  .open .nav-group a svg {
    margin-right: 10px; }
  .open .nav-group .user-info {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
    right: auto;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf; }
    .signed-in .open .nav-group .user-info span, .logged-in .open .nav-group .user-info span {
      margin-right: 4px; }
    .open .nav-group .user-info.open {
      background: #efefef; }
      .open .nav-group .user-info.open > .dropdown-menu {
        position: static;
        float: none;
        flex-grow: 1;
        margin: 0 -15px;
        padding: 0;
        border: 0;
        background: transparent;
        border-radius: 0; }
        .open .nav-group .user-info.open > .dropdown-menu > li > a {
          font-size: 16px;
          padding: 15px;
          color: #4a4a4a; }
          .open .nav-group .user-info.open > .dropdown-menu > li > a:focus, .open .nav-group .user-info.open > .dropdown-menu > li > a:hover {
            color: #e20074;
            background: #fff; }
    .open .nav-group .user-info button {
      background: #fff;
      color: #4a4a4a;
      height: 55px;
      font-size: 18px;
      border-bottom: 1px solid #bfbfbf;
      font-weight: 700;
      background: transparent;
      font-weight: 500;
      display: flex;
      align-items: center;
      border: 0; }
      .open .nav-group .user-info button:hover, .open .nav-group .user-info button:focus, .open .nav-group .user-info button:active {
        text-decoration: none; }
      .open .nav-group .user-info button > * {
        display: flex;
        align-items: center; }
    .open .nav-group .user-info svg {
      fill: #808080;
      color: #808080;
      width: 23px;
      height: 23px;
      margin-right: 10px; }
    .open .nav-group .user-info .like-caret svg {
      fill: #e20074;
      color: #e20074;
      width: 11px;
      height: 11px;
      margin-right: 0; }
    .open .nav-group .user-info .btn {
      padding: 6px 15px; }
  .nav-group .user-info {
    display: none; } }

/*
.nav-segments {
  @include list-unstyled();
  margin-left: round(($space-horizontal-small / 2));
  line-height: $font-line-height-small;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  transition-property: opacity;
  transition-duration: $transition-duration-fast;
  li {
    display: inline-block;
    a {
      display: flex;
      font-size: $nav-font-size-small;
      color: $nav-color;
      padding: $nav-segments-item-padding;
      background: transparent;
      border-radius: $border-radius-base;
      transition-property: background, color;
      transition-duration: $transition-duration-fast;
      &:focus,
      &:hover {
        color: $magenta;
        background: $white;
        text-decoration: none;
        svg {
          fill: $link-hover-color;
          color: $link-hover-color;
        }
      }
      .navbar-default & {
        color: $nav-color-default;
        &:focus,
        &:hover {
          color: $magenta;
        }
      }
      .no-fonts & {
        font-size: round($nav-font-size-small * $fonts-unavailable-ratio);
      }
      svg {
        width: $nav-segments-icon-size;
        height: $nav-segments-icon-size;
        margin-right: ($space-horizontal-default / 3);
      }
    }
    + li {
      margin-left: $space-horizontal-small;
    }
    &.active {
      a {
        font-weight: $nav-active-segment-font-weight;
      }
    }
  }
  @include mq(sm, max) {
    border-bottom: $nav-mobile-item-border-width solid $nav-mobile-item-border-color;
    padding: ($space-vertical-default / 2) 0;
    position: relative;
    display: none;
    align-items: center;
    margin-left: 0;
    height: auto;
    li {
      flex-basis: 50%;
      + li {
        border-left: $nav-mobile-item-border-width solid $nav-mobile-item-border-color;
      }
      a {
        line-height: ($nav-mobile-item-height - $space-vertical-default);
        color: $nav-open-item-color;
        display: block;
        height: 100%;
        text-align: center;
        padding: 0;
      }
    }
    .open & {
      display: flex;
    }
  }
}
*/
.logo .icon {
  fill: #fff;
  color: #fff;
  width: 94px;
  height: 46px; }
  .navbar-default .logo .icon {
    fill: #e20074;
    color: #e20074; }
.logo-magenta .icon {
  fill: #e20074;
  color: #e20074; }
.no-js .logo .icon {
  display: none; }
.open .logo .logo-white {
  display: none; }
.open .logo .logo-magenta {
  display: block; }
@media screen and (max-width: 991px) {
  .logo {
    line-height: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center; }
    .logo .icon,
    .logo img {
      width: 53px;
      height: 26px; } }

.nav-tools {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  line-height: 16px; }
  .nav-tools a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin-right: 0; }
    .nav-tools a:first-child {
      margin-right: 15px; }
  @media screen and (max-width: 991px) {
    .nav-tools {
      display: none; } }

@media screen and (max-width: 991px) {
  .navbar {
    transition-property: min-height;
    transition-duration: 0s;
    transition-delay: 0.25s; }
    .navbar:after {
      transition-property: opacity;
      transition-duration: 0.125s;
      opacity: 0; }
    .navbar .toggle {
      transition-property: color, background, border;
      transition-duration: 0.125s;
      transition-delay: 0.0625s; }
    .navbar .logo .icon {
      transition-property: fill,color;
      transition-duration: 0.125s; }
    .navbar.open {
      transition-delay: 0s;
      height: 100vh;
      overflow: auto;
      background: #fff; }
      .navbar.open:after {
        opacity: 1; }
      .navbar.open .logo .icon {
        fill: #e20074;
        color: #e20074;
        transition-property: fill,color;
        transition-duration: 0.125s; }
      .navbar.open .toggle {
        color: #4a4a4a; }
      .navbar.open .nav-group {
        opacity: 0;
        transform: translateY(5.5px); }
      .navbar.open.in .nav-group {
        transition-property: transform, opacity;
        transition-delay: 0s;
        transition-duration: 0.125s;
        transform: translateY(0);
        opacity: 1; }
      .navbar.open.out .nav-group {
        transition-property: transform, opacity;
        transition-delay: 0s;
        transition-duration: 0.125s;
        transform: translateY(5.5px);
        opacity: 0; } }
@media screen and (max-width: 991px) and (orientation: portrait) {
  .ios.safari .menu-opened .navbar {
    padding-bottom: 75px; } }
.theme-light .navbar-brand {
  padding: 21.5px 21px 21.5px 0; }

@media only screen and (min-width: 1200px) {
  .b2b-nav .container {
    width: 1170px; } }
.b2b-secondary-nav {
  position: relative;
  top: -4px;
  padding: 10px;
  padding-top: 0;
  display: inline-flex;
  justify-content: flex-start; }

.b2b-secondary-nav li {
  display: block;
  padding-right: 15px; }

.b2b-secondary-nav li a {
  color: #ffffff; }

.b2b-secondary-nav li a > [class*="ico-"] svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  fill: #ffffff;
  color: #ffffff; }

.b2b-secondary-nav li a:hover {
  text-decoration: none; }

.b2b-secondary-nav li a:hover span {
  text-decoration: underline; }

@media screen and (max-width: 991px) {
  .navbar-default .b2b-secondary-nav a {
    color: #4a4a4a; }

  .navbar-inverse.open .b2b-secondary-nav,
  .navbar-default.open .b2b-secondary-nav {
    padding-left: 20px; }

  .navbar-inverse.open .b2b-secondary-nav a {
    color: #4a4a4a; } }
/*
.navbar-default 
*/
.navbar-one {
  background: #e20074 !important;
  min-height: unset;
  padding-top: 15px;
  padding-bottom: 5px;
  font-family: 'TeleNeo Regular'; }
  .navbar-one .nav-segments {
    position: relative; }
  .navbar-one .main-navigation-block,
  .navbar-one .secondary-navigation-block,
  .navbar-one .user-navigation-block,
  .navbar-one .service-navigation-block {
    display: flex; }
    .navbar-one .main-navigation-block a svg,
    .navbar-one .main-navigation-block button svg,
    .navbar-one .secondary-navigation-block a svg,
    .navbar-one .secondary-navigation-block button svg,
    .navbar-one .user-navigation-block a svg,
    .navbar-one .user-navigation-block button svg,
    .navbar-one .service-navigation-block a svg,
    .navbar-one .service-navigation-block button svg {
      width: 18px;
      height: 18px;
      fill: #ffffff;
      color: #ffffff;
      vertical-align: middle; }
  .navbar-one .flex-nowrap {
    flex-wrap: nowrap; }
  .navbar-one a {
    color: #ffffff; }
  .navbar-one a:hover {
    color: #F9CCE3; }
  .navbar-one a.language {
    display: none; }
  .navbar-one a.sms {
    margin-left: 20px;
    line-height: 1.5; }
    .navbar-one a.sms i {
      margin-right: 10px; }
    .navbar-one a.sms svg {
      margin-right: 0; }
  .navbar-one > .container {
    position: relative;
    height: auto;
    max-width: 1680px;
    width: 100%; }
  .navbar-one .logo .icon {
    fill: #ffffff;
    color: #ffffff; }
  .navbar-one .nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    order: 1;
    transform: translate(0px, 5px); }
    .navbar-one .nav-list > li {
      margin: 0 10px; }
      .navbar-one .nav-list > li > a {
        color: #ffffff; }
        .navbar-one .nav-list > li > a > [class*="ico-"] svg {
          color: #ffffff;
          fill: #ffffff; }
      .navbar-one .nav-list > li .icon {
        /*
        position: relative;
        top: 3px;
        */
        vertical-align: middle; }
    .navbar-one .nav-list > li:first-child {
      margin-left: 0; }
    .navbar-one .nav-list > li:last-child {
      margin-right: 0; }
  .navbar-one .col-navbar-logo {
    max-width: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*transform: translate(0px, -5px);*/ }
    .navbar-one .col-navbar-logo .logo .icon {
      max-width: 36px;
      width: 36px;
      height: 43px;
      margin-top: 2px; }
      @media screen and (max-width: 991px) {
        .navbar-one .col-navbar-logo .logo .icon {
          max-width: 31px;
          width: 31px;
          height: 36px;
          margin-top: 0; } }
  .navbar-one .col-navbar-nav {
    display: flex;
    flex-wrap: wrap; }
  .navbar-one .navbar-nav > li {
    margin: 0 5px; }
    .navbar-one .navbar-nav > li > a,
    .navbar-one .navbar-nav > li > .search-block > a {
      color: #ffffff;
      text-transform: uppercase;
      padding: 11px 10px;
      display: inline-block;
      text-decoration: none;
      border-radius: 4px; }
      .navbar-one .navbar-nav > li > a font
      > .icon,
      .navbar-one .navbar-nav > li > .search-block > a font
      > .icon {
        margin: 0; }
    .navbar-one .navbar-nav > li > a.has-child {
      padding-right: 20px;
      margin-right: -25px; }
  .navbar-one .main-navigation,
  .navbar-one .service-navigation {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
    font-size: 16px; }
  .navbar-one .search-block {
    position: relative; }
    .navbar-one .search-block .search-input-block {
      position: absolute;
      width: 450px;
      top: 0;
      right: 0;
      display: none; }
      .navbar-one .search-block .search-input-block.open {
        display: block; }
    .navbar-one .search-block .search-input-group {
      display: flex; }
      .navbar-one .search-block .search-input-group .search-input {
        padding-left: 45px;
        padding-right: 45px; }
    .navbar-one .search-block .search-cancel-button,
    .navbar-one .search-block .search-submit-button {
      background: none;
      padding: 11px 10px;
      height: 100%;
      margin: 0;
      text-align: center;
      border: 0;
      left: 0;
      position: absolute; }
      .navbar-one .search-block .search-cancel-button .icon,
      .navbar-one .search-block .search-submit-button .icon {
        margin: 0; }
    .navbar-one .search-block .search-cancel-button {
      left: auto;
      right: 0; }
  .navbar-one .main-navigation-block {
    order: 2;
    width: 100%;
    margin-top: 5px; }
  .navbar-one .secondary-navigation-block {
    order: 1;
    width: 100%;
    transform: translate(0, 5px);
    z-index: 1; }
  .navbar-one .user-navigation-block {
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 2;
    font-size: 14px;
    font-weight: bold; }
    .navbar-one .user-navigation-block .user-info {
      align-items: center; }
      .navbar-one .user-navigation-block .user-info button {
        display: flex;
        flex-wrap: nowrap;
        padding-right: 0;
        padding-left: 0; }
        .navbar-one .user-navigation-block .user-info button span {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          max-width: 95px; }
      .navbar-one .user-navigation-block .user-info .ico-user-15px {
        margin-right: 6px; }
      .navbar-one .user-navigation-block .user-info .ico-chevron-down {
        margin-left: 5px; }
        .navbar-one .user-navigation-block .user-info .ico-chevron-down svg {
          width: 20px;
          height: 20px; }
  .navbar-one .service-navigation-block {
    position: absolute;
    right: 5px;
    bottom: 0; }
    .navbar-one .service-navigation-block .cart,
    .navbar-one .service-navigation-block .search-toggle {
      position: relative;
      visibility: hidden; }
      .navbar-one .service-navigation-block .cart i,
      .navbar-one .service-navigation-block .search-toggle i {
        visibility: visible;
        position: relative;
        z-index: 2; }
      .navbar-one .service-navigation-block .cart:before,
      .navbar-one .service-navigation-block .search-toggle:before {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        top: 0;
        left: 0;
        content: '';
        opacity: 0;
        background-color: #CF046C;
        visibility: visible; }
      .navbar-one .service-navigation-block .cart:hover:before,
      .navbar-one .service-navigation-block .search-toggle:hover:before {
        opacity: 1; }
    .navbar-one .service-navigation-block .search-toggle {
      margin-right: 10px; }
  .navbar-one .search-collapse {
    width: 10%;
    min-width: 470px;
    top: 0;
    left: auto;
    right: 90px; }
    .navbar-one .search-collapse .form-control,
    .navbar-one .search-collapse .btn {
      height: 42px;
      line-height: 1; }
    .navbar-one .search-collapse .search-close {
      background: #e20074;
      height: 42px;
      width: 42px;
      top: 0;
      right: -45px; }
      .navbar-one .search-collapse .search-close svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .navbar-one [class*="ico-"] {
    vertical-align: middle; }
  .navbar-one .btn-unstyled {
    background-color: transparent;
    border: 0; }
  .navbar-one .navbar-nav {
    position: static;
    bottom: 0; }
    .navbar-one .navbar-nav > li {
      display: block; }
      .navbar-one .navbar-nav > li > a {
        padding: 10px 11px;
        color: #ffffff;
        font-size: 16px; }
      .navbar-one .navbar-nav > li .dropdown-menu {
        width: 100%;
        left: 0;
        top: calc(100% + 5px);
        padding-top: 35px; }
        .navbar-one .navbar-nav > li .dropdown-menu:before {
          width: 100vw;
          left: 50%;
          background-color: #F2F2F2;
          /*display: none;*/ }
        .navbar-one .navbar-nav > li .dropdown-menu > li > a {
          text-align: left;
          padding-top: 0;
          padding-bottom: 5px;
          font-weight: normal; }
          .navbar-one .navbar-nav > li .dropdown-menu > li > a i {
            display: none; }
        .navbar-one .navbar-nav > li .dropdown-menu > li.promo-item, .navbar-one .navbar-nav > li .dropdown-menu > li.custom-item {
          position: absolute;
          top: 0;
          right: 0; }
    .navbar-one .navbar-nav .open .dropdown-menu,
    .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-1,
    .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-2,
    .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-3,
    .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-4 {
      display: flex;
      align-items: flex-start; }
      @media screen and (min-width: 992px) {
        .navbar-one .navbar-nav .open .dropdown-menu,
        .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-1,
        .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-2,
        .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-3,
        .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-4 {
          width: calc(100% - 96px);
          left: 48px; } }
  .navbar-one .service-navigation-block a {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    display: block;
    width: 44px;
    height: 42px;
    position: relative; }
    .navbar-one .service-navigation-block a > i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .navbar-one .service-navigation-block a > i svg {
        width: 22px;
        height: 22px; }
    .navbar-one .service-navigation-block a.cart .count {
      display: none; }
    .navbar-one .service-navigation-block a.cart .count:not(.count:empty) {
      visibility: visible;
      position: absolute;
      bottom: 3px;
      right: 5px;
      font-size: 11px;
      display: flex;
      background-color: #ffffff;
      width: 14px;
      height: 14px;
      color: #e20074;
      text-align: center;
      flex-direction: column;
      line-height: 17px;
      border-radius: 50%;
      z-index: 2; }
    .navbar-one .service-navigation-block a:hover {
      background-color: #CF046C; }
  .navbar-one .navbar-nav a.has-submenu {
    position: relative; }
    .navbar-one .navbar-nav a.has-submenu i,
    .navbar-one .navbar-nav a.has-submenu .toggle-icon {
      display: block;
      position: absolute;
      right: -15px;
      top: 0; }
      .navbar-one .navbar-nav a.has-submenu i svg,
      .navbar-one .navbar-nav a.has-submenu .toggle-icon svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
        color: currentColor; }
  .navbar-one .open .m-toggler .collapse-icon,
  .navbar-one .hover .m-toggler .caret,
  .navbar-one .hover .m-toggler .icon {
    transform: rotate(180deg);
    margin-top: -3px; }
  .navbar-one .dropdown-menu {
    border-color: #FFFFFF; }
  .navbar-one .dropdown-menu > li > a:hover,
  .navbar-one .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #e20074;
    background-color: transparent; }
  .navbar-one button.dropdown-toggle {
    color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    background-color: transparent;
    text-align: left;
    line-height: 1.5; }
  .navbar-one button.dropdown-toggle:hover {
    text-decoration: underline; }
  .navbar-one button .icon:first-child,
  .navbar-one a .icon:first-child {
    margin-right: 10px; }
  .navbar-one .collapse-icon {
    margin-left: 10px; }
  .navbar-one .toggle {
    position: absolute;
    right: 18px;
    top: 13px;
    float: none; }
    .navbar-one .toggle span {
      width: 16px;
      height: 1px; }
    .navbar-one .toggle span + span {
      margin-top: 4px; }
    .navbar-one .toggle span + span + span {
      width: 8px;
      height: 1px;
      background: #ffffff;
      margin-top: 4px; }
  .navbar-one .caret {
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white;
    opacity: 0.5; }
  .navbar-one .nav-segments li + li {
    margin-left: 0; }
  .navbar-one .nav-segments li a {
    font-weight: bold; }
  .navbar-one .nav-segments li.active a {
    text-decoration: underline; }
  .navbar-one .nav-segments li a:hover,
  .navbar-one .nav-segments li a:focus {
    background-color: transparent;
    color: #F9CCE3; }
  .navbar-one .user-info.open .like-caret {
    transform: rotate(180deg); }
  .navbar-one .user-info .dropdown-menu {
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 992px) {
    .navbar-one > .container {
      padding: 0 47px; }
    .navbar-one .col-navbar-nav {
      padding-left: 0; }
    .navbar-one .navbar-nav > li > a.dropdown-toggle:after {
      display: inline-block;
      content: '';
      width: 0px;
      height: 0px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid white;
      opacity: 0.5;
      vertical-align: middle;
      margin-left: 4px; }
    .navbar-one .navbar-nav a.has-submenu i, .navbar-one .navbar-nav a.has-submenu .toggle-icon {
      display: none; }
    .navbar-one .navbar-nav > li > a.dropdown-toggle .ico-chevron-down {
      display: none; }
    .navbar-one .navbar-nav > li.open > a.dropdown-toggle:after {
      transform: rotate(180deg); }
    .navbar-one .navbar-nav > li.active,
    .navbar-one .navbar-nav > li:hover {
      background-color: #e20074; }
    .navbar-one .navbar-nav > li.active > a,
    .navbar-one .navbar-nav > li > a:hover {
      background-color: #CF046C; }
    .navbar-one .navbar-nav .open .dropdown-menu {
      padding-right: 33.333333%; }
      .navbar-one .navbar-nav .open .dropdown-menu > li {
        width: 25%;
        flex-basis: unset; }
        .navbar-one .navbar-nav .open .dropdown-menu > li.promo-item {
          position: absolute;
          width: 33.333333%;
          border-radius: 8px;
          overflow: hidden;
          top: 25px;
          right: 0;
          max-height: calc(100% - 50px); }
          .navbar-one .navbar-nav .open .dropdown-menu > li.promo-item img {
            max-width: 100%; }
        .navbar-one .navbar-nav .open .dropdown-menu > li > a {
          font-size: 16px;
          font-weight: 800;
          color: #262626;
          text-transform: uppercase;
          padding-bottom: 6px; }
        .navbar-one .navbar-nav .open .dropdown-menu > li > ul {
          list-style-type: none;
          padding: 15px;
          padding-top: 0; }
          .navbar-one .navbar-nav .open .dropdown-menu > li > ul > li {
            padding-bottom: 6px; }
            .navbar-one .navbar-nav .open .dropdown-menu > li > ul > li a {
              color: #262626; }
              .navbar-one .navbar-nav .open .dropdown-menu > li > ul > li a > i {
                display: none; }
              .navbar-one .navbar-nav .open .dropdown-menu > li > ul > li a:hover {
                color: #e20074;
                text-decoration: none; }
            .navbar-one .navbar-nav .open .dropdown-menu > li > ul > li.active a {
              color: #e20074; }
    .navbar-one .link-toggler {
      display: none !important; }
    .navbar-one .user-navigation-block {
      right: 65px; }
    .navbar-one .service-navigation-block {
      right: 55px; } }
  @media screen and (max-width: 991px) {
    .navbar-one {
      padding-top: 0;
      padding-bottom: 0;
      background-color: transparent !important;
      /*.user-navigation-block,
      .main-navigation-block,
      .secondary-navigation-block {
        background-color: #ffffff;
      }*/ }
      .navbar-one .dropdown-menu > li {
        position: relative; }
        .navbar-one .dropdown-menu > li > a > i.toggle-icon {
          display: none !important; }
        .navbar-one .dropdown-menu > li > ul {
          display: block !important; }
      .navbar-one a.has-submenu {
        position: relative; }
      .navbar-one .link-toggler {
        position: absolute !important;
        top: 20px;
        right: -6px;
        display: block !important;
        background: transparent !important;
        width: 35px !important;
        height: 35px !important;
        padding: 0 !important; }
      .navbar-one .open .dropdown-menu > li > .link-toggler {
        top: 0; }
      .navbar-one .search-collapse {
        width: calc(100% - 10px);
        min-width: 10px;
        top: 5px;
        left: 5px;
        right: 0;
        z-index: 1080;
        height: 42px; }
        .navbar-one .search-collapse .search-close {
          right: 0;
          background-color: transparent; }
      .navbar-one .navbar-nav a.has-submenu i:first-child {
        display: none; }
      .navbar-one .navbar-nav .open > a.has-submenu .toggle-icon {
        transform: rotate(180deg); }
      .navbar-one .col-navbar-nav {
        flex-direction: column; }
      .navbar-one .col-navbar-logo {
        transform: translate(0px, 0px);
        padding-top: 4px;
        padding-bottom: 4px;
        max-width: 120px; }
        .navbar-one .col-navbar-logo .icon {
          margin-top: 0; }
      .navbar-one .service-navigation-block .cart,
      .navbar-one .service-navigation-block .search-toggle {
        margin-left: 10px; }
      .navbar-one .main-navigation-block a:not(.btn),
      .navbar-one .secondary-navigation-block a:not(.btn),
      .navbar-one .user-navigation-block a:not(.btn) {
        color: #262626; }
      .navbar-one .main-navigation-block a svg,
      .navbar-one .main-navigation-block button svg,
      .navbar-one .secondary-navigation-block a svg,
      .navbar-one .secondary-navigation-block button svg,
      .navbar-one .user-navigation-block a svg,
      .navbar-one .user-navigation-block button svg {
        fill: #262626;
        color: #262626; }
      .navbar-one .service-navigation-block {
        right: 65px;
        bottom: 12px; }
      .navbar-one .main-navigation-block {
        order: 1;
        margin-top: 11px;
        border-top: 1px solid #e1e1e1; }
      .navbar-one .secondary-navigation-block {
        display: block;
        order: 2;
        transform: translate(0px, 0); }
      .navbar-one:before {
        background-color: #e20074;
        max-height: 65px; }
      .navbar-one:after {
        top: 0;
        background-color: rgba(0, 0, 0, 0.9);
        width: calc(100% - 300px);
        left: 100%;
        position: fixed; }
      .navbar-one .navbar-nav > li {
        background-color: transparent;
        top: 0;
        right: 0; }
        .navbar-one .navbar-nav > li:hover {
          background-color: transparent; }
        .navbar-one .navbar-nav > li > a {
          font-size: 16px;
          font-weight: 600 !important;
          display: block;
          padding: 28px 11px;
          width: 100%;
          border-radius: 0;
          background-color: transparent;
          border-bottom: 1px solid #e1e1e1; }
          .navbar-one .navbar-nav > li > a i {
            top: 30px; }
        .navbar-one .navbar-nav > li > a svg {
          width: 20px;
          height: 20px;
          color: #888888;
          fill: #888888; }
        .navbar-one .navbar-nav > li > a:hover,
        .navbar-one .navbar-nav > li > a:focus {
          color: #e20074; }
          .navbar-one .navbar-nav > li > a:hover svg,
          .navbar-one .navbar-nav > li > a:focus svg {
            color: #e20074;
            fill: #e20074; }
        .navbar-one .navbar-nav > li > a:hover {
          border-bottom: 1px solid #e1e1e1; }
        .navbar-one .navbar-nav > li .dropdown-menu {
          padding-top: 0; }
        .navbar-one .navbar-nav > li.open > a:hover, .navbar-one .navbar-nav > li.open > a:focus {
          border: 0; }
        .navbar-one .navbar-nav > li > .dropdown-menu > li.promo-item,
        .navbar-one .navbar-nav > li > .dropdown-menu > li.custom-item {
          position: relative; }
      .navbar-one .navbar-nav .open .dropdown-menu,
      .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-1,
      .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-2,
      .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-3,
      .navbar-one .navbar-nav .open .dropdown-menu.with-banner.rows-4 {
        display: block; }
      .navbar-one .navbar-nav .open .dropdown-menu > li > a {
        padding: 18px 30px;
        font-size: 16px;
        font-weight: 600;
        display: block;
        padding-left: 15px;
        padding-top: 0;
        text-transform: uppercase; }
      .navbar-one .navbar-nav .open .dropdown-menu > li > ul {
        padding-left: 15px;
        padding-bottom: 5px;
        list-style-type: none;
        display: none; }
        .navbar-one .navbar-nav .open .dropdown-menu > li > ul > li {
          padding-bottom: 15px; }
          .navbar-one .navbar-nav .open .dropdown-menu > li > ul > li > a > i {
            display: none; }
          .navbar-one .navbar-nav .open .dropdown-menu > li > ul > li > a.active {
            color: #e20074;
            text-decoration: none; }
          .navbar-one .navbar-nav .open .dropdown-menu > li > ul > li > a:hover {
            color: #e20074;
            text-decoration: none; }
      .navbar-one .navbar-nav .open .dropdown-menu > li.open > ul {
        display: block; }
      .navbar-one.open {
        background-color: transparent; }
        .navbar-one.open:after {
          left: 300px; }
        .navbar-one.open > .container {
          width: 300px;
          margin: 0; }
        .navbar-one.open .service-navigation-block {
          display: none; }
        .navbar-one.open .col-navbar-nav {
          background-color: #ffffff;
          height: auto;
          min-height: calc(100vh - 60px);
          flex-wrap: nowrap; }
        .navbar-one.open > div > div {
          flex-direction: column; }
        .navbar-one.open .logo .icon {
          fill: #ffffff;
          color: #ffffff; }
        .navbar-one.open .navbar-nav > li {
          margin: 0;
          position: relative;
          border-bottom: 1px solid #e1e1e1; }
          .navbar-one.open .navbar-nav > li > a {
            height: auto;
            line-height: 1;
            padding-left: 0;
            padding-right: 0;
            border-bottom: 0; }
            .navbar-one.open .navbar-nav > li > a i {
              position: absolute;
              top: 28px;
              right: 0;
              color: #8c8c8c; }
          .navbar-one.open .navbar-nav > li > a:hover,
          .navbar-one.open .navbar-nav > li > a:focus {
            color: #e20074; }
            .navbar-one.open .navbar-nav > li > a:hover svg,
            .navbar-one.open .navbar-nav > li > a:focus svg {
              color: #e20074;
              fill: #e20074; }
        .navbar-one.open .navbar-nav > li.open > a .toggle-icon {
          transform: rotate(180deg); }
        .navbar-one.open .nav-segments {
          display: block;
          padding-bottom: 50px;
          padding-top: 18px;
          border-bottom: 0; }
          .navbar-one.open .nav-segments li {
            display: block;
            border: 0;
            margin: 0; }
            .navbar-one.open .nav-segments li a {
              border: 0;
              margin: 0;
              text-align: left;
              line-height: 1.9; }
            .navbar-one.open .nav-segments li a:hover {
              background-color: transparent;
              color: #e20074; }
      .navbar-one.open.in .toggle, .navbar-one.open .toggle {
        position: fixed;
        height: auto;
        padding-top: 8px;
        color: #ffffff;
        right: calc(100% - 357px); }
      .navbar-one.open:not(.out) .toggle {
       /*
      span:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
      }*/ }
        .navbar-one.open:not(.out) .toggle span {
          width: 20px;
          height: 2px; }
      .navbar-one .user-navigation-block {
        padding: 27px 0;
        padding-top: 20px;
        position: relative;
        font-size: 14px; }
        .navbar-one .user-navigation-block button.dropdown-toggle {
          color: #262626;
          padding: 0; }
        .navbar-one .user-navigation-block .user-info {
          margin-top: 0;
          margin-bottom: 16px; }
          .navbar-one .user-navigation-block .user-info .btn {
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            color: #fff;
            background: #e20074;
            border-radius: 3px;
            padding: 6px 15px;
            white-space: nowrap;
            margin-left: 5px; }
      .navbar-one .user-info {
        display: flex;
        margin-bottom: 5px; }
      .navbar-one a.sms {
        margin: 0; }
      .navbar-one .user-navigation-block,
      .navbar-one .main-navigation-block {
        display: none;
        top: 0;
        left: 0; }
      .navbar-one.open .user-navigation-block, .navbar-one.open .main-navigation-block {
        display: block; } }
  @media screen and (max-width: 359px) {
    .navbar-one:after {
      /*width: 70px;
      left: calc(100% - 70px);*/
      display: none; }
    .navbar-one.open > .container {
      width: 100%; }
    .navbar-one.open.in .toggle,
    .navbar-one.open .toggle {
      right: 20px; } }

.menu-opened .header {
  background-color: transparent;
  position: fixed;
  z-index: 1030;
  width: 100%; }
.menu-opened .page-overlay {
  display: none !important; }

@media screen and (max-width: 991px) {
  .navbar-vcc .nav-wrapper {
    display: none; }

  .navbar-vcc.open .nav-wrapper {
    display: block; } }
@media screen and (min-width: 1366px) {
  html {
    overflow-x: hidden; } }
#s-header {
  height: 60px;
  line-height: 133%;
  font-family: TeleNeo Regular;
  position: relative;
  background-color: #e20074;
  color: #fff;
  z-index: 1030;
  transition: all 0.4s;
  border-bottom: 1px solid #d0d0d0;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 9px; }
  @media screen and (min-width: 768px) {
    #s-header {
      height: 61px; } }
  @media screen and (min-width: 1024px) {
    #s-header {
      height: 86px; } }
  @media screen and (min-width: 1366px) {
    #s-header {
      height: 96px; } }
  @media screen and (min-width: 1680px) {
    #s-header {
      height: 121px; } }
  @media screen and (max-width: 1365px) {
    #s-header .s-header__actions .m-search-button {
      display: none; } }
  #s-header .d-none {
    display: none !important; }
  #s-header .search-collapse {
    width: 100%;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 2;
    background: #f3f3f3;
    transition: all 0.4s;
    padding-top: 0; }
    @media screen and (max-width: 1365px) {
      #s-header .search-collapse {
        position: relative;
        top: 0;
        left: 0;
        height: auto !important;
        display: block;
        padding-top: 0 !important;
        padding-left: 0;
        padding-right: 0;
        border-radius: 4px; } }
    #s-header .search-collapse .form-group {
      display: flex; }
      #s-header .search-collapse .form-group button {
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 700;
        background: #e20074;
        line-height: 1.14;
        color: white !important;
        height: auto;
        margin-top: 5px;
        text-decoration: none;
        border-radius: 8px; }
        #s-header .search-collapse .form-group button:hover {
          background-color: #cf046c;
          color: white !important; }
        #s-header .search-collapse .form-group button:active {
          background-color: #f90984;
          color: white !important; }
        @media screen and (max-width: 1365px) {
          #s-header .search-collapse .form-group button {
            position: absolute;
            right: 0;
            margin: 0;
            font-size: 0;
            width: 50px;
            background: transparent;
            height: 100%;
            box-shadow: unset !important; } }
    #s-header .search-collapse .search-form-field {
      background: #f3f3f3; }
      @media screen and (min-width: 1366px) {
        #s-header .search-collapse .search-form-field {
          padding-top: 30px;
          padding-bottom: 30px; } }
    #s-header .search-collapse .search-form-links {
      padding: 32px 0;
      background-color: #fff; }
      @media screen and (min-width: 992px) {
        #s-header .search-collapse .search-form-links {
          padding: 40px 0 80px; } }
      @media screen and (min-width: 1366px) {
        #s-header .search-collapse .search-form-links:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: 100vh;
          background: #000;
          opacity: 0.55; } }
    #s-header .search-collapse .searched-keywords-area {
      width: 280px; }
      @media screen and (min-width: 1200px) {
        #s-header .search-collapse .searched-keywords-area {
          width: 310px;
          padding: 0 25px; } }
    #s-header .search-collapse .last-searched-keywords {
      margin-bottom: 24px; }
      @media screen and (min-width: 768px) {
        #s-header .search-collapse .last-searched-keywords {
          margin-bottom: 32px; } }
      #s-header .search-collapse .last-searched-keywords.is-not-active {
        display: none; }
    @media screen and (max-width: 991.98px) {
      #s-header .search-collapse .lsk-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px; } }
    #s-header .search-collapse .search-list {
      padding: 0;
      margin: 0;
      list-style: none;
      line-height: 20px; }
      @media screen and (min-width: 992px) {
        #s-header .search-collapse .search-list {
          font-size: 20px;
          line-height: 28px; } }
      #s-header .search-collapse .search-list li {
        margin: 12px 0 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      #s-header .search-collapse .search-list .query-item {
        color: #007FAF;
        cursor: pointer;
        margin: 0;
        transition: ease .3s; }
        #s-header .search-collapse .search-list .query-item:hover {
          color: #e20074;
          box-shadow: none !important;
          text-decoration: none !important; }
      #s-header .search-collapse .search-list .remove-query-item {
        position: relative;
        width: 18px;
        height: 18px;
        display: block;
        font-size: 0;
        cursor: pointer; }
        #s-header .search-collapse .search-list .remove-query-item:before, #s-header .search-collapse .search-list .remove-query-item:after {
          content: "";
          position: absolute;
          top: 7px;
          left: 2px;
          width: 14px;
          height: 2px;
          background-color: #999999;
          transform: rotate(45deg);
          transition: ease .3s; }
        #s-header .search-collapse .search-list .remove-query-item:after {
          transform: rotate(133deg); }
        #s-header .search-collapse .search-list .remove-query-item:hover:before, #s-header .search-collapse .search-list .remove-query-item:hover:after {
          background-color: #007FAF; }
    #s-header .search-collapse .searchbox {
      border: 0;
      max-width: 640px;
      margin: 0 auto; }
      @media creen and (max-width: 1365px) {
        #s-header .search-collapse .searchbox .btn-link {
          display: none; } }
      @media screen and (min-width: 1366px) {
        #s-header .search-collapse .searchbox {
          max-width: 1640px;
          margin: 0 auto; } }
      #s-header .search-collapse .searchbox .form-control:focus {
        box-shadow: none;
        border-bottom-color: #e20074; }
      #s-header .search-collapse .searchbox .form-control .search-clear {
        padding-top: 15px; }
      @media screen and (max-width: 1365px) {
        #s-header .search-collapse .searchbox .form-control {
          padding-left: 60px;
          padding-right: 16px;
          font-size: 16px;
          color: #262626; }
          #s-header .search-collapse .searchbox .form-control::placeholder {
            color: #757575; } }
      @media screen and (max-width: 1365px) {
        #s-header .search-collapse .searchbox .search-icon {
          left: 15px; } }
      @media screen and (max-width: 1365px) {
        #s-header .search-collapse .searchbox .svg-magnifier {
          fill: #757575;
          width: 20px;
          height: 20px; } }
      #s-header .search-collapse .searchbox .reset-form {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        padding: 8px;
        cursor: pointer; }
        #s-header .search-collapse .searchbox .reset-form svg {
          width: 20px;
          height: 20px; }
    #s-header .search-collapse .form-control {
      padding: 10px 105px 10px 62px;
      color: #666666;
      background: #f3f3f3 !important;
      border: transparent;
      border-radius: 4px; }
    #s-header .search-collapse .ico-clear {
      margin-top: 10px;
      width: 24px;
      height: 24px; }
    #s-header .search-collapse .search-close {
      display: none !important; }
  #s-header .container {
    height: 100%;
    max-width: 1680px;
    width: 100%;
    padding-left: 0px;
    padding-right: 1em; }
    @media screen and (min-width: 1680px) {
      #s-header .container {
        max-width: 1680px;
        margin: 0 auto;
        padding-right: 2.5em; } }
  #s-header .img-fluid {
    max-width: 100%;
    height: auto; }
  #s-header .portlet {
    position: unset;
    margin-bottom: 0;
    height: inherit; }
  .has-control-menu #s-header .portlet {
    position: relative; }
  #s-header .portlet-content {
    height: inherit;
    border: 0; }
  #s-header .portlet-borderless-container,
  #s-header .portlet-boundary,
  #s-header .portlet-content-container,
  #s-header .portlet-body {
    height: inherit;
    display: flex; }
  #s-header .icon {
    flex-shrink: 0;
    color: unset; }
  #s-header .link-toggler {
    display: none !important; }
  #s-header #navsecondlel .ico-md {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 10px; }
    #s-header #navsecondlel .ico-md svg {
      fill: #000;
      color: #000;
      height: 100%;
      width: 100%; }
  @media screen and (max-width: 1365px) {
    #s-header #navsecondlel > li > ul > li > ul > li .ico-md {
      display: none; } }
  #s-header.sticky-header {
    position: sticky;
    top: 0;
    height: 61px; }
    @media screen and (min-width: 1366px) {
      #s-header.sticky-header {
        height: 73px; } }
    #s-header.sticky-header .s-header__menu:not(.--open) .s-header__segments,
    #s-header.sticky-header .s-header__menu:not(.--open) .s-header__extra {
      height: 0;
      opacity: 0;
      overflow: hidden; }
    #s-header.sticky-header .s-header__menu {
      row-gap: 0; }
      @media screen and (min-width: 1366px) {
        #s-header.sticky-header .s-header__menu {
          padding-top: 1.5em; } }
    @media screen and (min-width: 1024px) {
      #s-header.sticky-header .logo-bgr-img {
        width: 135px; } }
    @media screen and (min-width: 1366px) {
      #s-header.sticky-header .logo-bgr-img {
        width: 135px; } }
    @media screen and (min-width: 1680px) {
      #s-header.sticky-header .logo-bgr-img {
        width: 135px; } }
  #s-header.s-header__white {
    background-color: #ffffff;
    color: #262626; }
    #s-header.s-header__white .s-header__navigation .navbar-nav {
      color: #262626; }
      #s-header.s-header__white .s-header__navigation .navbar-nav > li > a.active, #s-header.s-header__white .s-header__navigation .navbar-nav > li > a:hover {
        color: #e20074; }
    #s-header.s-header__white .s-header__actions {
      color: #262626; }
      #s-header.s-header__white .s-header__actions button,
      #s-header.s-header__white .s-header__actions a {
        color: #262626; }
        #s-header.s-header__white .s-header__actions button:hover,
        #s-header.s-header__white .s-header__actions a:hover {
          color: #e20074;
          box-shadow: none; }
        #s-header.s-header__white .s-header__actions button.active,
        #s-header.s-header__white .s-header__actions a.active {
          box-shadow: inset 0 -4px #e20074; }
        #s-header.s-header__white .s-header__actions button:hover, #s-header.s-header__white .s-header__actions button.active,
        #s-header.s-header__white .s-header__actions a:hover,
        #s-header.s-header__white .s-header__actions a.active {
          box-shadow: inset 0 -4px #e20074;
          color: #e20074; }
      #s-header.s-header__white .s-header__actions .m-user-button .user-info {
        margin: 0; }
        #s-header.s-header__white .s-header__actions .m-user-button .user-info .user-info--wrapper {
          top: calc(50% - 12px); }
    @media screen and (max-width: 1365px) {
      #s-header.s-header__white {
        order: 2; }
        #s-header.s-header__white .s-header__menu .s-header__actions {
          order: -1;
          position: relative;
          flex-direction: column;
          margin: 2em auto 1em auto; } }
    #s-header.s-header__white .s-header__segments .nav-segments li.active a {
      color: #e20074; }
  #s-header .user-info {
    display: block;
    border-bottom: none;
    margin: 0; }
    @media screen and (min-width: 1366px) {
      #s-header .user-info {
        display: block; } }
    #s-header .user-info .user-info--wrapper {
      position: relative; }
      #s-header .user-info .user-info--wrapper:hover {
        border-bottom: none;
        box-shadow: none !important; }
      #s-header .user-info .user-info--wrapper .ico-user {
        display: block;
        height: 24px; }
        #s-header .user-info .user-info--wrapper .ico-user svg {
          fill: black;
          color: black; }
      #s-header .user-info .user-info--wrapper .ico-login-check {
        border-radius: 50%;
        background-color: #73c354;
        position: absolute;
        width: 13px;
        box-shadow: #fff 0px 0px 0px 1px;
        height: 13px;
        color: #fff;
        top: -2px;
        left: 13px; }
        #s-header .user-info .user-info--wrapper .ico-login-check svg {
          fill: #fff;
          color: #fff;
          width: 10px;
          height: 10px;
          position: absolute;
          top: 1.5px;
          left: 1.5px; }
  #s-header .icon {
    fill: currentColor;
    color: currentColor; }
  #s-header.s-header__promo .s-header__logo {
    color: #ffffff;
    background-color: transparent; }
  #s-header .s-header__wrapper {
    display: flex;
    height: inherit; }
    #s-header .s-header__wrapper > .s-header__actions {
      margin: 0 -10px;
      height: 100%; }
      @media screen and (min-width: 1366px) {
        #s-header .s-header__wrapper > .s-header__actions {
          display: none; } }
      #s-header .s-header__wrapper > .s-header__actions button {
        margin: 0 10px;
        margin-top: 0;
        padding-top: 0; }
      #s-header .s-header__wrapper > .s-header__actions button,
      #s-header .s-header__wrapper > .s-header__actions button:hover {
        box-shadow: none; }
    @media screen and (max-width: 1365px) {
      #s-header .s-header__wrapper {
        justify-content: space-between;
        align-items: center; } }

#s-header #navigation-toggler {
  margin-left: 14px; }
  #s-header #navigation-toggler .close-nav {
    display: none; }
  #s-header #navigation-toggler.--open .open-nav {
    display: none; }
  #s-header #navigation-toggler.--open .close-nav {
    display: block;
    width: 24px;
    height: 24px; }

#s-header .s-header__actions {
  margin: 0 -12px;
  display: flex;
  justify-content: end; }
  @media screen and (max-width: 1365px) {
    #s-header .s-header__actions {
      width: 100%;
      max-width: 640px;
      margin: 2em auto 1em; } }
  @media screen and (min-width: 1366px) {
    #s-header .s-header__actions {
      grid-area: actions;
      text-align: right; }
      #s-header .s-header__actions button {
        display: inline-flex;
        height: 100%; } }
  #s-header .s-header__actions button,
  #s-header .s-header__actions a {
    color: inherit;
    background: transparent;
    margin: 0 12px;
    border: 0;
    padding: 0;
    padding-top: 4px;
    display: block;
    height: 100%; }
    #s-header .s-header__actions button svg,
    #s-header .s-header__actions a svg {
      display: block;
      fill: currentColor;
      color: currentColor;
      width: 24px;
      height: 24px; }
    #s-header .s-header__actions button:hover, #s-header .s-header__actions button.active,
    #s-header .s-header__actions a:hover,
    #s-header .s-header__actions a.active {
      color: inherit;
      box-shadow: inset 0 -4px currentColor; }
      #s-header .s-header__actions button:hover svg, #s-header .s-header__actions button.active svg,
      #s-header .s-header__actions a:hover svg,
      #s-header .s-header__actions a.active svg {
        fill: currentColor;
        color: currentColor; }
  #s-header .s-header__actions .icon-item {
    display: flex;
    height: inherit;
    justify-content: center; }
    #s-header .s-header__actions .icon-item:hover {
      color: inherit; }
      #s-header .s-header__actions .icon-item:hover svg {
        fill: currentColor;
        color: currentColor; }
  #s-header .s-header__actions .cart,
  #s-header .s-header__actions .search-toggle {
    font-size: 0; }
    @media screen and (max-width: 1365px) {
      #s-header .s-header__actions .cart,
      #s-header .s-header__actions .search-toggle {
        display: none; } }
  #s-header .s-header__actions .search-toggle svg {
    fill: currentColor;
    color: currentColor; }
  #s-header .s-header__actions > .portlet-boundary > div {
    height: 100%; }
    #s-header .s-header__actions > .portlet-boundary > div > div > div {
      height: auto;
      /*
      @media screen and (min-width: 1366px) {
        height: 100%;
      }
      */ }
      #s-header .s-header__actions > .portlet-boundary > div > div > div i svg {
        width: 24px;
        height: 24px; }

#s-header .s-header__actions {
  z-index: 2; }

#s-header .s-header__navigation {
  z-index: 1;
  width: auto; }
  @media screen and (min-width: 1366px) {
    #s-header .s-header__navigation {
      grid-area: navigation;
      height: inherit; } }
  @media screen and (max-width: 1365px) {
    #s-header .s-header__navigation {
      width: 100%;
      height: auto;
      margin: 0 auto;
      max-width: 640px;
      order: 3; } }
  @media screen and (max-width: 768px) {
    #s-header .s-header__navigation {
      max-width: unset; } }
  #s-header .s-header__navigation .back-nav,
  #s-header .s-header__navigation .parent-nav {
    display: none; }
    @media screen and (max-width: 1365px) {
      #s-header .s-header__navigation .back-nav,
      #s-header .s-header__navigation .parent-nav {
        display: block; } }
    #s-header .s-header__navigation .back-nav .ico-chevron-down,
    #s-header .s-header__navigation .parent-nav .ico-chevron-down {
      display: none; }
  #s-header .s-header__navigation .back-nav button {
    display: inline-flex;
    align-items: center;
    margin: 21px 0;
    padding: 0;
    width: auto;
    background-color: transparent;
    border-color: transparent; }
    #s-header .s-header__navigation .back-nav button svg {
      width: 24px;
      height: 24px;
      margin-right: 10px; }
  #s-header .s-header__navigation .parent-nav a {
    font-weight: 700;
    font-family: "TeleNeo ExtraBold";
    text-transform: uppercase; }
  #s-header .s-header__navigation i:empty {
    display: none; }
  #s-header .s-header__navigation > .portlet-boundary #nav,
  #s-header .s-header__navigation > .portlet-boundary #navsettings {
    height: inherit; }
  #s-header .s-header__navigation .navbar-nav {
    display: flex;
    justify-content: flex-start;
    color: #ffffff;
    position: relative;
    width: 100%;
    margin: 0;
    top: 0; }
    @media screen and (min-width: 1200px) {
      #s-header .s-header__navigation .navbar-nav {
        height: inherit; } }
    @media screen and (max-width: 1365px) {
      #s-header .s-header__navigation .navbar-nav {
        max-width: unset;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        margin-top: 0;
        position: relative;
        overflow: hidden;
        bottom: unset;
        margin-top: 0; } }
    @media screen and (max-width: 768px) {
      #s-header .s-header__navigation .navbar-nav {
        max-width: unset; } }
    @media screen and (min-width: 1366px) {
      #s-header .s-header__navigation .navbar-nav {
        height: inherit !important; } }
    #s-header .s-header__navigation .navbar-nav > li {
      padding: 0 28px 0 28px;
      font-size: 18px;
      line-height: 24px;
      height: inherit;
      position: unset;
      margin: 0; }
      #s-header .s-header__navigation .navbar-nav > li:first-child {
        padding-left: 0; }
      @media screen and (max-width: 1365px) {
        #s-header .s-header__navigation .navbar-nav > li {
          text-align: left;
          margin: 0;
          padding: 0;
          border-bottom: 1px solid #d0d0d0;
          height: auto; } }
      @media screen and (min-width: 1366px) {
        #s-header .s-header__navigation .navbar-nav > li.active {
          height: auto;
          margin-bottom: 0; }
          #s-header .s-header__navigation .navbar-nav > li.active a.dropdown-toggle {
            color: #e20074;
            height: 100%; }
            #s-header .s-header__navigation .navbar-nav > li.active a.dropdown-toggle::after {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              right: 0;
              height: 4px;
              top: calc(100% - 3px);
              background-color: #e20074; } }
      #s-header .s-header__navigation .navbar-nav > li > a {
        color: inherit;
        display: block;
        height: inherit;
        line-height: inherit;
        font-size: inherit;
        padding: 0;
        font-weight: 700;
        font-family: "TeleNeo ExtraBold"; }
        @media screen and (max-width: 1365px) {
          #s-header .s-header__navigation .navbar-nav > li > a {
            padding: 24px 0;
            display: flex;
            justify-content: space-between; }
            #s-header .s-header__navigation .navbar-nav > li > a i {
              display: block; }
              #s-header .s-header__navigation .navbar-nav > li > a i svg {
                color: currentColor;
                fill: currentColor; }
              #s-header .s-header__navigation .navbar-nav > li > a i.ico-chevron-down {
                display: none; }
            #s-header .s-header__navigation .navbar-nav > li > a.link-toggler {
              display: none; } }
      @media screen and (min-width: 1366px) {
        #s-header .s-header__navigation .navbar-nav > li:hover > ul, #s-header .s-header__navigation .navbar-nav > li.open > ul {
          display: grid;
          align-items: flex-start; } }
      #s-header .s-header__navigation .navbar-nav > li > ul {
        list-style-type: none;
        font-size: 15px;
        border: 0;
        gap: 1rem;
        left: 0px;
        padding: 3em 0 4em 0; }
        #s-header .s-header__navigation .navbar-nav > li > ul::before {
          content: "";
          position: fixed;
          background: white;
          top: 270px;
          bottom: 0px;
          left: -50vw;
          width: 200vw;
          background: rgba(0, 0, 0, 0.5);
          z-index: 1;
          pointer-events: none;
          animation: 0.3s ease 0s 1 normal forwards running fadeIn; }
        #s-header .s-header__navigation .navbar-nav > li > ul::after {
          content: "";
          position: absolute;
          background: white;
          top: 0px;
          left: -50vw;
          width: 200vw;
          height: 100%;
          z-index: 2; }
        @media screen and (max-width: 1365px) {
          #s-header .s-header__navigation .navbar-nav > li > ul {
            font-size: 18px;
            line-height: 24px;
            transition: all 0.4s;
            display: block;
            position: absolute;
            top: 0;
            padding: 0;
            width: 100%;
            left: calc(100% + 16px);
            background-color: #ffffff; }
            #s-header .s-header__navigation .navbar-nav > li > ul::before, #s-header .s-header__navigation .navbar-nav > li > ul::after {
              display: none; }
            #s-header .s-header__navigation .navbar-nav > li > ul.--visible {
              left: 0;
              margin: 0;
              padding: 0;
              z-index: 20; }
              #s-header .s-header__navigation .navbar-nav > li > ul.--visible.open-second {
                left: -105%; }
                #s-header .s-header__navigation .navbar-nav > li > ul.--visible.open-second ul {
                  display: none; }
                #s-header .s-header__navigation .navbar-nav > li > ul.--visible.open-second .--visible {
                  display: block; }
              #s-header .s-header__navigation .navbar-nav > li > ul.--visible li > ul {
                left: 105%;
                background: white;
                top: 0px;
                position: absolute;
                width: 105%; } }
        @media screen and (min-width: 1366px) {
          #s-header .s-header__navigation .navbar-nav > li > ul {
            position: absolute;
            width: 100%;
            top: calc(100% + 1px);
            left: 0;
            display: none;
            column-gap: 1.5rem;
            grid-template-columns: repeat(5, 1fr);
            background-color: #fff; }
            #s-header .s-header__navigation .navbar-nav > li > ul .toggle-icon {
              display: none; }
            #s-header .s-header__navigation .navbar-nav > li > ul a.toggle-second-lvl.has-submenu .toggle-icon {
              display: flex;
              width: 12px;
              height: 12px;
              margin-left: 0.75em; } }
    @media screen and (min-width: 1366px) and (max-width: 1365px) {
      #s-header .s-header__navigation .navbar-nav > li > ul a.toggle-second-lvl.has-submenu .toggle-icon {
        z-index: 3;
        width: 18px;
        height: 18px;
        margin-left: 0; } }

        #s-header .s-header__navigation .navbar-nav > li > ul > li {
          padding: 0;
          margin: 0;
          grid-column-start: unset;
          grid-row-start: 1; }
          @media screen and (min-width: 1366px) {
            #s-header .s-header__navigation .navbar-nav > li > ul > li {
              z-index: 3; } }
          #s-header .s-header__navigation .navbar-nav > li > ul > li > a {
            display: flex;
            align-items: center;
            color: inherit;
            padding: 15px 0;
            padding-bottom: 14px;
            font-weight: 700;
            text-transform: uppercase;
            background-color: transparent;
            font-family: "TeleNeo ExtraBold";
            font-size: 15px; }
            @media screen and (max-width: 1365px) {
              #s-header .s-header__navigation .navbar-nav > li > ul > li > a {
                border-bottom: 1px solid #d0d0d0;
                padding: 24px 0;
                padding-left: 28px;
                width: 100%;
                justify-content: flex-start; }
                #s-header .s-header__navigation .navbar-nav > li > ul > li > a .toggle-icon {
                  width: 16px; }
                #s-header .s-header__navigation .navbar-nav > li > ul > li > a.back-button {
                  display: inline-flex; } }
            #s-header .s-header__navigation .navbar-nav > li > ul > li > a .ico-chevron-down {
              display: none; }
            #s-header .s-header__navigation .navbar-nav > li > ul > li > a .toggle-icon {
              display: flex;
              align-items: center;
              margin-left: auto;
              margin-bottom: 0; }
              @media screen and (min-width: 1366px) {
                #s-header .s-header__navigation .navbar-nav > li > ul > li > a .toggle-icon {
                  display: none; } }
            #s-header .s-header__navigation .navbar-nav > li > ul > li > a:hover {
              color: #e20074;
              text-decoration: none; }
              #s-header .s-header__navigation .navbar-nav > li > ul > li > a:hover svg {
                color: #e20074;
                fill: #e20074; }
          #s-header .s-header__navigation .navbar-nav > li > ul > li > ul {
            list-style-type: none;
            padding: 0;
            display: block;
            position: relative;
            top: 0;
            left: 0;
            border: 0;
            margin: 0; }
            #s-header .s-header__navigation .navbar-nav > li > ul > li > ul > li {
              margin: 0;
              padding: 11px 0;
              padding-bottom: 12px; }
              @media screen and (max-width: 1365px) {
                #s-header .s-header__navigation .navbar-nav > li > ul > li > ul > li {
                  padding: 0; } }
              #s-header .s-header__navigation .navbar-nav > li > ul > li > ul > li a {
                color: inherit;
                display: inline-flex;
                justify-content: space-between;
                padding: 0; }
                @media screen and (max-width: 1365px) {
                  #s-header .s-header__navigation .navbar-nav > li > ul > li > ul > li a {
                    border-bottom: 1px solid #d0d0d0;
                    padding: 24px 0;
                    padding-left: 28px;
                    width: 100%;
                    justify-content: start; }
                    #s-header .s-header__navigation .navbar-nav > li > ul > li > ul > li a.back-button {
                      display: inline-flex; } }
                #s-header .s-header__navigation .navbar-nav > li > ul > li > ul > li a:hover {
                  color: #e20074;
                  text-decoration: none; }
  @media screen and (max-width: 1200px) {
    #s-header .s-header__navigation button {
      display: block;
      width: 100%;
      background: none;
      margin: 0;
      border: 0; } }
  @media screen and (max-width: 1200px) {
    #s-header .s-header__navigation .--visible {
      transform: translate(0);
      pointer-events: auto; } }
  @media screen and (max-width: 1200px) {
    #s-header .s-header__navigation {
      color: #262626; } }

@media screen and (min-width: 1366px) {
  #s-header .s-header__navigation__image {
    grid-column-start: image; } }
@media screen and (max-width: 1200px) {
  #s-header .s-header__navigation__image {
    display: block;
    padding: 2rem 0; } }

#s-header .s-header__menu {
  transition: all 0.4s; }
  @media screen and (min-width: 1366px) {
    #s-header .s-header__menu {
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto 1fr;
      grid-template-areas: "segments extra " "navigation actions";
      column-gap: 1em;
      row-gap: 1em;
      flex-grow: 1;
      height: inherit;
      padding-right: 0.5em;
      padding-top: 0.75em; } }
  @media screen and (min-width: 1680px) {
    #s-header .s-header__menu {
      row-gap: 1.75em;
      padding-top: 1em; } }
  @media screen and (max-width: 1365px) {
    #s-header .s-header__menu {
      position: absolute;
      left: 0;
      top: calc(100% + 1px);
      width: 100%;
      background: #ffffff;
      display: none;
      top: 100%;
      border-top: 1px solid #d0d0d0;
      padding: 34px 192px 16px 192px; }
      #s-header .s-header__menu ul {
        list-style: none;
        margin: 0;
        padding-left: 0; }
      #s-header .s-header__menu li {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: auto;
        margin-right: auto; }
      #s-header .s-header__menu.--open {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 59px);
        overflow-y: auto;
        overflow-x: hidden; } }
  @media screen and (max-width: 768px) {
    #s-header .s-header__menu {
      padding: 16px 16px 0 16px; } }

#s-header .s-header__segments {
  transition: all 0.4s; }
  @media screen and (min-width: 1366px) {
    #s-header .s-header__segments {
      grid-area: segments;
      order: 1; } }
  @media screen and (max-width: 1365px) {
    #s-header .s-header__segments {
      color: #262626;
      margin-bottom: 16px; }
      #s-header .s-header__segments li {
        margin-bottom: 1.5rem; } }
  @media screen and (max-width: 768px) {
    #s-header .s-header__segments {
      margin-top: -8px; } }
  @media screen and (max-width: 1365px) {
    #s-header .s-header__segments {
      order: -1;
      width: 100%;
      margin: 0 auto;
      max-width: 640px; } }
  @media screen and (max-width: 768px) {
    #s-header .s-header__segments {
      max-width: unset; } }
  #s-header .s-header__segments .nav-segments {
    position: relative;
    padding: 0;
    list-style-type: none;
    display: flex;
    border: 0;
    line-height: 1em;
    display: inline-block;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #s-header .s-header__segments .nav-segments {
        display: flex;
        align-items: start; } }
    @media screen and (max-width: 1365px) {
      #s-header .s-header__segments .nav-segments li:first-child {
        padding-left: 0; } }
    #s-header .s-header__segments .nav-segments li {
      margin: 0;
      display: inline-block;
      border: 0; }
      @media screen and (max-width: 768px) {
        #s-header .s-header__segments .nav-segments li {
          padding-left: 0; } }
      @media screen and (max-width: 1365px) {
        #s-header .s-header__segments .nav-segments li {
          text-align: left;
          flex-basis: unset; } }
      #s-header .s-header__segments .nav-segments li a {
        color: inherit;
        font-size: 1em;
        padding-right: 1.5em;
        background-color: transparent;
        outline: 0;
        border: 0; }
        @media screen and (min-width: 1680px) {
          #s-header .s-header__segments .nav-segments li a {
            padding-right: 2em; } }
        @media screen and (max-width: 1365px) {
          #s-header .s-header__segments .nav-segments li a {
            padding: 0;
            text-align: left;
            line-height: 16px; } }
        @media screen and (max-width: 768px) {
          #s-header .s-header__segments .nav-segments li a {
            padding: 9px 0;
            display: block; } }
      #s-header .s-header__segments .nav-segments li.active a {
        text-decoration: none;
        font-weight: 700;
        color: inherit;
        font-family: "TeleNeo ExtraBold"; }
        @media screen and (max-width: 1365px) {
          #s-header .s-header__segments .nav-segments li.active a {
            font-weight: 700;
            color: #e20074;
            text-decoration: none; } }

#s-header .s-header__extra {
  font-size: 12px;
  line-height: 16px;
  transition: all 0.4s;
  display: flex;
  justify-content: end; }
  @media screen and (min-width: 1366px) {
    #s-header .s-header__extra {
      grid-area: extra;
      text-align: right; } }
  @media screen and (max-width: 1365px) {
    #s-header .s-header__extra {
      color: #262626;
      display: block;
      height: auto;
      width: 100%;
      margin: 0 auto;
      max-width: 640px;
      order: 4; }
      #s-header .s-header__extra > a,
      #s-header .s-header__extra .sms,
      #s-header .s-header__extra li {
        margin-bottom: 1.5rem; } }
  @media screen and (max-width: 768px) {
    #s-header .s-header__extra {
      max-width: 100%; } }
  #s-header .s-header__extra a {
    color: inherit; }
    #s-header .s-header__extra a svg {
      color: currentColor;
      fill: currentColor;
      margin-right: 8px; }
    #s-header .s-header__extra a:hover svg {
      color: currentColor;
      fill: currentColor; }
  #s-header .s-header__extra .sms {
    display: flex;
    align-items: center;
    margin-left: 15px; }
    @media screen and (max-width: 1365px) {
      #s-header .s-header__extra .sms {
        margin: 2em 0 1em 0; } }

#s-header #login-modal {
  padding: 0 !important;
  z-index: 99999999; }
  #s-header #login-modal h2 {
    font-size: 32px; }

#s-header #login-modal .box-button {
  display: block;
  padding: 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  color: #262626;
  text-align: center;
  text-decoration: none; }

#s-header #login-modal .box-button svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  fill: currentColor; }

#s-header #login-modal .box-button:hover {
  color: #cf046c;
  border-color: #cf046c;
  box-shadow: none; }

#s-header #login-modal .modal-dialog {
  margin: 0;
  margin-left: auto;
  height: 100%; }

#s-header #login-modal .modal-content {
  border-radius: 0;
  height: 100%; }

#s-header #login-modal .modal-body {
  padding: 30px; }

#s-header #login-modal button.close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  color: #262626;
  background-color: #f0f0f0;
  box-shadow: none;
  margin: 0;
  padding: 0; }

#s-header #login-modal button.close svg {
  width: 14px;
  height: 14px;
  margin: 0 auto; }

#s-header .badge-text-nav {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  max-width: 100%;
  background: #e20074;
  color: white;
  margin-left: 12px;
  padding: 2px 4px 2px 4px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700; }

#s-header .s-header__logo {
  position: relative;
  padding: 0;
  transition: all 0.4s;
  height: 100%; }
  #s-header .s-header__logo .s-logo {
    height: 100%;
    width: 100%; }
    #s-header .s-header__logo .s-logo svg {
      height: 100%;
      width: auto; }
  @media screen and (min-width: 768px) {
    #s-header .s-header__logo {
      margin-left: 1em; } }
  @media screen and (min-width: 1366px) {
    #s-header .s-header__logo {
      margin-left: 2.5em;
      margin-right: 3.5em;
      width: 120px; } }
  @media screen and (min-width: 1680px) {
    #s-header .s-header__logo {
      margin-left: 2.375em;
      margin-right: 80px;
      width: 120px; } }

@media screen and (max-width: 1365px) {
  .mobile-menu-open {
    overflow: hidden;
    height: 100%; }
    .mobile-menu-open #s-header {
      height: 61px; }
      .mobile-menu-open #s-header .s-header__wrapper > .s-header__actions button {
        display: none; }
      .mobile-menu-open #s-header .s-header__wrapper > .s-header__actions #navigation-toggler {
        display: block; } }
#s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #e20074;
  height: 100%;
  grid-column-start: unset;
  color: white; }
  @media screen and (max-width: 768px) {
    #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item {
      border-radius: 0px;
      height: 12em; } }
  @media screen and (max-width: 1224px) {
    #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item {
      height: 12em; } }
  @media screen and (max-width: 1365px) {
    #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item {
      height: 10.25em; } }
  #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item a.promo-item__link {
    position: relative;
    color: #fff; }
  #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item .promo-item__content {
    position: relative;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 2rem 1.5rem 2.75rem;
    color: #fff;
    background-size: contain;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 1365px) {
      #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item .promo-item__content {
        background-position: top right; } }
    #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item .promo-item__content .promo-item__title {
      position: relative;
      font-size: 0.75em;
      letter-spacing: 0.2px;
      line-height: 1.33;
      margin-bottom: 1em;
      text-transform: uppercase;
      font-weight: bold;
      z-index: 2; }
    #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item .promo-item__content .promo-item__description {
      position: relative;
      z-index: 2;
      font-size: 1.5em;
      line-height: 1.17;
      font-weight: 900; }
      @media screen and (max-width: 1365px) {
        #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item .promo-item__content .promo-item__description {
          max-width: 13em; } }
  #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item .promo-item__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    z-index: 1; }
    @media screen and (max-width: 1365px) {
      #s-header .s-header__navigation .navbar-nav > li > ul > li.promo-item .promo-item__img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto; } }

@media screen and (min-width: 1366px) {
  .togle-second-lvl__text {
    white-space: nowrap; } }
@media screen and (max-width: 1365px) {
  .togle-second-lvl__ico-after {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: end; }
    .togle-second-lvl__ico-after .toggle-icon {
      width: 16px;
      height: auto; }
      .togle-second-lvl__ico-after .toggle-icon svg {
        width: 16px;
        height: 16px; }
        .togle-second-lvl__ico-after .toggle-icon svg path {
          fill: #000; } }
.nav-segments {
  display: none; }

.sms {
  display: none; }

@media screen and (max-width: 1365px) {
  #s-header.s-header__white .s-header__actions .m-user-button .user-info {
    display: block; }

  #s-header .s-header__actions .user-info {
    display: none; } }
.carousel-inner > .item.next > img, .carousel-inner > .item.left > img, .carousel-inner > .item.prev > img, .carousel-inner > .item.right > img, .carousel-inner > .item.active > img {
  margin: 0 auto; }
.carousel .carousel-control {
  display: flex;
  align-items: center; }

.multibanner {
  height: 420px;
  overflow: hidden; }
  @media screen and (min-width: 1200px) {
    .multibanner {
      height: 480px; } }
  .multibanner .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px; }
  .multibanner .carousel-indicators {
    width: auto;
    position: static;
    color: #fff;
    margin: 0; }
    .multibanner .carousel-indicators li {
      margin: 5px;
      position: relative;
      background: #fff;
      text-indent: -9999px; }
      .multibanner .carousel-indicators li:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid transparent;
        position: absolute;
        top: -4px;
        left: -4px;
        transition-property: border;
        transition-duration: 0.25s; }
      .multibanner .carousel-indicators li.active {
        width: 10px;
        height: 10px; }
        .multibanner .carousel-indicators li.active:before {
          border-color: #fff; }
      @media screen and (min-width: 992px) {
        .multibanner .carousel-indicators li {
          font-weight: 600;
          padding: 5px 10px;
          border-color: transparent;
          border-radius: 3px;
          background: transparent;
          text-indent: 0;
          transition-property: border;
          transition-duration: 0.25s; }
          .multibanner .carousel-indicators li, .multibanner .carousel-indicators li.active {
            width: auto;
            height: auto; }
          .multibanner .carousel-indicators li.active {
            border-color: #fff; }
          .multibanner .carousel-indicators li:before {
            display: none; }
          .multibanner .carousel-indicators li:hover {
            border-color: rgba(255, 255, 255, 0.5); } }
  .multibanner .carousel-control {
    display: none;
    width: auto;
    position: static;
    padding: 5px;
    z-index: 1;
    line-height: 1; }
    @media screen and (min-width: 992px) {
      .multibanner .carousel-control {
        display: block; } }
    .multibanner .carousel-control svg {
      fill: #fff;
      width: 20px;
      height: 20px; }
    .multibanner .carousel-control.left, .multibanner .carousel-control.right {
      background: none; }
  .multibanner .carousel-inner .item .image {
    width: 100%;
    height: 420px; }
    @media screen and (min-width: 1200px) {
      .multibanner .carousel-inner .item .image {
        height: 480px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .multibanner .carousel-inner .container {
      width: auto; } }
  .multibanner .carousel-caption {
    width: 100%;
    text-align: left;
    padding: 0;
    right: auto;
    bottom: 60px;
    left: 0; }
    @media screen and (min-width: 992px) {
      .multibanner .carousel-caption {
        bottom: 100px; } }
    @media screen and (min-width: 1200px) {
      .multibanner .carousel-caption {
        bottom: 120px; } }
    .multibanner .carousel-caption h1,
    .multibanner .carousel-caption p {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .multibanner .carousel-caption h1 {
        font-size: 42px;
        line-height: 42px; } }
    @media screen and (min-width: 992px) {
      .multibanner .carousel-caption h1 {
        margin-bottom: 22px; } }
    @media screen and (min-width: 1200px) {
      .multibanner .carousel-caption h1 {
        font-size: 84px;
        line-height: 88px; } }
    .multibanner .carousel-caption p {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 22px; }
      @media screen and (max-width: 767px) {
        .multibanner .carousel-caption p {
          font-size: 22px; } }
      @media screen and (min-width: 992px) {
        .multibanner .carousel-caption p {
          margin-bottom: 33px; } }
    .multibanner .carousel-caption .btn i {
      margin-left: 6px; }

/**
* LOADER
*
* Loader related styles
*/
/*---------------------------------------------------------------------------*\
  #LOADER
\*---------------------------------------------------------------------------*/
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.box-overlaid {
  position: relative;
  min-height: 60px; }
  .box-overlaid .box-overlay-loading {
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14;
    background-color: #fff; }

.box-btn-loading {
  position: relative; }

.toggle {
  position: fixed;
  top: 9px;
  right: 15px;
  padding: 10px 8px 9px;
  background: none;
  border: none;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  z-index: 1070; }
  .navbar-default .toggle {
    color: #4a4a4a; }
  .animate .toggle {
    background: rgba(0, 0, 0, 0.4); }
    .navbar-default .animate .toggle {
      color: #fff; }
    .open .animate .toggle {
      background: transparent; }
  .toggle:hover, .toggle:focus, .toggle:active {
    outline: none;
    text-decoration: none; }
  .open.in .toggle {
    position: static;
    height: 100%;
    padding-top: 16px; }
  .toggle span {
    transition-property: opacity, transform;
    transition-duration: 0.25s;
    display: block;
    width: 24px;
    height: 3px;
    background: currentColor; }
    .toggle span + span {
      margin-top: 3px; }
    .toggle span:last-of-type {
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.5px;
      height: auto;
      text-transform: uppercase;
      background: none;
      margin-top: 3px;
      line-height: 1; }
  .toggle svg {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 56px;
    height: 56px; }
    .toggle svg circle {
      fill: none;
      stroke: #fff;
      stroke-width: 0.4;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 39 39;
      stroke-dashoffset: -39;
      transition: stroke-dashoffset 0.5s; }
      .navbar-default .toggle svg circle {
        stroke: #bfbfbf; }
      .animate .toggle svg circle {
        stroke-dashoffset: 0; }
    .open .toggle svg {
      display: none; }
  .open:not(.out) .toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg); }
  .open:not(.out) .toggle span:nth-child(2) {
    transform: translateY(0) rotate(-45deg); }
  .open:not(.out) .toggle span:nth-child(3) {
    opacity: 0; }
  @media screen and (min-width: 992px) {
    .toggle {
      display: none; } }

.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%; }
  .dropdown-menu > li {
    margin: 0; }
    .dropdown-menu > li > a {
      white-space: normal; }
      .dropdown-menu > li > a:hover {
        cursor: pointer; }
  .dropdown-menu-compact {
    min-width: 0; }

.like-dropdown-wrapper {
  position: relative; }
  .like-dropdown-wrapper .dropdown-menu {
    max-height: 184px;
    overflow-y: auto; }
    .like-dropdown-wrapper .dropdown-menu > li > a {
      display: flex;
      align-items: center;
      padding-top: 6px;
      padding-bottom: 6px; }
      .like-dropdown-wrapper .dropdown-menu > li > a:focus svg, .like-dropdown-wrapper .dropdown-menu > li > a:hover svg {
        fill: #e20074; }
    .like-dropdown-wrapper .dropdown-menu [class*="ico-"] {
      margin-right: 10px; }
      .like-dropdown-wrapper .dropdown-menu [class*="ico-"] svg {
        fill: #000;
        width: 20px;
        height: 24px; }

.dropdown-menu-brand {
  min-width: 0;
  text-align: center;
  border-color: #e20074;
  border-width: 2px;
  padding: 0;
  margin: 17px 0 0; }
  .dropdown-menu-brand:before {
    border-bottom-color: #e20074; }
  .dropdown-menu-brand > li > a {
    font-weight: 900;
    font-size: 18px;
    color: #e20074;
    padding: 8px 10px; }
    .dropdown-menu-brand > li > a:hover, .dropdown-menu-brand > li > a:focus {
      color: #b0005a; }
  .dropup .dropdown-menu-brand {
    margin: 0 0 17px; }
    .dropup .dropdown-menu-brand:before {
      border-top-color: #e20074; }

/**
* TYPEAHEAD
*
*
*/
/*---------------------------------------------------------------------------*\
  #TYPEAHEAD
\*---------------------------------------------------------------------------*/
.twitter-typeahead {
  display: block;
  width: 100%; }
  .twitter-typeahead .tt-dropdown-menu {
    width: 100%;
    margin-top: 6px;
    border: 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .twitter-typeahead .tt-dropdown-menu .tt-suggestion {
      color: #000;
      text-align: left;
      border-top: 1px solid #e5e5e5;
      padding: 5px 12px;
      -webkit-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion:hover {
        background: #efefef;
        cursor: pointer; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion:active, .twitter-typeahead .tt-dropdown-menu .tt-suggestion:focus {
        outline: 0; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion:first-child {
        border-top: none; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor {
        background: #efefef; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion p {
        margin: 5px 0; }

.searchbox {
  position: relative; }
  .searchbox .search-icon {
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2; }
    .searchbox .search-icon svg {
      fill: #999;
      width: 24px;
      height: 24px; }
  .searchbox [type="submit"] {
    color: #e20074;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  .searchbox .form-control {
    padding: 10px 105px 10px 62px; }
  .searchbox-no-button .form-control {
    padding: 10px 16px 10px 62px; }
  .searchbox .tt-hint {
    color: #ffffff; }

.footer {
  color: #bfbfbf;
  padding-top: 33px;
  padding-bottom: 11px;
  background: #000; }
  @media (min-width: 992px) {
    .footer {
      padding-top: 40px; } }
  @media screen and (max-width: 479px) {
    .footer .container,
    .footer [class*="col-"] {
      padding-left: 25px;
      padding-right: 25px; }
    .footer .row {
      margin-left: -25px;
      margin-right: -25px; } }
  .footer a {
    color: #fff; }
  .footer .logo {
    display: block;
    height: auto; }
    @media (max-width: 991px) {
      .footer .logo {
        margin: 0 auto 30px; } }
    @media screen and (min-width: 480px) {
      .footer .logo {
        margin-top: 7px; } }
    .footer .logo,
    .footer .logo svg {
      width: 77px;
      height: 38px; }
      @media (min-width: 992px) {
        .footer .logo,
        .footer .logo svg {
          width: 114px;
          height: 56px; } }
    .footer .logo svg {
      fill: #e20074; }
  @media (max-width: 767px) {
    .footer .copyright,
    .footer .legal-statement {
      text-align: center; } }
  .footer .copyright {
    font-size: 14px; }
  .footer .legal-statement {
    font-size: 10px; }
  .footer h6 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-top: 0; }
    .footer h6 .collapse-link {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .footer h6 .collapse-link:active {
        outline: 0; }
    @media screen and (max-width: 479px) {
      .footer h6 {
        border-top: 1px solid rgba(191, 191, 191, 0.5);
        margin: 0; }
        .footer h6 a {
          display: block;
          padding: 17px 5px; }
          .footer h6 a svg {
            display: block;
            width: 11px;
            height: 11px;
            transform: rotateZ(-180deg);
            transition-property: transform;
            transition-duration: 0.25s; }
          .footer h6 a.collapsed svg {
            transform: rotateZ(0); } }
    @media screen and (min-width: 480px) {
      .footer h6 {
        margin-bottom: 20px; }
        .footer h6 .collapse-link,
        .footer h6 a svg {
          display: none; } }
  .footer ul {
    padding-left: 0;
    list-style: none;
    margin: 0; }
    @media screen and (min-width: 480px) {
      .footer ul.collapse {
        display: block;
        height: auto !important; } }
    .footer ul li {
      margin: 0; }
      .footer ul li a {
        color: #bfbfbf; }
        @media screen and (max-width: 479px) {
          .footer ul li a {
            display: block;
            padding: 6px 5px; } }
  .footer .footer-divider {
    border-top: 1px solid rgba(191, 191, 191, 0.5);
    margin-bottom: 11px; }
    @media screen and (min-width: 480px) {
      .footer .footer-divider {
        margin: 30px 0; } }
  .footer .social-links ul {
    text-align: center;
    margin-bottom: 11px; }
    @media (min-width: 768px) {
      .footer .social-links ul {
        text-align: right; } }
    .footer .social-links ul li a:focus svg, .footer .social-links ul li a:hover svg {
      opacity: 0.7; }
    .footer .social-links ul li a svg {
      fill: #fff;
      width: 26px;
      height: 26px;
      transition-property: opacity;
      transition-duration: 0.25s; }

.footer-one {
  background-color: #262626;
  font-family: 'TeleNeo Regular'; }
  .footer-one a:hover {
    text-decoration: none;
    opacity: .6; }
  .footer-one h6 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff; }
    .footer-one h6 a:hover {
      opacity: 1; }
  .footer-one ul li {
    line-height: 20px;
    margin-bottom: 16px; }
    .footer-one ul li a {
      color: #ffffff; }
  .footer-one .social-links h6 {
    font-size: 16px;
    margin-bottom: 0;
    display: none; }
  .footer-one .social-links ul {
    text-align: left; }
    .footer-one .social-links ul li a {
      color: #a4a4a4; }
      .footer-one .social-links ul li a svg {
        fill: currentColor; }
  .footer-one .footer-secondary-navigation .footer-navigation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px; }
    @media screen and (max-width: 991px) {
      .footer-one .footer-secondary-navigation .footer-navigation-list {
        justify-content: center; } }
    .footer-one .footer-secondary-navigation .footer-navigation-list li {
      margin: 0px 16px 32px; }
      .footer-one .footer-secondary-navigation .footer-navigation-list li a {
        font-weight: 900;
        color: #a4a4a4; }
  .footer-one .row-copy-docs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .footer-one .row-copy-docs {
        display: block;
        text-align: center; } }
    .footer-one .row-copy-docs a {
      color: #a4a4a4;
      font-size: 15px; }
  .footer-one .legal-statement,
  .footer-one .copyright {
    font-size: 15px;
    line-height: 16px;
    margin: 0; }
  .footer-one .legal-statement {
    margin-bottom: 24px; }
  .footer-one > .container {
    position: relative;
    height: auto;
    max-width: 1680px;
    width: 100%; }
  .footer-one .app-buttons {
    margin-left: -7px;
    margin-right: -7px; }
    .footer-one .app-buttons .col {
      padding-left: 7px;
      padding-right: 7px; }
  .footer-one .app-button {
    display: block;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background: #000000;
    margin-bottom: 16px; }
    .footer-one .app-button svg {
      display: block;
      width: 100%;
      max-height: 48px;
      fill: currentColor; }
  @media screen and (min-width: 769px) {
    .footer-one > .container {
      padding: 0 47px; } }
  @media screen and (max-width: 991px) {
    .footer-one {
      padding-top: 22px;
      padding-bottom: 31px; }
      .footer-one h6 {
        border-top: 0;
        font-size: 16px; }
      .footer-one .row {
        margin-left: -15px;
        margin-right: -15px; }
      .footer-one .app-buttons {
        margin-top: 20px;
        margin-left: -7px;
        margin-right: -7px; }
      .footer-one .container, .footer-one [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; }
      .footer-one > .container {
        padding-left: 15px;
        padding-right: 15px; }
      .footer-one > .container > .row {
        margin-left: -15px;
        margin-right: -15px; }
      .footer-one > .container > .row > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; }
      .footer-one .footer-secondary-navigation {
        padding-top: 17px;
        margin-bottom: 35px; }
        .footer-one .footer-secondary-navigation .footer-navigation-list li a {
          padding: 0; }
      .footer-one .footer-primary-navigation {
        margin-bottom: 18px; }
        .footer-one .footer-primary-navigation h6 {
          position: relative;
          border-bottom: 1px solid #4b4b4b;
          border-top: 0;
          padding: 19px 0;
          padding-bottom: 20px;
          margin: 0;
          font-size: 18px;
          line-height: 20px; }
          .footer-one .footer-primary-navigation h6 a {
            padding: 0; }
            .footer-one .footer-primary-navigation h6 a svg {
              display: block;
              fill: currentColor;
              width: 22px;
              height: 22px; }
            .footer-one .footer-primary-navigation h6 a.link-toggler {
              position: absolute;
              top: 16px;
              right: 0;
              width: 24px;
              height: 24px;
              border: 1px solid #ffffff;
              border-radius: 50%;
              padding: 0;
              display: block; }
      .footer-one ul.collapse {
        display: none;
        color: #000000;
        list-style-type: square;
        padding-left: 16px; }
      .footer-one .open ul.collapse {
        display: block;
        border-bottom: 1px solid #4b4b4b; }
      .footer-one .open h6 {
        border-color: transparent; }
      .footer-one .social-links {
        padding-top: 10px;
        margin-bottom: 0; }
        .footer-one .social-links li {
          margin-bottom: 5px; }
        .footer-one .social-links h6 {
          padding-bottom: 0;
          border: 0; } }

.device-listing,
.device-listing-promo {
  padding-left: 0;
  list-style: none;
  display: flex; }
  .device-listing .device,
  .device-listing-promo .device {
    margin: 0;
    text-align: center; }
    .device-listing .device.js-hover .device-name,
    .device-listing-promo .device.js-hover .device-name {
      text-decoration: none; }
  .device-listing .device-name,
  .device-listing-promo .device-name {
    display: block; }
  .device-listing .device-original-price,
  .device-listing-promo .device-original-price {
    color: #999; }

.device-listing-promo {
  justify-content: center;
  margin: 44px 0; }
  .device-listing-promo .device {
    flex-basis: 100%;
    padding: 11px;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    transition: border-color 0.25s;
    position: relative; }
    @media screen and (min-width: 992px) {
      .device-listing-promo .device.js-hover {
        border-color: #bfbfbf; } }
    .device-listing-promo .device.js-hover .device-name {
      color: #e20074; }
  .device-listing-promo img {
    margin-bottom: 11px; }
  .device-listing-promo .device-price,
  .device-listing-promo .device-original-price {
    display: block; }
  .device-listing-promo .device-name {
    font-weight: 600;
    color: #000;
    transition: color 0.25s; }
    @media screen and (min-width: 768px) {
      .device-listing-promo .device-name {
        font-size: 18px; } }
  .device-listing-promo .device-original-price {
    color: #999; }
  .device-listing-promo .device-price {
    font-weight: 700;
    font-size: 20px;
    color: #e20074; }
    @media screen and (min-width: 768px) {
      .device-listing-promo .device-price {
        font-size: 22px; } }
    .device-listing-promo .device-price span {
      font-weight: 600;
      font-size: 16px; }

.device-listing {
  flex-wrap: wrap;
  margin-top: -15px; }
  @media screen and (max-width: 767px) {
    .device-listing {
      margin-left: -15px;
      margin-right: -15px; } }
  .device-listing .device {
    display: flex;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px; }
    @media screen and (max-width: 479px) {
      .device-listing .device {
        padding-bottom: 0; }
        .device-listing .device:nth-child(odd) {
          padding-right: 8px; }
        .device-listing .device:nth-child(even) {
          padding-left: 8px; } }
    @media screen and (min-width: 992px) {
      .device-listing .device {
        max-width: 33.33333333%;
        flex-basis: 33.33333333%; } }
    @media screen and (min-width: 768px) {
      .device-listing-full-size .device-listing .device {
        max-width: 33.33333333%;
        flex-basis: 33.33333333%; } }
    @media screen and (min-width: 992px) {
      .device-listing-full-size .device-listing .device {
        max-width: 25%;
        flex-basis: 25%; } }
    .device-listing .device-inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 20px 15px 16px;
      background: #fff;
      border-radius: 3px;
      position: relative;
      transition-property: transform, box-shadow, border;
      transition-duration: 0.5s;
      z-index: 1; }
      .device-listing .device-inner.js-hover {
        transform: scale(1.1);
        box-shadow: 0 0 15px 0px rgba(74, 74, 74, 0.4);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 2; }
        @media screen and (min-width: 992px) {
          .device-listing .device-inner.js-hover {
            transform: scale(1.25); } }
        .device-listing .device-inner.js-hover .device-name {
          text-decoration: none; }
        .device-listing .device-inner.js-hover .device-params {
          transform: translateY(56px);
          opacity: 1;
          box-shadow: 0 6px 6px 0px rgba(74, 74, 74, 0.3); }
      @media screen and (min-width: 1200px) {
        .device-listing .device-inner {
          padding: 20px 25px 16px; } }
  .device-listing img {
    margin-bottom: 11px; }
  .device-listing .device-name {
    flex-grow: 1;
    color: #000;
    font-weight: 600;
    font-size: 14px; }
    @media screen and (min-width: 480px) {
      .device-listing .device-name {
        font-size: 18px; } }
  .device-listing .device-image {
    flex-shrink: 0; }
  .device-listing .device-price {
    font-weight: 700;
    font-size: 14px;
    color: #e20074; }
    @media screen and (min-width: 480px) {
      .device-listing .device-price {
        font-size: 22px; }
        .device-listing .device-price .no-bold {
          font-weight: 500; } }
    .device-listing .device-price span {
      font-weight: 600;
      font-size: 12px; }
      @media screen and (min-width: 480px) {
        .device-listing .device-price span {
          font-size: 16px; } }
  .device-listing .device-original-price {
    font-weight: 600;
    font-size: 10px; }
    @media screen and (min-width: 480px) {
      .device-listing .device-original-price {
        font-size: 16px; } }
  .device-listing .device-prices {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .device-listing .device-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0; }
  .device-listing .device-params {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin: 0;
    width: 100%;
    height: 61px;
    padding: 0 15px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    transform: translateY(0);
    transition-property: transform, opacity, box-shadow;
    transition-duration: 0.5s; }
    @media screen and (max-width: 479px) {
      .device-listing .device-params {
        display: none; } }
    @media screen and (min-width: 1200px) {
      .device-listing .device-params {
        padding-left: 30px;
        padding-right: 30px; } }
    .device-listing .device-params li {
      display: flex;
      align-items: center;
      flex-direction: column;
      flex-basis: 100%;
      font-weight: 600;
      font-size: 10px;
      color: #999;
      margin: 0; }
      .device-listing .device-params li i {
        display: block;
        margin-bottom: 6px; }
      .device-listing .device-params li svg {
        fill: #000;
        width: 25px;
        height: 25px; }
  .device-listing .device-installments,
  .device-listing .device-vat {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #999; }
    @media screen and (min-width: 480px) {
      .device-listing .device-installments,
      .device-listing .device-vat {
        font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .device-listing-wrapper {
      margin-top: 22px; } }
  .no-js .device-listing-wrapper .top .btn-settings {
    display: none; }
  @media screen and (min-width: 768px) {
    .device-listing-wrapper .side,
    .device-listing-wrapper .main {
      margin-top: 17px;
      margin-bottom: 17px;
      position: relative;
      left: 15px; } }
  .device-listing-wrapper .side {
    background: #f6f6f6;
    border-radius: 3px; }
    @media screen and (max-width: 767px) {
      .device-listing-wrapper .side {
        order: -1; } }
    @media screen and (min-width: 768px) {
      .device-listing-wrapper .side .first-sm.background-white {
        padding: 6px 20px; } }
    @media screen and (max-width: 767px) {
      .device-listing-wrapper .side .overlay-link {
        font-size: 16px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 17px;
        padding-bottom: 17px; } }
    @media screen and (min-width: 768px) {
      .device-listing-wrapper .side .overlay-link {
        justify-content: center; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .device-listing-wrapper .main {
      padding-right: 0; } }
  .device-listing-wrapper .select-like-tabs .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 160px; }
  .device-listing-full-size .top .btn-settings {
    white-space: nowrap; }
  .device-listing-full-size .side,
  .device-listing-full-size .main {
    left: 0; }
  @media screen and (min-width: 768px) {
    .device-listing-full-size .side {
      display: none; } }
  @media screen and (min-width: 768px) {
    .device-listing-full-size .main {
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 0; } }
  .device-listing-filters {
    margin-left: -15px;
    margin-right: -15px; }
  .device-listing-filter {
    border-bottom: 1px solid #e5e5e5; }
    .device-listing-filter:first-child {
      border-top: 1px solid #e5e5e5; }
    .device-listing-filter:last-child {
      border-bottom: 0; }
    .device-listing-filter .filter-link,
    .device-listing-filter .collapse-link,
    .device-listing-filter .collapse-content {
      padding-left: 20px;
      padding-right: 20px; }
      .device-listing-filter .filter-link .collapse-link,
      .device-listing-filter .filter-link .collapse-content,
      .device-listing-filter .collapse-link .collapse-link,
      .device-listing-filter .collapse-link .collapse-content,
      .device-listing-filter .collapse-content .collapse-link,
      .device-listing-filter .collapse-content .collapse-content {
        padding-left: 0;
        padding-right: 0; }
    .device-listing-filter .filter-link {
      display: flex;
      align-items: center;
      height: 55px;
      font-weight: 600; }
      .device-listing-filter .filter-link:not(.collapse-link) {
        padding-left: 0;
        padding-right: 0; }
        @media screen and (max-width: 767px) {
          .device-listing-filter .filter-link:not(.collapse-link) {
            justify-content: flex-end; } }
        .device-listing-filter .filter-link:not(.collapse-link) i {
          margin-right: 10px; }
    .device-listing-filter .collapse-link {
      justify-content: space-between;
      color: #000; }
      .device-listing-filter .collapse-link:active {
        outline: 0; }
      .device-listing-filter .collapse-link:focus {
        text-decoration: none; }
      .device-listing-filter .collapse-link:focus:hover {
        text-decoration: underline; }
    .device-listing-filter .collapse-content .checkbox:first-child, .device-listing-filter .collapse-content .checkbox:first-of-type {
      margin-top: 0; }
    .device-listing-filter .collapse-content .collapse-link {
      color: #e20074; }
    .device-listing-filter .ico-info-sign[data-toggle="tooltip"] svg {
      width: 16px;
      height: 16px; }
    .device-listing-filter > .row {
      margin-left: 0;
      margin-right: 0; }
    .device-listing-filter .input-group-sm > .form-control,
    .device-listing-filter .input-group-sm > .input-group-addon {
      padding-left: 7px;
      padding-right: 7px; }
    .device-listing-filter .input-group-sm > .form-control {
      text-align: right; }

.service-listing {
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  @media screen and (max-width: 991px) {
    .service-listing {
      background: #efefef; } }
  .service-listing-table-prices caption {
    padding: 0; }
  .service-listing-table-prices > thead > tr > th,
  .service-listing-table-prices > thead > tr > td,
  .service-listing-table-prices > tbody > tr > th,
  .service-listing-table-prices > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0; }
    .service-listing-table-prices > thead > tr > th:first-child,
    .service-listing-table-prices > thead > tr > td:first-child,
    .service-listing-table-prices > tbody > tr > th:first-child,
    .service-listing-table-prices > tbody > tr > td:first-child {
      padding-left: 0; }
    .service-listing-table-prices > thead > tr > th:last-child,
    .service-listing-table-prices > thead > tr > td:last-child,
    .service-listing-table-prices > tbody > tr > th:last-child,
    .service-listing-table-prices > tbody > tr > td:last-child {
      padding-right: 0; }
  .service-listing-table-prices > thead > tr > td,
  .service-listing-table-prices > tbody > tr > td {
    vertical-align: bottom; }
  .service-listing .service {
    position: relative; }
    @media screen and (max-width: 991px) {
      .service-listing .service {
        margin: 33px 0;
        padding-left: 10px;
        padding-right: 10px; }
        .service-listing .service:last-child {
          padding-right: 0; }
        .service-listing .service.slick-slide {
          display: flex;
          height: auto; } }
    @media screen and (max-width: 479px) {
      .service-listing .service.slick-slide {
        min-width: 170px; } }
    @media screen and (min-width: 992px) {
      .service-listing .service:first-child .service-top {
        top: calc(50% - -26px); }
      .service-listing .service:last-child .service-listing-table > thead > tr > th,
      .service-listing .service:last-child .service-listing-table > thead > tr > td,
      .service-listing .service:last-child .service-listing-table > tbody > tr > th,
      .service-listing .service:last-child .service-listing-table > tbody > tr > td {
        border-bottom: 1px solid #efefef; } }
    .service-listing .service .bootstrap-select .dropdown-toggle {
      font-size: 14px;
      padding-left: 10px;
      padding-right: 10px; }
      .service-listing .service .bootstrap-select .dropdown-toggle .ico-chevron-down {
        right: 10px;
        margin-top: -2px; }
        .service-listing .service .bootstrap-select .dropdown-toggle .ico-chevron-down svg {
          width: 8px;
          height: 4px; }
      .service-listing .service .bootstrap-select .dropdown-toggle .filter-option {
        width: 85%; }
      @media screen and (max-width: 479px) {
        .service-listing .service .bootstrap-select .dropdown-toggle {
          font-size: 12px; } }
    @media screen and (max-width: 991px) {
      .service-listing .service .bootstrap-select .dropdown-menu > li > a {
        font-size: 14px; } }
    .service-listing .service .service-border-top {
      margin-top: 17px;
      position: relative; }
      .service-listing .service .service-border-top:before {
        content: '';
        display: block;
        width: 25%;
        height: 1px;
        background: #bfbfbf;
        position: absolute;
        top: -9px;
        left: 50%;
        margin-left: -12.5%; }
    .service-listing .service .service-top {
      left: -20px; }
      @media screen and (min-width: 992px) {
        .service-listing .service .service-top {
          top: 50%;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
          transform: rotateZ(-90deg) translateX(50%);
          transform-origin: bottom;
          padding-left: 10px;
          padding-right: 10px; } }
      @media screen and (max-width: 991px) {
        .service-listing .service .service-top {
          top: -20px;
          left: 50%;
          transform: translateX(-50%);
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; } }
      @media screen and (min-width: 992px) {
        .modal-body .service-listing .service .service-top {
          left: 10px;
          border-radius: 3px; } }
    .service-listing .service-detail-content {
      border-top: 1px solid #bfbfbf;
      border-radius: 0;
      background: #f6f6f6; }
      @media screen and (max-width: 991px) {
        .service-listing .service-detail-content {
          display: none; } }
      @media screen and (min-width: 992px) {
        .service-listing .service-detail-content {
          position: relative; }
          .service-listing .service-detail-content:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 12px solid #bfbfbf;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%); } }
  .service-listing-table {
    margin-bottom: 0; }
    @media screen and (min-width: 992px) {
      .service-listing-table {
        table-layout: fixed; } }
    @media screen and (max-width: 991px) {
      .service-listing-table {
        display: flex;
        background: #fff;
        border-radius: 6px; } }
    .service-listing-table > thead > tr > th,
    .service-listing-table > thead > tr > td,
    .service-listing-table > tbody > tr > th,
    .service-listing-table > tbody > tr > td {
      vertical-align: middle; }
      @media screen and (min-width: 992px) {
        .service-listing-table > thead > tr > th:first-child,
        .service-listing-table > thead > tr > td:first-child,
        .service-listing-table > tbody > tr > th:first-child,
        .service-listing-table > tbody > tr > td:first-child {
          width: 120px; }
        .service-listing-table > thead > tr > th:nth-child(2),
        .service-listing-table > thead > tr > td:nth-child(2),
        .service-listing-table > tbody > tr > th:nth-child(2),
        .service-listing-table > tbody > tr > td:nth-child(2) {
          width: 180px; }
        .service-listing-table > thead > tr > th:nth-child(3),
        .service-listing-table > thead > tr > td:nth-child(3),
        .service-listing-table > tbody > tr > th:nth-child(3),
        .service-listing-table > tbody > tr > td:nth-child(3) {
          width: 170px; }
        .service-listing-table > thead > tr > th:nth-child(4),
        .service-listing-table > thead > tr > td:nth-child(4),
        .service-listing-table > tbody > tr > th:nth-child(4),
        .service-listing-table > tbody > tr > td:nth-child(4) {
          width: 140px; }
        .service-listing-table > thead > tr > th:nth-child(5),
        .service-listing-table > thead > tr > td:nth-child(5),
        .service-listing-table > tbody > tr > th:nth-child(5),
        .service-listing-table > tbody > tr > td:nth-child(5) {
          width: 150px; }
        .modal-body .service-listing-table > thead > tr > th:first-child, .modal-body
        .service-listing-table > thead > tr > td:first-child, .modal-body
        .service-listing-table > tbody > tr > th:first-child, .modal-body
        .service-listing-table > tbody > tr > td:first-child {
          width: 110px; }
        .modal-body .service-listing-table > thead > tr > th:nth-child(2), .modal-body
        .service-listing-table > thead > tr > td:nth-child(2), .modal-body
        .service-listing-table > tbody > tr > th:nth-child(2), .modal-body
        .service-listing-table > tbody > tr > td:nth-child(2) {
          width: 150px; }
        .modal-body .service-listing-table > thead > tr > th:nth-child(4), .modal-body
        .service-listing-table > thead > tr > td:nth-child(4), .modal-body
        .service-listing-table > tbody > tr > th:nth-child(4), .modal-body
        .service-listing-table > tbody > tr > td:nth-child(4) {
          width: 130px; }
        .modal-body .service-listing-table > thead > tr > th:nth-child(5), .modal-body
        .service-listing-table > thead > tr > td:nth-child(5), .modal-body
        .service-listing-table > tbody > tr > th:nth-child(5), .modal-body
        .service-listing-table > tbody > tr > td:nth-child(5) {
          width: 140px; }
        .modal-body .service-listing-table > thead > tr > th, .modal-body .service-listing-table > thead > tr > th:nth-child(3), .modal-body .service-listing-table > thead > tr > th:nth-child(6)
        .modal-body .service-listing-table > thead > tr > th[colspan], .modal-body
        .service-listing-table > thead > tr > td, .modal-body
        .service-listing-table > thead > tr > td:nth-child(3), .modal-body
        .service-listing-table > thead > tr > td:nth-child(6)
        .modal-body .service-listing-table > thead > tr > th[colspan], .modal-body
        .service-listing-table > tbody > tr > th, .modal-body
        .service-listing-table > tbody > tr > th:nth-child(3), .modal-body
        .service-listing-table > tbody > tr > th:nth-child(6)
        .modal-body .service-listing-table > thead > tr > th[colspan], .modal-body
        .service-listing-table > tbody > tr > td, .modal-body
        .service-listing-table > tbody > tr > td:nth-child(3), .modal-body
        .service-listing-table > tbody > tr > td:nth-child(6)
        .modal-body .service-listing-table > thead > tr > th[colspan], .modal-body .service-listing-table > thead > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > thead > tr > td[colspan], .modal-body
        .service-listing-table > thead > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > thead > tr > td[colspan], .modal-body
        .service-listing-table > tbody > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > thead > tr > td[colspan], .modal-body
        .service-listing-table > tbody > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > thead > tr > td[colspan], .modal-body .service-listing-table > thead > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > th[colspan], .modal-body
        .service-listing-table > thead > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > th[colspan], .modal-body
        .service-listing-table > tbody > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > th[colspan], .modal-body
        .service-listing-table > tbody > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > th[colspan], .modal-body .service-listing-table > thead > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > td[colspan], .modal-body
        .service-listing-table > thead > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > td[colspan], .modal-body
        .service-listing-table > tbody > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > td[colspan], .modal-body
        .service-listing-table > tbody > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > td[colspan] {
          width: 150px; } }
      @media screen and (min-width: 1200px) {
        .service-listing-table > thead > tr > th:nth-child(2),
        .service-listing-table > thead > tr > td:nth-child(2),
        .service-listing-table > tbody > tr > th:nth-child(2),
        .service-listing-table > tbody > tr > td:nth-child(2) {
          width: 190px; }
        .service-listing-table > thead > tr > th:nth-child(3),
        .service-listing-table > thead > tr > td:nth-child(3),
        .service-listing-table > tbody > tr > th:nth-child(3),
        .service-listing-table > tbody > tr > td:nth-child(3) {
          width: 190px; }
        .service-listing-table > thead > tr > th:nth-child(4),
        .service-listing-table > thead > tr > td:nth-child(4),
        .service-listing-table > tbody > tr > th:nth-child(4),
        .service-listing-table > tbody > tr > td:nth-child(4) {
          width: 190px; }
        .service-listing-table > thead > tr > th:nth-child(5),
        .service-listing-table > thead > tr > td:nth-child(5),
        .service-listing-table > tbody > tr > th:nth-child(5),
        .service-listing-table > tbody > tr > td:nth-child(5) {
          width: 190px; } }
      @media screen and (min-width: 992px) {
        .service-listing-table > thead > tr > th,
        .service-listing-table > thead > tr > td,
        .service-listing-table > tbody > tr > th,
        .service-listing-table > tbody > tr > td {
          padding-left: 14px;
          padding-right: 14px; }
          .modal-body .service-listing-table > thead > tr > th:first-child, .modal-body
          .service-listing-table > thead > tr > td:first-child, .modal-body
          .service-listing-table > tbody > tr > th:first-child, .modal-body
          .service-listing-table > tbody > tr > td:first-child {
            padding-left: 40px; }
          .service-listing-table > thead > tr > th a:not(.btn),
          .service-listing-table > thead > tr > td a:not(.btn),
          .service-listing-table > tbody > tr > th a:not(.btn),
          .service-listing-table > tbody > tr > td a:not(.btn) {
            line-height: 16px; } }
    .service-listing-table > thead:first-child > tr:first-child > th {
      border-top: 1px solid #efefef; }
      .modal-body .service-listing-table > thead:first-child > tr:first-child > th {
        border-top: 0; }
    .service-listing-table > thead > tr > th {
      font-weight: 600;
      font-size: 14px;
      color: #999;
      border-bottom-width: 1px;
      vertical-align: bottom;
      padding-top: 18px;
      padding-bottom: 10px;
      line-height: 16px; }
    .service-listing-table > tbody > tr {
      transition-property: background;
      transition-duration: 350ms; }
      @media screen and (min-width: 992px) {
        .service-listing-table > tbody > tr:hover {
          background: #f6f6f6; } }
      @media screen and (min-width: 992px) {
        .service-listing-table > tbody > tr > th,
        .service-listing-table > tbody > tr > td {
          padding-top: 18px;
          padding-bottom: 18px; } }
      @media screen and (max-width: 991px) {
        .service-listing-table > tbody > tr > th,
        .service-listing-table > tbody > tr > td {
          padding: 11px 15px; }
          .modal-body .service-listing-table > tbody > tr > th:nth-child(2), .modal-body
          .service-listing-table > tbody > tr > td:nth-child(2) {
            flex-basis: auto; } }
      @media screen and (min-width: 992px) {
        .service-listing-table > tbody > tr.open {
          background: #f6f6f6; } }
    .service-listing-table .service-listing-table-prices {
      margin-bottom: 11px;
      border-bottom: 1px solid #bfbfbf; }
  .service-listing .service-name {
    font-size: 14px;
    color: #999;
    line-height: 1; }
    @media screen and (min-width: 992px) {
      .service-listing .service-name {
        text-align: left; } }
    .service-listing .service-name,
    .service-listing .service-name p {
      line-height: 1; }
    .service-listing .service-name p {
      margin-bottom: 0; }
    .service-listing .service-name span {
      font-weight: 700;
      font-size: 28px;
      color: #000;
      display: block; }
      @media screen and (max-width: 991px) {
        .service-listing .service-name span {
          font-size: 34px; } }
    .service-listing .service-name .radio {
      margin: 0;
      line-height: 0; }
    @media screen and (max-width: 991px) {
      .service-listing .service-name .radio label {
        padding-left: 0; }
      .service-listing .service-name .radio .like-radio {
        display: none; } }
  .service-listing .service-param {
    margin-bottom: 5px; }
  @media screen and (min-width: 992px) {
    .service-listing .service-promo-item {
      padding-bottom: 30px; }
      .service-listing .service-promo-item .service-top {
        transform: rotateZ(-90deg) translateX(calc(50% - -8px)); }
        .modal-body .service-listing .service-promo-item .service-top {
          top: calc(50% - 7px); }
      .service-listing .service-promo-item:first-child .service-top {
        top: calc(50% - -14px); } }
  .service-listing .service-promo {
    font-weight: 600; }
    @media screen and (max-width: 991px) {
      .service-listing .service-promo {
        display: inline-flex;
        margin-top: 5px;
        font-size: 12px;
        color: #4a4a4a; } }
    @media screen and (min-width: 992px) {
      .service-listing .service-promo {
        display: block;
        font-size: 14px;
        color: #fff;
        background: #64b9e4;
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        text-align: left;
        line-height: 1;
        padding: 8px 0;
        padding-left: 14px; }
        .modal-body .service-listing .service-promo {
          padding-left: 40px; }
        .service-listing .service-promo:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 8px solid #64b9e4;
          position: absolute;
          top: -8px;
          left: 14px; }
          .modal-body .service-listing .service-promo:before {
            left: 40px; } }
    @media screen and (max-width: 991px) {
      .service-listing .service-promo .service-promo-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100px; } }
    @media screen and (min-width: 992px) {
      .service-listing .service-promo .service-promo-text {
        margin: 0; } }
    @media screen and (min-width: 992px) {
      .service-listing .service-promo-gray {
        color: #000;
        background: #bfbfbf; }
        .service-listing .service-promo-gray:before {
          border-bottom-color: #bfbfbf; } }
  @media screen and (max-width: 1199px) {
    .service-listing .btn-service-submit {
      margin-bottom: 11px; } }
  .service-listing .service-link {
    display: inline-block;
    margin-top: 11px; }
  .service-listing .slick-track {
    display: flex; }

.modal-body .service-detail-content {
  height: auto !important;
  display: block; }
  .modal-body .service-detail-content .well-lg {
    padding: 0; }

.eyecatchers {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 3px;
  overflow: hidden; }
  .eyecatchers-without-radius {
    border-top-left-radius: 0; }
  .eyecatchers-right {
    right: 0;
    left: auto; }

.eyecatcher {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  position: absolute; }
  .eyecatchers .eyecatcher {
    position: static; }
  .device-listing-promo .eyecatcher, .device-listing .eyecatcher {
    width: 82px;
    padding: 10px;
    top: 0;
    left: 0; }
  .device-listing .eyecatcher {
    padding-top: 5px;
    padding-bottom: 5px; }
  .eyecatcher em {
    font-style: normal; }
  .eyecatcher-blue {
    background: #64b9e4; }
  .eyecatcher-gray-darker {
    background: #4a4a4a; }
  .eyecatcher-magenta {
    background: #e20074; }
  .eyecatcher-orange {
    background: #eda95a; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex !important;
  justify-content: center; }
  .slick-dots li {
    font-size: 0;
    line-height: 1;
    margin: 5px; }
    .slick-dots li:focus {
      outline: 0; }
    .slick-dots li button {
      border: 0;
      padding: 0;
      position: relative;
      background: #999;
      text-indent: -9999px;
      width: 8px;
      height: 8px;
      border-radius: 50%; }
      .slick-dots li button:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid transparent;
        position: absolute;
        top: -4px;
        left: -4px;
        transition-property: border;
        transition-duration: 0.25s; }
    .slick-dots li.slick-active button:before {
      border-color: #999; }

.slick-slide.slick-active {
  margin-bottom: 11px; }

.slick-arrow {
  line-height: 1;
  font-size: 0;
  padding: 5px;
  margin: 0;
  border: 0;
  background: none;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }
  .slick-arrow.slick-disabled {
    display: none !important; }
  .slick-arrow svg {
    fill: #e20074;
    width: 20px;
    height: 20px; }
    .background-black .slick-arrow svg {
      fill: #fff; }
  .slick-arrow:focus, .slick-arrow:hover {
    outline: 0; }
    .slick-arrow:focus svg, .slick-arrow:hover svg {
      fill: #b0005a; }

.slick-prev {
  left: -10px; }

.slick-next {
  right: -10px; }

.billboard {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .billboard {
      height: 500px; } }
  @media screen and (min-width: 1200px) {
    .billboard {
      height: 580px; } }
  .billboard-text {
    flex-grow: 1;
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 991px) {
    .billboard-zig-zag {
      height: auto; } }
  @media screen and (min-width: 992px) {
    .billboard-zig-zag {
      height: auto;
      min-height: 470px; } }
  .billboard-bottom {
    align-items: flex-end; }
    @media screen and (min-width: 992px) {
      .billboard-bottom {
        min-height: 400px; } }
    .billboard-bottom .image-holder {
      align-self: flex-end; }

.js .animate .img-billboard {
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 1.5s; }
.js .animate .img-billboard-left {
  transform: translateX(-50%); }
.js .animate .img-billboard-right {
  transform: translateX(50%); }
.js .animate.fade-in .img-billboard {
  opacity: 1;
  transform: translateX(0); }

.articles {
  margin: 22px 0; }
  @media screen and (min-width: 992px) {
    .articles {
      margin-top: 60px; } }
  .articles > .row > div {
    margin-bottom: 22px; }
    .articles > .row > div.slick-list {
      margin: 0; }

.article {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  color: #000;
  background-color: #efefef;
  padding: 0 25px 14px;
  border-radius: 3px;
  transform-style: preserve-3d; }
  @media screen and (max-width: 479px) {
    .article {
      padding-left: 15px;
      padding-right: 15px; } }
  .article h2,
  .article h3 {
    margin: 15px 0 11px; }
    .article h2 a,
    .article h3 a {
      color: #000; }
  .article .perex {
    flex-grow: 1;
    margin-bottom: 22px; }
  .article .meta {
    font-size: 14px;
    font-weight: 700;
    color: #999;
    margin-top: -5px; }
    .article .meta .date {
      margin-right: 10px; }
  .article-img {
    height: 180px;
    position: relative;
    overflow: hidden;
    margin: 0 -25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    @media screen and (max-width: 479px) {
      .article-img {
        margin-left: -15px;
        margin-right: -15px; } }
    .article-img img {
      margin: auto;
      position: absolute;
      top: -9999px;
      left: -9999px;
      bottom: -9999px;
      right: -9999px;
      transition-duration: 0.5s;
      transition-property: transform; }
  .article .btn i {
    margin-left: 6px; }
  .article.js-hover .article-img img {
    transform: scale(1.1); }
  .article-large {
    color: #fff;
    min-height: 365px;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .article-large {
        padding-top: 50px;
        padding-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .article-large {
        justify-content: center; } }
    .article-large h2 a,
    .article-large h3 a {
      color: #fff; }
    .article-large .perex {
      font-weight: 700;
      font-size: 20px;
      line-height: 24px; }
      @media screen and (max-width: 767px) {
        .article-large .perex {
          flex-grow: 0; } }
    .article-large .article-img {
      height: auto;
      overflow: visible;
      position: static; }
    .article-large > *:not(.article-img) {
      position: relative; }

.panel {
  box-shadow: none; }
  .caption .panel {
    border-color: currentColor; }
  .panel-transparent {
    background: transparent; }
  @media screen and (max-width: 991px) {
    .panel-contact-form {
      background: #efefef;
      margin-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .panel-contact-form .panel-body {
        padding-top: 6px;
        padding-bottom: 6px; } }
  .panel-contact-form .contact-form-heading {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 8px 0; }
    .panel-contact-form .contact-form-heading-icon {
      margin-right: 15px; }
  .panel-faq {
    margin-bottom: 0;
    border-top: 1px solid #bfbfbf;
    border-radius: 0; }
    .panel-faq:last-child {
      border-bottom: 1px solid #bfbfbf;
      margin-bottom: 22px; }
    .panel-faq .panel-body {
      padding-top: 0;
      padding-bottom: 0; }

.collapse-close {
  border: 0;
  margin: 0;
  background: none; }
  .well .collapse-close {
    position: absolute;
    top: 11px;
    right: 5px; }
    .well .collapse-close svg {
      fill: #bfbfbf; }
.collapse-content > .well {
  position: relative;
  padding-right: 45px; }
.collapse-link .collapse-icon {
  transform: rotateZ(-180deg);
  transition-property: transform;
  transition-duration: 0.25s; }
  .collapse-link .collapse-icon svg {
    width: 12px;
    height: 12px; }
.collapse-link.collapsed .collapsed-text {
  display: block; }
.collapse-link.collapsed .not-collapsed-text {
  display: none; }
.collapse-link.collapsed .collapse-icon {
  transform: rotateZ(0deg); }
.collapse-link .collapsed-text {
  display: none; }
.collapse-link .not-collapsed-text {
  display: block; }
.collapse.inside-text-collapse.in {
  display: inline !important; }

.no-js tbody.collapse {
  display: table-row-group; }
.no-js tr.collapse {
  display: table-row; }

.nav-image-tabs,
.nav-material-tabs {
  display: flex; }
  .nav-image-tabs li,
  .nav-material-tabs li {
    display: flex;
    margin: 0;
    position: relative; }
    .nav-image-tabs li:before,
    .nav-material-tabs li:before {
      content: '';
      display: block;
      width: 0;
      background: #e20074;
      position: absolute;
      left: 0;
      transition-property: width;
      transition-duration: 0.5s; }
    .nav-image-tabs li.active:before,
    .nav-material-tabs li.active:before {
      width: 100%; }

.nav-image-tabs {
  border-bottom-color: #bfbfbf; }
  .nav-image-tabs.slick-slider {
    border-bottom: 0; }
  .nav-image-tabs li:before {
    height: 4px;
    bottom: -2px; }
  .nav-image-tabs li.slick-slide {
    display: flex;
    height: auto;
    margin-top: 0;
    margin-bottom: 22px; }
    .nav-image-tabs li.slick-slide:before {
      bottom: -24px; }
    .nav-image-tabs li.slick-slide a {
      flex-grow: 1;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px; }
  .nav-image-tabs li.active img {
    opacity: 1; }
  .nav-image-tabs li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px; }
    .nav-image-tabs li a img {
      display: block;
      max-width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.6;
      transition-property: opacity;
      transition-duration: 0.5s; }
  .nav-image-tabs > li {
    flex: 1; }
    .nav-image-tabs > li > a {
      margin: 0;
      border: 0;
      border-radius: 0;
      flex: 1; }
      .nav-image-tabs > li > a:focus, .nav-image-tabs > li > a:active, .nav-image-tabs > li > a:hover {
        outline: 0; }
        .nav-image-tabs > li > a:focus img, .nav-image-tabs > li > a:active img, .nav-image-tabs > li > a:hover img {
          opacity: 1; }
    .nav-image-tabs > li.active > a, .nav-image-tabs > li.active > a:hover, .nav-image-tabs > li.active > a:focus {
      border: 0;
      background: transparent; }
  .nav-image-tabs .slick-track {
    display: flex;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 1px; }
  @media screen and (min-width: 992px) {
    .nav-image-tabs + .tab-content .panel-body {
      padding-top: 66px; } }

.nav-material-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  background: #fff; }
  @media screen and (max-width: 479px) {
    .nav-material-tabs {
      font-size: 14px; } }
  .nav-material-tabs.center {
    justify-content: center; }
  .nav-material-tabs > li {
    text-align: center; }
    @media screen and (min-width: 480px) {
      .nav-material-tabs > li {
        margin-right: 20px; } }
    .nav-material-tabs > li:before {
      height: 3px;
      bottom: -1px; }
    @media screen and (min-width: 480px) {
      .nav-material-tabs > li:last-child {
        margin-right: 0; } }
    .nav-material-tabs > li > a {
      color: #999;
      padding: 15px 10px; }
      @media screen and (max-width: 479px) {
        .nav-material-tabs > li > a {
          padding-top: 13px;
          padding-bottom: 13px; } }
      .nav-material-tabs > li > a.v-center {
        display: flex; }
      .nav-material-tabs > li > a svg {
        color: #999;
        fill: #999; }
    .nav-material-tabs > li.active > a {
      font-weight: 600;
      color: #000; }
      .nav-material-tabs > li.active > a svg {
        color: #000;
        fill: #000; }

.nav-material-tabs.background-gray-lighter, .nav-material-tabs.background-gray-lightest {
  border-bottom-color: #ddd; }
.nav-material-tabs.nav-tab-grow li, .nav-material-tabs.nav-tab-grow a {
  flex-grow: 1; }
.nav-material-tabs.nav-tab-grow li {
  margin-right: 0; }
.nav-material-tabs.nav-tab-with-ico li {
  padding: 0; }
.nav-material-tabs.nav-tab-with-ico li:before {
  top: auto; }
.nav-material-tabs.nav-tab-with-ico li a {
  color: #555;
  font-weight: 100; }
.nav-material-tabs.nav-tab-with-ico li.active a {
  font-weight: 600; }
.nav-material-tabs.nav-tab-with-ico li a:hover {
  color: #b0005a; }
.nav-material-tabs.nav-tab-with-ico img,
.nav-material-tabs.nav-tab-with-ico [class*="ico-"] {
  margin-right: 12px; }
  .nav-material-tabs.nav-tab-with-ico img svg,
  .nav-material-tabs.nav-tab-with-ico [class*="ico-"] svg {
    color: #555;
    fill: #555; }
.nav-material-tabs.nav-tab-with-ico li:hover [class*="ico-"] svg,
.nav-material-tabs.nav-tab-with-ico li.active [class*="ico-"] svg {
  color: #e20074;
  fill: #e20074; }
@media screen and (max-width: 767px) {
  .nav-material-tabs.nav-tab-with-ico li {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
    width: 100%; }
    .nav-material-tabs.nav-tab-with-ico li:last-child {
      border-bottom-color: transparent; }
    .nav-material-tabs.nav-tab-with-ico li a {
      width: 100%;
      text-align: left;
      justify-content: left; } }

.nav-material-tabs.no-border,
ol .nav-material-tabs,
ol .nav-material-tabs.no-border > li {
  border-bottom-width: 0; }

ol .nav-material-tabs > li {
  border-bottom: 1px solid #ddd; }

/*---------------------------------------------------------------------------*\
  #CART VARIABLES
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #CART
\*---------------------------------------------------------------------------*/
.cart-wrapper {
  margin-bottom: 44px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cart-wrapper {
      margin-bottom: 55px; } }

.cart-panel {
  position: relative;
  background: #efefef; }
  @media screen and (max-width: 767px) {
    .cart-panel {
      margin-top: 11px; } }
  .cart-panel:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #efefef;
    position: absolute;
    top: -12px;
    left: calc(12% - 15px); }
    @media screen and (min-width: 768px) {
      .cart-panel:before {
        left: 15px; } }
  .cart-panel-overview .panel-body {
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap; }
  .cart-panel-overview .img-thumbnail {
    width: 64px;
    height: 64px;
    padding: 2px;
    vertical-align: middle;
    margin: 8px;
    border-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    transition: none; }
    .cart-panel-overview .img-thumbnail img {
      height: 100%; }
    .cart-panel-overview .img-thumbnail svg {
      max-width: 35px;
      max-height: 35px; }
    .cart-panel-overview .img-thumbnail .cart-item-status {
      position: absolute;
      right: 5px;
      bottom: 5px; }
      .cart-panel-overview .img-thumbnail .cart-item-status svg {
        width: 16px;
        height: 16px; }
  .cart-panel-overview .thumbnail-msg {
    display: flex;
    flex-direction: column;
    margin: 8px;
    font-size: 20px; }
    .cart-panel-overview .thumbnail-msg span + span {
      margin-top: 5px; }
.cart-item {
  padding-top: 11px;
  padding-bottom: 11px; }
  .cart-item.border-top:first-child, .cart-item.border-top:first-of-type {
    border-top: 0; }
  .cart-item-thumbnail {
    position: relative; }
    @media screen and (min-width: 768px) {
      .cart-item-thumbnail {
        min-height: 56px; } }
    .cart-item-thumbnail .img-thumbnail {
      padding: 0;
      border-width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: none; }
      @media screen and (min-width: 768px) {
        .cart-item-thumbnail .img-thumbnail {
          position: absolute;
          width: 100px;
          height: 100px;
          top: -22px;
          left: 50%;
          margin-left: -50px; } }
      .cart-item-thumbnail .img-thumbnail svg {
        width: 35px;
        height: 35px; }
        @media screen and (min-width: 768px) {
          .cart-item-thumbnail .img-thumbnail svg {
            width: 56px;
            height: 56px; } }
  .cart-item.border-top {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 40px; }
  .cart-item .currency {
    font-weight: 600;
    font-size: 16px; }
.cart-remove-ico {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .cart-remove-ico [class*="ico-"] svg {
    fill: #999;
    max-width: 27px;
    max-height: 27px; }
@media screen and (min-width: 480px) {
  .cart-item-name {
    font-size: 20px;
    line-height: 24px; } }
.cart-item-price {
  font-size: 18px;
  float: right; }
  @media screen and (min-width: 480px) {
    .cart-item-price {
      font-size: 20px;
      line-height: 24px; } }
  .cart-item-price strong {
    font-weight: 700; }
.cart-item-price-frequency {
  font-weight: 600;
  font-size: 16px;
  color: #999; }
.cart-item-info {
  margin: 0; }
.cart-banner .well {
  margin: 0;
  border: 0;
  border-radius: 0; }
.cart-banner-bg {
  background: rgba(226, 0, 116, 0.8); }

.well {
  box-shadow: none; }
  .caption .well {
    color: #000;
    border-color: #fff; }
  .caption-inverse .well {
    border-color: #bfbfbf; }
  .well.background-blue {
    border-color: #64b9e4; }

.well-like-btn {
  display: block;
  border-color: #999;
  font-weight: 600;
  margin-top: 6px; }
  .well-like-btn:hover, .well-like-btn:focus {
    text-decoration: none;
    border-color: #4a4a4a; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .well-like-btn {
      /* IE10+ specific styles go here */ }
      .well-like-btn > .v-center > span {
        max-width: 90%; } }

.well-xsm {
  padding: 4px 9px;
  border-radius: 3px;
  min-height: 50px; }

.alert-error {
  background-color: #fff;
  border-color: #e20000;
  color: #000; }
  .alert-error hr {
    border-top-color: #c90000; }
  .alert-error .alert-link {
    color: black; }

.alert-brand {
  background-color: #fff;
  border-color: #e20074;
  color: #000; }
  .alert-brand hr {
    border-top-color: #c90067; }
  .alert-brand .alert-link {
    color: black; }

.popup-alert-warning,
.popup-alert-notice {
  margin: 0; }

.popup-alert-notice {
  background-color: #fff;
  border-color: #eda95a;
  color: #000; }
  .popup-alert-notice hr {
    border-top-color: #ea9d43; }
  .popup-alert-notice .alert-link {
    color: black; }

html .popup-alert-warning {
  font-weight: 600;
  color: #fff;
  padding: 5px;
  border-color: #eda95a;
  background: #eda95a;
  border-radius: 0;
  justify-content: center; }

.btn.popup-alert-close {
  color: #e20074;
  border-color: #e20074;
  background: #fff; }
  .btn.popup-alert-close:hover, .btn.popup-alert-close:focus, .btn.popup-alert-close.focus, .btn.popup-alert-close:active, .btn.popup-alert-close.active, .open > .btn.popup-alert-close.dropdown-toggle {
    color: #b0005a;
    border-color: #b0005a;
    background-color: #fff; }

.alert {
  border-width: 2px; }
  .alert-flex {
    display: flex; }
    @media screen and (min-width: 480px) {
      .alert-flex {
        padding: 25px; } }
    @media screen and (min-width: 992px) {
      .alert-flex {
        align-items: center; } }
    @media screen and (max-width: 479px) {
      .alert-flex strong {
        font-weight: 700; } }
  .alert h3,
  .alert .h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 6px; }
  .alert-icon {
    margin-right: 15px; }
    @media screen and (min-width: 480px) {
      .alert-icon {
        margin-right: 30px; } }
    .alert-icon svg {
      width: 40px;
      height: 40px; }
  .alert-content {
    flex-grow: 1; }
    @media screen and (max-width: 479px) {
      .alert-content {
        font-size: 16px; } }
    .alert-content > p {
      margin-bottom: 0; }
      .alert-content > p + p {
        margin-top: 11px; }
  .alert.text-xlarge p {
    line-height: 24px; }
  .alert p + p {
    margin-top: 11px; }
  .alert + .row-boxes {
    margin-top: -15px; }

.metro {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
  margin: 11px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .metro li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    margin: 11px 15px 11px 0;
    position: relative;
    padding-left: 0; }
    @media screen and (min-width: 992px) {
      .metro li {
        font-size: 16px; } }
    .metro li em {
      font-style: normal; }
    .metro li.active, .metro li.active:before {
      font-weight: 700;
      color: #000; }
    .metro li:before {
      content: counter(item);
      counter-increment: item;
      display: block;
      position: static;
      font-weight: 500;
      color: #999;
      font-size: 16px;
      width: 24px;
      height: 24px;
      margin-right: 10px;
      text-align: center;
      border: 1px solid currentColor;
      border-radius: 50%; }
    .metro li i {
      margin-left: 15px;
      top: 1px; }
      .metro li i svg {
        fill: #999;
        width: 10px;
        height: 10px; }
        @media screen and (min-width: 992px) {
          .metro li i svg {
            width: 12px;
            height: 12px; } }
  @media screen and (max-width: 991px) {
    .metro-top-right {
      height: 52px;
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2001; }
      .metro-top-right li {
        margin-top: 0;
        margin-bottom: 0; } }

/*---------------------------------------------------------------------------*\
  #METRO-TRACKING
\*---------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {
  .metro-tracking {
    width: 290px; } }
@media screen and (max-width: 991px) {
  .metro-tracking {
    margin: 44px 0; } }
.metro-tracking > ul {
  width: 100%;
  padding: 0;
  display: table;
  table-layout: fixed;
  margin-left: 0; }
  @media screen and (max-width: 991px) {
    .metro-tracking > ul {
      width: 360px;
      margin: 0 auto; } }
  @media screen and (max-width: 479px) {
    .metro-tracking > ul {
      width: 290px; } }
  .metro-tracking > ul > li {
    padding-left: 0;
    padding-right: 0;
    display: table-cell;
    vertical-align: top; }
    .metro-tracking > ul > li .metro-heading {
      background: #efefef;
      color: #4a4a4a;
      width: 100%;
      min-height: 100px;
      position: relative; }
      .metro-tracking > ul > li .metro-heading .inner {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 20px;
        right: 20px;
        top: 50%; }
        @media screen and (max-width: 991px) {
          .metro-tracking > ul > li .metro-heading .inner {
            top: auto; } }
        .mobile.ie .metro-tracking > ul > li .metro-heading .inner {
          top: auto; }
      .metro-tracking > ul > li .metro-heading i {
        position: absolute;
        right: 0; }
        .metro-tracking > ul > li .metro-heading i svg {
          height: 100px;
          position: absolute;
          right: -20px;
          z-index: 1;
          top: 0;
          width: 41px;
          fill: #e20074; }
        @media screen and (max-width: 991px) {
          .metro-tracking > ul > li .metro-heading i {
            display: none; } }
    .metro-tracking > ul > li .metro-content {
      padding: 24px 18px; }
      .metro-tracking > ul > li .metro-content i {
        padding: 18px 9px;
        margin-top: 22px;
        margin-bottom: 22px; }
        .metro-tracking > ul > li .metro-content i svg {
          width: 40px;
          height: 40px; }
    .metro-tracking > ul > li .metro-heading,
    .metro-tracking > ul > li .metro-content {
      text-align: center; }
    .metro-tracking > ul > li.active .metro-heading {
      background: #e20074;
      color: #fff;
      font-weight: bold; }
      .metro-tracking > ul > li.active .metro-heading:before {
        height: 100%;
        width: 20px;
        content: '';
        position: absolute;
        z-index: 1;
        left: -20px;
        display: block;
        background: #efefef; }
      .metro-tracking > ul > li.active .metro-heading .ico-triangle-right-big.right {
        right: -10px;
        z-index: 999; }
      .metro-tracking > ul > li.active .metro-heading .ico-triangle-right-big.left {
        left: 10px;
        right: auto; }
        .metro-tracking > ul > li.active .metro-heading .ico-triangle-right-big.left svg {
          fill: #efefef; }
      .metro-tracking > ul > li.active .metro-heading .inner {
        left: 30px;
        right: 10px; }
    .metro-tracking > ul > li.active:first-child .metro-heading:before {
      display: none; }
    .metro-tracking > ul > li.active:first-child .ico-triangle-right-big.left {
      display: none; }
    .metro-tracking > ul > li.active:last-child .metro-heading .ico-triangle-right-big.right, .metro-tracking > ul > li.active.last .metro-heading .ico-triangle-right-big.right {
      display: none; }
    .metro-tracking > ul > li.active + li.active .metro-heading:before {
      display: none; }
    @media screen and (max-width: 991px) {
      .metro-tracking > ul > li.active + li.active:before {
        display: none; } }
    .metro-tracking > ul > li:last-child .metro-heading .ico-chevron-right-big, .metro-tracking > ul > li.last .metro-heading .ico-chevron-right-big {
      display: none; }
    @media screen and (max-width: 991px) {
      .metro-tracking > ul > li {
        width: 360px; }
        .metro-tracking > ul > li {
          display: table;
          margin-top: 0;
          margin-bottom: 0;
          position: relative; }
          .metro-tracking > ul > li.active .metro-heading .inner {
            left: 20px;
            right: 20px; }
          .metro-tracking > ul > li.active .metro-heading:before {
            display: none; }
          .metro-tracking > ul > li:after {
            content: '';
            display: block;
            width: 133px;
            left: 0;
            bottom: 0;
            position: absolute; }
          .cssclippath .metro-tracking > ul > li:after {
            height: 20px;
            background: #64b9e4;
            -webkit-clip-path: polygon(100% 5%, 50% 100%, 0 5%, 0 0, 50% 96%, 100% 0);
            clip-path: polygon(100% 5%, 50% 100%, 0 5%, 0 0, 50% 96%, 100% 0); } }
      @media screen and (max-width: 991px) and (max-width: 991px) {
        .cssclippath .metro-tracking > ul > li:after {
          display: none; } }
    @media screen and (max-width: 991px) {
          .cssclippath .metro-tracking > ul > li.active:before {
            content: '';
            display: inline-block;
            position: absolute;
            height: 20px;
            width: 133px;
            background: #efefef;
            top: -20px;
            left: 0; }
          .cssclippath .metro-tracking > ul > li.active .metro-heading:before, .cssclippath .metro-tracking > ul > li.active .metro-heading:after {
            content: '';
            display: inline-block;
            position: absolute;
            height: 20px;
            width: 133px;
            left: 0;
            -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0, 100% 0);
            clip-path: polygon(100% 0, 50% 100%, 0 0, 100% 0); }
          .cssclippath .metro-tracking > ul > li.active .metro-heading:before {
            top: 0;
            background: #efefef; }
          .cssclippath .metro-tracking > ul > li.active .metro-heading:after {
            z-index: 1;
            bottom: -20px;
            background: #e20074; }
          .cssclippath .metro-tracking > ul > li.active:last-child .metro-heading:after, .cssclippath .metro-tracking > ul > li.active.last .metro-heading:after {
            display: none; }
          .cssclippath .metro-tracking > ul > li.active:first-child {
            background: red; }
            .cssclippath .metro-tracking > ul > li.active:first-child:before {
              display: none; }
            .cssclippath .metro-tracking > ul > li.active:first-child .metro-heading:before {
              display: none; }
          .no-cssclippath .metro-tracking > ul > li:after {
            top: 0;
            border-top: 1px solid #64b9e4;
            width: 133px; }
          .no-cssclippath .metro-tracking > ul > li:first-child:after {
            border-top: 0; }
          .metro-tracking > ul > li:last-child:after, .metro-tracking > ul > li.last:after {
            background: none;
            clip-path: none;
            -webkit-clip-path: none; }
        .metro-tracking > ul > li .metro-heading {
          width: 133px;
          display: inline-block;
          vertical-align: middle; }
        .metro-tracking > ul > li .metro-content {
          width: 227px; }
        .metro-tracking > ul > li .metro-heading,
        .metro-tracking > ul > li .metro-content {
          display: table-cell; } }
    @media screen and (max-width: 479px) {
      .metro-tracking > ul > li, .metro-tracking > ul > li.active {
        width: 290px; }
        .cssclippath .metro-tracking > ul > li:before, .cssclippath .metro-tracking > ul > li:after, .no-cssclippath .metro-tracking > ul > li:before, .no-cssclippath .metro-tracking > ul > li:after, .cssclippath .metro-tracking > ul > li.active:before, .cssclippath .metro-tracking > ul > li.active:after, .no-cssclippath .metro-tracking > ul > li.active:before, .no-cssclippath .metro-tracking > ul > li.active:after {
          width: 105px; }
        .cssclippath .metro-tracking > ul > li .metro-heading, .no-cssclippath .metro-tracking > ul > li .metro-heading, .cssclippath .metro-tracking > ul > li.active .metro-heading, .no-cssclippath .metro-tracking > ul > li.active .metro-heading {
          width: 105px; }
          .cssclippath .metro-tracking > ul > li .metro-heading:before, .cssclippath .metro-tracking > ul > li .metro-heading:after, .no-cssclippath .metro-tracking > ul > li .metro-heading:before, .no-cssclippath .metro-tracking > ul > li .metro-heading:after, .cssclippath .metro-tracking > ul > li.active .metro-heading:before, .cssclippath .metro-tracking > ul > li.active .metro-heading:after, .no-cssclippath .metro-tracking > ul > li.active .metro-heading:before, .no-cssclippath .metro-tracking > ul > li.active .metro-heading:after {
            width: 105px; }
          .cssclippath .metro-tracking > ul > li .metro-heading .inner, .no-cssclippath .metro-tracking > ul > li .metro-heading .inner, .cssclippath .metro-tracking > ul > li.active .metro-heading .inner, .no-cssclippath .metro-tracking > ul > li.active .metro-heading .inner {
            left: 10px;
            right: 10px; }
        .metro-tracking > ul > li .metro-content, .metro-tracking > ul > li.active .metro-content {
          width: 185px; }
      .metro-tracking > ul > li li.active + li.active .metro-content {
        background: red; } }
.metro-tracking-vertical > ul {
  margin-bottom: 22px; }
  .metro-tracking-vertical > ul > li {
    min-height: 120px; }
    .metro-tracking-vertical > ul > li .metro-content {
      position: relative; }
      .metro-tracking-vertical > ul > li .metro-content:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #64b9e4;
        position: absolute;
        left: 0;
        bottom: -1px; }
        .cssclippath .metro-tracking-vertical > ul > li .metro-content:after {
          bottom: 19px; }
    .metro-tracking-vertical > ul > li:last-child .metro-content:after {
      display: none; }
@media screen and (min-width: 480px) {
  .metro-tracking-vertical > ul {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto; }
    .metro-tracking-vertical > ul > li {
      width: 100%; }
      .metro-tracking-vertical > ul > li {
        display: table;
        margin-top: 0;
        margin-bottom: 0;
        position: relative; }
        .metro-tracking-vertical > ul > li.active .metro-heading .inner {
          left: 20px;
          right: 20px; }
        .metro-tracking-vertical > ul > li.active .metro-heading:before {
          display: none; }
        .metro-tracking-vertical > ul > li:after {
          content: '';
          display: block;
          width: 133px;
          left: 0;
          bottom: 0;
          position: absolute; }
        .cssclippath .metro-tracking-vertical > ul > li:after {
          height: 20px;
          background: #64b9e4;
          -webkit-clip-path: polygon(100% 5%, 50% 100%, 0 5%, 0 0, 50% 96%, 100% 0);
          clip-path: polygon(100% 5%, 50% 100%, 0 5%, 0 0, 50% 96%, 100% 0); } }
        @media screen and (min-width: 480px) and (max-width: 991px) {
          .cssclippath .metro-tracking-vertical > ul > li:after {
            display: none; } }
@media screen and (min-width: 480px) {
        .cssclippath .metro-tracking-vertical > ul > li.active:before {
          content: '';
          display: inline-block;
          position: absolute;
          height: 20px;
          width: 133px;
          background: #efefef;
          top: -20px;
          left: 0; }
        .cssclippath .metro-tracking-vertical > ul > li.active .metro-heading:before, .cssclippath .metro-tracking-vertical > ul > li.active .metro-heading:after {
          content: '';
          display: inline-block;
          position: absolute;
          height: 20px;
          width: 133px;
          left: 0;
          -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0, 100% 0);
          clip-path: polygon(100% 0, 50% 100%, 0 0, 100% 0); }
        .cssclippath .metro-tracking-vertical > ul > li.active .metro-heading:before {
          top: 0;
          background: #efefef; }
        .cssclippath .metro-tracking-vertical > ul > li.active .metro-heading:after {
          z-index: 1;
          bottom: -20px;
          background: #e20074; }
        .cssclippath .metro-tracking-vertical > ul > li.active:last-child .metro-heading:after, .cssclippath .metro-tracking-vertical > ul > li.active.last .metro-heading:after {
          display: none; }
        .cssclippath .metro-tracking-vertical > ul > li.active:first-child {
          background: red; }
          .cssclippath .metro-tracking-vertical > ul > li.active:first-child:before {
            display: none; }
          .cssclippath .metro-tracking-vertical > ul > li.active:first-child .metro-heading:before {
            display: none; }
        .no-cssclippath .metro-tracking-vertical > ul > li:after {
          top: 0;
          border-top: 1px solid #64b9e4;
          width: 133px; }
        .no-cssclippath .metro-tracking-vertical > ul > li:first-child:after {
          border-top: 0; }
        .metro-tracking-vertical > ul > li:last-child:after, .metro-tracking-vertical > ul > li.last:after {
          background: none;
          clip-path: none;
          -webkit-clip-path: none; }
      .metro-tracking-vertical > ul > li .metro-heading {
        width: 133px;
        display: inline-block;
        vertical-align: middle; }
      .metro-tracking-vertical > ul > li .metro-content {
        width: 227px; }
      .metro-tracking-vertical > ul > li .metro-heading,
      .metro-tracking-vertical > ul > li .metro-content {
        display: table-cell; }
      .metro-tracking-vertical > ul > li:after {
        z-index: 1;
        bottom: -5px; }
      .cssclippath .metro-tracking-vertical > ul > li:after {
        width: 30%;
        height: 25px;
        -webkit-clip-path: polygon(100% 3%, 50% 100%, 0 3%, 0 0, 50% 96%, 100% 0);
        clip-path: polygon(100% 3%, 50% 100%, 0 3%, 0 0, 50% 96%, 100% 0); }
      .no-cssclippath .metro-tracking-vertical > ul > li:after {
        width: 30%; }
      .metro-tracking-vertical > ul > li .metro-heading {
        width: 30%; }
      .metro-tracking-vertical > ul > li .metro-content {
        width: 80%;
        vertical-align: middle; }
      .metro-tracking-vertical > ul > li .metro-heading i {
        display: none; }
      .metro-tracking-vertical > ul > li .metro-heading .inner {
        top: auto; } }

@media screen and (min-width: 992px) {
  .checkout-page {
    background-image: -webkit-linear-gradient(left, #fff 50%, #efefef 50%);
    background-image: linear-gradient(to right, #ffffff 50%, #efefef 50%); } }
.checkout-page .navbar {
  background: transparent; }
@media screen and (max-width: 991px) {
  .checkout-page .navbar-header:after {
    width: 100%;
    right: 0;
    position: absolute; } }
@media screen and (min-width: 992px) {
  .checkout-page .row-checkout {
    display: block; }
    .checkout-page .row-checkout:before, .checkout-page .row-checkout:after {
      content: " ";
      display: table; }
    .checkout-page .row-checkout:after {
      clear: both; } }
@media screen and (min-width: 992px) {
  .checkout-page .row-checkout .left-part,
  .checkout-page .row-checkout .right-part,
  .checkout-page .row-checkout .bottom-part {
    position: relative;
    width: 50%;
    float: left; }
  .checkout-page .row-checkout .left-part {
    right: 50%;
    float: right; }
  .checkout-page .row-checkout .right-part {
    left: 50%; }
  .checkout-page .row-checkout .bottom-part {
    left: 50%; } }
@media screen and (min-width: 992px) {
  .checkout-page .left-part {
    padding-right: 30px; } }
@media screen and (min-width: 1200px) {
  .checkout-page .left-part {
    padding-right: 45px; } }
.checkout-page .right-part {
  position: relative;
  background: #efefef; }
  @media screen and (min-width: 992px) {
    .checkout-page .right-part {
      padding-left: 30px; } }
  @media screen and (min-width: 1200px) {
    .checkout-page .right-part {
      padding-left: 45px; } }
  @media screen and (max-width: 991px) {
    .checkout-page .right-part {
      position: sticky;
      top: 0;
      z-index: 999; }
      .checkout-page .right-part > div {
        max-height: 100vh;
        height: 100%; }
        .checkout-page .right-part > div > div.col-cart-items {
          max-height: 80%;
          overflow: auto; } }
.checkout-page .panel-contact-form {
  background: #efefef; }

@media screen and (min-width: 480px) {
  .table-cart-summary > tbody > tr > td {
    padding-top: 17px;
    padding-bottom: 17px; } }
.table-cart-summary > tbody > tr > td:first-child {
  width: 52px; }
  .right-part .table-cart-summary > tbody > tr > td:first-child {
    padding-left: 0; }
  @media screen and (min-width: 480px) {
    .table-cart-summary > tbody > tr > td:first-child {
      width: 64px; } }
.table-cart-summary .cart-item-type,
.table-cart-summary .cart-item-name {
  font-weight: 600; }
.table-cart-summary .cart-item-type {
  font-size: 12px;
  color: #999;
  display: block; }
  @media screen and (min-width: 480px) {
    .table-cart-summary .cart-item-type {
      font-size: 14px; } }
.table-cart-summary .cart-item-name,
.table-cart-summary .cart-item-price,
.table-cart-summary .cart-item-price-frequency,
.table-cart-summary .cart-item-payment {
  font-size: 14px; }
  @media screen and (min-width: 480px) {
    .table-cart-summary .cart-item-name,
    .table-cart-summary .cart-item-price,
    .table-cart-summary .cart-item-price-frequency,
    .table-cart-summary .cart-item-payment {
      font-size: 16px;
      line-height: 17px; } }
.table-cart-summary .cart-item-name,
.table-cart-summary .cart-item-payment {
  display: block; }
.table-cart-summary .cart-item-name {
  margin-top: 5px; }
.table-cart-summary .cart-item-price {
  font-weight: 700; }
.table-cart-summary .img-thumbnail {
  display: block;
  position: relative;
  border-radius: 0;
  border: 0;
  width: 52px;
  height: 52px;
  transition: none; }
  @media screen and (min-width: 480px) {
    .table-cart-summary .img-thumbnail {
      width: 64px;
      height: 64px; } }
  .table-cart-summary .img-thumbnail i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .table-cart-summary .img-thumbnail svg {
    width: 30px;
    height: 30px; }
  .table-cart-summary .img-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; }
.table-cart-summary .cart-item-payment {
  margin-top: 11px; }
  @media screen and (min-width: 480px) {
    .table-cart-summary .cart-item-payment {
      margin-top: 22px; } }
@media screen and (max-width: 991px) {
  .table-cart-summary-wrapper {
    max-height: none !important; } }
@media screen and (min-width: 992px) {
  .table-cart-summary-wrapper {
    overflow-y: auto;
    min-height: 100px;
    transition-property: max-height;
    transition-duration: 0.25s; }
    .table-cart-summary-wrapper.collapse-content {
      display: block;
      height: auto !important; } }

.table-payment-summary {
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #bfbfbf; }
  .table-payment-summary .h2,
  .table-payment-summary .h3 {
    font-size: 28px; }
  .table-payment-summary > tbody > tr th, .table-payment-summary > tbody > tr td {
    vertical-align: middle; }
  @media screen and (min-width: 992px) {
    .table-payment-summary > tbody > tr:first-child th, .table-payment-summary > tbody > tr:first-child td {
      padding-top: 44px; }
    .table-payment-summary > tbody > tr:last-child th, .table-payment-summary > tbody > tr:last-child td {
      padding-bottom: 44px; } }
  @media screen and (max-width: 991px) {
    .table-payment-summary {
      width: auto;
      margin: 7px 0;
      border: 0;
      float: right; }
      .table-payment-summary th,
      .table-payment-summary td,
      .table-payment-summary strong,
      .table-payment-summary span,
      .table-payment-summary .h2,
      .table-payment-summary .h3 {
        font-size: 13px;
        line-height: 16px; }
      .table-payment-summary th {
        color: #999; }
      .table-payment-summary strong:before {
        content: '\00a0'; }
      .table-payment-summary > tbody > tr th, .table-payment-summary > tbody > tr td {
        padding: 0;
        text-align: right;
        white-space: nowrap; } }

@media screen and (max-width: 991px) {
  .collapse-heading-cart-summary {
    margin: 0; } }

.collapse-link-cart-summary {
  transition: none; }
  .collapse-link-cart-summary, .collapse-link-cart-summary:active, .collapse-link-cart-summary:hover, .collapse-link-cart-summary:focus {
    color: #000; }
  @media screen and (min-width: 992px) {
    .collapse-link-cart-summary, .collapse-link-cart-summary:active, .collapse-link-cart-summary:hover, .collapse-link-cart-summary:focus {
      outline: 0;
      cursor: text;
      text-decoration: none; } }
  @media screen and (max-width: 991px) {
    .collapse-link-cart-summary {
      font-size: 14px;
      font-weight: 600;
      padding: 11px 0;
      white-space: nowrap; } }

.map-holder {
  border-top: 1px solid #999; }
  .no-js .map-holder {
    display: none; }

.list-group-item {
  padding-top: 13px;
  padding-bottom: 13px; }
  .list-group-item p:last-child {
    margin-bottom: 0; }
.list-group-modal {
  margin: -15px 0 -15px; }
  .list-group-modal .list-group-item {
    display: flex;
    align-items: center;
    min-height: 70px;
    border-width: 1px 0 0;
    border-color: #efefef;
    margin: 0; }
    .list-group-modal .list-group-item:first-child {
      border-radius: 0; }
    .list-group-modal .list-group-item:first-child {
      border-top: 0; }
    .list-group-modal .list-group-item .radio label,
    .list-group-modal .list-group-item .checkbox label {
      display: block; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-group:not(.bootstrap-select) .btn {
  font-weight: 600;
  color: #4a4a4a; }
  @media screen and (max-width: 479px) {
    .btn-group:not(.bootstrap-select) .btn {
      display: block;
      width: 100%; }
      .btn-group:not(.bootstrap-select) .btn:first-child {
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0; }
      .btn-group:not(.bootstrap-select) .btn:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px; }
      .btn-group:not(.bootstrap-select) .btn + .btn {
        margin-left: 0; } }
  .btn-group:not(.bootstrap-select) .btn:hover, .btn-group:not(.bootstrap-select) .btn.active {
    color: #fff;
    background: #64b9e4; }
    .btn-group:not(.bootstrap-select) .btn:hover svg, .btn-group:not(.bootstrap-select) .btn.active svg {
      fill: #fff; }
  .btn-group:not(.bootstrap-select) .btn svg {
    fill: #999;
    width: 22px;
    height: 22px; }
.btn-group:not(.bootstrap-select) .btn-default {
  border-width: 1px;
  border-color: #999; }
.btn-group:not(.bootstrap-select) .btn-lg, .btn-group:not(.bootstrap-select) .btn-group-lg > .btn {
  padding-top: 11px;
  padding-bottom: 11px; }
.btn-group:not(.bootstrap-select) i:not(.caret) {
  vertical-align: text-bottom;
  margin-right: 5px; }

.btn-group-like-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .btn-group-like-tags .btn-like-tag {
    margin: 6px; }

.bs-select-hidden, .input-group .bs-select-hidden {
  display: none; }

.bootstrap-select {
  display: block;
  height: auto;
  border: 0;
  padding: 0; }
  .bootstrap-select.open .dropdown-toggle .ico-chevron-down {
    transform: rotate(-180deg); }
  .bootstrap-select .dropdown-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-width: 1px;
    border-color: #999;
    float: none;
    padding-left: 16px;
    padding-right: 42px;
    white-space: nowrap; }
    .with-tooltip .bootstrap-select .dropdown-toggle {
      padding-right: 74px; }
    .bootstrap-select .dropdown-toggle.btn-default {
      color: #000; }
      .bootstrap-select .dropdown-toggle.btn-default, .bootstrap-select .dropdown-toggle.btn-default:hover {
        border-color: #999; }
      .bootstrap-select .dropdown-toggle.btn-default:focus:hover {
        border-color: #64b9e4; }
    .bootstrap-select .dropdown-toggle.btn-lg, .bootstrap-select .btn-group-lg > .dropdown-toggle.btn {
      height: 50px;
      padding-left: 20px; }
    .has-error .bootstrap-select .dropdown-toggle {
      border-color: #e20000; }
      .has-error .bootstrap-select .dropdown-toggle:hover {
        border-color: #e20000; }
    .bootstrap-select .dropdown-toggle.disabled {
      opacity: 1;
      color: #bfbfbf;
      border-color: #f6f6f6; }
      .bootstrap-select .dropdown-toggle.disabled .ico-chevron-down svg {
        fill: #bfbfbf; }
    .bootstrap-select .dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 1px #64b9e4;
      box-shadow: 0 0 0 1px #64b9e4;
      border-color: #64b9e4; }
    .bootstrap-select .dropdown-toggle .ico-chevron-down {
      border: 0;
      margin-top: -4px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: rotate(0);
      transition-property: transform;
      transition-duration: 0.25s; }
      .bootstrap-select .dropdown-toggle .ico-chevron-down svg {
        display: block;
        width: 14px;
        height: 8px;
        fill: #e20074; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    border: 0;
    margin: 0; }
  .bootstrap-select .dropdown-menu > li {
    margin: 0; }
    .bootstrap-select .dropdown-menu > li.divider {
      margin: 6px 0; }
    .bootstrap-select .dropdown-menu > li > a {
      padding: 6px 12px; }
      .bootstrap-select .dropdown-menu > li > a:active, .bootstrap-select .dropdown-menu > li > a:focus {
        outline: 0; }
      .bootstrap-select .dropdown-menu > li > a .ico:not(:empty) {
        margin-left: 10px;
        vertical-align: text-bottom; }
        .bootstrap-select .dropdown-menu > li > a .ico:not(:empty) svg {
          width: 18px;
          height: 18px;
          fill: #e20074; }
  .bootstrap-select.input-lg .dropdown-menu > li > a, .input-group-lg > .bootstrap-select.form-control .dropdown-menu > li > a,
  .input-group-lg > .bootstrap-select.input-group-addon .dropdown-menu > li > a,
  .input-group-lg > .input-group-btn > .bootstrap-select.btn .dropdown-menu > li > a {
    padding-left: 16px;
    padding-right: 16px; }
  .bootstrap-select .dropdown-toggle .filter-option {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left; }
  .bootstrap-select.text-small .dropdown-toggle {
    font-size: 14px; }
  .bootstrap-select.select-like-tabs {
    background: transparent; }
    .bootstrap-select.select-like-tabs .dropdown-toggle {
      font-size: 14px;
      font-weight: 600;
      border: 0;
      background: transparent;
      padding-left: 0;
      padding-right: 16px; }
      .bootstrap-select.select-like-tabs .dropdown-toggle .ico-chevron-down {
        right: 3px; }
        .bootstrap-select.select-like-tabs .dropdown-toggle .ico-chevron-down svg {
          width: 10px;
          height: 6px; }
    .bootstrap-select.select-like-tabs .dropdown-menu {
      max-height: none !important;
      min-height: 0 !important; }
    @media screen and (min-width: 992px) {
      .bootstrap-select.select-like-tabs .dropdown-toggle {
        display: none; }
      .bootstrap-select.select-like-tabs .dropdown-menu {
        overflow: visible !important;
        float: none;
        background: transparent;
        padding: 0; }
        .bootstrap-select.select-like-tabs .dropdown-menu > li {
          margin-right: 20px;
          min-height: 44px; }
          .bootstrap-select.select-like-tabs .dropdown-menu > li > a {
            color: #999;
            text-align: center;
            position: relative;
            padding-left: 11px;
            padding-right: 11px; }
            .bootstrap-select.select-like-tabs .dropdown-menu > li > a:hover, .bootstrap-select.select-like-tabs .dropdown-menu > li > a:focus {
              color: #000;
              background: none; }
            .bootstrap-select.select-like-tabs .dropdown-menu > li > a:before {
              content: '';
              display: block;
              height: 3px;
              width: 0;
              background: #e20074;
              position: absolute;
              left: 0;
              bottom: -9px;
              transition-property: width;
              transition-duration: 0.5s; }
          .bootstrap-select.select-like-tabs .dropdown-menu > li:last-child {
            margin-right: 0; }
          .bootstrap-select.select-like-tabs .dropdown-menu > li.selected > a {
            font-weight: 600;
            color: #000; }
            .bootstrap-select.select-like-tabs .dropdown-menu > li.selected > a:before {
              width: 100%; }
      .bootstrap-select.select-like-tabs > .dropdown-menu {
        display: block;
        position: static;
        margin: 0;
        border: 0; }
        .bootstrap-select.select-like-tabs > .dropdown-menu .dropdown-menu {
          display: flex;
          align-items: center; } }
  .bootstrap-select.select-inline {
    display: inline-block;
    width: auto; }

.js .select-prefix-label {
  position: relative; }
  .js .select-prefix-label .filter-option {
    transform: translateY(7px); }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 0; }
  .breadcrumb > li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-left: 0; }
    .breadcrumb > li:before {
      display: none; }
    .breadcrumb > li a {
      color: #999; }
    .breadcrumb > li i {
      margin-left: 10px; }
      .breadcrumb > li i svg {
        fill: #999;
        width: 10px;
        height: 10px; }
  .caption .breadcrumb {
    margin-top: -22px;
    margin-bottom: 11px; }
    .caption .breadcrumb > li a {
      color: #fff; }
    .caption .breadcrumb > li i svg {
      fill: #fff; }
  .caption-inverse .breadcrumb > li a {
    color: #999; }
  .caption-inverse .breadcrumb > li i svg {
    fill: #999; }
  .caption-header .breadcrumb {
    margin-top: -11px;
    margin-bottom: 0; }

.datepicker-wrapper {
  position: relative; }
  .datepicker-wrapper.disabled .ico-calendar {
    cursor: not-allowed; }
    .datepicker-wrapper.disabled .ico-calendar svg {
      fill: #bfbfbf; }
  .datepicker-wrapper input {
    padding-right: 42px; }
    .with-tooltip .datepicker-wrapper input:not(.bootstrap-select) {
      padding-right: 74px; }
      .with-tooltip .datepicker-wrapper input:not(.bootstrap-select) label {
        padding-right: 74px; }
  .datepicker-wrapper .ico-calendar {
    cursor: pointer;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 15px; }
    .datepicker-wrapper .ico-calendar svg {
      fill: #999;
      width: 16px;
      height: 16px; }
  .datepicker-wrapper .with-tooltip .input-prefix-label-with-datepicker label {
    padding-right: 74px; }

.datepicker-dropdown {
  -webkit-box-shadow: 0 0 10px 0 #e5e5e5;
  box-shadow: 0 0 10px 0 #e5e5e5;
  border-color: #e5e5e5; }
  .datepicker-dropdown > div {
    display: none;
    padding: 0;
    margin: 0 0 6px; }
  .datepicker-dropdown table {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0 1px; }
    .datepicker-dropdown table > tbody > tr > th,
    .datepicker-dropdown table > tbody > tr > td {
      padding: 0; }
      .datepicker-dropdown table > tbody > tr > th[colspan],
      .datepicker-dropdown table > tbody > tr > td[colspan] {
        width: auto; }
    .datepicker-dropdown table .datepicker-switch,
    .datepicker-dropdown table tfoot tr th {
      -webkit-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s;
      font-weight: normal;
      cursor: pointer; }
      .datepicker-dropdown table .datepicker-switch:hover,
      .datepicker-dropdown table tfoot tr th:hover {
        background-color: #e5e5e5; }
    .datepicker-dropdown table .datepicker-switch {
      font-weight: 600;
      border-radius: 3px; }
    .datepicker-dropdown table thead .prev,
    .datepicker-dropdown table thead .next,
    .datepicker-dropdown table thead .switch {
      height: 41px; }
    .datepicker-dropdown table thead .prev,
    .datepicker-dropdown table thead .next {
      cursor: pointer;
      line-height: 0; }
      .datepicker-dropdown table thead .prev:hover svg,
      .datepicker-dropdown table thead .next:hover svg {
        fill: #b0005a; }
      .datepicker-dropdown table thead .prev svg,
      .datepicker-dropdown table thead .next svg {
        fill: #e20074;
        width: 18px;
        height: 18px; }
    .datepicker-dropdown table thead .prev {
      text-align: right; }
    .datepicker-dropdown table thead .next {
      text-align: left; }
    .datepicker-dropdown table tr th,
    .datepicker-dropdown table tr td {
      width: 35px;
      line-height: 25px;
      border: 0;
      text-align: center; }
    .datepicker-dropdown table tr .dow {
      font-size: 14px;
      font-weight: 600;
      border-top: 1px solid #e5e5e5;
      padding-top: 15px; }
    .datepicker-dropdown table tr td {
      transition-property: background, color;
      transition-duration: 0.25s; }
      .datepicker-dropdown table tr td.old, .datepicker-dropdown table tr td.new {
        color: #bfbfbf; }
      .datepicker-dropdown table tr td.today {
        color: #fff;
        background-color: #64b9e4; }
      .datepicker-dropdown table tr td.day {
        cursor: pointer;
        border-radius: 3px; }
        .datepicker-dropdown table tr td.day:hover {
          background-color: #e5e5e5; }
        .datepicker-dropdown table tr td.day.disabled {
          position: relative;
          color: #bfbfbf; }
          .datepicker-dropdown table tr td.day.disabled:hover {
            background-color: transparent; }
          .datepicker-dropdown table tr td.day.disabled:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            border-bottom: 1px solid;
            width: 70%;
            left: 15%;
            right: 15%; }
      .datepicker-dropdown table tr td.active {
        font-weight: 600;
        color: #fff;
        background-color: #e20074; }
        .datepicker-dropdown table tr td.active:hover {
          color: currentColor;
          background-color: #e5e5e5; }
      .datepicker-dropdown table tr td span {
        -webkit-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        transition: background-color 0.5s;
        display: block;
        width: 23%;
        float: left;
        line-height: 40px;
        margin: 1%;
        cursor: pointer;
        border-radius: 3px; }
        .datepicker-dropdown table tr td span:hover {
          background-color: #e5e5e5; }
        .datepicker-dropdown table tr td span.old, .datepicker-dropdown table tr td span.new {
          color: #bfbfbf; }

.datepicker-dropdown {
  width: auto; }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px; }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 8px; }
  .datepicker-dropdown.datepicker-orient-top {
    margin-top: 12px; }
  .datepicker-dropdown.datepicker-orient-bottom {
    margin-top: -12px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      bottom: -12px;
      border-bottom: 0;
      border-top: 12px solid #e5e5e5; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      bottom: -10px;
      border-bottom: 0;
      border-top: 10px solid #fff; }

.datepicker-selection[readonly] {
  border-color: #999;
  background: #fff; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-weight: 600; }

.has-error .input-group-addon {
  -webkit-box-shadow: 0 0 0 1px #e20000;
  box-shadow: 0 0 0 1px #e20000;
  color: #000;
  background-color: #efefef; }

.input-group-btn > .btn {
  border-width: 1px;
  border-color: #999;
  line-height: 1;
  height: 36px; }
.input-group-btn > .btn-lg, .btn-group-lg.input-group-btn > .btn {
  height: 50px; }
  .input-group-btn > .btn-lg svg, .btn-group-lg.input-group-btn > .btn svg {
    width: 22px;
    height: 22px; }
.input-group-btn > .btn-default {
  background-color: #f6f6f6; }

@media screen and (max-width: 767px) {
  .js .overlay-link {
    cursor: pointer; } }
@media screen and (max-width: 767px) {
  .js .overlay-content {
    display: none; } }
.js .overlay-content.open {
  display: block;
  margin: 0; }
.js .overlay-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 2061;
  overflow: auto;
  background: #fff;
  opacity: 0;
  transform: translateX(100%);
  transition-duration: 0.25s;
  transition-property: opacity, transform; }
  .js .overlay-wrapper.in {
    opacity: 1;
    transform: translateX(0); }
.js .overlay-header {
  display: flex;
  align-items: center;
  min-height: 52px;
  position: relative; }
.js .overlay-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  flex-grow: 1; }
.js .overlay-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%); }
  .js .overlay-close svg {
    fill: #4a4a4a;
    width: 20px;
    height: 20px; }

@media screen and (orientation: portrait) {
  .ios.safari .overlay-wrapper {
    padding-bottom: 75px; } }
.star-rating svg {
  fill: #e5e5e5;
  width: 12px;
  height: 12px; }
.star-rating .active svg {
  fill: #64b9e4; }
.star-rating-percents {
  margin-right: 7.5px; }
  .ico-star + .star-rating-percents {
    margin-left: 7.5px;
    margin-right: 0; }
.star-rating-description {
  margin-left: 7.5px;
  color: #999; }
  .star-rating-percents + .star-rating-description {
    display: block;
    margin-left: 0; }

.rating-group {
  display: flex;
  align-items: center; }
.rating-bar {
  flex-grow: 1;
  background: #efefef;
  height: 15px;
  margin-right: 45px;
  position: relative; }
  .rating-bar span {
    height: 100%;
    position: absolute;
    background: #64b9e4; }
  .rating-bar:before {
    line-height: 1;
    content: attr(data-rating) "x";
    position: absolute;
    font-size: 14px;
    right: -45px;
    color: #999; }
.star-rating + .rating-bar {
  margin-left: 30px; }

.star-rating-large {
  display: block;
  position: relative;
  max-width: 100%;
  background: #efefef;
  text-align: center;
  text-decoration: inherit;
  padding: 25px;
  border-radius: 3px; }
  .star-rating-large .exponea-survey * {
    box-sizing: content-box; }
  .star-rating-large:hover, .star-rating-large .exponea-popup-banner:active {
    text-decoration: inherit; }
  .star-rating-large span {
    display: block; }
  .star-rating-large-comment {
    font-size: 16px;
    font-weight: normal;
    opacity: 0.6;
    color: #1c1733;
    margin-bottom: 15px;
    padding: 10px; }
  .star-rating-large .answers .exponea-input {
    min-height: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .star-rating-large .stars {
    margin-bottom: 15px; }
  .star-rating-large .stars > div {
    display: inline-block;
    width: 22px;
    height: 21px;
    cursor: pointer;
    margin: 0 3px; }
  .star-rating-large .stars .negative {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgd2lkdGg9IjIyLjAxODk3IiAgIGhlaWdodD0iMjEiICAgdmlld0JveD0iMCAwIDIyLjAxODk3MSAyMSI+ICA8cGF0aCAgICAgZD0ibSAyMi4wMTg5Nyw4LjEzNzk5NTEgYyAwLDAuMTk0MSAtMC4xMTQ2NjgsMC40MDU4IC0wLjM0NDAwNCwwLjYzNTIgbCAtNC44MDM0NTUsNC42ODQyOTk5IDEuMTM3OTc0LDYuNjE2MyBjIDAuMDA4OCwwLjA2MiAwLjAxMzIxLDAuMTQ5OSAwLjAxMzIxLDAuMjY0NiAwLDAuMTg1MyAtMC4wNDg0NCwwLjMzOTYgLTAuMTQ1NDk1LDAuNDYzMyAtMC4wODgyNSwwLjEzMjIgLTAuMjIwNTI4LDAuMTk4MyAtMC4zOTcwMTksMC4xOTgzIC0wLjE2NzUxMywwIC0wLjM0NDAwNCwtMC4wNTMgLTAuNTI5MzAyLC0wLjE1ODcgbCAtNS45NDEzOTYsLTMuMTIzIC01Ljk0MTQxMjQsMy4xMjMgYyAtMC4xOTQwODY5LDAuMTA1OSAtMC4zNzA1MDk2LDAuMTU4NyAtMC41MjkzMDAyLDAuMTU4NyAtMC4xODUyNjQzLDAgLTAuMzI2NDA1OCwtMC4wNjYgLTAuNDIzNDQxOCwtMC4xOTgzIC0wLjA4ODIyOCwtMC4xMjM3IC0wLjEzMjMzNCwtMC4yNzggLTAuMTMyMzM0LC0wLjQ2MzMgMCwtMC4wNTMgMC4wMDg4MiwtMC4xNDExIDAuMDI2NDc0LC0wLjI2NDYgbCAxLjEzNzk5MSwtNi42MTYzIEwgMC4zMzA4MTMzMiw4Ljc3MzE5NTEgQyAwLjExMDI3MTM0LDguNTM0OTk1MSAwLDguMzIzMjk1MSAwLDguMTM3OTk1MSBjIDAsLTAuMzI2NCAwLjI0NzAwNzExLC0wLjUyOTMgMC43NDEwMjMwNSwtMC42MDg3IGwgNi42NDI3NTA2NSwtMC45NjYgMi45NzczMjAzLC02LjAyMDgwMDA0IGMgMC4xNjc2MTYsLTAuMzYxNyAwLjM4Mzc0LC0wLjU0MjQ5OTk5NjI2MjMgMC42NDgzOTEsLTAuNTQyNDk5OTk2MjYyMyAwLjI2NDY1MSwwIDAuNDgwNzc2LDAuMTgwNzk5OTk2MjYyMyAwLjY0ODM5MSwwLjU0MjQ5OTk5NjI2MjMgbCAyLjk3NzMyMSw2LjAyMDgwMDA0IDYuNjQyNzUsMC45NjYgYyAwLjQ5NDA3MiwwLjA3OSAwLjc0MTAyMywwLjI4MjMgMC43NDEwMjMsMC42MDg3IHoiICAgICBzdHlsZT0iZmlsbDojYmZiZmJmOyIgLz48L3N2Zz4=); }
  .star-rating-large .stars .positive {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgd2lkdGg9IjIyLjAxODk3IiAgIGhlaWdodD0iMjEiICAgdmlld0JveD0iMCAwIDIyLjAxODk3MSAyMSI+ICA8cGF0aCAgICAgZD0ibSAyMi4wMTg5Nyw4LjEzNzk5NTEgYyAwLDAuMTk0MSAtMC4xMTQ2NjgsMC40MDU4IC0wLjM0NDAwNCwwLjYzNTIgbCAtNC44MDM0NTUsNC42ODQyOTk5IDEuMTM3OTc0LDYuNjE2MyBjIDAuMDA4OCwwLjA2MiAwLjAxMzIxLDAuMTQ5OSAwLjAxMzIxLDAuMjY0NiAwLDAuMTg1MyAtMC4wNDg0NCwwLjMzOTYgLTAuMTQ1NDk1LDAuNDYzMyAtMC4wODgyNSwwLjEzMjIgLTAuMjIwNTI4LDAuMTk4MyAtMC4zOTcwMTksMC4xOTgzIC0wLjE2NzUxMywwIC0wLjM0NDAwNCwtMC4wNTMgLTAuNTI5MzAyLC0wLjE1ODcgbCAtNS45NDEzOTYsLTMuMTIzIC01Ljk0MTQxMjQsMy4xMjMgYyAtMC4xOTQwODY5LDAuMTA1OSAtMC4zNzA1MDk2LDAuMTU4NyAtMC41MjkzMDAyLDAuMTU4NyAtMC4xODUyNjQzLDAgLTAuMzI2NDA1OCwtMC4wNjYgLTAuNDIzNDQxOCwtMC4xOTgzIC0wLjA4ODIyOCwtMC4xMjM3IC0wLjEzMjMzNCwtMC4yNzggLTAuMTMyMzM0LC0wLjQ2MzMgMCwtMC4wNTMgMC4wMDg4MiwtMC4xNDExIDAuMDI2NDc0LC0wLjI2NDYgbCAxLjEzNzk5MSwtNi42MTYzIEwgMC4zMzA4MTMzMiw4Ljc3MzE5NTEgQyAwLjExMDI3MTM0LDguNTM0OTk1MSAwLDguMzIzMjk1MSAwLDguMTM3OTk1MSBjIDAsLTAuMzI2NCAwLjI0NzAwNzExLC0wLjUyOTMgMC43NDEwMjMwNSwtMC42MDg3IGwgNi42NDI3NTA2NSwtMC45NjYgMi45NzczMjAzLC02LjAyMDgwMDA0IGMgMC4xNjc2MTYsLTAuMzYxNyAwLjM4Mzc0LC0wLjU0MjQ5OTk5NjI2MjMgMC42NDgzOTEsLTAuNTQyNDk5OTk2MjYyMyAwLjI2NDY1MSwwIDAuNDgwNzc2LDAuMTgwNzk5OTk2MjYyMyAwLjY0ODM5MSwwLjU0MjQ5OTk5NjI2MjMgbCAyLjk3NzMyMSw2LjAyMDgwMDA0IDYuNjQyNzUsMC45NjYgYyAwLjQ5NDA3MiwwLjA3OSAwLjc0MTAyMywwLjI4MjMgMC43NDEwMjMsMC42MDg3IHoiICAgICBzdHlsZT0iZmlsbDojZWRhOTVhOyIgLz48L3N2Zz4=); }
  .star-rating-large .exponea-close, .star-rating-large .exponea-survey .exponea-min {
    color: #323265;
    border-bottom: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    opacity: 0.7; }
  .star-rating-large .exponea-maxim {
    margin-left: 266px;
    display: inline-block; }
  .star-rating-large .exponea-min-max {
    display: inline-block; }
  .star-rating-large .exponea-min .exponea-min-char {
    position: relative;
    bottom: 4px; }
  .star-rating-large .feedback {
    display: none; }
  .star-rating-large .feedback * {
    box-sizing: border-box; }

.boxes .box + .box {
  border-top: 1px solid #efefef; }
@media screen and (max-width: 767px) {
  .boxes-sm .row-box {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 767px) {
  .boxes-sm.well {
    padding-top: 0;
    padding-bottom: 0; } }
@media screen and (min-width: 768px) {
  .boxes-sm .box + .box {
    border-top: 0;
    border-left: 1px solid #efefef; } }
@media screen and (max-width: 991px) {
  .boxes-md .row-box {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 991px) {
  .boxes-md.well {
    padding-top: 0;
    padding-bottom: 0; } }
@media screen and (min-width: 992px) {
  .boxes-md .box + .box {
    border-top: 0;
    border-left: 1px solid #efefef; } }
@media screen and (max-width: 1199px) {
  .boxes-lg .row-box {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 1199px) {
  .boxes-lg.well {
    padding-top: 0;
    padding-bottom: 0; } }
@media screen and (min-width: 1200px) {
  .boxes-lg .box + .box {
    border-top: 0;
    border-left: 1px solid #efefef; } }

.box-wrapper {
  background: #fff;
  border-radius: 3px;
  padding: 1px 24px;
  margin: 30px 0; }
  [class*="col-"] > .box-wrapper, [class*="col-"] > .box > .box-wrapper {
    margin-bottom: 15px; }
  .box-wrapper + .row-boxes {
    margin-top: -15px; }

.row-boxes > [class*="col-"] {
  display: flex;
  flex-direction: column; }
  .row-boxes > [class*="col-"] > .box-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .row-boxes > [class*="col-"] > .box-wrapper .box-content {
      flex-grow: 1; }
      .row-boxes > [class*="col-"] > .box-wrapper .box-content.flex-column {
        padding-top: 0; }

.box-heading {
  text-align: center;
  position: relative;
  padding: 20px 0; }
  .box-heading h2,
  .box-heading h3,
  .box-heading .h2,
  .box-heading .h3 {
    margin-top: 0;
    margin-bottom: 0; }
    .box-heading h2 a,
    .box-heading h3 a,
    .box-heading .h2 a,
    .box-heading .h3 a {
      color: currentColor; }
  .box-heading [data-toggle="tooltip"] {
    vertical-align: middle; }
  .box-wrapper > .box-heading:not(:first-child) {
    border-top: 1px solid #e5e5e5;
    margin-left: -24px;
    margin-right: -24px; }
  .box-heading .badge.badge-inbox-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }

.box-content {
  margin: 0 -24px 0;
  padding: 22px 24px 0;
  border-top: 1px solid #e5e5e5; }
  .box-content:not(.flex-column) > .alert:first-child {
    margin-top: 0; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .box-content .media-figure {
      margin-right: 30px; } }
  .box-content.no-border {
    border-top: 0; }

.box-action-zone,
.box-footer {
  margin: 0 -24px 22px;
  padding: 22px 24px 0;
  border-top: 1px solid #e5e5e5; }
  .box-action-zone-message,
  .box-footer-message {
    margin-bottom: 22px; }
  .box-action-zone .btn-link,
  .box-footer .btn-link {
    font-weight: 700; }
  .box-action-zone .btn + .dropup,
  .box-action-zone .btn + .dropdown,
  .box-footer .btn + .dropup,
  .box-footer .btn + .dropdown {
    margin-left: 15px; }
    @media screen and (max-width: 479px) {
      .box-action-zone .btn + .dropup,
      .box-action-zone .btn + .dropdown,
      .box-footer .btn + .dropup,
      .box-footer .btn + .dropdown {
        margin-top: 15px;
        margin-left: 0; } }

.box-footer {
  border-top-width: 3px; }

.device-detail {
  display: -ms-grid;
  -ms-grid-columns: 50% 1fr;
  -ms-grid-rows: auto auto;
  grid-column-gap: 30px;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto auto;
  padding: 22px 0; }
  @media screen and (max-width: 991px) {
    .device-detail {
      display: block; } }
  .device-detail-with-color-variants {
    margin-bottom: 88px; }
    @media screen and (max-width: 991px) {
      .device-detail-with-color-variants {
        margin-bottom: 0; } }
    .no-grid .device-detail-with-color-variants {
      margin-bottom: 0; }
  .device-detail .grid-fix {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column-start: 1;
    grid-row-start: 1; }
  .device-detail-title, .device-detail-description {
    padding: 22px 30px;
    background: #fff; }
  .device-detail-preview {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column-start: 1;
    grid-row-start: 2;
    justify-content: center;
    align-items: center;
    position: relative; }
    .device-detail-preview .eyecatchers {
      z-index: 1;
      margin-top: 22px; }
      .device-detail-preview .eyecatchers .eyecatcher {
        width: 82px;
        padding: 10px; }
    @media screen and (max-width: 991px) {
      .device-detail-preview.device-detail-with-thumbnails {
        flex-direction: column;
        margin-left: 0; } }
    .no-grid .device-detail-preview {
      margin-bottom: 99px; }
      @media screen and (max-width: 991px) {
        .no-grid .device-detail-preview {
          margin-bottom: 0; } }
    .device-detail-preview .carousel-inner {
      background: #fff; }
      .device-detail-preview .carousel-inner > .item {
        margin: 22px 0; }
        .device-detail-preview .carousel-inner > .item.next, .device-detail-preview .carousel-inner > .item.left, .device-detail-preview .carousel-inner > .item.prev, .device-detail-preview .carousel-inner > .item.right {
          display: flex;
          align-items: center; }
          .device-detail-preview .carousel-inner > .item.next img, .device-detail-preview .carousel-inner > .item.left img, .device-detail-preview .carousel-inner > .item.prev img, .device-detail-preview .carousel-inner > .item.right img {
            margin: 0 auto; }
        .device-detail-preview .carousel-inner > .item.active {
          display: flex;
          align-items: center; }
          .device-detail-preview .carousel-inner > .item.active img {
            margin: 0 auto; }
        @media screen and (max-width: 991px) {
          .device-detail-preview .carousel-inner > .item img {
            max-width: 90%; } }
    @media screen and (max-width: 991px) {
      .device-detail-preview {
        padding-bottom: 0; } }
  .device-detail .carousel-indicators {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-bottom: 44px;
    top: 0;
    bottom: 0;
    width: auto; }
    .device-detail .carousel-indicators li {
      margin: 15px 15px 0 0;
      width: auto;
      height: auto;
      display: block;
      border-radius: 0;
      border: none;
      position: relative;
      text-indent: 0; }
      .device-detail .carousel-indicators li.active:before {
        display: none; }
      .device-detail .carousel-indicators li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        width: 85px;
        height: 85px;
        background: #fff; }
        .device-detail .carousel-indicators li a img {
          max-height: 90%; }
    @media screen and (max-width: 991px) {
      .device-detail .carousel-indicators {
        left: 0;
        display: flex;
        position: relative;
        margin-left: 0;
        margin-bottom: 0;
        background: #fff;
        padding: 22px 0 44px 0; }
        .device-detail .carousel-indicators li {
          width: 10px;
          height: 10px;
          background: #999;
          margin: 0;
          margin-left: 15px;
          border-radius: 50%; }
          .device-detail .carousel-indicators li:first-child {
            margin-left: 0; }
          .device-detail .carousel-indicators li.active:before {
            content: '';
            display: block;
            position: absolute;
            border-radius: 50%;
            background: transparent;
            width: 20px;
            height: 20px;
            top: -5px;
            left: -5px;
            border: 2px solid #999; }
          .device-detail .carousel-indicators li a {
            display: none; } }
  .device-detail .carousel-color-variants {
    bottom: 0;
    position: relative; }
  .device-detail .carousel-control {
    display: none;
    bottom: 100px; }
    @media screen and (max-width: 991px) {
      .device-detail .carousel-control {
        display: flex;
        align-items: center; } }
  .device-detail-title {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column-start: 1;
    grid-row-start: 1;
    margin-bottom: 30px; }
    .device-detail-title h1 {
      font-size: 44px;
      line-height: 48px;
      margin-top: 0; }
    .no-grid .device-detail-title {
      background: transparent; }
    @media screen and (max-width: 991px) {
      .device-detail-title {
        background: transparent;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0; }
        .device-detail-title h1 {
          font-size: 22px;
          line-height: 28px; } }
  .device-detail-description {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column-start: 2;
    grid-row-start: 1; }
    .device-detail-description .list-steps li:first-child {
      border-top-width: 0;
      padding-top: 11px; }
    .device-detail-description .list-steps .dropdown-menu li {
      padding: 0; }
  .device-detail-prices {
    width: 100%;
    margin: 44px 0; }
    .device-detail-prices tbody {
      display: flex;
      flex-direction: column; }
      .device-detail-prices tbody tr {
        display: flex;
        width: 100%;
        justify-content: space-between; }
        .device-detail-prices tbody tr td {
          display: flex;
          align-items: center; }
  .device-detail-price {
    font-size: 24px;
    font-weight: 900; }
    .device-detail-price td {
      padding: 11px 0 0; }
    .device-detail-price-amount {
      font-size: 28px;
      font-weight: 900; }
    .device-detail-price-currency {
      font-size: 22px;
      font-weight: 700; }
    .device-detail-price-gray {
      color: #999; }
  .device-detail-small {
    display: -ms-grid;
    -ms-grid-columns: 1fr 2fr;
    -ms-grid-rows: auto auto;
    grid-column-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto; }
    .no-grid .device-detail-small .device-detail-preview {
      margin-bottom: 0; }
    .device-detail-small .device-detail-preview img {
      max-width: 50%; }
    @media screen and (max-width: 991px) {
      .device-detail-small {
        display: block; } }

.color-variants {
  position: static; }
  @media screen and (max-width: 991px) {
    .color-variants {
      background: transparent;
      padding-top: 0;
      height: auto; } }

.specs {
  display: flex;
  margin: 22px 0; }
  .specs i {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-right: 15px; }
  .specs-content {
    display: flex;
    flex-direction: column; }
  .specs-title {
    font-weight: 700; }
  .specs-description {
    color: #999; }
  .specs-title, .specs-description {
    line-height: 1; }

.dimensions {
  position: relative;
  min-width: 60px;
  padding-top: 22px;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px; }
  .dimensions-group {
    display: flex; }
    @media screen and (max-width: 1199px) {
      .dimensions-group .icon.front {
        width: 107px;
        height: 200px; }
      .dimensions-group .icon.side {
        width: 19px;
        height: 200px; } }
  .dimensions-right,
  .dimensions-right .dimensions-horizontal-label {
    padding-right: 50.001px; }
  .dimensions-horizontal-label {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center; }
  .dimensions-vertical-label {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 50.001px; }

.comment {
  margin: 22px 0; }
  .comment .star-rating {
    margin-bottom: 11px; }

.faq-link {
  padding-top: 22px;
  padding-bottom: 22px; }
  @media screen and (max-width: 479px) {
    .faq-link {
      font-size: 16px;
      padding-top: 17px;
      padding-bottom: 17px; } }
  .faq-link:hover, .faq-link:focus {
    text-decoration: none; }
.faq-link-small {
  padding-top: 11px;
  padding-bottom: 11px; }
.faq-heading {
  margin: 0; }
.faq-message {
  margin-top: 22px; }

.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  height: 295px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    .banner {
      height: 223px; } }
  .banner h1,
  .banner .h1 {
    margin: 0; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.pie {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 22px; }
  .no-js .pie {
    height: auto; }
  .pie:after {
    content: '';
    display: block;
    background: #fff;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    position: absolute;
    border-radius: 50%; }
    .no-js .pie:after {
      display: none; }
  @media screen and (max-width: 479px) {
    .pie {
      width: 100px;
      height: 100px; } }
  .pie svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 180px;
    height: 180px; }
    @media screen and (max-width: 479px) {
      .pie svg {
        width: 100px;
        height: 100px; } }
    .pie svg circle.pie-background {
      stroke: #e5e5e5;
      fill: none;
      stroke-width: 10;
      transition: stroke-dashoffset 1s; }
    .pie svg circle.pie-fill {
      stroke: #e20074;
      fill: none;
      stroke-width: 10;
      stroke-dasharray: 534px;
      stroke-dashoffset: 1068px;
      transition: stroke-dashoffset 1s; }
      @media screen and (max-width: 479px) {
        .pie svg circle.pie-fill {
          stroke-dasharray: 283px;
          stroke-dashoffset: 566px; } }
      .pie-disabled .pie svg circle.pie-fill {
        display: none; }
    .no-js .pie svg {
      display: none; }
  .no-js .pie-disabled {
    border: none; }
  .pie-disabled svg circle.pie-background {
    stroke-width: 8;
    stroke: #bfbfbf; }
  .pie-disabled svg circle.pie-fill {
    display: none; }
  .pie-disabled .pie-title {
    color: #bfbfbf; }
    .pie-disabled .pie-title i svg {
      fill: #bfbfbf; }
  .pie-title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    .pie-title i {
      width: 50px;
      height: 50px;
      margin-top: 22px; }
      .pie-title i svg {
        width: 100%;
        height: 100%;
        background: none;
        border-radius: 0;
        margin: 0;
        transform: none; }
      .no-js .pie-title i:before {
        font-size: 50px; }
    .no-js .pie-title {
      position: static; }
  .pie-value {
    display: block;
    font-weight: 900;
    font-size: 54px;
    line-height: 62px; }
    @media screen and (max-width: 479px) {
      .pie-value {
        font-size: 24px;
        line-height: 25px; } }
  .pie-units {
    display: block;
    font-size: 20px; }
    @media screen and (max-width: 479px) {
      .pie-units {
        font-size: 14px;
        line-height: 16px; } }

.progress {
  position: relative;
  height: 18px;
  margin-bottom: 11px;
  overflow: visible; }
  .progress, .progress-bar {
    box-shadow: none; }
  .progress-bar {
    width: 100%;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
    .progress-bar[aria-valuenow="100"], .progress-bar[style*="width: 100%"] {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .progress-bar[aria-valuenow="0"] {
      width: 0; }
  .progress-wrapper {
    padding-bottom: 1px;
    margin-bottom: 11px; }
  .progress-limit-wrapper {
    margin-bottom: 28px; }
  .progress-title {
    font-size: 18px;
    margin-top: 0; }
  .progress-small {
    height: 10px; }
  .progress-striped-bg {
    background: repeating-linear-gradient(45deg, #f6f6f6, #f6f6f6 4px, #e5e5e5 4px, #e5e5e5 6px); }
  .progress-bar-limit {
    border-right: 4px solid #4a4a4a; }
    .progress-bar-limit .progress-bar[aria-valuenow="100"], .progress-bar-limit .progress-bar[style*="width: 100%"] {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .progress-bar-gray-light {
    background-color: #e5e5e5; }
  .progress-min-max {
    margin-top: -5px; }
  .progress > .popover > .arrow {
    border-width: 7px; }
    .progress > .popover > .arrow:after {
      margin-left: -6px;
      border-width: 6px; }
  .progress > .popover.bottom {
    margin-top: 0;
    top: 25px; }
    .progress > .popover.bottom > .arrow {
      margin-left: -7px;
      top: -7px; }
      .progress > .popover.bottom > .arrow:after {
        margin-left: -6px; }
  .progress > .popover.out-of-container-left > .arrow, .progress > .popover.out-of-container-right > .arrow {
    margin-left: -11px; }

.range {
  -webkit-appearance: none;
  width: 100%;
  margin: 13px 0;
  padding: 0; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .range {
      /* IE10+ specific styles go here */
      margin: 0; } }
  .range:focus {
    outline: 0; }
  .range::-webkit-slider-runnable-track {
    height: 14px;
    width: 100%;
    transition: all .2s ease;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    background: #e5e5e5; }
  .range::-webkit-slider-thumb {
    width: 26px;
    height: 26px;
    background: #64b9e4;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #f6f6f6;
    cursor: ew-resize;
    -webkit-appearance: none;
    margin-top: -6px; }
  .range::-moz-range-track {
    height: 14px;
    width: 100%;
    transition: all .2s ease;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    background: #e5e5e5; }
  .range::-moz-range-progress {
    height: 14px;
    width: 100%;
    transition: all .2s ease;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    background: #64b9e4; }
  .range::-moz-range-thumb {
    width: 26px;
    height: 26px;
    background: #64b9e4;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #f6f6f6;
    cursor: ew-resize; }
  .range::-moz-focus-outer {
    border: 0; }
  .range::-ms-track {
    height: 14px;
    width: 100%;
    transition: all .2s ease;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    border: solid transparent;
    border-width: 13px 0; }
  .range::-ms-fill-lower {
    background: #64b9e4; }
  .range::-ms-fill-upper {
    background: #e5e5e5; }
  .range::-ms-thumb {
    width: 26px;
    height: 26px;
    background: #64b9e4;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #f6f6f6;
    cursor: ew-resize;
    margin-top: 0; }
  .range-small {
    margin: 9px 0; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .range-small {
        /* IE10+ specific styles go here */
        margin: 0; } }
    .range-small::-webkit-slider-runnable-track {
      height: 7px;
      width: 100%;
      transition: all .2s ease;
      border: 0;
      border-radius: 3px;
      cursor: pointer; }
    .range-small::-webkit-slider-thumb {
      width: 18px;
      height: 18px;
      background: #64b9e4;
      border: 0;
      border-radius: 50%;
      box-shadow: 0 0 0 2px #f6f6f6;
      cursor: ew-resize;
      margin-top: -5.5px; }
    .range-small::-moz-range-track {
      height: 7px;
      width: 100%;
      transition: all .2s ease;
      border: 0;
      border-radius: 3px;
      cursor: pointer; }
    .range-small::-moz-range-progress {
      height: 7px;
      width: 100%;
      transition: all .2s ease;
      border: 0;
      border-radius: 3px;
      cursor: pointer; }
    .range-small::-moz-range-thumb {
      width: 18px;
      height: 18px;
      background: #64b9e4;
      border: 0;
      border-radius: 50%;
      box-shadow: 0 0 0 2px #f6f6f6;
      cursor: ew-resize; }
    .range-small::-ms-track {
      height: 7px;
      border-width: 9px 0; }
    .range-small::-ms-thumb {
      width: 18px;
      height: 18px;
      background: #64b9e4;
      border: 0;
      border-radius: 50%;
      box-shadow: 0 0 0 2px #f6f6f6;
      cursor: ew-resize; }

.badge {
  font-style: normal;
  padding: 4px 10px;
  white-space: normal; }

.order-tracking-timeline {
  margin-bottom: 22px; }
  @media screen and (max-width: 991px) {
    .order-tracking-timeline {
      margin-right: 22px;
      margin-left: 22px; } }
  .order-tracking-timeline .timeline-item {
    border-top: 2px solid #e5e5e5;
    padding-top: 14px;
    color: #999;
    position: relative;
    text-align: center; }
    .order-tracking-timeline .timeline-item:first-child:before, .order-tracking-timeline .timeline-item:last-child:after {
      content: '';
      display: block;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      position: absolute;
      background-color: #e5e5e5; }
    .order-tracking-timeline .timeline-item:first-child:before {
      top: -6px;
      left: 0; }
    .order-tracking-timeline .timeline-item:last-child:after {
      top: -6px;
      right: 0; }
    .order-tracking-timeline .timeline-item.info {
      border-color: #64b9e4;
      color: #64b9e4; }
      .order-tracking-timeline .timeline-item.info:before, .order-tracking-timeline .timeline-item.info:after {
        background-color: #64b9e4; }
    .order-tracking-timeline .timeline-item.sucess {
      border-color: #6db131;
      color: #6db131; }
      .order-tracking-timeline .timeline-item.sucess:before, .order-tracking-timeline .timeline-item.sucess:after {
        background-color: #6db131; }
    .order-tracking-timeline .timeline-item.danger {
      border-color: #e20000;
      color: #e20000; }
      .order-tracking-timeline .timeline-item.danger:before, .order-tracking-timeline .timeline-item.danger:after {
        background-color: #e20000; }
    @media screen and (max-width: 991px) {
      .order-tracking-timeline .timeline-item {
        font-size: 12px; } }

.list-collapsible .collapse-link i[class*="ico-"] {
  margin-left: 6px;
  margin-right: 6px; }
.list-collapsible .badge {
  border: 1px solid transparent; }
  .list-collapsible .badge.badge-info {
    color: #64b9e4;
    border-color: #64b9e4; }
    .list-collapsible .badge.badge-info svg {
      fill: #64b9e4; }
  .list-collapsible .badge.badge-danger {
    color: #e20000;
    border-color: #e20000; }
    .list-collapsible .badge.badge-danger svg {
      fill: #e20000; }
  .list-collapsible .badge.badge-sucess {
    color: #6db131;
    border-color: #6db131; }
    .list-collapsible .badge.badge-sucess svg {
      fill: #6db131; }
  @media screen and (max-width: 767px) {
    .list-collapsible .badge {
      font-size: 12px;
      display: block; } }
  @media screen and (max-width: 479px) {
    .list-collapsible .badge {
      display: block; } }
.list-collapsible .order-tracking-steps {
  margin-bottom: 11px; }
  .list-collapsible .order-tracking-steps .steps-item i[class*="ico-"] {
    margin-right: 10px; }
    .list-collapsible .order-tracking-steps .steps-item i[class*="ico-"] svg {
      width: 30px;
      height: 30px; }
  .list-collapsible .order-tracking-steps .steps-status {
    position: relative;
    padding-left: 50px;
    min-height: 32px; }
    .list-collapsible .order-tracking-steps .steps-status:before {
      content: '';
      display: block;
      height: 100%;
      border-left: 2px dashed #e5e5e5;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 29px; }

.select-blocks select,
.select-blocks .bootstrap-select {
  display: none; }
.select-blocks-items {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
.select-blocks-item {
  padding: 5px;
  display: flex; }
  .select-blocks-item > button {
    flex-grow: 1;
    width: 150px;
    min-height: 100px;
    background: #fff;
    outline: none;
    border: 2px solid #bfbfbf;
    border-radius: 3px;
    padding: 15px 11px;
    word-break: break-word; }
    .select-blocks-item > button.selected {
      border-color: #e20074;
      color: #e20074; }
@media screen and (max-width: 479px) {
  .select-blocks-item {
    width: 100%; } }

.contract-stamp {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right; }

.extrabold,
h4 {
  font-weight: 900; }

.contract-stamp [class*="logo-"] {
  display: none; }

.logo-t-mobile {
  display: inline-block; }

.fs-14 {
  font-size: 14px; }

.text-underline {
  text-decoration: underline; }

.hover-no-underline:hover {
  text-decoration: none; }

.hover-color-primary:hover {
  color: #e20074 !important; }

.contract-article p {
  line-height: 21px; }

.contract-article p + p {
  margin-top: 15px; }

.contract-article p + h4 {
  margin-top: 24px; }

.contract-article table {
  width: 100%; }

.contract-article ul {
  padding: 0;
  list-style: none;
  margin: 15px 0 20px 32px; }

.contract-article ul li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 15px;
  word-break: break-all; }

.contract-article ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #000; }

.contract-article table thead tr {
  background-color: #e20074; }

.contract-article table thead th {
  color: #fff;
  padding: 4px 7px;
  text-align: center; }

.contract-article .contract-tab-v1 thead th {
  padding-top: 9px;
  padding-bottom: 9px; }

.contract-article .contract-tab-v1 .second-row th {
  padding-top: 1px;
  padding-bottom: 1px; }

.contract-article table:not(.contract-tab-v1) thead th:first-child {
  font-weight: 900;
  text-align: left; }

.contract-article table tbody tr:nth-child(even) {
  background-color: #f2f2f2; }

.contract-article table tbody td {
  padding: 5px;
  text-align: center; }

.contract-article table:not(.contract-tab-v1) tbody td:first-child {
  width: 20%; }

.contract-article table:not(.contract-tab-v1) tbody td {
  width: 25%; }

.contract-article table:not(.contract-tab-v1) tbody td:nth-child(3) {
  width: 10%; }

.contract-article table:not(.contract-tab-v1) tbody td:last-child {
  width: 40%; }

.contract-article table:not(.contract-tab-v1) tbody td:last-child {
  text-align: left; }

.contract-article table:not(.contract-tab-v1) tbody td:nth-child(2) {
  text-align: right; }

.bg-custom {
  background-color: #ff9bcf; }

.color-black {
  color: #000 !important; }

.contract-headline {
  margin-bottom: 40px; }

.contract-type {
  margin-bottom: 70px; }

.contract-content {
  margin-top: 35px;
  padding-top: 35px; }

.contract-long-short {
  max-width: 600px; }

@media (min-width: 768px) and (max-width: 992px) {
  .contract-long-short {
    max-width: 400px; } }
@media (max-width: 767.97px) {
  .contract-stamp {
    position: static;
    text-align: left;
    margin-top: 35px; }

  .logo-t-mobile svg {
    width: 100px;
    height: 50px; }

  .logo-innogy {
    width: 90px; }

  .logo-kaktus {
    width: 120px; }

  .logo-mobil-cz {
    width: 135px; }

  .contract-headline {
    margin-bottom: 20px; }

  .contract-type {
    margin-bottom: 30px; }

  .contract-content {
    border-top: 1px solid #e6e6e6; }

  .contract-article table:not(.contract-tab-v1) tbody td:first-child {
    width: 1%;
    padding: 0; }

  .contract-article table:not(.contract-tab-v1) tbody td {
    width: 25%; }

  .contract-article table:not(.contract-tab-v1) tbody td:nth-child(3) {
    width: 10%; }

  .contract-article table:not(.contract-tab-v1) tbody td:last-child {
    width: 40%; }

  .contract-article table:not(.contract-tab-v1) tbody td:last-child {
    text-align: left; }

  .contract-article table:not(.contract-tab-v1) tbody td:nth-child(2) {
    text-align: left; } }
.login-modal {
  background-color: rgba(56, 56, 56, 0.8);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 1050; }

.login-modal__iframe {
  width: 100%;
  height: 100%;
  transition: all .3s;
  float: right;
  background-color: #fff; }
  @media screen and (min-width: 767px) {
    .login-modal__iframe {
      width: 576px; } }
  .login-modal__iframe iframe {
    width: 100%;
    height: 100%;
    border: 0; }

.login-modal__close {
  position: absolute;
  right: 16px;
  top: 6px;
  width: 32px;
  height: 32px;
  z-index: 200;
  cursor: pointer;
  border-radius: 50%;
  background: #ededed; }
  .login-modal__close:hover {
    color: #e20074; }

.login-modal__close:before,
.login-modal__close:after {
  position: absolute;
  left: 15px;
  top: 10px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: currentColor; }

.login-modal__close:before {
  transform: rotate(45deg); }

.login-modal__close:after {
  transform: rotate(-45deg); }

.signpost-modal {
  background-color: rgba(56, 56, 56, 0.8);
  position: fixed;
  left: 0px;
  right: 0px;
  height: 100%;
  z-index: 1050;
  top: 61px; }
  @media screen and (min-width: 768px) {
    .signpost-modal {
      top: 61px; } }
  @media screen and (min-width: 1024px) {
    .signpost-modal {
      top: 86px; } }
  @media screen and (min-width: 1366px) {
    .signpost-modal {
      top: 96px; } }
  @media screen and (min-width: 1680px) {
    .signpost-modal {
      top: 121px; } }

.sticky-header .signpost-modal {
  top: 61px; }
  @media screen and (min-width: 1366px) {
    .sticky-header .signpost-modal {
      top: 73px; } }

.megamenu-active .signpost-modal {
  display: none; }

.signpost-modal__hidden {
  display: none; }

.signpost-modal--content {
  width: 100%;
  height: 100%;
  transition: all .3s;
  float: right;
  background-color: #fff;
  padding: 64px 15px 0 15px; }
  @media screen and (min-width: 767px) {
    .signpost-modal--content {
      width: 480px;
      padding: 64px 48px 0 48px; } }
  .signpost-modal--content h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.14;
    margin: 0; }
  .signpost-modal--content p {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 18px 0 0 0;
    line-height: 1.33; }
  .signpost-modal--content .ds-btn {
    margin: 24px 0 0 0;
    width: 100%; }
  .signpost-modal--content .signpost-modal--switch-link {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    color: var(--grey-1000);
    display: flex;
    margin-top: 19px; }
    .signpost-modal--content .signpost-modal--switch-link:hover {
      color: var(--grey-1000); }
    .signpost-modal--content .signpost-modal--switch-link .ico {
      margin-right: 16px; }

.signpost-modal--close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  z-index: 200;
  cursor: pointer;
  border-radius: 50%;
  background: #ededed; }
  .signpost-modal--close:hover {
    color: #e20074; }

.signpost-modal--close:before,
.signpost-modal--close:after {
  position: absolute;
  left: 15px;
  top: 10px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: currentColor; }

.signpost-modal--close:before {
  transform: rotate(45deg); }

.signpost-modal--close:after {
  transform: rotate(-45deg); }

/*Components w/ JavaScript*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  -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: 2040;
  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;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.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: 370px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 2070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px; }

.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: 2039;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border: 1px solid #e5e5e5;
  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);
  white-space: normal; }
  .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: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #e5e5e5;
  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: #e5e5e5; }
  .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: #e5e5e5;
  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: #e5e5e5; }
  .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: 1000;
        -moz-perspective: 1000;
        perspective: 1000; }
        .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: 1;
  filter: alpha(opacity=100);
  font-size: 0;
  color: #fff;
  text-align: center;
  text-shadow: none; }
  .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%;
    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;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .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: none; }
  .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: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.modal .container {
  width: auto; }

.modal-body .container {
  padding-left: 0;
  padding-right: 0; }
.modal-body.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0; }

.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }

.modal-title {
  font-size: 24px;
  line-height: 1.1; }

.modal-header .close,
.bootbox-close-button {
  font-size: 34px;
  margin-top: -5px;
  text-shadow: none;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.25s; }
  .modal-header .close:hover, .modal-header .close:focus,
  .bootbox-close-button:hover,
  .bootbox-close-button:focus {
    opacity: 0.7; }

.modal-footer {
  text-align: left;
  border-top: 0;
  background: #efefef;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 -15px -15px; }

@media (min-width: 768px) {
  .modal-lg {
    width: 720px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
[data-toggle="tooltip"] {
  cursor: help; }
  [data-toggle="tooltip"].ico-info-sign {
    background: #bfbfbf;
    border-radius: 50%;
    transition-property: background;
    transition-duration: 0.5s; }
    [data-toggle="tooltip"].ico-info-sign svg {
      fill: #fff;
      color: #fff;
      width: 20px;
      height: 20px; }
    .with-tooltip [data-toggle="tooltip"].ico-info-sign {
      display: block;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      right: 16px;
      z-index: 1; }
    [data-toggle="tooltip"].ico-info-sign.tooltip-light {
      background: #e5e5e5; }
      [data-toggle="tooltip"].ico-info-sign.tooltip-light svg {
        fill: #999;
        color: #999; }
    .with-tooltip .select-prefix-label ~ [data-toggle="tooltip"].ico-info-sign, .with-tooltip .datepicker-wrapper ~ [data-toggle="tooltip"].ico-info-sign, .with-tooltip .input-prefix-label-with-datepicker ~ [data-toggle="tooltip"].ico-info-sign {
      right: 46px;
      z-index: 3; }
    .with-tooltip .datepicker-wrapper ~ [data-toggle="tooltip"].ico-info-sign {
      margin-top: 0; }
  .v-center [data-toggle="tooltip"]:nth-last-child(2) {
    margin-right: 0; }
    .v-center [data-toggle="tooltip"]:nth-last-child(2) + *:not(.tooltip) {
      margin-left: 5px; }
  [data-toggle="tooltip"]:hover.ico-info-sign {
    background: #64b9e4; }
    [data-toggle="tooltip"]:hover.ico-info-sign svg {
      fill: #fff;
      color: #fff; }
  [data-toggle="tooltip"]:hover.ico-question-sign:not([data-ico-width]) svg {
    fill: #5094b6;
    color: #5094b6; }
  [data-toggle="tooltip"].ico-question-sign:not([data-ico-width]) svg {
    fill: #64b9e4;
    color: #64b9e4;
    width: 16px;
    height: 16px; }

.nowrap .tooltip {
  white-space: normal; }
.tooltip a {
  color: #fff;
  text-decoration: underline; }
  .tooltip a:hover {
    text-decoration: none; }

.popover {
  font-family: inherit;
  border-radius: 3px;
  box-shadow: 0 0 10px 0px #e5e5e5; }
  .popover.active {
    z-index: 2040; }
  .popover-inline {
    position: relative;
    display: block; }
  .popover > .arrow:before {
    display: none; }
  .popover-content {
    padding: 6px 12px; }
  .popover-large {
    max-width: 370px;
    width: 370px; }
    @media screen and (max-width: 479px) {
      .popover-large {
        max-width: 290px;
        width: 290px; } }
    .popover-large .popover-content {
      padding-left: 20px;
      padding-right: 20px; }
    .popover-large .popover-footer {
      margin-left: -21px;
      margin-right: -21px;
      padding-left: 20px;
      padding-right: 20px; }
  .popover-footer {
    margin: 0 -13px -7px;
    padding: 10px 14px;
    background-color: #f6f6f6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

/*Utility classes*/
.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; }

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

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

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

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

  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; } }
/*Load helpers*/
/**
* CUSTOM HELPERS
*
* Set of custom helpers.
*
*/
.page-overlay {
  display: none;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  background-color: #000; }
  .overlay-visible .page-overlay {
    display: block; }
  @media screen and (max-width: 991px) {
    .page-overlay {
      height: calc(100% - 52px);
      top: 52px; } }
  @media screen and (min-width: 992px) {
    .page-overlay {
      height: calc(100% - 89px);
      top: 89px; } }

.margin-base {
  margin-top: 22px;
  margin-bottom: 22px; }

.margin-small {
  margin-top: 11px;
  margin-bottom: 11px; }

.margin-large {
  margin-top: 44px;
  margin-bottom: 44px; }

.margin-0 {
  margin-top: 0;
  margin-bottom: 0; }

.p-0 {
  padding: 0 !important; }

.inner {
  padding-top: 1px;
  padding-bottom: 1px; }

html .pt-0 {
  padding-top: 0; }

html .mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 3px; }

@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0; } }

html .mt-base {
  margin-top: 22px; }

html .mt-small {
  margin-top: 11px; }

html .mt-large {
  margin-top: 44px; }

html .mb-base {
  margin-bottom: 22px; }

html .mb-small {
  margin-bottom: 11px; }

html .mb-large {
  margin-bottom: 44px; }

html .mb-0 {
  margin-bottom: 0; }

html .block {
  display: block; }

html .ml-small {
  margin-left: 15px; }

html .ml-base {
  margin-left: 30px; }

html .ml-large {
  margin-left: 60px; }

html .mr-small {
  margin-right: 15px; }

html .mr-base {
  margin-right: 30px; }

html .mr-large {
  margin-right: 60px; }

/*---------------------------------------------------------------------------*\
  #POST CRITICAL CSS STYLES
\*---------------------------------------------------------------------------*/
.js body:before, .js body:after {
  display: none !important; }

/*---------------------------------------------------------------------------*\
  #FLOATS
\*---------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {
  html .pull-left-xxs {
    float: left; } }

@media screen and (max-width: 479px) {
  html .pull-right-xxs {
    float: right; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .pull-left-xs {
    float: left; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .pull-right-xs {
    float: right; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .pull-left-sm {
    float: left; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .pull-right-sm {
    float: right; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .pull-left-md {
    float: left; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .pull-right-md {
    float: right; } }

@media screen and (min-width: 1200px) {
  html .pull-left-lg {
    float: left; } }

@media screen and (min-width: 1200px) {
  html .pull-right-lg {
    float: right; } }

/*---------------------------------------------------------------------------*\
  #JS RELATED STYLES
\*---------------------------------------------------------------------------*/
.js-clickable h2 a,
.js-clickable h3 a {
  border-bottom: 1px solid transparent; }

.js-hover,
.js-hover img {
  cursor: pointer; }
.js-hover a:not(.btn) {
  text-decoration: underline; }
.js-hover h2 a:not(.btn),
.js-hover h3 a:not(.btn) {
  text-decoration: none;
  border-bottom-color: currentColor; }
.js-hover .btn svg {
  fill: #b0005a; }
.js-hover .btn-default {
  color: #b0005a;
  border-color: #b0005a; }
.js-hover .btn-primary {
  border-color: #b0005a;
  background: #b0005a; }
.js-hover .btn-secondary {
  color: #b0005a; }

.js .js-hidden {
  display: none; }

/*---------------------------------------------------------------------------*\
  #BACKGROUNDS
\*---------------------------------------------------------------------------*/
html .background-black {
  background: #000; }

html .background-magenta {
  background: #e20074; }

html .background-gray-lighter {
  background: #efefef; }

html .background-blue {
  background: #64b9e4; }

html .background-white {
  background: #fff; }

html .background-gray-lightest {
  background: #f6f6f6; }

html .background-green {
  background: #6db131; }

html .no-bold {
  font-weight: 500; }

html .bold {
  font-weight: 600; }

html .ultra-bold {
  font-weight: 900; }

html .v-center,
html .v-center-large {
  display: flex;
  align-items: center; }
  html .v-center > *:last-child,
  html .v-center-large > *:last-child {
    margin-right: 0; }
  html .v-center > .right,
  html .v-center-large > .right {
    margin-left: auto; }
  @media screen and (max-width: 479px) {
    html .v-center.flex-column-xxs,
    html .v-center-large.flex-column-xxs {
      align-items: flex-start; }
      html .v-center.flex-column-xxs > *,
      html .v-center-large.flex-column-xxs > * {
        margin-right: 0; }
        html .v-center.flex-column-xxs > *:first-child,
        html .v-center-large.flex-column-xxs > *:first-child {
          margin-top: 0; } }

html .v-top {
  display: flex;
  align-items: flex-start; }

html .v-center > * {
  margin-right: 5px; }
@media screen and (max-width: 479px) {
  html .v-center.flex-column-xxs > * {
    margin-top: 5px; } }

html .v-center-large > * {
  margin-right: 15px; }
@media screen and (max-width: 479px) {
  html .v-center-large.flex-column-xxs > * {
    margin-top: 11px; } }

.grow,
.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.nowrap {
  white-space: nowrap; }

.wrap {
  overflow: hidden;
  white-space: inherit;
  word-wrap: break-word;
  word-break: break-all; }

.sticky {
  position: sticky;
  top: 0; }

@media screen and (max-width: 479px) {
  .indent-left-xxs {
    padding-left: 30px; } }
@media screen and (max-width: 479px) {
  .indent-right-xxs {
    padding-right: 30px; } }
@media screen and (min-width: 480px) {
  .indent-left-xs {
    padding-left: 30px; } }
@media screen and (min-width: 480px) {
  .indent-right-xs {
    padding-right: 30px; } }
@media screen and (min-width: 768px) {
  .indent-left-sm {
    padding-left: 30px; } }
@media screen and (min-width: 768px) {
  .indent-right-sm {
    padding-right: 30px; } }
@media screen and (min-width: 992px) {
  .indent-left-md {
    padding-left: 30px; } }
@media screen and (min-width: 992px) {
  .indent-right-md {
    padding-right: 30px; } }
@media screen and (min-width: 1200px) {
  .indent-left-lg {
    padding-left: 30px; } }
@media screen and (min-width: 1200px) {
  .indent-right-lg {
    padding-right: 30px; } }
html .rounded {
  border-radius: 3px; }

html .rounded-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

html .rounded-bottom {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

html .flex-column {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 479px) {
    html .flex-column-xxs {
      flex-direction: column; } }

html .border-brand {
  border: 1px solid #e20074; }

html .flex {
  display: flex; }

html .inline-flex {
  display: inline-flex; }

html .inline-block {
  display: inline-block; }

.img-responsive-wrapper {
  flex-shrink: 0;
  max-width: 100%; }

html .top-50 {
  position: relative;
  transform: translate(0, -50%); }

html .border-top {
  border-top: 1px solid #efefef;
  padding-top: 15px; }

html .relative {
  position: relative; }

.align-items-end {
  align-items: end; }

@media screen and (min-width: 768px) {
  .align-items-md-center {
    align-items: center; } }

/*Liferay related styles*/
.portlet-borderless-container {
  position: static;
  min-height: 0; }
  .dockbar-ready .portlet-borderless-container, .staging-ready .portlet-borderless-container {
    position: relative;
    min-height: 2.5em; }

/*For hacks and ugly code that makes you ashamed*/
/**
* SHAME
*
*/
.aui .portlet-borderless-bar .portlet-options .dropdown-toggle {
  background-image: url(/tmcz-theme/css/../images/portlet/options_borderless.png); }
.aui .lfr-admin-panel .radio input[type="radio"],
.aui .lfr-admin-panel .radio-inline input[type="radio"],
.aui .lfr-admin-panel .checkbox input[type="checkbox"],
.aui .lfr-admin-panel .checkbox-inline input[type="checkbox"],
.aui .admin-signed-in.page-maximized .radio input[type="radio"],
.aui .admin-signed-in.page-maximized .radio-inline input[type="radio"],
.aui .admin-signed-in.page-maximized .checkbox input[type="checkbox"],
.aui .admin-signed-in.page-maximized .checkbox-inline input[type="checkbox"] {
  position: static; }
.aui .lfr-admin-panel a,
.aui .admin-signed-in.page-maximized a {
  border-bottom: 0; }
.aui .dropdown-menu {
  width: auto; }
.aui .collapse {
  display: block;
  visibility: visible; }
.aui .portlet-borderless-bar a,
.aui .lfr-meta-actions a {
  border-bottom: 0; }
.aui .dockbar {
  border-bottom: 0; }
.aui .navbar.navbar-fixed-top {
  position: static; }
.aui body.admin-signed-in.page-maximized {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.modal {
  display: block; }

[data-column-info].yui3-dd-drop-over:before {
  content: attr(data-column-info);
  font-size: 20px;
  color: #90989d; }

.lfr-edit-layout-panel .navbar {
  position: relative; }

.aui .dropdown-menu {
  z-index: 1001; }

.aui .navbar {
  position: static; }

html {
  background: #fff;
  /* WYSIWYG editor přebírá barvu definovanou v custom.css, tak aby nebyl černý, je potřeba nová definice. */ }

.dockbar-messages .footer {
  background: #fff; }

/* ---------- Tree view ---------- */
.tree-node .icon-check:before {
  content: "\f096"; }
.tree-node .tree-node-checked .icon-check:before {
  content: "\f046"; }