/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2024 | 10:11:14 */
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
.brodos_slider_wrapper {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.brodos_slider_wrapper .jet-listing.jet-listing-dynamic-repeater {
    display: flex;
    align-items: stretch;
	justify-content: stretch;
	height: 500px;
}
.brodos_slider_wrapper .jet-listing-dynamic-repeater__items {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block !important;
}
.brodos_slider_wrap.flexslider {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
	border: none;
}
.brodos_slider_list.slides {
    padding: 0;
}
.brodos_slider_wrap.flexslider .jet-listing-dynamic-repeater__item img {
    height: 500px !important;
    object-fit: cover;
}
.brodos_slider_wrap.flexslider .flex-direction-nav {
	display: none !important;
}
.brodos_slider_list.slides .jet-listing-dynamic-repeater__item {
    position: relative;
}
.brodos_slider_list.slides .jet-listing-dynamic-repeater__item .flex-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    padding: 50px 10% 50px 50px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    top: 0;
	width: 100%;
}
.brodos_slider_list.slides .jet-listing-dynamic-repeater__item .flex-caption h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
	text-shadow: 0px 0px 4px #000000;
	margin: 0;
}
.brodos_slider_list.slides .jet-listing-dynamic-repeater__item .flex-caption p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.25;
	text-shadow: 0px 0px 4px #000000;
	margin: 0;
}
.brodos_slider_list.slides .jet-listing-dynamic-repeater__item .flex-caption a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.brodos_slider_list.slides .jet-listing-dynamic-repeater__item .flex-caption a[href=""] {
    display: none;
}
.brodos_slider_wrap.flexslider .flex-control-nav {
	bottom: 15px;
    height: 6px;
}
.brodos_slider_wrap.flexslider .flex-control-paging li a {
    width: 6px;
    height: 6px;
    margin: 0 6px;
    background-color: rgb(0 0 0 / 20%);
}
.brodos_slider_wrap.flexslider .flex-control-paging li a.flex-active {
	background-color: rgb(0 0 0 / 100%);
}