.options .distanceSort{visibility: hidden; display: none;}
div [data-sv-distanceSort] {
    opacity: 0.5;
    pointer-events: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;
    position: relative;
    margin-bottom: 3rem;
    background-color: #0182C5;
}

.results-wrapper {
    padding: 0 16px;
    background: #fff;
    border-right: 0px;
}

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: -9999px;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: white;
    font-size: 18px;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    border: 1px solid #fff;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 3px;
    left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    width: 16px;
    height: 16px;
    font-family: FontAwesome;
    font-size: 12px;
    content: '\f00c';
    color: #fff;
    position: absolute;
    top: 1px;
    left: 3px;
    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;
    padding: 25px 15px 20px 15px;
    background-color: #0182C5;
}

.filters {
    padding: 0px 0px 20px 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}

@media only screen and (max-width: 1024px) {
    .filters {
        padding: 15px 10px;
    }
}

.filters .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.filters label {
    margin-bottom: 5px;
    color: #636363;
    font-size: 14px;
    font-weight: normal;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
}
.filters label.keyword { color: #0498d9; }

.filters .form-group {
    position: relative;
}

.filters .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #585858;
}
.filters .form-group input::-moz-placeholder {
    opacity: 1;
    color: #585858;
}
.filters .form-group input:-ms-input-placeholder {
    opacity: 1;
    color: #585858;
}
.filters .form-group input:-moz-placeholder {
    opacity: 1;
    color: #585858;
}

.filters input.shared-input.input-text {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    margin-right: 0;
    margin-bottom: 25px;
    color: #636363;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    box-shadow: none;
    border: 1px solid #636363;
    padding-left: 38px;
}
.filters .date {
    padding: 0;
    border: 1px solid #FFF;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.filters .date-sep { padding: 0;}
.filters .date-sep p{
    color: #034f84;
    text-align: center;
    line-height: 33px;
    font-size: 15px;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
}

.filters input.shared-input.input-date {
    height: 33px;
    padding: 0;
    margin-right: 0;
    color: #fff;
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-family: "expressway", serif;
	font-weight: 500;
    box-shadow: none;
    border: 1px solid #636363;
    letter-spacing: -1px;
}

.filters input.shared-input.input-text:focus{}

.filters button.shared-submit {
    position: absolute;
    left: 0;
    top: 0px;
    width: 36px;
    
    background-color: transparent;
    height: 36px;
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 7px 14px;
    vertical-align: top;
    transition: background-color 300ms ease-out;
}
.filters button.shared-submit:hover { opacity: .8; }
.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit .fa { 
    color: #cfcfcf; 
    margin-left: -4px; 
    pointer-events: none;
}
.filters button.shared-submit:hover * {  }

.filters h3 {
    color: #fff;
    font-family: "Century Gothic W01 Bold";
    font-size: 16px;
    letter-spacing: 0;
}

.filters a.clear-filters {
    display: block;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: 'expressway';
    text-decoration: none;
    background: #fad100;
    padding: 10px 20px;
	font-weight: bold;
}

.filters a.clear-filters:hover {
    opacity: 0.8;
}

.filters h4 {
    margin-bottom: 5px;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #f3f3f3;
    letter-spacing: 0;
    background-color: #000;
    padding: 0 0 0 25px;
    line-height: 45px;
    text-transform: uppercase;
}

.filters ul.filter-items {
    padding: 0;
    margin: 0 0 10px;
    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-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}

.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: white;
    font-family: "expressway", serif;
	font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.filters ul.filter-items > li > a {text-align: left;}
.filters ul.filter-items > li span {
    margin-left: 5px;
    color: #fad100;
}
.filters ul.filter-items > li.showmore {
    display: block;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fad100;
    cursor: pointer;
}

.filters ul.filter-items > li.showmore:hover {text-decoration: none;}

.results {
    padding: 20px 0;
    text-align: center;
}

.options {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
}
.options.ot-only [data-sv-viewby="map"] {display: none;}
.options li {
    display: inline-block;
    vertical-align: top;
    opacity: 1;
}

.options li.title,
.options li.sort-title {
    padding: 10px 0;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .options li.view-map { margin-right: 24px}
}

.options li > span { display: inline-block; }

.options li > a {
    display: inline-block;
    padding: 11px 4px 9px;
    font-family: "expressway", serif;
	font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #464646;
    text-align: center;
    border-bottom: 2px solid transparent;
}

.options li > a.selected,
.options li > a.active,
.options li > a:hover { 
    color: #0182C5; 
    text-decoration: none;
}

.options li > a.view-option.selected,
.options li > a.view-option.active,
.options li > a.view-option:hover {
    color: #0182C5;
}

ul.mobile-options {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    list-style: none;
    text-align: center;
    background-color: #FFF;
    
    z-index: 200;
}

ul.mobile-options > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
}

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: 11px 15px 9px;
    font-family: "expressway", serif;
	font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #111111;
    text-align: center;
    text-transform: uppercase;
    background-color: #f3f3f3;
}

