.ui-slider {

  width: 300px;
  height: 5px;
  border: 1px solid #ddd;
  height: 5px;
  background-color: #fefefe;
  outline: none;
  display: block;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 1px 1px #fff, inset 0 1px 1px #ddd;

}

.ui-slider .ui-slider-handle {

  border-radius: 10em;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: -8px;
  margin-left: -10px;
  outline: none;
  cursor: default;
  border: 1px solid #ddd;
  box-shadow: 0 0 1px #999;
  background-color: #f1f1f1;

}

.ui-slider .ui-slider-range {

  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-color: green;
  opacity: 0.8;

}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {

  -webkit-filter: inherit;
          filter: inherit;

}

.ui-slider .ui-slider-range-min {

  left: 0;

}

.ui-slider .ui-slider-range-max {

  right: 0;

}

/* -- -- */

.rb-distance-from {

  position: relative;
  margin-bottom: 20px;

}

.distance-from-show {

  margin-top: 10px;
  text-align: right;

}

/* -- Properties Archive Single -- */
.rbp-property-block {

  width: 31.33%;
  float: left;

  margin-right: 3%;
  margin-bottom: 20px;

  box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );

}

.archive-properties-container a:nth-of-type( 3n ) .rbp-property-block {

  margin-right: 0;

}

.rbp-property-block .image {

	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;

}

.rbp-property-block .content {

  position: relative;

  height: 100px;

	background-color: #fff;
	padding: 20px 15px;

}

.rbp-property-block .content .price {

	position: absolute;
	bottom: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;

}

/* */

.property-search-widget input[name="ap"] {

  width: 200px;
  padding: 5px;

  box-sizing: border-box;

  margin-bottom: 10px;

}

.property-search-widget button[type="submit"] {

  box-sizing: border-box;
  padding: 5px;

  width: 31px;
  height: 31px;

}

.property-search-widget select {

  padding: 5px;
  width: 231px;

  margin-bottom: 10px;

}

.property-search-widget input[name="postcode"],
.property-search-widget input[name="price-min"],
.property-search-widget input[name="price-max"] {

  padding: 5px;

  margin-bottom: 10px;

}

.property-search-widget .rb-distance-from {

  margin-top: 15px;

}

.property-search-widget .property-type {

  margin-bottom: 15px;

}

.property-search-widget input[type="submit"] {

  padding: 5px;
  box-sizing: border-box;

}

.property-search-widget .property-type input {

  margin-right: 10px;

}

.property-search-widget .search-row {

  margin-bottom: 10px;

}

.property-search-widget .search-row h3 {

  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;

}

.property-search-widget button[type="submit"] {

    background: #373434;
    border-style: none;
    cursor: pointer;

}

.property-search-widget button[type="submit"] i {

    color: #fff;

}

/* -- * -- */
/* Customize the label (the container) */
.fancy-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.fancy-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.fancy-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.fancy-radio input:checked ~ .checkmark {
  background-color: #373434;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.fancy-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.fancy-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
