.shared-layout {
    width: 100%;
    margin: 0 auto;
}

/* Distance Sorts Adjustments */

.distanceSort{visibility: hidden;}

ul.mobile-options > li[data-sv-distancesort],
ul.options .controlled-width-listing > div[data-sv-distancesort] {
    display: none;
}

.events ul.mobile-options > li[data-sv-distancesort],
.events ul.options .controlled-width-listing > div[data-sv-distancesort]{
    opacity: 1;
    display: block;
}

.shared-list:not(.events) ul.mobile-options > li[data-sv-distancesort] a,
.shared-list:not(.events) ul.options .controlled-width-listing > div[data-sv-distancesort] li a{
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #009cc7;
    color: #fff;
    font-size: 14px;
    
}

@media (max-width: 1024px) {
    .shared-list:not(.events) ul.mobile-options > li[data-sv-distancesort] a,
    .shared-list:not(.events) ul.options .controlled-width-listing > div[data-sv-distancesort] li a{
        padding: 10px 0;
    }
}

.shared-list:not(.events) ul.mobile-options > li[data-sv-distancesort] a.selected,
.shared-list:not(.events) ul.options .controlled-width-listing > div[data-sv-distancesort] li a.selected{
    display: none;
}

.shared-list:not(.events) ul.options .controlled-width-listing > div[data-sv-distancesort] li a{margin-bottom: 10px;}

@media (max-width: 641px) {
    ul.mobile-options > li[data-sv-distancesort] a{font-size: 12px;}
}

/* Custom styled checkboxes */

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    z-index: 9999;
    margin: 0;
    width: 15px;
    height: 15px;
}

input[type="checkbox"]:not(:checked):hover,
input[type="checkbox"]:checked:hover {
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    background: #f4f4f0;
    border: 1px solid black;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 4px;
    left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    width: 13px;
    height: 13px;
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: 100;
    content: '\f00c';
    background-color: #918a3c;
    color: white;
    position: absolute;
    top: 5px;
    left: 2px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

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 {
	position: relative;
	z-index: 10;
    float: left;
    width: 300px;
}

.filters {
    padding: 15px 20px;
    background-color: #f4f4f0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
    .filters {
        height: 100vh !important;
    }
}

.filters .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
}