ul.mobile-options > li > a:hover,
ul.mobile-options > li > a:focus,
ul.mobile-options > li > a:active{
    text-decoration: none;
}

ul.mobile-options > li a.active .fa { color: #0182C5; }

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 .options {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    ul.mobile-options .options-dropdown {
        position: absolute;
        left: calc(-1% - 5px);
        z-index: 10;
        display: none;
    }

@media only screen and (max-width: 640px) {
    ul.mobile-options .options-dropdown {left: calc(-7% - -5px);}
    ul.mobile-options > li {width: 32%;}
}

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 .options-dropdown.centered::before {
    left: 50%;
    border-color: transparent transparent #0498d9 transparent;
}

ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
    width: 260px;
    text-align: left;
    background-color: #0182C5;
}

ul.mobile-options > li.active > .options-dropdown > .options {
    display: inline-block;
    width: auto;
    vertical-align: top;
    border-top: 1px solid #cbcbcb;
}

ul.mobile-options li.filter.active .tab-title::before {
    content: 'Close ';
}
ul.mobile-options li.filter.active a { }


.shared-map .infoWindow {}

.shared-map .infoWindow h5 {
    margin: 0;
    font-size: 20px;
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: #333333;
}

.shared-map .infoWindow h5 a { 
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333; 
}
.shared-map .shared-action-items {
    margin-bottom: 0;
}

.shared-map .infoWindow ul.contactInfo {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

.shared-map .infoWindow ul.contactInfo > li {
    margin-bottom: 5px;
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #1d1d1d;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items span {
    padding-right: 10px;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items a {
    color: #3fa4ad;
    text-transform: uppercase;
    font-weight: normal;
}

.shared-items-container {
    width: 100%;
}

.shared-items {
    margin-bottom: 4px;
}

.shared-items .container{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}

@media only screen and (max-width: 1024px) {
    .shared-items .container{
        justify-content: center;
    }
}

.shared-items .shared-item {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    background-color: #fff;
}

.layout-grid .shared-items .shared-item {
    margin: 0;
    display: flex;
    flex-direction: column;

}

@media only screen and (max-width: 640px) {
    .layout-grid .shared-items .shared-item {
        width: 100%;
        margin: 0;
        max-width: 580px;
    }
    .results-wrapper {
        padding: 8px;
    }
}

.layout-list .shared-items .shared-item{
    padding-bottom: 10px;
    display: flex;
    width: 85%;
}

@media only screen and (min-width: 1024px) {
    
    .layout-list .shared-items .shared-item{
        width: 100%;
        max-width: 70%;
    }
}

.layout-map .shared-items .shared-item,
.layout-map .shared-items .shared-item a{
    width: 100%;
}

.layout-map .shared-items .shared-item a:hover{
    text-decoration: none;
}


.shared-items .shared-item .image-container { position: relative; }

.shared-items .shared-item .image-container a {
    position: relative;
    display: inline-block;
}

@media (min-width: 64.063em) {
    .shared-items .shared-item .image-container a:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 0;
        transition: opacity 300ms ease;
        z-index: 10;
    }
    
    .shared-items .shared-item .image-container a:hover:after {
        opacity: 1;
    }
}

.shared-items .shared-item .image-container img {
    width: 100%;
    height: 100%;
}

.shared-items .shared-item.dtn .image-container .featured-box{
    position: absolute;
    top: -1px;
    left: 3%;
    pointer-events: none;
    cursor: pointer;
    background-image: url('../png/featured2_new.png');
    background-size: 100%;
    width: 88px;
    height: 56px;
    text-align: center;
    z-index: 11;
}
.shared-items .shared-item.dtn .image-container .featured-box p{
    color: #FFF;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    line-height: 38px;
}
.shared-items .shared-item .image-container .from-price{
    position: absolute;
    bottom: 6%;
    line-height: 36px;
    right: 0;
    width: auto;
    font-size: 12.5px;
    font-weight: normal;
    cursor: pointer;
    color: #FFF;
    padding: 0 15px 0 35px;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    background-position-x: left;
    background-image: url(../png/price_flag.png);
}

.shared-items .shared-item .image-container .from-price:hover{
    text-decoration: none;
}

.shared-items .shared-item .image-container .image-date-block {    
    position: absolute;
    padding: 5px 12px;
    bottom: 0;
    right: 0;
    background: #FFF;
    color: #101821;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
}
.offers .shared-items .shared-item .image-container .image-date-block {
    display: none;
}
.shared-items .shared-item .image-container .image-date-block .inner {
    background: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-family: 'Century Gothic W01 Bold';
    font-size: 15px;
    font-weight: normal;
    color: #FFF;
    background: #ea652a;
}
.layout-list .shared-items .shared-item .image-container .image-date-block {
    bottom: 0px;

}
.layout-map .shared-items .shared-item .image-container .image-date-block{
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    width: auto;
}

.shared-items .shared-item .image-container .image-date-block span{
    display: block;
    text-align: center;
    line-height: 1;
}
.shared-items .shared-item .image-container .image-date-block span.month{
    font-size: 14px;
    text-transform: uppercase;
}
.shared-items .shared-item .image-container .image-date-block span.day{
    font-size: 20px;
}

.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-list .shared-items .shared-item .image-container {
    flex: 3;
}

.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: 64.063em) {
    .layout-list .shared-items .shared-item .image-container {
        flex: 2;
    }
}
@media only screen and (max-width: 40.063em) {
    .layout-list .shared-items .shared-item .image-container {
        flex: 1;
    }
    .layout-list .shared-items .shared-item .image-container{overflow: hidden;}
    .layout-list .shared-items .shared-item .image-container img{
        max-width: none;
        margin-top: 16px;
    }
    .layout-list .shared-items .shared-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: flex;
        width: 98%;
    }

}

