/*** Coupons ***/
.coupons .clear {
	clear: both;
}

.coupons .sortBox {
	position: relative;
	display: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #e86000;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.coupons .sortBox .selected:hover {	text-decoration: none; }
.coupons .sortBox span { color: #333; }
.coupons .sortBox .selected {
	font-family: 'Calluna Sans W01 Bold', Arial;
	color: #333;
}


@media only screen and (max-width: 840px) {
	.coupons .couponFilterContainer .submit-row { text-align: center; }
}

.offerItem span[data-tb-button] span {
	padding-right: 5px;
	margin-right: 5px;
	float: left;
	border-right: 1px solid #ccc;
}
.offerItem span[data-tb-button] span:last-child {
	border-right: none;
}

.couponDetailContainer {
	padding: 10px;
}
.couponDetailContainer .item {
	box-shadow: none;
}
.couponDetailContainer .item h1 { font-size: 25px; }
.couponDetailContainer .item .couponDesc { }
.couponDetailContainer .printPage { text-transform: none; }
.couponDetailContainer .widget-listings .item { width: auto; margin: 10px; padding: 0; border: solid 1px #afb1b3; }
.couponDetailContainer .widget-listings .item .image-container { float: none; max-width: 316px; width: 100%; }
.couponDetailContainer .widget-listings .item .content-container { max-width: 316px; width: 100%; border: 0 none; }
.couponDetailContainer .widget-listings .item .content-container .bookingButton { /*display: none;*/ }
.couponDetailContainer .widget-listings .item .links a.button.details { height: auto; padding: 6px; }
.couponDetailContainer .widget-listings .item .links a.button.trip-builder { height: auto; }
.couponDetailContainer .widget-listings .item .links a.button.trip-builder > a {
	display: inline-block; 
	padding: 6px; 
	font-size: 15px;
    font-family: 'Aroma 2 LT W05 Regular';
    font-weight: bold;
    letter-spacing: 0;
}

.couponDetailContainer .detail-info .address {
    margin-top: 20px;
}
@media only screen and (max-width: 40.063em) {
	.couponDetailContainer .widget-listings .item .image-container,
	.couponDetailContainer .widget-listings .item .content-container
	{ float: none; max-width: 100%; width: 100%; }
}
@media only screen and (max-width: 64.063em) {
	.couponDetailContainer .widget-listings .item .links a.button.trip-builder { width: 48.5%; }
}

/*Shared layout*/
.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;
    background: #2a275c;
    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: -9999px;
}

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: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 17px;
    height: 17px;
    font-family: FontAwesome;
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 0px;
    left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    width: 17px;
    height: 17px;
    font-family: FontAwesome;
    font-size: 14px;
    content: '\f00c';
    color: #2a275c;
    position: absolute;
    top: 0px;
    left: 1px;
    padding: 0;
    background-color: #f69631;
    border: #f69631 solid 1px;
}

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: 251px;
}

.filters {
    padding: 20px 15px;
    background-color: #2a275c;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}

.filters .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url('/includes/public/assets/images/ic-cancel.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.filters label {
    margin-bottom: 5px;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.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: 80%;
    height: 41px;
    padding: 0;
    margin-right: 0;
    color: #9c9a9a;
    padding-left: 12px;
}
.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: #fff;
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
}

