/* .distanceSort{visibility: hidden;}
div [data-sv-distanceSort] {
    opacity: 0.5;
    pointer-events:none;
} */
ul.mobile-options > li.distanceSort,
ul.options > li.distanceSort,
ul.mobile-options > li > span.distanceSort,
ul.options > li > span.distanceSort {
    visibility: hidden;
    display: none;
}

.no-results{
    padding: 20px;
    text-align: center;
    min-height: 840px;
}
h4.no-results{
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    min-height: none;
}

.shared-layout {
    width: 100%;
    margin: 0 auto;
    background: white;
    position: relative;
}

input.shared-input {}

input.shared-input.input-text {}

input.shared-input.input-checkbox {}

button.shared-submit {}


/* Custom styled checkboxes */

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 1;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 1px;
    left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    font-size: 17px;
    content: '\f00c';
    color: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 0;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

input[type="checkbox"]:not(:checked):hover + label:after {
    opacity: 0.6;
}

.filters-wrapper {
    display: none;
    float: left;
    width: 300px;
}

.filters {
    padding: 40px 25px;
    /* background-color: #303d6b; */
    background-color: #2c2c2c;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}

.filters .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: 8px;
    color:#999;
    cursor: pointer;
}

.filters label {
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.filters h5 {
    color: #fff;
}
.filters label.keyword { color: #8dc63f; }

.filters .form-group {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.filters .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #2c2c2c;
    font-size: 18px;
}
.filters .form-group input::-moz-placeholder {
    opacity: 1;
    color: #2c2c2c;
    font-size: 18px;
}
.filters .form-group input:-ms-input-placeholder {
    opacity: 1;
    color: #2c2c2c;
    font-size: 18px;
}
.filters .form-group input:-moz-placeholder {
    opacity: 1;
    color: #2c2c2c;
    font-size: 18px;
}

.filters input.shared-input.input-text {
    width: calc(100% - 53px);
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-right: 0;
    color: #2c2c2c;
    background-color: #eeeeee;
    font-size: 18px;
    box-shadow: 0px 0px;
}
.filters input.shared-input.input-text:focus {
    background: #eeeeee;
}
.filters .date{
    padding: 0;
    border: 1px solid #585858;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.filters .date-sep { padding: 0;}
.filters .date-sep p{
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 15px;
}

.filters input.shared-input.input-date {
    height: 33px;
    padding: 0;
    margin-right: 0;
    color: #1d1d1d;
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
}

.filters button.shared-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8dc63f;
    height: 50px;
    width: 50px;
    margin: 0 0 0 3px;
    padding: 0;
    color: white;
    font-size: 22px;
}

.filters button.shared-submit:hover { color: white; }
.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit:hover * { color: white; }

.filters h3 {
    color: #fff;
    font-family: "CooperHewittSemibold";
    font-size: 16px;
    letter-spacing: 0;
}

.filters a.clear-filters {
    display: block;
    background-color: #8dc63f;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    margin-top: 35px;
    font-size: 20px;
    font-weight: bold;
}

.filters a.clear-filters:hover {
    opacity: 0.8;
}

.filters h4 {
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #eee;
    letter-spacing: 0;
}

.filters ul.filter-items {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.filters ul.filter-items > li input[type="checkbox"] {}

.filters input.disabled[type="checkbox"] + label,
.filters input.disabled[type="checkbox"] {
    display: none;
}

.filters ul.filter-items > li {
    position: relative;
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.filters ul.filter-items.showmore > li,
.filters ul.filter-items > li:nth-child(-n+5) {
    display: block;
}

.filters ul.filter-items > li > label {
    margin: 0;
}

.filters ul.filter-items > li > a {
    text-align: left;
}

.filters ul.filter-items > li.showmore {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    color: #8dc63f;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.filters ul.filter-items > li.showmore:hover {
    text-decoration: underline;
}

.results {
    padding: 20px 0;
    text-align: center;
}

ul.options {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-top: 1px solid #d8d7d7;
    border-bottom: 1px solid #d8d7d7;
}

ul.options > li {
    display: inline-block;
    vertical-align: top;
}

ul.options > li.title,
ul.options > li.sort-title {
    padding: 10px 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 27px;
    padding-left: 15px;
    color: #2c2c2c;
}

ul.options > li > span { display: inline-block; font-weight: 900; font-size: 20px;}

ul.options > li > a {
    display: inline-block;
    padding: 11px 0 9px;
    margin: 0 18px;
    font-size: 15px;
    line-height: 25px;
    color: #999;
    text-align: center;
    border-bottom: 2px solid transparent;
}

ul.options > li > a.selected,
ul.options > li > a.active,
ul.options > li > a:hover { 
    color: #8dc63f; 
    border-bottom: 3px solid #8dc63f;
    /* font-weight: 900; */
}

ul.options > li > a.view-option.selected,
ul.options > li > a.view-option.active,
ul.options > li > a.view-option:hover {
    color: #8dc63f;
    border-bottom: 3px solid #8dc63f;
    /* font-weight: 900; */
}

ul.options > li.sort-by-margin-fix > a {
    margin-left: 0;
}

ul.mobile-options {
    width: calc(100% - 30px);
    position: relative;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    background-color: #fff;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}

ul.mobile-options > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #b9b9b9;
    width: 32%;
}

ul.mobile-options > li.distanceBlocked {
    width: 49%;
}
ul.mobile-options > li.distanceBlocked:nth-child(2) {
    border-right: none;
}

ul.mobile-options li.sort-disabled {
    pointer-events: none;
    opacity: 0.5;
}

ul.mobile-options > li:last-of-type {
    border-right: 0;
}

ul.mobile-options > li > a {
    display: block;
    padding: 15px 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #2c2c2c;
    text-align: center;
    font-weight: bold;
}

ul.mobile-options > li > a > .fa { 
    color: #8dc63f;
    margin-left: 5px;
 }

ul.mobile-options li.active > a .fa:not(.fa-search) {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: rotate(180deg);
}

ul.mobile-options ul.options {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul.mobile-options .options-dropdown {
    position: absolute;
    left: -15px;
    top: 53px;
    z-index: 101;
    display: none;

}

ul.mobile-options .mobile-filters-parent .options-dropdown {
    max-width: 350px;
    width: 80%;
    min-width: 290px;
}

ul.mobile-options .options-dropdown::before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

ul.mobile-options > li.active > .options-dropdown {
    display: block;
}

/* ul.mobile-options > li.mobile-filters-parent.active > .options-dropdown {
    width: calc(100% + 30px);
    max-width: 375px;
    left: -15px;
} */

ul.mobile-options .options-dropdown.centered {
    right: 0;
    left: 0;
    width: 100%;
}

ul.mobile-options .options-dropdown.centered::before {
    left: 50%;
    border-color: transparent transparent #0498d9 transparent;
}

ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
    width: 100%;
    text-align: left;
    overflow-y: auto;
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
    display: flex;
    justify-content: center;
    width: auto;
}

ul.mobile-options li.distanceBlocked:nth-child(2) .options-dropdown {
    right:0;
    transform:none;
    left: auto;
}

/* ul.mobile-options li.filter.active a { padding: 11px 5px 9px; } */
a.rssLink { color: #fff; }
ul.mobile-options li.mobile-filters-parent {
    position: static;
}

.shared-map .infoWindow {}

.shared-map .infoWindow h5 {
    margin: 0;
    font-size: 20px;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: #212121;
}

.shared-map .infoWindow h5 a { color: #212121; }

.shared-map .infoWindow ul.contactInfo {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shared-map .infoWindow ul.contactInfo > li {
    margin-bottom: 5px;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #616161;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items span {
    padding-right: 10px;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items a {
    color: #212121;
    text-transform: uppercase;
}

.shared-items-container {
    /*display: none;*/
    width: 100%;
}

.shared-items {
    margin-bottom: 4px;
}

.shared-items .container{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
    max-width: 1050px;
    margin: auto;
}

.shared-items .shared-item {
    position: relative;
    background-color: #fff;
}

.layout-grid .shared-items .shared-item {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-rows: min-content 1fr;
    -ms-grid-rows: min-content 1fr;
    max-width: 325px;
    width: 38%;
    margin: 0 10px 20px;
}

.layout-grid .shared-items .shared-item .image-container {
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}

.layout-grid .shared-items .shared-item .contents {
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

@media only screen and (max-width: 640px) {
    .layout-grid .shared-items .shared-item {
        width: 100%;
        margin: 0 0 20px;
    }
}

.layout-list .shared-items .shared-item{
    margin-bottom: 20px;
    display: flex;
    width: 85%;
    box-shadow: 5px 0px 25px -2px rgba(0,0,0,0.1);
}
.shared-bottom .layout-list .shared-items .shared-item{
    width: 100%;
}
.layout-map .shared-items .shared-item,
.layout-map .shared-items .shared-item a{
    width: 100%;
}


.shared-items .shared-item .image-container { 
    position: relative;
}

.shared-items .shared-item.featured .image-container .feat-badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px;
    background-color: rgba(0,0,0,0.7);
    font-family: "rollerscript-smooth";
    font-size: 29px;
    color: white;
    line-height: 27px;
    z-index: 1;
}
.shared-items .shared-item.featured.map-item .image-container .feat-badge {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 10px 10px;
    background-color: rgba(0,0,0,0.7);
    font-family: "rollerscript-smooth";
    font-size: 20px;
    color: white;
    border-bottom: none;
    border-right: none;
    line-height: 27px;
    z-index: 1;
}
.layout-list .shared-items .shared-item.featured .image-container .feat-badge {
    font-size: 20px;
}

.layout-grid .shared-items .shared-item .image-container {
    /* padding-right: 15px; */
    z-index: 1;
}

.shared-items .shared-item .image-container a {
    display: inline;
}

.shared-items .shared-item .image-container img {
    width: 100%;
    height: 100%;
}

.shared-items .shared-item .image-container .image-date-block{
    width: 60px;
    height: 60px;
    background: #8dc63f;
    position: absolute;
    bottom: 20px;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 1;
}

.layout-list .shared-items .shared-item .image-container .image-date-block,
.layout-map .shared-items .shared-item .image-container .image-date-block{
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
}

.shared-items .shared-item .image-container .image-date-block span{
    display: block;
}

.shared-items .shared-item .image-container .image-date-block span.day{
    font-family:"trade-gothic-next";
    font-weight: 900;
    font-size: 36px;
    line-height: 24px;
}

.shared-items .shared-item .image-container .image-date-block span.month{
    font-family:"rollerscript-smooth";
    font-size: 18px;
    line-height: 16px;
}

.layout-list .shared-items .shared-item .image-container,
.layout-map .shared-items .shared-item .image-container {
    flex: 1;
}

.layout-list .shared-items .shared-item .image-container img {
    display: block;
    width: 100%;
}

.layout-map .shared-items .shared-item .image-container{overflow: hidden;}
.layout-map .shared-items .shared-item .image-container img{
    height: 100%;
    width: auto;
    position: absolute;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 40.063em) {
    .layout-list .shared-items .shared-item .image-container{overflow: hidden;}
    .layout-list .shared-items .shared-item .image-container img{
        height: 100%;
        width: auto;
        position: absolute;
        max-width: none;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.layout-map .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address a {margin-bottom: 10px}

.shared-items .shared-item .contents {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 0;
    text-align: left;
}

.layout-grid .shared-item .contents {
    /* width: calc(100% - 15px);
    margin-left: 20px;
    margin-top: -20px; */
    z-index: 1;
    background-color: #fff;
}

.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
    position: relative;
    padding-bottom: 0;
    flex: 2;
}

.shared-items .shared-item .contents .listing-links {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: auto;
}

.layout-list .shared-items .shared-item .contents .listing-links a {
    font-size: 17px;
}

.shared-items .shared-item .contents .listing-links a {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #8dc63f;
    font-weight: 900;
    padding: 10px;
    background-color: #fff;
}

.contentRender_name_plugins_listings_layout_list .shared-items .shared-item.featured .contents .listing-links a {
    width: calc(50% - 0.5px);
}

.shared-items .shared-item .contents .listing-links a.external {
    background-color: #73a133;
}

.shared-items .shared-item .contents .listing-links a i {
    margin-left: 7px;
}
.shared-items .shared-item .contents .listing-links a i.fa-eye {
    margin-left: 0;
    margin-right: 7px;
}
.shared-items .shared-item .contents .date-range {
    margin-bottom: 15px;
}

.layout-map .shared-items .shared-item .contents {padding: 10px 15px;}

.shared-items .shared-item .contents h2 {
    font-family: "trade-gothic-next";
    font-size: 21px;
    line-height: 25px;
    color: #2c2c2c;
    font-weight: 900;
    margin: 0 0 10px 0;
    letter-spacing: 0;
}

.shared-items .shared-item .contents h2 a:hover {
    color: #2c2c2c;
}

.layout-list .shared-items .shared-item .contents h2,
.layout-map .shared-items .shared-item .contents h2 {
    font-size: 16px;
    text-align: left;
}
.layout-map .shared-items .shared-item .contents h2 {
    font-size: 21px;
    line-height: 25px;
}
.shared-items .shared-item .contents .address,
.shared-items .shared-item .contents .address a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: normal;
}


@media (max-width: 640px) {
    .layout-map .shared-items .shared-item .contents h2 {font-size: 14px;}
    .layout-map .shared-items .shared-item .contents .address,
    .layout-map .shared-items .shared-item .contents .address a { font-size: 12px;}
}

.shared-items .shared-item .contents .address.distance,
.shared-items .shared-item .contents .address.distance a {
    margin-bottom: 0;
}

.shared-items .shared-item .contents .address .fa-map-marker-alt { 
    /* color: #565fbf;  */
    font-size: 17px;
    margin-right: 6px;
}

.layout-list .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address {
    text-align: left;
}

.layout-list .shared-items .shared-item .contents .dates {
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #aaa9a9;
    margin-bottom: 3px;
}

.shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .description p {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 22px;
    color: #444;
}

.layout-list .shared-items .shared-item .contents .description,
.layout-map .shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .actions .qv-btn {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 10px;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 0 none;
    margin: 0;
    padding: 0;
}

.layout-list .shared-items .shared-item .contents .actions .qv-btn {position: relative;}

.shared-items .shared-item .contents .actions .qv-btn p{
	font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.layout-map .shared-items .shared-item .contents .actions .qv-btn{display: none;}

.shared-items .shared-item .contents .actions .qv-btn .fa { color: #0498d9; }


.pagination-container.top-container {
    margin-bottom: 0px;
}

.pagination-container.top-container .pager {
    display: none;
}

.pagination { }
.pagination-container.bottom-container .pagination { padding-bottom: 30px; }

.pagination .total {
    font-size: 14px;
    line-height: 27px;
}

.pagination .total b {
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
}

.pagination .pager {
    text-align: center;
}

.pagination .pager a.disabled {
    color: #1d1d1d;
    opacity: 0.3;
    cursor: default;
}

.pagination .pager ul {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 240px;
}
.bottom-container .pagination .pager ul {
    margin: 0;
}
.pagination .pager li,
.listings-bottom .back-to-btn {
    display: inline-block;
    /* font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif; */
    font-size: 15px;
    padding: 0 5px;
    line-height: 1.6;
    font-family: inherit;
    font-weight: 400;
    font-family: 'trade-gothic-next', sans-serif;
}

.pagination .pager li a,
.back-to-btn i {
    color: #8dc63f;
    font-size: 24px;
}

.pagination .pager li a .fa {
    position: relative;
    top: 3px;
    font-size: 24px;
    line-height: 0;
}

@media (min-width: 1025px) {
    .pagination .pager li,
    .listings-bottom .back-to-btn {
        font-size: 20px;
    }
    .pagination .pager ul {
        margin: 0;
        width: 280px;
    }
    .pagination .pager li a,
    .back-to-btn i {
        color: #8dc63f;
        font-size: 30px;
    }
}

.overlay {
    display: none;
    width: 100%;
    height: calc(100% - 54px);
    position: absolute;
    top: 54px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.overlay.active {
    display: block;
}

.listings-bottom {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
    background-color: #fff;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    vertical-align: middle;
}
.listings-bottom .gap-column { display: block; }
.listings-bottom > .row > div {
    line-height: 27px;
    padding: 13px 0px;
    vertical-align: middle;
}
.back-to-btn {
    color: #2c2c2c;
    text-align: center;
    cursor: pointer;
}
.back-to-btn i { 
    color: #8dc63f; 
    margin-left: 5px;
    transform: translateY(3px);
}
.listings-bottom .pagination-container.bottom-container .pagination { padding-bottom: 0 }
.listings-bottom > .row > div.back-to {
    border-bottom: 1px solid #b9b9b9;
}

@media only screen and (min-width: 40.063em) {
    .results {
        text-align: left;
    }

    .listings-bottom > .row > div.back-to {
        border-bottom: 0;
    }
}

.listings-bottom .options {
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.listings-bottom .options .options-section {
    display: flex;
    justify-content: space-around;
    width: 1024px;
    align-items: center;
}
@media(max-width:640px){
    .listings-bottom .options .options-section {
        flex-direction: column;
        justify-content: center;
    }
    .listings-bottom .options .options-section .back-to {
        width: 100%;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #b9b9b9;
        height: 50px;
        align-items: center;
    }
    .listings-bottom .options .bottom-container {
        width: 100%;
        display: flex;
        justify-content: center;
    
        height: 50px;
        align-items: center;
    }
}
.back-to-btn {
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.back-to-btn i { 
    color: #db6027; 
    /* font-size: 18px; */
    margin-left: 10px;
}

@media only screen and (min-width: 64.063em) {
    .layout-list .shared-items .shared-item .contents{flex : 5;}
    .layout-list .shared-items .shared-item .contents h2 {
        font-size: 24px;
        line-height: 30px;
    }

    ul.options {
        display: block;
        text-align: center;
        padding-left: 8%;
    }

    .shared-items .shared-item .contents h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .shared-items .shared-item .contents .address, 
    .shared-items .shared-item .contents .address a {
        font-size: 18px;
        font-weight: normal;
    }

    .shared-items .shared-item .contents .address.date, 
    .shared-items .shared-item .contents .address.date a {
        font-size: 16px;
        font-weight: normal;
    }

    input[type="checkbox"]:not(:checked) + label, 
    input[type="checkbox"]:checked + label {
        font-size: 19px;
    }

    input[type="checkbox"]:not(:checked) + label:before, 
    input[type="checkbox"]:checked + label:before {
        top: 4px;
    }

    input[type="checkbox"]:not(:checked) + label:after, 
    input[type="checkbox"]:checked + label:after {
        top: 1px;
    }

    ul.options li.sort-disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .results-wrapper {
        margin-left: 350px;
        z-index: 1;
        position: relative;
    }
    .layout-list .shared-items .shared-item .image-container {
        flex: 3;
    }
    .results .spacer {
        display: block;
        width: 100%;
        height: 20px;
    }
    .filters-wrapper {
        display: block;
        width: 350px;
    }
    .mobile-options {
        display: none;
    }

    ul.options > li.sort-title,
    ul.options > li.pagination { padding-left: 15px; }

    .filters h4 { margin-top: 20px; }

    .filters a.clear-filters { margin-top: 30px; }

    .shared-items .shared-item .contents .actions {
        display: block;
    }
    .layout-list .shared-items .shared-item .contents .description {
        display: block;
    }
    .layout-grid .shared-items .shared-item .contents .description {
        display: none;
    }
    .layout-list .shared-items .shared-item .contents .actions {
        display: block;
    }
    .overlay.active {
        display: none;
    }
    .filters .close {
        display: none;
    }
    .pagination-container.top-container {
        position: relative;

    }
    .pagination-container.top-container .pager { display: block; }
    .layout-grid .shared-items .shared-item {
        margin-bottom: 35px;
    }
}

@media (min-width: 81.25em) {
    .layout-list .shared-items .shared-item .image-container {
        flex: 2;
    }
}

@media (min-width: 90.625em) {
    ul.options > li.title,
    ul.options > li.sort-title {
        font-size: 20px;
    }

    ul.options > li > a {
        font-size: 19px;
    }

    ul.options > li.sort-title, 
    ul.options > li.pagination {
        /* padding-left: 50px; */
    }

    ul.options {
        padding-left: 20%;
    }
}


@media only screen and (max-width: 64em) {
    .layout-list .shared-items .shared-item .contents .address { margin-bottom: 15px; }
    .layout-list .shared-items .shared-item .contents .actions .qv-btn {
        position: relative;
        left: 0;
        bottom: 0;
    }
}


.shared-map-container {
    display: none;
}

.layout-map .results{
    padding: 0;
}

.layout-map .shared-map-container {
    position: relative;
    display: block;
}

.shared-map {}

.layout-map .shared-items .container{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 139px);
}

@media (max-width: 1025px) {
    .layout-map .shared-items .container{
        height: calc(100% - 152px);
    }
}

@media (max-width: 640px) {
    .layout-map .shared-items .container{
        height: calc(100% - 127px);
    }
}


.layout-map .shared-items{margin-bottom: 0;}


.shared-map .gMapContainer,
.shared-map .gMapHolder {
    width: 100%;
    min-height: calc(100vh - 47px);
}

.shared-map-container .item-list-header {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
}
.shared-map-container .item-list-header h3 {
    color: #000;
    flex: 1;
    display: flex;
}

.shared-map-container .item-list-header h3 i.active {

    transform: rotate(0deg);

}
.shared-map-container .item-list-header h3 i {
    margin-left: 10px;
    transform: rotate(180deg);
    transition: transform .5s ease-out;;
    transform-origin: center center;
    cursor: pointer;
}



.shared-map-container .map-counter{
    display: none;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 5px;
    text-align: right;
    transform: translateY(30%);
    flex: 2;
}

@media (max-width: 640px) {
    .shared-map-container .item-list-header h3 {
        font-size: 22px;
        font-weight: 600;
    }
    .shared-map-container .map-counter{
        font-size: 12px;
        transform: none;
    }
}

.shared-map-container .shared-items {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    margin: 10px 15px 30px;
    width: 100%;
    max-width: 350px;
    height: 139px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
    transition: all ease .5s;
}

.shared-map-container .shared-items.active {
    height: calc(100% - 51px);
}

@media (max-width: 1025px) {
    .shared-map-container .shared-items {
        border-radius: 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
} 

.shared-map-container .shared-items .shared-item {
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    min-height: 82px;
    align-items: flex-start;
}


@media (max-width: 640px) {
    .shared-map-container .shared-items {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 640px) {
    .shared-map-container .shared-items {max-width: 250px;}
}

.shared-map-container .shared-items ul {
    overflow-x: visible;
    overflow-y: auto;
    position: relative;
    margin: 0;
    height: calc(100% - 80px - 68px);
}

.shared-map-container .shared-items .buttons {
    position: relative;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
    background-color: #303d6b;
    display: flex;
    justify-content: space-evenly;
}
.shared-map-container .shared-items .buttons button {
    display: block;
    background-color: #8dc63f;
    color: #fff;
    text-align: center;
    padding: 3px 40px;
    border-radius: 3px;
    margin: 0 30px;
}

@media (max-width: 1025px) {
    .shared-map-container .shared-items .buttons button { padding: 3px 25px;}
}

.shared-map-container .shared-items li {
    padding-bottom: 0 !important;
}


.shared-map-container [data-sv-open-map]{display: inherit;}