.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 {
    padding: 10px;
    text-align: left;
    height: 100%;
    flex-direction: column;
    display: flex;
    overflow: auto;
}

.layout-list .shared-items .shared-item .contents{
    padding: 10px 8px 10px 18px;
}

.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
    position: relative;
    display: block;
    padding-bottom: 0;
    flex: 2;
}

.layout-map .shared-items .shared-item .contents {padding: 10px 15px;}

.shared-items .shared-item .contents h2 {
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 22px;
    color: #333333;
    margin: 0 0 5px 0;
    letter-spacing: 0;
    font-weight: normal;
}

.shared-list .results-wrapper h5 {
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    margin: 0px auto 12px;
    padding-top: 25px;
    letter-spacing: 0;
    text-transform: none;
    width: 100%;
    text-transform: uppercase;
}

.shared-list.layout-map .results-wrapper .info-window h5{
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 1024px) {
    .shared-list .results-wrapper h5 {
        width: 85%;
    }
}
.shared-items .shared-item .contents h2 a {
    color: #101821;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.shared-items .shared-item .contents h2 a:hover {
    text-decoration: none;
}
.layout-list .shared-items .shared-item.has-ot .contents h2 {
    max-width: calc(100% - 80px);
}

.layout-list .shared-items .shared-item .contents h2,
.layout-map .shared-items .shared-item .contents h2 {
    font-size: 16px;
    text-align: left;
}

.shared-items .shared-item .contents .address,
.shared-items .shared-item .contents .address a,
.shared-items .shared-item .contents .phone,
.shared-items .shared-item .contents .phone a {
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    border: none;
}

.shared-items .shared-item .contents .address a:hover,
.shared-items .shared-item .contents .phone a:hover{
    text-decoration: none;
}
.shared-items .shared-item .contents span.bottom-container {
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    color: #939393;
}

.shared-items .shared-item .contents span.bottom-container a{
    text-decoration: none;
    color: #8a8a8a;
} 

@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;}
}
@media (max-width: 1024px) {
    .shared-items .shared-item .contents span.bottom-container {
        display: block;
        margin-top: 15px;
    }
}
.shared-items .shared-item .contents .address.distance,
.shared-items .shared-item .contents .address.distance a {
    margin-bottom: 0;
}

.shared-items .shared-item .contents .address :is(.fa, .far),
.shared-items .shared-item .contents .phone .fa 
{ 
    color: #0182C5;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 3px;
}

.layout-list .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address {
    text-align: left;
}

.shared-items .shared-item .contents .dates {
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    margin-bottom: 3px;
}

.shared-items .shared-item .contents .description {
    font-family: "expressway", serif;
	font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    flex: 1 0 auto;
}
.shared-items .shared-item .contents .learn-more{
    margin-top: 15px;
    margin-right: 15px;
    display: inline-block;
}