.filters .filter-by {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.filters label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.filters label.keyword { color: #0498d9; }

.filters .form-group {
    position: relative;
    background-color: #e5e5dd;
}

.filters input.disabled[type="checkbox"] + label,
.filters input.disabled[type="checkbox"] {
    display: none;
}

.filters .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #009cc7;
}
.filters .form-group input::-moz-placeholder {
    opacity: 1;
    color: #009cc7;
}
.filters .form-group input:-ms-input-placeholder {
    opacity: 1;
    color: #009cc7;
}
.filters .form-group input:-moz-placeholder {
    opacity: 1;
    color: #009cc7;
}

.filters input.shared-input.input-text {
    width: 100%;
    height: 33px;
    padding: 0;
    margin-right: 0;
    margin-bottom: 35px;
    background-color: #f4f4f0;
    border: transparent;
    box-shadow: 0px 0px 0px;
    border-bottom: 2px solid #009cc7;
    font-size: 17px;
}

.filters button.shared-submit {
    position: absolute;
    right: 0;
    bottom: 3px;
    background-color: transparent;
    height: 33px;
    margin: 0;
    padding: 7px 0 0 14px;
}

.filters button.shared-submit .fa {
    color: #009cc7;
    margin-left: 5px;
    font-size: 18px;
}

.filters a.clear-filters {
    display: block;
    text-align: center;
    padding: 8px 18px;
    margin-bottom: 10px;
    border: 2px solid #c6672e;
    color: #c6672e;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.filters .filter-label {
    color: #275d74;
    font-size: 18px;
    font-family:'Museo Sans W01_700';
    margin-bottom: 15px;
}

.filters ul.filter-items {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.filters ul.filter-items > li {
	position: relative;
	display: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
}

.filters .showmore {
    background-color: transparent;
    padding: 0;
    margin: 10px 0 15px;
    color: #918a3c;
    font-size: 15px;
    font-family: 'Museo Sans W01_700';
    cursor: pointer;
}

ul.mobile-options .filters .showmore > i.fa {
    margin-left: 8px;
    font-size: 18px;
    color: #918a3c;
}

.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;
    color: black;
}

.filters ul.filter-items > li > label > span {
    color: #009cc7;
    display: inline-block;
    margin-left: 5px;
}

.filters ul.filter-items > li > a {
    text-align: left;
}

.results-wrapper {
    margin-left: 300px;
}

.results {
    padding: 0px 0px 20px;
    text-align: center;
}

.controlled-width-listing {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.options {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.options > li {
    display: inline-block;
    vertical-align: top;
}

ul.options > li > a {
    color: #918a3c;
}

ul.options > li.title,
ul.options > li.sort-title {
    padding: 0px 5px;
    font-size: 14px;
    line-height: 17px;
    padding-left: 15px;
}

ul.options > li > span { display: inline-block; }

ul.options .controlled-width-listing > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.options .controlled-width-listing > div > li > a {
    display: inline-block;
    padding: 11px 12px 9px;
    font-size: 16px;
    line-height: 25px;
    color: lightgray;
    text-align: center;
    border-bottom: 2px solid transparent;
}

ul.options .controlled-width-listing > div > li > a.active,
ul.options .controlled-width-listing > div > li > a.selected {
    color: #918a3c;
}

ul.options .sort-title {
    font-weight: bold;
    color: black;
}

ul.mobile-options {
    display: none;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    list-style: none;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

ul.mobile-options > li {
    flex: 1;
    position: relative;
    border-right: 1px solid #ddd;
}

ul.mobile-options > li:last-of-type {
    border-right: 0;
}

ul.mobile-options > li > a {
    display: block;
    padding: 11px 15px 9px;
    font-size: 14px;
    line-height: 22px;
    color: #1d1d1d;
    text-align: center;
}

ul.mobile-options > li .fa {
     color: #918a3c;
     font-size: 18px;
     font-weight: bold;
     margin-left: 8px;
 }

ul.mobile-options > li.active a > .fa {
    transform: rotate(180deg);
}

ul.mobile-options ul.options {
	background-color: #fff;
    border: 0;
}

ul.mobile-options .options-dropdown {
    position: absolute;
    left: 0px;
    z-index: 100;
    display: none;
}

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 .options-dropdown.centered {
    right: 0;
    left: 0;
    width: 100%;
}

ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
    width: 250px;
    text-align: left;
    overflow-y: auto;
    box-shadow: 6px 12px 16px rgba(0,0,0,0.2);
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
    display: inline-block;
    width: auto;
    padding: 15px 0;
}

/* ul.mobile-options li.filter.active .tab-title::before {
    content: 'Close ';
} */
ul.mobile-options li.filter.active a { padding: 11px 5px 9px; }

.shared-map-container {
    opacity: 0;
    height: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.layout-map .shared-map-container {
    opacity: 1;
    height : auto;
    position: relative;
    z-index: 1;
    overflow: unset;
}

.gMapContainer,
.gMapHolder {
    width: 100%;
    height: calc(100vh - 47px);
}
.detail-content-panel .gMapContainer,
.detail-content-panel .gMapHolder { height: 500px; }

.layout-map .map-list-cont {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 400px;
    height: 85%;
    background-color: white;
    overflow: hidden;
    padding-bottom: 100px;
}

.layout-map .map-list {
    height: calc(100% - 65px);
    overflow-y: scroll;
}

.layout-map .map-list-heading {
    border-bottom: 3px solid whitesmoke;
}

.layout-map .map-list-cont .pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.layout-map .listings-bottom {
    display: none;
}

.layout-map .map-list-cont .listings-bottom {
    display: block;
}

.shared-items-container {
    opacity: 1;
    height: auto;
    width: 100%;
    padding-top: 40px;
    border-top: 2px solid #f4f4f0;
    z-index: 1;
    overflow: unset;
}

.shared-items {
    margin-bottom: 4px;
}

[data-sv-items-wrapper] {
    list-style: none;
    margin-left: 0;
    width: 100%;
}

[data-sv-items-wrapper].grid-view {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
}

[data-sv-items-wrapper].grid-view > li {
    width: 33.3333%;
    padding: 0;
    margin-bottom: 35px;
    border-bottom: 2px solid #f4f4f0;
}

[data-sv-items-wrapper].grid-view > li:nth-last-child(-n+3) {
    border-bottom: transparent;
}

.layout-list [data-sv-items-wrapper] {
    flex-direction: column;
}

.layout-map .shared-items {
    list-style: none;
}

.layout-list .shared-items .shared-item {
    display: flex;
	width: 45%;
    margin-bottom: 35px;
    padding-left: 0;
}

.layout-map .shared-items .shared-item {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    border-bottom: 2px solid whitesmoke;
}

.layout-list .shared-items .shared-item .contents {
    flex: 1;
    padding: 10px 25px 5px;
}

.layout-map .shared-items .shared-item .contents {
    width: 100%;
    padding: 4px 8px;
}

.layout-list .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address {
    margin-bottom: 10px;
}

.layout-map .shared-items .shared-item .contents .address {
    font-size: 14px;
}

.layout-list .shared-items .shared-item .listing-btns .book-now,
.layout-map .shared-items .shared-item .listing-btns .book-now {
    margin: 0 0 0 25px;
    font-size: 13px;
}

/* .layout-list .shared-items .shared-item .image-container {
    width: 190px;
} */

.layout-map .shared-items .shared-item .image-container {
    width: 140px;
}

.layout-map .shared-items .shared-item .listing-btns {
    display: none;
}

.layout-map .shared-items .shared-item .contents h2 {
    font-size: 15px;
}

.layout-map .shared-items-container {
    opacity: 0;
    height: auto;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.layout-map .results-wrapper .clearfix {
    display: none;
}

.shared-items .container {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
}

.layout-list .shared-items .container{
	justify-content: flex-start;
	padding-left: 30px;
}

.layout-grid .shared-items .shared-item {
    position: relative;
    max-width: 300px;
	width: 38%;
	margin: 0 15px 20px;
}

.shared-items .shared-item.featured .feat-listing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    background-color: #009cc7;
        z-index: 2;
}

.shared-items .shared-item .image-container-container {
    position: relative;
    margin-bottom: 0;
}

.layout-list .shared-items .shared-item .image-container-container .spacer {
    padding-bottom: 66.05263%;
    width: 100%;
    height: 0;
}

.layout-list .shared-item .image-container-container { flex: 1; }

.layout-list .shared-item .image-container-container .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.shared-items .custom-prev,
.shared-items .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px !important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}

.shared-items .custom-prev {
    left: 1px;
}

.shared-items .custom-next {
    right: 1px;
}

.shared-items .shared-item .image-container .custom-prev > img,
.shared-items .shared-item .image-container .custom-next > img {width: auto;}



.shared-items .shared-item .image-container a {
    display: block;
}

.shared-items .shared-item .image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.shared-items .shared-item .image-container .image-date-block {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 8px 5px;
}

.shared-items .shared-item .contents {
	position: relative;
    padding: 12px 0;
    text-align: left;
}

.shared-items .shared-item .contents h2 {
    font-family: "Museo Sans W01_900", Arial, Helvetica;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin: 0 0 5px 0;
    letter-spacing: 0;
}

.shared-items .shared-item .contents h2 a {
    color: #1d1d1d;
}

.shared-items .shared-item .contents .address {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.shared-items .shared-item .contents p.address a { color: #2d2d2d; }

.shared-items .shared-item .contents .address .fa {
    color: #918a3c;
    font-size: 16px;
    margin-right: 5px;
}

.shared-items .shared-item .listing-btns a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #7ec9e2;
    padding: 6px;
}

.shared-items .shared-item .listing-btns a:first-of-type {padding-left: 0;}

.shared-items .shared-item .listing-btns a:first-of-type {
    margin-right: 25px;
}

.shared-items .shared-item .listing-btns .book-now {
    padding: 8px 12px;
    border: 2px solid #275d74;
    color: #275d74;
    font-weight: bold;
    font-size: 15px;
    margin: 25px 0;
}

.shared-items .shared-item .contents .dates {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.listings-bottom {
    position: relative;
    border-bottom: 2px solid #f4f4f0;
    vertical-align: middle;
    font-family:'Museo Sans W01_900';
    padding-bottom: 30px;
}

.back-to-btn {
    color: black;
}

.back-to-btn i {
     color: #918a3c;
     margin-left: 8px;
     font-size: 20px;
 }

.listings-pager {
	vertical-align: middle;
    font-family:'Museo Sans W01_900';
    display: flex;
    padding: 0 0.9375rem;
}

/* .layout-list .shared-items .shared-item .image-container {
    width: 262px;
    height: 173px;
} */

@media (max-width: 1024px) {
    /* .layout-list .shared-items .shared-item .image-container {
        width: 334px;
        height: 220px;
    } */
}
@media (max-width: 640px) {
    /* .layout-list .shared-items .shared-item .image-container {
        width: 140px;
        height: 92px;
    } */
    .listings-pager { display: block; }
}

.listings-pager > .gap-column { flex: 2; }
.listings-pager > .back-to {
    flex: 1;
    display: flex;
    justify-content: center;
}
.listings-pager > .pagination-container {
    flex: 1 1 290px;
    justify-content: flex-end;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .listings-pager > .gap-column { flex: 0; }
    .listings-pager > .back-to {
        flex: 1;
        justify-content: flex-start;
        padding-left: 20px;
    }
    .listings-pager > .pagination-container {
        flex: 1;
    }
}

@media (max-width: 640px) {
    .listings-pager { display: block; }

    .listings-pager .back-to {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    .listings-pager > .pagination-container {
        display: block;
    }
}

.listings-pager .pagination {
    display: flex;
    list-style: none;
    margin: 0;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

@media (max-width: 640px) {
    .listings-pager .pagination {
        justify-content: center;
    }
}

.listings-pager .pagination > li {
    display: inline-block;
    float: none;
    font-size: 16px;
    height: auto;
    margin-left: 15px;
}
.listings-pager .pagination > li a {
	border-radius: 0px;
    padding: 0;
    background: transparent !important;
    width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.listings-pager ul.pagination > li a:hover {
    background-color: transparent;
}

.listings-pager .pagination a > .fa.fa-angle-double-left {
    font-size: 20px;
    margin-right: 8px;
    color: #918a3c;
}

.pagination .pagination-prev,
.pagination .pagination-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #918a3c;
}

.listings-pager .pagination-prev i,
.listings-pager .pagination-next i {
    font-size: 20px;
    color: white;
}

.listings-pager .pagination a > .fa.fa-angle-double-right {
    font-size: 20px;
    margin-left: 8px;
    color: #918a3c;
}

@media (max-width: 1024px) {
    .shared-items-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .layout-list .shared-items .container{
        padding-left: 0;
        padding-right: 0;
    }
    .desktop-filters,
    ul.options {
        display: none;
    }
    .results-wrapper {
        margin-left: 0;
    }
    ul.mobile-options {
        display: flex;
    }
    .layout-list .shared-items .shared-item {
        padding-left: 0;
        width: 100%;
    }

    @media (max-width: 1024px) {
        .shared-list
        .shared-list.layout-list.events .shared-items .shared-item{width: 100%;}
    }



    ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
        width: 300px;
    }
}

@media (max-width: 800px) {
    [data-sv-items-wrapper].grid-view > li {
        width: 50%;
    }
}

@media (max-width: 641px) {
	.shared-items .shared-item {
		padding: 0;
	}
    [data-sv-items-wrapper].grid-view > li,
    .layout-grid .shared-items .shared-item {
        width: 100%;
    }
    ul.options li:nth-of-type(2) { margin-right: 6px; }
    ul.options > li.distanceSort { margin-left: 6px; }
    ul.options > li.title,
    ul.options > li.sort-title {
    	line-height: 18px;
    	padding: 0;
    }
    ul.options > li > a { margin-right: 10px; }
    ul.mobile-options > li.active > .options-dropdown > ul.options {
        position: relative;
        width: 300px;
        left: -95px;
    }
    ul.mobile-options > li:last-child.active > .options-dropdown > ul.options {
        position: relative;
        width: 300px;
        left: -216px;
    }
    .layout-map .map-list-cont {
        display: none;
    }
    .shared-items-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .layout-list .shared-items .shared-item{width: 100%;}

    body .shared-items .custom-prev,
    body .shared-items .custom-next{
        width: 30px !important;
        height: 40px;
    }

    .layout-list .shared-items .shared-item .contents {
        padding: 10px 10px 5px;
    }

    .layout-list .shared-items .shared-item .listing-btns .book-now,
    .layout-map .shared-items .shared-item .listing-btns .book-now{
        margin: 25px 0;
    }
    .back-btn-cont {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .pagination-container {
        display: flex;
        justify-content: center;
    }
}

/* Featured Events/Offers/etc */

.feat-event-slider,
.feat-offers-slider { margin-bottom: 50px; }


/* Map Results Window */

.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% - 132px);
    }
}

@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;
}

.shared-map-container .map-counter{
    display: inline-block;
    font-family: 'Museo Sans W01_700', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 5px;
    text-align: right;
    transform: translateY(40%);
    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;
    bottom: 0;
    margin: 10px 15px 30px;
    width: 100%;
    max-width: 350px;
    height: calc(100% - 51px);
    padding-bottom: 43px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    transition: all ease .5s;
}
@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;
    width: 100%;
    min-height: 82px;
    align-items: flex-start;
}


@media (max-width: 1025px) {
    .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: #1d1d1d;
    display: flex;
    justify-content: space-evenly;
}
.shared-map-container .shared-items .buttons button {
    display: block;
    background-color: #0498d9;
    font-family: 'Museo Sans W01_700', Arial, Helvetica, sans-serif;
    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;}

@media (max-width: 1025px) {
    .shared-map-container .nav-gear {
        display: none;
        visibility: hidden;
    }

    .shared-map-container .nav-gear:after{
        content: "\f0d9";
        font-family: "FontAwesome";
        line-height: 67px;
        width: 35px;
        text-align: center;
        color: #1d1d1d;
        font-size: 24px;
        display: block;
    }

    .shared-map-container.dockit .nav-gear{
        left: 0;
    }

    .shared-map-container.dockit .nav-gear:after {
        content: "\f0da";
    }

    .shared-map-container.dockit  .item-list{
        left:-350px;
    }
}

@media (max-width: 640px) {
    .shared-map-container .nav-gear {
        left: 249px;
        height: 62px;
        width: 28px;
    }
    .shared-map-container .nav-gear:after{
        line-height: 62px;
        width: 28px;
        font-size: 20px;
    }

    .shared-map-container.dockit .item-list {
        left:-250px;
    }
}

.shared-map .infoWindow {}

.shared-map .infoWindow h5 {
    margin: 0;
    font-size: 20px;
    font-family: 'Museo Sans W01_900', 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: 'Museo Sans W01_700', 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;
}