.warp {
	padding-bottom: 120px;
}

#extand_input {
  width: 150px;
    transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
}

#extand_input:focus {
  width: 700px;
}

#wide_search_bar {
	width: 100%;
}

#fullwide.results.visible {
  position: inherit !important;
  margin: 0 auto !important;
}

.stripe {
  padding: 0em 0px;
}

/* Step Completed */
.ui.steps .completed.step,
.ui.steps .completed.step .title,
.ui.steps .completed.step .description {
  color: #147A2D;
}

/* Step Canceled */
.ui.steps .step.canceled > .icon:before,
.ui.ordered.steps .step.canceled:before {
  color: #db2828;
}

.ui.steps .step.canceled > .icon:before,
.ui.ordered.steps .step.canceled:before {
  font-family: 'Icons';
  content: '\f00d';
}

.ui.steps .canceled.step {
  cursor: auto;
  background: #FFFFFF;
  pointer-events: none;
}

.ui.steps .canceled.step,
.ui.steps .canceled.step .title,
.ui.steps .canceled.step .description {
  color: #9f3a38;
}

.ui.steps .canceled.step:after {
  background: #FFFFFF;
}

/* Step Skipped */
.ui.steps .step.skipped > .icon:before,
.ui.ordered.steps .step.skipped:before {
  color: #767676;
}

.ui.steps .step.skipped > .icon:before,
.ui.ordered.steps .step.skipped:before {
  font-family: 'Icons';
  content: '\f064';
}

.ui.steps .skipped.step {
  cursor: auto;
  background: #FFFFFF;
  pointer-events: none;
}

.ui.steps .skipped.step,
.ui.steps .skipped.step .title,
.ui.steps .skipped.step .description {
  color: rgba(40, 40, 40, 0.3);
}

.ui.steps .skipped.step:after {
  background: #FFFFFF;
}