.shared-items .shared-item .contents .learn-more a{
    color: #000;
    text-transform: uppercase;
    font-family: 'expressway';
    text-decoration: none;
    background: #fad100;
    padding: 8px 14px;
}
.shared-list .once-there-book-button{
    text-align: left;
}
.shared-list .once-there-book-button a{
    padding: 8px 20px;
    margin-right: 8px;
}

.events-pro.layout-list .shared-items .shared-item .contents .learn-more
{
    display: inline-block;
    margin-right: 15px;
	font-weight: bold;
}

.shared-items .shared-item .contents .learn-more a {
	font-weight: bold;
}
.shared-items .shared-item .contents .learn-more a:hover{
    background: rgba(251, 209, 0, .75) !important;
    border-color: transparent;
}

.layout-map .shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .actions .tripadvisor-snippet {
    margin-bottom: 10px;
}
.shared-items .shared-item .contents .actions .qv-btn {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 10px;
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 0 none;
    margin: 0;
    padding: 0;
}


.listings-wrapper .location {
    position: absolute;
    left: 0;
    bottom: -12px;
    text-align: center;
    width: 100%;
}
.layout-list .shared-items .shared-item .location {
    bottom: 0;
}
.listings-wrapper .location .inner {    
    padding: 5px 20px;
    color: #FFF;
    font-family:"Century Gothic W01 Bold";
    font-size: 12px;
    z-index: 2;
    text-transform: uppercase;
    display: inline-block;
}