.filters input.shared-input.input-text:focus{background: #fff;}

.filters button.shared-submit {
    position: absolute;
    right: -1px;
    top: 0px;
    background-color: transparent;
    height: 41px;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0px 16px;
    vertical-align: top;
    border: none;
    background-color: #f8971d;
}
.filters button.shared-submit:hover { color: #0498d9; }
.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit .fa {color: #fff;font-size: 13px;top: -3px;position: relative;}
.filters button.shared-submit:hover * { color: #0498d9; }

.filters h3 {
    color: #fff;
    font-family: "CooperHewittSemibold";
    font-size: 16px;
    letter-spacing: 0;
}

.filters a.clear-filters {
    color: #f8971d;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    float: right;
    font-family: 'Aroma 2 LT W05 Extra Bold';
    letter-spacing: .5px;
    margin-bottom: 17px;
    margin-top: 2px;
}

.filters a.clear-filters:hover {
    opacity: 0.8;
}

.filters h4 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Aroma 2 LT W05 Extra Bold';
    line-height: 20px;
    clear: both;
}

.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: 'Helvetica Neue LT W01_41488878', 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;
    font-size: 17px;
    line-height: 18px;
    color: #fff;
    font-family: 'Avenir Next LT W05 Regular';
    font-style: normal;
    margin-left: 0px;
    margin-right: 0px;
    top: -3px;
    position: relative;
}

.filters ul.filter-items > li > a {
    text-align: left;
}

.filters ul.filter-items > li span {
    color: #f8971d;
    margin-left: 10px;
}

.filters ul.filter-items > li.showmore {
    display: block;
    color: #f8971d;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    font-family: 'Avenir Next LT W05 Regular';
}

.filters ul.filter-items > li.showmore:hover {
    text-decoration: underline;
}

.results-wrapper { background-color: #f4f4f4; }

.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 #797373 solid;
    border-bottom: 1px #797373 solid;
    height: 41px;
}

ul.options > li {
    display: inline-block;
    vertical-align: top;
}

ul.options > li.title,
ul.options > li.sort-title {
    padding: 10px 5px;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-left: 15px;
}

ul.options > li > span { display: inline-block; }

ul.options > li > a {
    display: inline-block;
    padding: 8px 12px 9px;
    font-size: 15px;
    line-height: 25px;
    color: #999;
    text-align: center;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Aroma 2 LT W05 Extra Bold';
}
ul.options > li > a i {
	color: #999;
	font-size: 15px;
	margin-right: 6px;
}
ul.options > li > a.selected,
ul.options > li > a.active,
ul.options > li > a:hover {color: #999;text-transform: uppercase;font-weight: 700;}

ul.options > li > a.view-option.selected i, 
ul.options > li > a.view-option.active i,
ul.options > li > a.view-option:hover i,
ul.options > li > a.view-option.selected,
ul.options > li > a.view-option.active,
ul.options > li > a.view-option:hover {
    color: #f8971d;
}

ul.mobile-options {
    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 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ddd;
    width: 23%;
    /* margin-right: -3px; */
}

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: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #1d1d1d;
    text-align: center;
}

ul.mobile-options > li .fa {color: #f8971d;}

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: calc(-4% - 5px);
    z-index: 10;
    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 .options-dropdown.centered::before {
    left: 50%;
    border-color: transparent transparent #0498d9 transparent;
}

ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
    width: 250px;
    text-align: left;
    overflow-y: scroll;
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
    display: inline-block;
    width: auto;
    height: 100%;
}

ul.mobile-options li.filter.active .tab-title::before {
    content: 'Close ';
}
ul.mobile-options li.filter.active a { padding: 11px 5px 9px; }


.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;
}

.shared-items .shared-item {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}


.layout-grid .shared-items .shared-item {
    max-width: 261px;
    width: 38%;
    margin: 0 10px 20px;
}

@media only screen and (max-width: 640px) {
    .layout-grid .shared-items .shared-item {
        width: 100%;
        margin: 0 0 20px;
        max-width: 316px;
    }
}

.layout-list .shared-items .shared-item{
    margin-bottom: 20px;
    display: flex;
    width: 85%;
}

.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 .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{
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 7px 15px;
    font-family: 'Helvetica Neue LT W01_71488914';
    font-weight: 600;
    color: #000;
}

.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{
    width: 100%;
    display: block;
}
.shared-items .shared-item .image-container .image-date-block span.month{
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}
.shared-items .shared-item .image-container .image-date-block span.day{font-size: 26px;}

.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 {
    padding: 12px 15px;
    text-align: left;
}

.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: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 22px;
    color: #000;
    margin: 0 0 5px 0;
    letter-spacing: 0;
}

.shared-items .shared-item .contents h2 a,
.shared-items .shared-item.offerItem .contents a  {
    font-size: 18px;
    font-family: 'Aroma 2 LT W05 Bold';
    text-transform: uppercase;
    line-height: 21px;
    color: #f16548;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
}
.shared-items .shared-item.offerItem .contents .actions a {
    display: inline-block!important;
    height: auto;
    font-size: 12px;
    line-height: 18px;
    padding: 10.5px 12px;
    color: #FFF !important;
    font-family: 'Avenir Next LT W05 Demi', sans-serif;
    margin-bottom: 5px;
    font-weight: normal;
    border: none;
    margin-right: 3.5%;
    position: relative;
    letter-spacing: 1px;
}
.shared-items .shared-item.offerItem .contents .actions span.trip-builder a {
    margin-right: 0px;
}
.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 {
    color: #000;
    font-family: 'Aroma 2 LT W05 Regular';
    letter-spacing: .5px;
}
.shared-items .shared-item.offerItem .contents .address a {
    font-weight: bold;
    text-transform: none;
}

.shared-items .shared-item .contents .actions {
    text-align: center;
}
@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 {color: #f26649;}

.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-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: 0;
    padding: 0;
    list-style: none;
}

.pagination .pager li {
    display: inline-block;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 5px;
}

.pagination .pager li a {
    color: #b7c909;
}

.pagination .pager li a .fa {
    position: relative;
    top: 3px;
    font-size: 24px;
    line-height: 0;
}

