html {font-size: 16px;}
div.mod-fwre-slideshow  {
    margin: 0 0 20px;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-big-wrapper {
    position: relative;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-big-image {
    width: 100%;
    position: absolute;
	text-align: center;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-big-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
div.mod-fwre-slideshow .fwre-slideshow-image-fill .mod-fwre-slideshow-big-image img {
    object-fit: cover;
}

div.mod-fwre-slideshow .mod-fwre-slideshow-big-image-description {
    width: 30rem;
    position: absolute;
    padding: 1rem 1.5rem;
    right: 3.5rem;
    bottom: 10rem;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.98);
}
div.mod-fwre-slideshow .mod-fwre-slideshow-big-image-description {
    color: #777;
    text-decoration: none;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-top {
    color: #fff;
    position: absolute;
    right: 0rem;
    top: -2rem;
    text-shadow: 0 1px 1px #555;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-top i {
    color: #fff;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-status {
    color: #323131;
    display: inline-block;
    margin-left: .5rem;
    padding: 0 .5rem;
    font-size: .85rem;
    line-height: 1.5rem;
    border-radius: 3px;
    text-shadow: none;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-info i {
    color: #c5c5c5;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-info hr {
    margin: .75rem 0;
    border: .5px solid #eee
}
div.mod-fwre-slideshow .mod-fwre-slideshow-title {
    color: #424242 !important;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    float: left;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-address {
    color: #424242;
    clear: both;
    margin-bottom: .6rem;
    font-size: .9rem;
    line-height: 1.5;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-text {
    margin-top: .6rem;
    font-size: .95rem;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-more {
    text-align: right;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-price {
    max-width: 50%;
    font-size: 1.15rem;
    font-weight: bold;
    float: right;
    line-height: 1.2;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-price {
    color: #424242;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-icons {
    max-width: 50%;
    line-height: 1.2;
    float: left;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-icons span {
    margin-right: .5rem;
}
div.mod-fwre-slideshow .fwre-list-item-agent {
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: .5px solid #eee;
}
div.mod-fwre-slideshow .fwre-list-item-agent .fwre-list-item-agent-title {
    margin-left: .5rem;
    font-size: 70%;
    text-transform: uppercase;
}

/* Thumbnail styles based on bottom option */
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-wrpper {
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: .25rem 2rem;
    bottom: 1rem;
    left: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.25);
}
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-move-prev,
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-move-next {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2rem;
    z-index: 120;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-move-next {
    left: auto;
    right: 0;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-film {
    display: flex;
    flex-direction: row;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-img {
    margin: .25rem;
    z-index: 110;
    display: inline-grid;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-img:hover,
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-img.image-selected {
    background: #f7e9c7;
    border-color: #daa520;
}
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-img img:hover,
div.mod-fwre-slideshow .mod-fwre-slideshow-thumb-img.image-selected img {
    opacity: 1;
}

/* Thumbnail styles for left & right options based on left */
div.mod-fwre-slideshow .thumbnail-position-left .mod-fwre-slideshow-big-image-description {
    right: 3.5rem;
    bottom: 3.5rem;
}
div.mod-fwre-slideshow .thumbnail-position-left .mod-fwre-slideshow-thumb-wrpper,
div.mod-fwre-slideshow .thumbnail-position-right .mod-fwre-slideshow-thumb-wrpper {
    width: auto;
    height: 100%;
    padding: 2rem .25rem;
    bottom: auto;
    left: 1rem;
}
div.mod-fwre-slideshow .thumbnail-position-left .mod-fwre-slideshow-thumb-move-prev,
div.mod-fwre-slideshow .thumbnail-position-left .mod-fwre-slideshow-thumb-move-next,
div.mod-fwre-slideshow .thumbnail-position-right .mod-fwre-slideshow-thumb-move-prev,
div.mod-fwre-slideshow .thumbnail-position-right .mod-fwre-slideshow-thumb-move-next {
    padding: 0;
    height: 2rem;
    width: 100%;
    text-align: center;
    line-height: 2rem;
}
div.mod-fwre-slideshow .thumbnail-position-left .mod-fwre-slideshow-thumb-move-next,
div.mod-fwre-slideshow .thumbnail-position-right .mod-fwre-slideshow-thumb-move-next {
    top: auto;
    bottom: 0;
}
div.mod-fwre-slideshow .thumbnail-position-left .mod-fwre-slideshow-thumb-move-prev::before,
div.mod-fwre-slideshow .thumbnail-position-right .mod-fwre-slideshow-thumb-move-prev::before {
    top: 0;
    content: '\f106';
}
div.mod-fwre-slideshow .thumbnail-position-left .mod-fwre-slideshow-thumb-move-next::before,
div.mod-fwre-slideshow .thumbnail-position-right .mod-fwre-slideshow-thumb-move-next::before {
    top: 0;
    content: '\f107';
}
div.mod-fwre-slideshow .thumbnail-position-left .mod-fwre-slideshow-thumb-film,
div.mod-fwre-slideshow .thumbnail-position-right .mod-fwre-slideshow-thumb-film {
    flex-direction: column;
}


/* Thumbnail styles for right option */
div.mod-fwre-slideshow .thumbnail-position-right .mod-fwre-slideshow-big-image-description {
    left: 3.5rem;
    bottom: 3.5rem;
    right: auto;
}
div.mod-fwre-slideshow .thumbnail-position-right .mod-fwre-slideshow-thumb-wrpper {
    left: auto;
    right: 1rem;
}
