.timeline.scaled {
  padding: 20px; }

.search .search-pad {
  background: #da2003;
  padding: 20px;
  box-shadow: inset 0 -6px 18px -6px rgba(0, 0, 0, 0.3); }

.handheld .search .handheld-container {
  display: block; }

.search .handheld-container {
  display: none; }

.search .search-pad .libel {
  color: #ffffff; }

.search .search-pad .label-control {
  width: 50%; }

.search .search-pad input[type="search"] {
  background: white !important;
  border-radius: 5px !important;
  padding: 10px !important;
  text-align: center;
  border: none !important; }

.search .begin-search, .search .close-search {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 2; }

.search .close-search i {
  color: #ffffff; }

.search .begin-search i {
  color: #f47e20; }

.timeline-container {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  min-height: 220px;
  height: 220px; }
  .timeline-container .timeline-wrapper {
    min-width: 100%;
    width: 100%;
    height: 85px;
    margin-top: 95px; }
  .timeline-container .timeline-wrapper .timeline-overflow {
    overflow: hidden;
    height: 100%;
    min-width: calc(100% - 84px);
    width: calc(100% - 84px); }
  .timeline-container .timeline-wrapper .timeline-overflow .node {
    top: 40px;
    border-radius: 20px;
    width: 10px;
    height: 6px;
    background: #f47e20;
    position: absolute;
    z-index: 1;
    -webkit-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    will-change: auto; }
    .timeline-container .timeline-wrapper .timeline-overflow .node.show {
      background: #353535; }
    .timeline-container .timeline-wrapper .timeline-overflow .node:after {
      content: attr(data-label);
      display: block;
      color: black;
      position: absolute;
      left: 50%;
      top: 8px;
      padding: 5px 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 150px;
      font-size: 12px;
      text-align: center;
      font-weight: 600; }
    .timeline-container .timeline-wrapper .timeline-overflow .node .hint-node {
      display: none; }
  .timeline-container .timeline-wrapper .timeline-overflow .node.is-hint .hint-node {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .timeline-container .timeline-wrapper .timeline-overflow .node.is-hint:after {
    display: none; }
  .timeline-container .timeline-wrapper .timeline-overflow .node:hover {
    background: #fb3315; }
  .timeline-container .timeline-wrapper .timeline-overflow .node-divider {
    height: 2px;
    background: #f47e20;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 0; }
  .timeline-container .timeline-wrapper .timeline-overflow .node-container {
    position: absolute;
    top: -4px;
    cursor: pointer;
    height: 18px; }
  .timeline-container .timeline-wrapper .timeline-overflow .node-container .node-title {
    position: absolute;
    left: 50%;
    top: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    text-align: center;
    width: 120px;
    font-weight: 600; }
  .timeline-container .node-content {
    padding: 5px;
    background: #f47e20;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 650px;
    border-radius: 4px; }
    .timeline-container .node-content .title {
      padding: 0 10px;
      font-size: 15px;
      font-weight: 600;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 340px; }
  .timeline-container .node-content:after {
    content: '';
    background: #f47e20;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }
  .timeline-container .node-content .img {
    min-width: 150px;
    width: 150px;
    height: 95px;
    border-radius: 3px;
    overflow: hidden;
    position: relative; }
  .timeline-container .node-content .img img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .timeline-container .node-content .description {
    font-size: 12px;
    padding: 5px 10px;
    height: 40px; }
  .timeline-container .timeline-wrapper i {
    color: #f47e20;
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #f47e20;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.4; }
  .timeline-container .timeline-wrapper i:hover {
    opacity: 1; }

.search-results {
  padding: 10px 0; 
  margin-top: 20px; }
  .search-results .results-header {
    padding: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(whitesmoke));
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=0 );
    border-bottom: 1px solid #e0e0e0; }
  .search-results h1.title-engine {
    font-size: 16px;
    color: #262626;
    margin: 0 15px 0 0;
    font-weight: normal; }
  .search-results .search-list {
    padding: 10px 0; }
  .search-results .search-list .lister {
    padding: 0 15px; }
  .search-results .highlight em {
    background: #ffffc4;
    padding: 2px;
    font-weight: 600;
    font-style: normal; }
  .search-results .catalog-list {
    min-width: 300px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 10px;
    background: #ffffff; }
  .search-results .catalog-list .featured-catalog .title {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #f47e20; }
  .search-results .catalog-list .featured-catalog .desc {
    font-size: 13px;
    padding: 0px 15px 15px 15px; }
  .search-results .catalog-list .featured-catalog .desc span:first-child:before {
    content: "..."; }
  .search-results .catalog-list .featured-catalog .desc span:after {
    content: "..."; }
  .search-results .catalog-list .featured-catalog .illustration {
    overflow: hidden; }
    .search-results .catalog-list .featured-catalog .illustration img {
      width: 100%;
      height: auto; }
  .search-results .catalog-list .related-catalog h1 {
    font-size: 14px;
    margin: 0;
    padding: 15px;
    color: #f47e20; }
  .search-results .catalog-list .related-catalog .item {
    width: calc(100% / 4);
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
    .search-results .catalog-list .related-catalog .item:hover {
      background: #f7f7f7; }
  .search-results .catalog-list .related-catalog .item .image {
    width: 100%;
    height: 72px;
    overflow: hidden; }
    .search-results .catalog-list .related-catalog .item .image img {
      width: auto;
      height: auto;
      max-height: 100%; }
  .search-results .catalog-list .related-catalog .item .title {
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px; }
  .search-results .search-list .sub-list {
    cursor: pointer;
    border-bottom: 1px solid #eee; }
    .search-results .search-list .sub-list:hover {
      background: -moz-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
      background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
      background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=1 ); }
    .search-results .search-list .sub-list .title {
      color: #f47e20;
      font-size: 18px; }
    .search-results .search-list .sub-list .grain-content {
      padding: 10px 10px 10px 0; }
    .search-results .search-list .sub-list .grain-content .image {
      width: 120px;
      min-width: 120px;
      height: 80px;
      overflow: hidden;
      margin-right: 10px; }
      .search-results .search-list .sub-list .grain-content .image img {
        width: 100%; }
    .search-results .search-list .sub-list .grain-content .desc .link a {
      color: #d4b589;
      font-size: 12px; }
    .search-results .search-list .sub-list .grain-content .desc .short-text {
      font-size: 13px; }
    .search-results .search-list .sub-list .grain-content .desc .short-text span:first-child:before {
      content: "..."; }
    .search-results .search-list .sub-list .grain-content .desc .short-text span:after {
      content: "..."; }

.search .no-result {
  padding: 0 10px;
  background: rgba(193, 28, 3, 0.1); }
  .search .no-result i {
    color: #f47e20;
    font-size: 24px;
    margin-right: 10px; }
  .search .no-result h1 {
    font-size: 16px;
    font-weight: normal; }

.search.mobile {
  padding: 10px;
  background: rgba(193, 28, 3, 0.14);
 
}

.search.mobile .search-results {
  display: none; }

.search.mobile .search-results.show-for-mobile {
  display: block; }

.search.mobile .search-results .catalog-list {
  min-width: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0; }

.search.mobile .search-results.hide-for-mobile {
  display: none; }

.search.mobile .search-results h1.title-engine {
  background: none;
  padding: 10px 0;
  color: #848484; }

.search.mobile .search-results .search-list .sub-list .grain-content .image {
  float: left; }

.search.mobile .search-results .search-list .lister {
  padding: 0; }

.search.mobile .search-results .search-list .sub-list {
  padding: 10px;
  background: #ffffff;
  margin-bottom: 10px; }

.clear {
  clear: both; }

.search .spinner {
  width: 8px;
  height: 8px;
  position: relative;
  margin-top: -8px; }

.search .spinner:before, .search .spinner:after {
  content: '';
  background-color: #f47e20;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out; }

.search .spinner:after {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(120%) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(120%) translateY(120%) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(120%) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cubemove {
  25% {
    transform: translateX(120%) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(120%) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(120%) translateY(120%) rotate(-179deg);
    -webkit-transform: translateX(120%) translateY(120%) rotate(-179deg); }
  50.1% {
    transform: translateX(120%) translateY(120%) rotate(-180deg);
    -webkit-transform: translateX(120%) translateY(120%) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(120%) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(120%) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

.search [select-behavior] .option {
  position: relative;
  padding-left: 30px; }

.search [select-behavior] [data-sb-selected="true"].option:before,
.search [select-behavior] [data-sb-selected="true"].option:after {
  background: #fff; }

.search [select-behavior] .option:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #f47e20;
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 10px;
  transform: translateY(-50%); }

.search [select-behavior] .option:after {
  content: "";
  display: block;
  height: 40px;
  width: 2px;
  background: #b9183e;
  position: absolute;
  left: 13px;
  top: 0; }

.search.mobile .second-select {
  height: 70px;
  background: #f47e20;
  color: white;
  border-radius: 3px; }
  .search.mobile .second-select.opened {
    height: auto; }

.search.mobile [select-behavior] .display-option .img {
  min-width: 105px;
  width: 105px;
  height: 70px;
  overflow: hidden;
  margin-right: 8px; }

.search.mobile [select-behavior] .display-option .img img {
  height: 100%; }

.search.mobile [select-behavior] .display-option .title {
  font-weight: bold; }

.search.mobile [select-behavior] .display-option .description {
  height: 45px;
  overflow: hidden;
  font-size: 11px; }

.search.mobile .search-area-mobile {
  background: #fff;
  margin: -10px -10px;
  padding: 10px; 
}

.search.mobile .search-results .results-header {
  display: none; }

.search.mobile .search-results .results-header.searching {
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -10px;
  right: -10px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5; }
  .search.mobile .search-results .results-header.searching .spinner {
    top: 45px;
    left: 50%;
    z-index: 7;
    transform: translate(-50%, -50%);
    margin: 0;
    position: absolute; }

.search.mobile .no-result {
  background: none; }