.listings-wrapper .location.orange .inner {background-color: #ea652a}
.listings-wrapper .location.beige .inner {background-color: #fa91a0}
.listings-wrapper .location.blue .inner {background-color: #00818d}
.listings-wrapper .location.pink .inner {background-color: #e46181}
.listings-wrapper .location.yellow .inner {background-color: #ffe964}
.listings-wrapper .location.olive .inner {background-color: #566625}
.listings-wrapper .location.green .inner {background-color: #7db238}
.listings-wrapper .location.purple .inner {background-color: #544b85}
.listings-wrapper .location.update .inner {background-color: #ccc}
.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: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;}
.pagination .pager {text-align: center;}
.pagination .pager a.disabled {
    color: #1d1d1d;
    opacity: 0.3;
    cursor: default;
	font-weight: bold;
}

.pagination .pager ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination .pager li {
    display: inline-block;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0;
    color: #111;
    text-transform: uppercase;
}

.pagination .pager li.pager-count {
    background: #0182C5;
    color: #fff;
    padding: 3px 10px;
    margin: 3px 5px 0 5px;
	font-weight: bold;
}

.pagination .pager li a {
    color: #0182C5;
    font-family: 'expressway', Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    padding: 0;
}
.pagination .pager li a:hover {text-decoration: none;}

.pagination .pager li a .fa {
    position: relative;
    font-size: 30px;
    color: #0182C5;
    font-weight: bold;
    vertical-align: sub;
}
.pagination.top-pagination {

}
.bottom-container .pagination .pager li {
    font-size: 24px;
}
.bottom-container .pagination .pager li.pager-count {    font-size: 24px;}
.bottom-container .pagination .pager li a { font-size: 24px;}
.bottom-container .pagination .pager li a .fa {
    font-size: 48px;
}

@media only screen and (min-width: 64em) and (max-width: 69em) {
    .pagination .pager li {
        padding: 0 5px;
    }
    .options li.pagination {
        padding-left: 10px !important;
    }
    .options li > a {
        font-size: 14px;
    }
}

.overlay {
    display: none;
    width: 100%;
    height: calc(100% - 43px);
    position: absolute;
    top: 43px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.overlay.active {
    display: block;
}

.listings-bottom {
    background-color: #fff;
    border: none;
    vertical-align: middle;
}
.listings-bottom .gap-column { display: block; }
.listings-bottom > .row > div {
    line-height: 27px;
    padding: 10px 0px;
    vertical-align: middle;
}
.back-to-btn {
    font-family: "Century Gothic W01";
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.back-to-btn .fa-long-arrow-up { 
    color: #ea652a; 
    margin-left: 5px;
}
.listings-bottom .pagination-container.bottom-container .pagination { padding-bottom: 0 }

@media only screen and (min-width: 40.063em) {
    .results {
        text-align: left;
    }
}

@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: 20px;
        line-height: 24px;
        padding: 0;
    }

    .options {
        display: flex;
        flex-direction: row;
        flex-flow: nowrap;
        justify-content: space-between;
    }
    .shared-list .separation-line{
        position: relative;
        text-align: center;
        border: 0;
        height: 12px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
        border-radius: 50%;
        margin-bottom: 25px;
    }
    .layout-list.shared-list .separation-line,
    .layout-list.shared-list .listings-bottom {
        max-width: 70%;
    }
    .shared-list .separation-line span{
        position: relative;
        top: -2px;
        display: block;
        width: 100%;
        height: 11px;
        background: #FFF;
    }

    .options li.sort-disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .results-wrapper {
        margin-left: 300px;
    }

    .results .spacer {
        display: block;
        width: 100%;
        height: 20px;
    }
    .filters-wrapper {
        display: block;
        position: relative;
    }

    .filters-wrapper h2.widget-title{
        background-color: #fbd100;
        font-size: 24px;
        padding: 0 0.6875em 0.2em 0.45em;
        line-height: 1.4;
        font-family: "expressway", serif;
	    font-weight: 500;
        position: relative;
        margin-bottom: 15px;
    }
    .filters-wrapper h2.widget-title span {
        position: relative;
    z-index: 100;
    }
    .filters-wrapper h2.widget-title a {
        display: block;
        color: #000;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }
    .filters-wrapper h2.widget-title:before {
        -moz-transform: skewY(-2deg);
        -ms-transform: skewY(-2deg);
        -webkit-transform: skewY(-2deg);
        transform: skewY(-2deg);
        background-color: #fbd100;
        content: "";
        position: absolute;
        margin-top: -10px;
        left: 0;
        width: 100%;
        height: 40px;
        z-index: 1;
    }
    .mobile-options {
        display: none;
    }

    .options li.sort-title,
    .options li.pagination { /*padding-left: 50px;*/ }

    .filters h4 { margin-top: 0px; }

    .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-list .shared-items .shared-item .contents .actions {
        display: block;
    }
    .overlay.active {
        display: none;
    }
    .filters .close {
        display: none;
    }
    .pagination-container.top-container {
        position: relative;
        top: 10px;
        right: 0;
    }
    .pagination-container.top-container .pager { display: block;  min-width: 230px;}
    .pagination-container.bottom-container .pager { display: block; }
    .layout-grid .shared-items .shared-item {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 64em) {
    .layout-list .shared-items .shared-item .contents .address { margin-bottom: 0; }
    .layout-list .shared-items .shared-item .contents .actions .qv-btn {
        position: relative;
        left: 0;
        bottom: 0;
    }

    .options li.sort-option > span {
        display: none;
    }
    .options li.title {
        display: block;
    }
}


.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% - 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 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    color: #000;
    flex: 2;
    font-family: "expressway", serif;
	font-weight: 500;
}

.shared-map-container .map-counter{
    display: inline-block;
    font-family: 'Century Gothic W01', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 15px 0 0;
    text-align: right;
    transform: translateY(0%);
    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: 5;
    left: 0;
    bottom: auto;
    margin: 10px 15px 30px;
    width: 100%;
    max-width: 350px;
    height: 81px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    transition: all ease .5s;
}

.shared-map-container .shared-items.open {
    height: calc(100% - 51px);
}
.shared-map-container .shared-items .map-bottom {
    display: block;
    transition: all ease .5s;
}
.shared-map-container .shared-items.open .map-bottom {
    height: 100%;
    transition: all ease 1.5s;
}
.shared-map-container .result-trigger {
    position: absolute;
    right: 0px;
    top: 52px;
    background: #fbd100;
    padding: 2px 10px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'expressway';
}
.shared-map-container .shared-items.open .result-trigger {
    
}
.shared-map-container .shared-items .result-trigger .title {
    display: inline-block;
}
.shared-map-container .shared-items .result-trigger i {}


@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;
    margin-bottom: 0;
}


@media (max-width: 1025px) {
    .shared-map-container .shared-items {
        /*display: none;
        visibility: hidden;*/
       /* margin: 0;
        top: 5px;*/
    }
}

@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: #fff;
    display: flex;
    justify-content: space-evenly;
}
.shared-map-container .shared-items .buttons button {
    display: block;
    background-color: #fad100;
    color: #000;
    text-transform: uppercase;
    font-family: 'expressway';
    text-align: center;
    padding: 3px 40px;
    margin: 0 12px;

}

@media (max-width: 1025px) {
    .shared-map-container .shared-items .buttons { padding: 15px 30px; }
    .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;
       /* position: absolute;
        cursor: pointer;
        transition: all ease .5s;
        left: 349px;
        top: 5px;
        height: 67px;
        width: 35px;
        background-color: #fff;
        box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
        z-index: 101;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;*/
    }

    .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;
    }
}