.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;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px #797373 solid;
    border-top: 1px #797373 solid;
}
.listings-bottom .gap-column { display: block; }
.listings-bottom > .row > div {margin-left: 38%;}
.back-to-btn {
    color: #1d1d1d;
    text-align: center;
    cursor: pointer;
}
.back-to-btn .fa-long-arrow-up { color: #0498d9; }
.listings-bottom .pagination-container.bottom-container .pagination {padding-bottom: 0;margin: 0 auto;}

@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: 24px;
        line-height: 30px;
    }

    ul.options {
        display: block;
        text-align: left;
        padding-left: 0;
        position: relative;
        padding-left: 27.9%;
    }


    ul.options li.sort-disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .results-wrapper {
        margin-left: 251px;
    }
    .results {
        /*padding: 20px 10%;*/
        /*min-height: 840px;*/
    }
    .results .spacer {
        display: block;
        width: 100%;
        height: 20px;
    }
    .filters-wrapper {
        display: block;
    }
    .mobile-options {
        display: none;
    }

    ul.options > li.sort-title,
    ul.options > li.pagination {padding-left: 50px;color: #282528;padding: 8px 0px;font-family: 'Aroma 2 LT W05 Bold';text-transform: uppercase;font-size: 16px;opacity: 1;margin-right: 0px;}

    .filters h4 { margin-top: 20px; }

    .filters a.clear-filters {}

    .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;
        margin-top:15px;
    }
    .overlay.active {
        display: none;
    }
    .filters .close {
        display: none;
    }
    .pagination-container.top-container {
        position: relative;
        top: 12px;
    }
    .pagination-container.top-container .pager { display: block; }
}
@media only screen and (min-width:641px) and (max-width: 1400px) {
       ul.options {
        padding-left: 2%;
    }
}
@media only screen and (max-width: 64em) {
    .listings-bottom > .row > div {
        margin-left: 0px;
    }
    .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;
    }
}


.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% - 180px);
}

@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: '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;
    bottom: 0;
    margin: 10px 15px 30px;
    width: 100%;
    max-width: 350px;
    height: calc(100% - 51px);
    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;
    min-height: 82px;
    align-items: flex-start;
}


@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: 34px 30px;
    background-color: #2a275c;
    display: flex;
    justify-content: space-evenly;
}
.shared-map-container .shared-items .buttons button {
    display: block;
    background-color: #f8971d;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    padding: 3px 30px;
    margin: 0 28px;
    border: none;
    top: -13px;
}
p.dates {
	color: #231f20;
	font-family: 'Avenir Next LT W05 Demi';
	font-weight: bold;
	font-size: 21px;
	line-height: 26px;
}
.listings-bottom .pagination a {
	padding: 6px 12px;
	display: inline-block;
	font-size: 13px;
	background: #f8971d;
	color: #fff;
	font-family: 'Avenir Next LT W05 Regular';
	text-transform: uppercase;
	font-weight: 900;
	margin: 6px 0px;
}
.pagination a i {
	color:#fff;
}
input.shared-input.input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9c9a9a;
  font-family: 'Avenir Next LT W05 Regular';
  font-weight: 100;
  text-transform: none;
}
input.shared-input.input-text::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  font-family: 'Avenir Next LT W05 Regular';
  font-weight: 100;
  text-transform: none;
}
input.shared-input.input-text:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  font-family: 'Avenir Next LT W05 Regular';
  font-weight: 100;
  text-transform: none;
}
input.shared-input.input-text:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  font-family: 'Avenir Next LT W05 Regular';
  font-weight: 100;
  text-transform: none;
}
li.showmore i {
	color: #f8971d;
}
ul.options li.sort-title:nth-child(8),
ul.options li.sort-title:nth-child(5) {
	border-left: 1px #797373 solid;
	padding-left: 29px;
	margin-left: 14px;
}
.pagination-page-count {
	display: inline;
	padding: 0px 10px;
	font-family: 'Avenir Next LT W05 Regular', sans-serif;
	color: #a6a8ab;
	font-size: 14px;
	margin: 0 5px;
}
.shared-items .actions a {
    font-size: 14px;
    line-height: 18px;
    padding: 6px;
    color: #fff;
    font-family: 'Avenir Next LT W05 Demi', sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    background-color: #f69631;
    display: inline;
}
.atn.atn-link.atn-details a span a {
    color: #fff;
    font-weight: 800;
}
.atn.atn-link.atn-details {
    display: inline;
}
@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;}
.coupons.shared-detail .listing-items .content-container .bookingButton {
    display: none;
}
@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;
    }
}
.shared-list .results-wrapper ul.options li.resp-filter-dropdown a {
    font-family: 'Avenir Next LT W05 Regular';
    font-weight: 100;
    margin-right: -2px;
    padding-right: 0px;
    padding-left: 7px;
    font-size: 14px;
    margin-left: 2px;
}
.results-wrapper ul.options li.distance-sort a {
    font-family: 'Avenir Next LT W05 Regular';
    font-weight: 100;
    text-transform: none;
}
.results-wrapper ul.options li.distance-sort a.selected {
    font-weight: 600;
}