/* ------------------
 styling for Frontier Slider
   ------------------   */

/* SLIDER TEST */

.frt-img-slide {
	display: none;
}

.frt-img-slide-title {
  position: absolute;
  left: 0;
  top: 0;
}

.frt-img-container:after,.frt-img-container:before {
  content: "";
  display: table;
  clear: both
}

.frt-img-container {
  padding: 0.01em 16px;
  position: relative
  }


.frt-image-slider-filter-fieldset {
  /*float: left;
	border-color: midnightblue;
	border-radius: 10px;
	border-width: 1px;
  */
  border: 0;
  width: fit-content;
  margin: 1px 5px 1px 2px;
  padding: 1px;

}

.frt-image-slider-filter-legend {
  font-weight: bold;
	color: midnightblue;
	font-size: 1.2em;

}


fieldset.frt-image-slider-select {
  float: left;
  margin: 1px 5px 1px 2px;
  padding: 5px;
  border-color: midnightblue;
  border-radius: 10px;
	border-width: 1px;
}

legend.frt-image-slider-select {
  text-align: center;
  font-weight: bold;
}

.frt-image-slide-count {
  font-size: 1.1em;

}

.frt-image-slide-title {
  font-size: 1.2em;
  font-weight: bold;
}

img.frt-img-slide-image {
  width: 90%;
  max-width: 1024px !important;
  max-height: 900px !important;
}

/* END CSS */
