/*  ==================
GENERAL
    ================== */
.list_item {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
    border: 2px solid rgba(173, 125, 209, 0.35);
    background: #f9f9fc;
}
.list_special {
    background: inherit;
}

.hide {
    display: none !important;
}
#cta-nav {
    display: none;
}

/*  ==================
BUTTONS
    ================== */
.search .button.purple,
.snippet .button.purple {
    text-decoration: none;
    background: #8161a1;
}
.search .button,
.snippet .button {
    color: #fff;
    padding: 0.6em 1.3em;
    text-align: center;
    white-space: nowrap;
    float: none;
    width: 100%;
    display: block;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-weight: bold;
}
.search .button:active,
.snippet .button:active {
    /* override */
    top: 0;
}
.search .button:hover,
.snippet .button:hover {
    background: rgba(129, 97, 161, 0.85) !important;
}
.search .button span {
    position: relative;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border-top: 0;
    text-decoration: none;
    line-height: 1em;
    padding: 0;
}
.snippet .button:not([type="submit"]) span {
    padding: 0.6em 1.3em !important;
    display: block;
    border-top: 0;
}

/*  ==================
COTTAGE PAGE
    ================== */
body#cottage,
body#searchResult {
    padding: 0;
}
#cottage hr,
#searchResult hr,
.snippet hr {
    margin: 20px 0;
}
#cottage hr.big-gap,
#searchResult hr.big-gap,
.snippet hr.big-gap {
    margin-bottom: 25px;
}
#cottage ul:not(.vertical-menu):not(.dl-menu):not(#page-footer ul),
#searchResult ul:not(.vertical-menu):not(.dl-menu):not(#page-footer ul) {
    padding-left: 20px;
    list-style-type: circle;
}
#cottage h1,
#searchResult h1,
.snippet h1 {
    font-weight: bold;
    font-size: 36px;
    margin: 15px 0;
}
#cottage h2,
#searchResult h2,
.snippet h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px 0;
}
#searchResult h2.small {
    font-size: 15px;
    font-style: italic;
}
#cottage h3,
#searchResult h3,
.snippet h3 {
    font-size: 19px;
    color: #ad7dd1;
    margin: 0;
    font-weight: bold;
}
#page-footer h3 {
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

#info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
    padding: .75em 1em;
    background-color: rgba(223, 206, 237, .5);
}

#breadcrumbs ul {
    list-style-type: none;
    padding: 0;
}
#breadcrumbs ul li {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    transition: transform .25s ease-in-out;
}
#breadcrumbs ul li a {
    text-decoration: none;
}
#breadcrumbs ul li:hover {
    transform: scale(1.05);
}
#breadcrumbs ul li:not(:first-of-type) {
    margin-left: 10px;
}
#breadcrumbs ul li:not(:first-of-type):before {
    content: '>';
    color: #a46dd2;
    font-weight: 500;
    position: relative;
    bottom: 1px;
    margin-right: 10px;
}

#info .jssocials-shares {
    margin: 0;
}
#info .jssocials-share {
    margin: 0 .6em 0 0;
}
#info .jssocials-share-logo {
    font-size: 1.25em;
}
#info .jssocials-share:last-child {
    margin-right: 0;
}

.town-link,
.region-link {
    text-decoration: underline;
}

#email-popup {
    position: fixed;
    color: black;
    border: 10px solid rgba(173, 125, 209, 0.5);
    background: #f9f9fc;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 50px;
    z-index: 10000;
}

.search-page .classicSearchWidget .button,
#searchResult .classicSearchWidget .button {
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
    padding: 12px 0;
    border: none;
    cursor: pointer;
}
.search-page .classicSearchWidget .button {
    background-color: rgba(0, 0, 0, .4);
}

.classicSearchWidget h3 {
    font-size: 18px;
    margin: 12px 0;
}
.classicSearchWidget label {
    font-size: 14px;
}
.classicSearchWidget dd {
    position: relative;
}
.classicSearchWidget input,
.classicSearchWidget select {
    width: 50%;
    border-radius: 5px;
    border: 0;
    height: 25px;
    padding: 8px;
    margin-bottom: 12px !important;
    font-size: 14px;
}
#searchResult .classicSearchWidget input,
#searchResult .classicSearchWidget select,
.search-page .classicSearchWidget input,
.search-page .classicSearchWidget select {
    margin-bottom: 6px !important;
}
.classicSearchWidget select {
    padding: 2px;
}
.search-page .classic .classicSearchWidget fieldset.search {
    margin-left: 0;
}
.classicSearchWidget .erase {
    position: absolute;
    right: 4px;
    top: 2px;
    color: rgba(173, 125, 209);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100;
    transition: font-size .25s ease-in-out;
}
.classicSearchWidget .erase:hover {
    font-size: 23px;
}

a {
    color: #a46dd2;
    text-decoration: none;
}
a:visited {
    color: #a46dd2;
}
.book-now:visited {
    color: white;
}

#cottage #wrapper,
#searchResult #wrapper {
    margin-top: 110px;
    width: 75%;
}
.classic .slide .slide-content.classic-widget-container,
.search-page #about-uc {
    width: 75%;
}


#slider-and-info .left {
    width: 69.5%;
}
#slider-and-info .right {
    width: 28%;
}

.info .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 1em .75em;
    background: rgba(173, 125, 209, 0.075);
    border: 2px solid rgba(173, 125, 209, 0.35);
    text-align: left;
}
.info div,
#features div {
    padding: 8px 0;
}
.info p {
    margin: 5px 0;
}
.info .title {
    padding-top: 0;
    margin-bottom: 12px;
    padding-bottom: 0;
}
.info .title h2 {
    padding-top: 0;
    text-align: left;
    font-size: 22px;
}
.info .split:last-of-type {
    padding-bottom: 0 !important;
    border-bottom: none;
}
#pricing-anchor {
    display: block;
    width: 100%;
    padding: 1em .5em;
    background-color: #dfceed;
    color: #333;
    transition: all .35s;
    font-weight: 600;
    text-align: center;
}
#pricing-anchor:hover {
    color: #8453a9;
}

.split {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 2px solid rgba(173, 125, 209, 0.35);
}
.split strong {
    text-align: left;
}
.split span {
    text-align: right;
}

#cottage hr {
    background-image: -webkit-linear-gradient(#e3d4ef, #e3d4ef);
    background-image: -o-linear-gradient(#e3d4ef, #e3d4ef);
    background-image: linear-gradient(#e3d4ef, #e3d4ef);
    border: 0;
    height: 2px;
}

#title,
#title h2 {
    text-align: center;
}
#title {
    max-width: 700px;
    margin: 0 auto;
}
#title h2 {
    line-height: 30px;
    margin-top: 0;
    font-size: 22px;
}


#slider-and-info {
    margin-top: 2.5em;
}
#slider-and-info .left {
    margin-bottom: 0 !important;
}
#cottage-slider-wrap {
    position: relative;
}
#cottage-slider-wrap a.litebox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#cottage-slider {
    margin-bottom: 1.25em;
    opacity: 0;
    transition: opacity 0.25s linear;
}
#cottage-slider.slick-initialized {
    opacity: 1;
}
.slick-arrow {
    z-index: 2;
    transition: all .25s ease-in-out;
    border: 4px #ad7dd1 solid;
    background: rgba(173, 125, 209, 0.45);
    color: #ad7dd1;
}
.slick-arrow:hover {
    border-width: 8px;
    background: transparent;
}
#cottage-slider .slick-next::before,
#cottage-slider .slick-prev::before {
    display: none;
}
#cottage-slider .svg-arrow {
    width: 12px;
    opacity: .85;
    transition: all .45s;
}
#cottage-slider .slick-next:focus .svg-arrow,
#cottage-slider .slick-next:hover .svg-arrow,
#cottage-slider .slick-prev:focus .svg-arrow,
#cottage-slider .slick-prev:hover .svg-arrow {
    opacity: 1;
}
.slick-arrow:before {
    color: #fff;
    opacity: 1;
    font-weight: bold;
}

.image img {
    width: 100%;
    height: auto;
}
.image.featured,
#gallery .image.featured {
    width: 100%;
    margin-bottom: 0;
    cursor: default;
    border: none;
}
.litebox-container {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5% !important;
    left: 5% !important;
    overflow: hidden;
    margin: 0 auto;
    overflow: hidden !important;
}
.litebox-overlay .litebox-inline-html {
    overflow-y: hidden;
    position: relative;
    height: 100%;
}
.litebox-inline-html #litebox-content {
    position: relative;
    height: 100%;
}
button.slick-next,
button.slick-prev {
    display: block !important;
    top: 0;
    bottom: 62px;
    width: 36px;
    height: 100px;
    margin: auto;
    z-index: 100;

}
.slick-next::before,
.slick-prev::before {
    font-size: 20px;
}

@media screen and (min-width: 901px) {
    button.slick-next,
    button.slick-prev {
        width: 50px;
    }
    .slick-next::before,
    .slick-prev::before {
        font-size: 16px;
    }
}

button.slick-prev {
    left: 0;
}
button.slick-next {
    right: 0;
}

#gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
#gallery #featured-window {
    height: 55%;
}
#gallery #all-images {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
#gallery .image {
    width: 26%;
    cursor: pointer;
    transition: all .25s ease-in-out;
    border: 5px solid transparent;
    margin: 0 5px 5px 0;
    flex-shrink: 0;
}
#gallery .image.featured {
    height: 100%;
}
#gallery .image.featured img {
    width: auto;
}
#gallery .image:not(.featured):hover,
#gallery .image.active {
    border: 3px solid #ad7dd1 !important;
}

.two-column {
    display: flex;
    justify-content: space-between;
}
.two-column .left {
    width: 59.5%;
}
.two-column .right {
    width: 39.5%;
    text-align: right;
}
.right h2 {
    text-align: right;
    margin: 0;
}

#cottage-description {
    padding: .35em 0;
    font-size: 16px;
}
#cottage-description p {
    line-height: 1.8;
}
#cottage #description-info {
    flex-direction: column-reverse;
}
#cottage #description-info .right {
    margin-bottom: .5em;
}
#cottage #description-info #cottage-description {
    margin-bottom: 0;
    padding: 0;
}
#cottage-description p:last-of-type {
    margin-bottom: 0;
}

#cottage-details {
    margin-top: 2.5em;
}
#cottage-details h2 {
    font-size: 22px;
}
#cottage-details h3 {
    font-size: 18px;
}
#cottage-details hr {
    margin: 34px 0;
}

#accommodation p {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 16px;
}
#accommodation p:last-of-type {
    margin-bottom: 15px;
}

#availability-pricing {
    position: relative;
    top: 0;
    transition: all .25s ease-in-out;
    margin: 0 0 0 20px;
}
#availability-pricing p {
    margin: .5em;
}
#availability-pricing a {
    display: block;
    background: #ad7dd1;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    transition: all .25s ease-in-out;
    text-align: center;
    margin-bottom: 15px;
    border: 2px solid transparent;
}
#availability-pricing a:hover,
.book-now:hover {
    background: white;
    color: #ad7dd1;
    border-color: #ad7dd1;
    transform: scale(1.015);
}
#special-offers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1.25em;
}
#special-offers .offer {
    padding: 1em .75em;
    margin-bottom: 1em;
    background: rgba(173, 125, 209, 0.075);
    border: 2px solid rgba(173, 125, 209, 0.35);
    text-align: left;
}
#special-offers .offer .split {
    border-bottom: 0;
    margin-top: 8px;
}
#special-offers .offer strong.heading {
    display: block;
    border-bottom: 2px solid rgba(173, 125, 209, 0.35);
}

.footnote {
    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-size: 13px;
    margin-top: 0;
}

.book-now {
    padding: 15px;
    background: #ad7dd1;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: all .25s ease-in-out;
    border: 5px solid #ad7dd1;
}
.book-now span {
    font-size: 14px;
}
#availability-pricing .book-now {
    margin-bottom: 0;
}

#book-button:hover {
    transform: scale(1.05);
    background: white;
    color: #ad7dd1;
}

#features div:not(:last-of-type) {
    border-bottom: 2px solid rgba(173, 125, 209, 0.35);
}
#features-list {
    list-style: none;
    padding-left: 36px;
}
#features-list li {
    position: relative;
    margin-bottom: .75em;
}
#features-list li::after {
    content: '';
    position: absolute;
    left: -28px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgODggODgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00NCAwQzE5LjcgMCAwIDE5LjcgMCA0NEMwIDY4LjMgMTkuNyA4OCA0NCA4OEM2OC4zIDg4IDg4IDY4LjMgODggNDRDODggMTkuNyA2OC4zIDAgNDQgMFpNNDQgNjlDMzAuMiA2OSAxOSA1Ny44IDE5IDQ0QzE5IDMwLjIgMzAuMiAxOSA0NCAxOUM1Ny44IDE5IDY5IDMwLjIgNjkgNDRDNjkgNTcuOCA1Ny44IDY5IDQ0IDY5WiIgZmlsbD0iI0UzRDRFRiIvPgo8cGF0aCBkPSJNNDQgMzBDMzYuMjYzMiAzMCAzMCAzNi4yNjMyIDMwIDQ0QzMwIDUxLjczNjggMzYuMjYzMiA1OCA0NCA1OEM1MS43MzY4IDU4IDU4IDUxLjczNjggNTggNDRDNTggMzYuMjYzMiA1MS43MzY4IDMwIDQ0IDMwWiIgZmlsbD0iI0E0NkREMiIvPgo8L3N2Zz4K');
}

#location {
    text-align: center;
}
#location h2 {
    margin: 0;
}

#cottage #map {
    background: gray;
    margin: 0 0 0 20px;
    height: auto;
    text-align: center;
}
#cottage #map:after {
    content: '';
    display: block;
    padding-top: 65%;
}

#searchResult .litebox-container,
#cottage .litebox-container {
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
}
#searchResult .litebox-overlay .litebox-close,
#cottage .litebox-overlay .litebox-close {
    display: block;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-color: rgba(0,0,0,.75);
    border-radius: 50%;
    z-index: 9999999;
}
#searchResult .litebox-overlay .litebox-inline-html,
#cottage .litebox-overlay .litebox-inline-html {
    background-color: rgba(53, 53, 53, .85);
}
#gallery #featured-window {
    height: auto;
}
#gallery .image:not(.featured) {
    margin: 0;
    border: 3px solid transparent;
}

#email-popup .close {
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    filter: brightness(0);
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
}
#email-popup input {
    width: 75%;
    margin: 5px auto;
    background: white;
    padding: 5px;
    border: 2px solid rgba(173, 125, 209, 0.5);
}
#email-popup input.error {
    border: 2px solid red;
}
#email-popup input[type="submit"] {
    background: #a46dd2;
    color: white;
    font-weight: bold;
    padding: 10px;
}
#email-popup input[type="submit"]:hover {
    background: rgba(129, 97, 161, 0.85);
}

@media screen and (min-width: 600px) {
    #cottage-slider {
        margin-bottom: 1.5em;
        overflow: hidden;
    }
    #cottage-slider .slick-slide {
        position: relative;
        margin-left: 10px;
    }
    #cottage-slider .slick-list {
        margin-left: -10px;
    }
    #cottage-slider .slick-next,
    #cottage-slider .slick-prev {
        top: 0;
        bottom: 0;
        width: 30px;
        height: 100%;
    }

    #info {
        margin-bottom: .5em;
    }

}

@media screen and (max-width: 768px) {
    #cottage #wrapper,
    #searchResult #wrapper {
        margin-top: 80px;
        width: 75%;
    }
}

@media screen and (min-width: 768px) {
    #cottage-slider {
        margin-bottom: 2em;
    }
    #cottage-slider .slick-next,
    #cottage-slider .slick-prev {
        width: 34px;
     }
    #cottage #description-info {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 2.5em;
    }
    #cottage #description-info #cottage-description {
        width: 55%;
    }
    #cottage #description-info .right {
        width: 39.5%;
        margin: 0;
        text-align: right;
    }
    #cottage #description-info .info {
        margin: 0 0 0 20px;
    }
    .info .title h2 {
        text-align: right;
    }

    #info {
        margin-bottom: 1.5em;
    }
}

/*  ==================
SEARCH RESULTS
    ================== */
.page {
    display: flex;
    flex-direction: column;
}

#searchResult #scroll {
    position: relative;
    transition: all .25s ease-in-out;
}

#searchResult .two-column .left {
    width: 27.5%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
}
#searchResult .two-column .right {
    width: 70%;
    text-align: left;
}
#searchResult .right h2 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
}
#searchResult .right h2.small {
    font-size: 14px;
    font-style: italic;
}

#searchResult .box-padding {
    float: none;
    width: 100%;
    text-align: left;
}

#searchResult .classicSearchWidget {
    float: none;
    width: 100%;
    margin: 0;
    padding: 4px 15px 16px;
    border-radius: 0;
    left: 0;
    box-shadow: none;
    background-color: rgba(173, 125, 209);
}
#searchResult .classicSearchWidget h3 {
    display: none;
}
#searchResult .classicSearchWidget fieldset {
    float: none;
}
#searchResult .classicSearchWidget .button {
    float: left;
    margin-top: 20px;
}


#searchResult ul {
    padding: 0;
}

#searchResult .largepic {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
#searchResult .largepic img {
    height: auto;
    width: 100%;
}

#searchResult .snippet a.litebox {
    text-decoration: underline;
}
#searchResult .snippet > .left {
    width: 69.5%;
    border-right: 2px solid rgba(173, 125, 209, 0.35);
    padding-right: 10px;
}
#searchResult .snippet > .right {
    width: 29.5%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#searchResult .snippet > .right p {
    text-align: center;
    max-width: 100%;
    margin: 0;
}

#searchResult .snippet .main .left,
#searchResult .snippet .main .right {
    width: 49%;
}
#searchResult .snippet .main img {
    padding: 4px;
    border: 1px solid #ddd;
    width: 100%;
}

/* Search Result Page */
.search-page #about-uc {
    padding-top: 0;
}
.search-page #about-uc h2 {
    text-align: left;
}
.search-page #about-uc p {
    margin-left: 0;
}
.search-page #searchResult .snippet > .left p {
    margin: 1em 0;
}
.search-page #searchResult.nosearch > .two-column > .left {
    display: none;
}

.search-page #filter h2 {
    font-size: 20px;
}
.search-page #searchResult > .two-column > .left {
    width: 29%
}
.search-page #searchResult > .two-column > .right {
    width: 69%;
}
.search-page #searchResult.nosearch > .two-column > .right {
    width: 100%;
}

#search h2 {
    background: #f9f9fc;
    padding: 10px;
    font-size: 20px;
    border: 2px solid rgba(173, 125, 209, 0.35);
    color: #a46dd2;
}

#filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 87.5%;
    max-width: 1100px;
    background-color: rgb(250, 246, 252);
    transition: all .25s ease-in-out;
    left: -100%;
    top: 50%;
    z-index: 1000;
    color: #fff;
}
#filter.open {
    left: 0;
    top: 25%;
    z-index: 6000 !important;
}
#filter-open {
    /* for all site pages */
    display: none;
}
.search-page #filter-open,
#searchResult #filter-open {
    display: block;
}
#filter-close,
#filter-reset {
    display: flex;
    position: absolute;
    left: 85%;
    top: 0;
    width: 15%;
    height: 10%;
    background-color: rgb(250, 246, 252) !important;
    border: 2px solid rgba(173, 125, 209, 0.35) !important;
    border-left: 0 !important;
    cursor: pointer;
    transition: all .25s ease-in-out;
    justify-content: center;
    align-items: center;
}
#filter-reset {
    top: 90%;
}
#filter-close .inner,
#filter-reset .inner {
    color: white;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    transition: all .25s ease-in-out;
    color: #a46dd2;
}

#filter .two-column .left,
#filter .two-column .right {
    width: 48%;
}

#filter form {
    padding: 1.5em;
    background: #8161a1;
    border: none;
}
#filter fieldset {
    width: 100%;
    min-width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
}
#filter input:not([type="checkbox"]),
#filter select {
    width: 40%;
    max-width: 40%;
    margin: 0 !important;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
}
#filter .split {
    padding: .5em 1em;
}
#filter .split:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
#filter .split label {
    width: 60%;
    float: none;
    display: block;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    margin: 0;
    padding: 5px;
}

#filter .right .split {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
#filter .right .split label {
    width: auto;
    padding-left: 1em;
}


#filter .left .split label {
    padding-left: 0;
    width: 40%;
    text-align: left;
}
#filter .left .split select {
    width: 55%;
    max-width: 55%;
    color: #333;
}

#cottages {
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
    min-height:1500px;
}

/* Search Widget */
#searchWrapper {
    background-color: transparent;
    bottom: 0 !important;
    transform: translateY(calc(100% - 40px));
    transition: .45s all;
    z-index: 3000 !important;
}
#searchWrapper .classicSearchWidget {
    margin-bottom: 0;
    background-color: #b688d7;
    border-radius: 0;
}
#searchWrapper .searchToggle {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding-top: 0;
}
#searchWrapper .searchToggle span.nav {
    display: block;
    top: 9px;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMSAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjQwNzUgMTcuMTE4NEMyOC40MDc1IDE3LjU2MSAyOC4wNDQ4IDE3LjkyMzggMjcuNjAyMSAxNy45MjM4TDE4LjczMDggMTcuOTE5NUMxOC4yODg4IDE3LjkxODggMTcuOTI1NCAxOC4yODIzIDE3LjkyNDcgMTguNzI1NkwxNy45MjU0IDI3LjU5NjNDMTcuOTI1NCAyOC4wMzg5IDE3LjU2MjYgMjguNDAxNyAxNy4xMTkzIDI4LjQwMjRMMTMuODkzNCAyOC4zOTY3QzEzLjQ1MDggMjguMzk1MyAxMy4wODczIDI4LjAzMTkgMTMuMDg1OSAyNy41ODkyTDEzLjA4NTkgMTguNzIwN0MxMy4wODU5IDE4LjI3OCAxMi43MjE4IDE3LjkxMzkgMTIuMjc5MSAxNy45MTM5TDMuNDA5ODcgMTcuOTA3NUMyLjk2NzIyIDE3LjkwNzUgMi42MDMwNiAxNy41NDMzIDIuNjAzMDYgMTcuMTAwN0wyLjYwMTY1IDEzLjg3NDlDMi42MDE2NSAxMy40MzIyIDIuOTY0MzkgMTMuMDY5NSAzLjQwNzc1IDEzLjA2ODhMMTIuMjc5OCAxMy4wNzUxQzEyLjcyMTggMTMuMDc1OCAxMy4wODUyIDEyLjcxMjQgMTMuMDg1OSAxMi4yNjlMMTMuMDg1OSAzLjM5NzY3QzEzLjA4NTIgMi45NTQzMSAxMy40NDg3IDIuNTkwODYgMTMuODkyIDIuNTkxNTdMMTcuMTE3OCAyLjU5NTgxQzE3LjU2MTIgMi41OTc5MyAxNy45MjM5IDIuOTYwNjggMTcuOTI0NyAzLjQwNDAzTDE3LjkyNDcgMTIuMjcxMkMxNy45MjQ3IDEyLjcxNTIgMTguMjg4MSAxMy4wNzg3IDE4LjczMDggMTMuMDc4N0wyNy42IDEzLjA4NUMyOC4wNDEyIDEzLjA4NSAyOC40MDQ3IDEzLjQ0ODUgMjguNDA2OCAxMy44OTE4TDI4LjQwNzUgMTcuMTE4NFoiIGZpbGw9IiNCREU1RTkiLz4KPC9zdmc+Cg==');
    background-position: center;
    background-size: cover;
    transition: .45s all;
    font-size: 0;
}
#searchWrapper.searchVisible .searchToggle span.nav {
    transform: rotate(45deg);
}
#searchResult .classicSearchWidget {
    margin-top: 0 !important;
}

#searchWrapper.searchVisible {
    transform: translate(0);
}

.classicSearchWidget .erase {
    top: 1px;
    font-size: 12px;
    transition: .45s all;
}
.classicSearchWidget .erase:hover {
    font-size: 12px;
    transform: scale(1.25);
}

#cottageList .list_item,
#cottageList .snippet > .left,
#searchResult .snippet .main img {
    padding: 0;
}
#cottageList .list_item {
    margin-bottom: 1.25em;
}
#searchResult .snippet .main .right {
    padding: 1em .75em 1em;
}
#searchResult .right h2 {
    line-height: 22px;
}
#searchResult .snippet .main .right p:last-of-type {
    margin-bottom: 0;
}
#searchResult .snippet .main .right p {
    font-size: 14px;
}
.snippet > .right a {
    transition: .45s all;
}

#searchResult .snippet > .right p {
    margin-bottom: .35em;
    padding: 0 .35em;
}
#searchResult .snippet > .right p:nth-last-child(-n+2) {
    margin-bottom: 0;
}
#searchResult .snippet > .right p:last-child {
    padding: 0;
}

.classic .classicSearchWidget label {
    font-weight: 600;
}

.classic .classicSearchWidget select[title*="Anzahl der Personen"] {
    width: 45%;
    margin-right: 5%;
}

@media screen and (max-width: 1200px) {
    #filter {
        width: 95%;
        padding-left: 5%;
    }
}

@media screen and (max-width: 1000px) {
    #filter {
        width: 97.5%;
        padding-left: 2.5%;
    }

    #filter-close,
    #filter-reset {
        width: 20%;
        left: 80%;
    }
    #filter-close .inner,
    #filter-reset .inner {
        font-size: 16px;
    }
}

@media screen and (min-width: 501px) {
    #searchResult .snippet .main .right {
        padding: 1em .75em 1em 0;
    }

    #cottageList {
        margin-top: 1em;
    }
}

@media screen and (min-width: 651px) {
    #searchResult .snippet .main .left,
    #searchResult .snippet .main .right {
        width: 50%;
    }
    #searchResult .snippet > .left {
        width: 75%;
    }
    #searchResult .snippet > .right {
        width: 25%;
        padding-top: 1em;
    }
    #searchResult .snippet .main .right {
        padding: 1em .5em 1em .5em;
    }

    #searchResult .snippet > .right p {
        margin-bottom: .5em;
    }
    #searchResult .snippet > .right p:first-child,
    #searchResult .snippet > .right p:last-child {
        margin-top: auto;
    }
    #searchResult .snippet > .right p:nth-last-child(2) {
        margin-bottom: .5em;
    }
}

@media screen and (min-width: 901px) {
    #searchResult .classicSearchWidget {
        background-color: rgba(173,125,209,.075);
        border: 2px solid rgba(173,125,209,.35);
    }
    .classicSearchWidget label {
        color: #333;
    }
    .classicSearchWidget select,
    .classicSearchWidget input {
        background-color: #fff;
    }
    #searchResult .classicSearchWidget .button {
        margin-top: 12px;
        transition: .45s all;
    }

    #filter .split label {
        padding-left: 0;
    }
    #filter form fieldset:last-of-type .split:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
    #filter input:not([type="checkbox"]),
    #filter select {
        font-size: 14px;
    }
}

@media screen and (max-width: 900px) {
    #filter form {
        padding: .5em;
    }

    #filter .split {
        padding: .5em;
    }
    #filter .split label {
        font-size: 12px;
    }
}

@media screen and (max-width: 650px) {
    .search-page #filter {
        left: -100%;
        top: 57px;
    }
    .search-page #filter.open {
        left: 0;
    }
}

@media screen and (max-width: 500px) {
    #filter {
        width: 100%;
        height: calc(100% - 57px);
        padding: 85px .5em 1em;
        background: #8161a1;
        left: -100%;
        top: 25px;
    }
    #filter.open {
        left: 0;
        top: 58px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #filter-close,
    #filter-reset {
        display: none;
        width: 100%;
        height: 5%;
        top: 58px;
        left: -100%;
        position: fixed;
        transition: all .25s ease-in-out;
    }
    #filter-reset {
        top: 105px;
    }
    #filter.open #filter-close,
    #filter.open #filter-reset {
        display: flex;
        left: 0;
    }

    #filter form {
        padding: 0;
    }

    #filter .two-column {
        flex-wrap: wrap;
    }
    #filter .two-column .left,
    #filter .two-column .right {
        width: 100%;
    }
    #filter .two-column .right {
        margin-top: 1em;
    }

    #filter .left .split {
        flex-wrap: wrap;
    }
    #filter .left .split label,
    #filter .left .split select {
        width: 100%;
        max-width: 100%;
    }

    #filter::-webkit-scrollbar {
        width: 12px;
        height: 10px;
    }
    #filter::-webkit-scrollbar-thumb {
        border: 3px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
        border-radius: 10px;
        background-color: rgb(250, 246, 252);
    }
    #filter::-webkit-scrollbar-track {
        background: #8161a1;
        border-radius: 10px;
    }
}

/*  ==================
POPUPS
    ================== */
.popup-content {
    margin: 10px;
    border: 2px solid #ad7dd1;
    padding: 10px;
    text-align: center;
}
.popup-content .title {
    position: relative;
}
.popup-content h2 {
    font-size: 35px;
    border-bottom: 2px solid #ad7dd1;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.popup-content .book-now {
    position: absolute;
    right: 0;
    top: -5px;
    padding: 5px;
    font-size: 18px;
}
.popup-content .split {
    align-items: center;
    height: 45px;
    padding: 0 10px;
    border: 0;
}
.popup-content .split:nth-child(even) {
    background: rgba(173, 125, 209, 0.9);
    color: white;
}
.popup-content ol {
    font-style: italic;
    text-align: left;
    margin: 0;
    padding-left: 20px;
}
.popup-content ol li {
    margin: 10px 0;
}
.popup-content .year {
    margin-bottom: 20px;
}
.popup-content .row {
    display: flex;
    justify-content: space-between;
}

/* Availability Popup */
.popup-availability .popup-content h2 {
    padding-bottom: 14px;
}

.popup-pricing .book-now,
.popup-availability .book-now {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
#cottage .popup-pricing .book-now,
#cottage .popup-availability .book-now {
    position: relative;
    top: 0;
    display: block;
    margin: 22px auto;
}

.popup-availability .book-now {
    margin: 20px auto 4px;
}


/* Pricing Popup */
#cottage .popup-pricing {
    width: 95%;
    max-width: 680px;
    margin: 2em auto;
    padding: 1em;
    background-color: rgba(173,125,209,.075);
}
.popup-content ol {
    margin: 18px 0 0;
}
.popup-content ol li {
    font-size: 14px;
}

@media screen and (max-width: 900px) {
    .popup-content .book-now {
        position: relative;
        margin: 20px 15px 10px 15px;
        display: block;
    }
}

@media screen and (max-width: 300px) {
    /* have to use the width of the iFrame instead of the window */
    .popup-content {
        margin: 0;
        border: 0;
    }
}

/*  ==================
CALENDARS
    ================== */
/* Container */
#cottage .popup-availability {
    max-width: 1080px;
    margin: 14px auto 8px;
    padding: 1em;
    border: 0;
}
.popup-availability .year-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
}

/* Key */
.key {
    max-width: 360px;
    margin: 1.5em auto 1.35em;
    padding-top: 8px;
}
.key,
.key .blocks {
    width: 100%;
}
.key .blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.key .blocks section {
    width: 50%;
    font-size: 14px;
}
.key .blocks section:first-of-type {
    margin-bottom: 26px;
}
.key .blocks section > span {
    padding: 10px;
}
.key .blocks section > .changeover {
    padding: 5px;
}
.key .blocks section p {
    margin: 16px 0 0;
}
.key h3 {
    margin-bottom: 15px;
    font-size: 25px;
}

/* Calendar Main */
.calendar {
    width: 100%;
    max-width: 320px;
    margin-bottom: 1.25em;
    padding: 10px;
    border: 2px solid #ad7dd1;
    background: rgba(173,125,209,.075);
}

.calendar h3 {
    margin: 0 0 8px;
}
.calendar .week-days,
.calendar .month-days {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.calendar .block {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-basis: calc(14.28% - 3px);
    margin-right: 3px;
    margin-bottom: 3px;
    outline: none;
    text-align: center;
}
.calendar .block::after {
    content: '';
    width: 100%;
    padding-bottom: 100%;
}
.calendar .week-days {
    margin-bottom: 0;
}

.calendar .number,
.calendar .day {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
}

/* Spacing */
.calendar .spaced.n1 {
    margin-left: 0;
}
.calendar .spaced.n2 {
    margin-left: 14.28%;
}
.calendar .spaced.n3 {
    margin-left: calc(14.28% * 2);
}
.calendar .spaced.n4 {
    margin-left: calc(14.28% * 3);
}
.calendar .spaced.n5 {
    margin-left: calc(14.28% * 4);
}
.calendar .spaced.n6 {
    margin-left: calc(14.28% * 5);
}
.calendar .spaced.n7 {
    margin-left: calc(14.28% * 6);
}

/* Availability Options */
.popup-availability .key .number {
    color: transparent;
}
.changeover {
    font-weight: bold;
    color: black;
    border: 7px dashed green;
}
.available {
    background: rgb(173, 125, 209);
    color: white;
}
.short-break {
    background: rgb(106, 48, 150);
}
.unavailable {
    background: #c1c1c1;
}

@media screen and (min-width: 550px) {
    .key {
        max-width: 700px;
    }
    .key .blocks section {
        width: 25%;
    }
    .key .blocks section:first-of-type {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 700px) {
    .popup-availability .year-container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: normal;
        justify-content: space-around;
    }
    .key {
        margin: 2em auto 1.75em;
    }
    .key .blocks section {
        font-size: 16px;
    }
    .calendar {
        margin-bottom: 2em;
    }
}

@media screen and (min-width: 1000px) {
    #cottage .popup-availability {
        margin-top: 2em;
    }
    .key {
        margin: 2.5em auto 2.25em;
    }
    #cottage .popup-availability .book-now {
        margin: 30px auto;
    }
}

/*****************************************************************
/* MEDIA
/****************************************************************/
#cottage .litebox-container #gallery {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
#gallery #featured-window {
    width: 65%;
    margin: 0;
}
#cottage #gallery #all-images {
    flex-wrap: wrap;
    align-items: center;
    width: 30%;
    max-width: 360px;
    height: 100%;
    max-height: 600px;
    margin: 0;
    overflow-x: hidden;
}
#cottage #gallery #all-images .image {
    width: 50%;
}

#all-images::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}
#all-images::-webkit-scrollbar-thumb {
    background: #ad7dd1;
    border-radius: 10px;
}
#all-images::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

#cottage:not(.main-body)::-webkit-scrollbar {
    width: 8px;
}
#cottage:not(.main-body)::-webkit-scrollbar-thumb {
    background: #ad7dd1;
    border-radius: 10px;
}
#cottage:not(.main-body)::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

@media screen and (max-width: 1200px) {
    #cottage #wrapper,
    #searchResult #wrapper,
    .classic .slide .slide-content.classic-widget-container,
    .search-page #about-uc {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    #cottage #wrapper,
    #searchResult #wrapper,
    .classic .slide .slide-content.classic-widget-container,
    .search-page #about-uc {
        width: 95%;
    }
    .search-page #about-uc {
        padding: 0;
    }
}

@media screen and (max-width: 900px) {
    #searchResult #wrapper > .two-column > .left,
    .search-page #searchResult > .two-column > .left {
        display: none;
    }
    #searchResult #wrapper > .two-column > .right,
    .search-page #searchResult > .two-column > .right {
        width: 100%;
    }

    #searchResult #searchWrapper {
        display: block !important;
    }

    #cottage .two-column {
        flex-direction: column;
    }
    #cottage .two-column .left,
    #cottage .two-column .right {
        width: 100%;
        margin-bottom: 20px;
    }
    #cottage .two-column .right {
        /*margin-bottom: 20px;*/
    }

    #cottage .right,
    #cottage .right h2 {
        text-align: left;
        margin-left: 0;
        padding-left: 0;
    }

    #cottage #availability-pricing {
        margin-left: 0;
    }

    #cottage #map {
        margin-left: 0;
    }

    #cottage #gallery #all-images {
        max-width: none;
    }
    #cottage-details.two-column .right {
        margin-bottom: 6px;
    }

    #availability-pricing .book-now {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 10px 0 8px;
        z-index: 100;
    }

}

@media screen and (max-width: 800px) {
    .list_item {
        padding: 5px;
    }

    #searchResult .snippet > .left {
        width: 74.5%;
    }

    #searchResult .snippet > .right {
        width: 24.5%;
    }
}

@media screen and (max-width: 770px) {
    #cottage #wrapper,
    #searchResult #wrapper,
    .classic .slide .slide-content.classic-widget-container,
    .search-page #about-uc {
        width: 95% !important; /* override */
    }

    #cottage #wrapper {
        margin-top: 76px;
    }
    #title h1 {
        font-size: 24px;
        margin-top: 0;
    }
     #title h2 {
        font-size: 16px;
        margin-bottom: 0 !important;
    }

    #cottage .litebox-container #gallery {
        flex-direction: column;
        justify-content: center;
    }
    #gallery #featured-window {
        width: 60%;
    }
    #cottage #gallery #all-images {
        width: 100%;
    }
    #cottage #gallery #all-images {
        max-height: none;
        height: auto;
        margin-top: 1em;
    }
    #cottage #gallery #all-images .image {
        width: 20%;
    }

    #slider-and-info {
        margin-top: 1em;
    }
    #slider-and-info.two-column .left {
        margin-bottom: 1em;
    }
    #cottage .two-column .right {
        margin-bottom: 2em;
    }

    #slider-and-info .info .title h2 {
        margin-bottom: .125em !important;
        font-size: 18px;
    }
    #pricing-anchor {
        padding: .75em .5em;
        font-size: 14px;
    }
    #info {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 0;
        background-color: transparent;
    }
    #info #breadcrumbs {
        margin-top: .5em;
    }

    #cottage-description {
        padding-top: 0;
    }

    #cottage-description .footnote {
        margin: 1em 0 0;
    }
    #cottage-details {
        margin-top: 0;
    }
    #accommodation h2 {
        margin-bottom: -.5em !important;
    }
    #cottage-details h3 {
        margin-top: 1.25em;
    }

    #cottage-details hr {
        margin: 22px 0;
    }

    #availability-pricing a {
        padding: 8px;
        font-size: 16px;
    }

    #cottage-details.two-column .right {
        margin-bottom: .35em;
    }

    #location.two-column .right {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .button:not([type="submit"]) span {
        padding: 5px !important;
    }

    .snippet p {
        font-size: 14px;
    }

    #email-popup {
       left: 15%;
        top: 15%;
        transform: translateX(-10%) translateY(50%);
    }
}

.litebox-overlay iframe {
    transform: translateY(-50%);
    top: 50%;
    width: 95%;
    height: 95%;
}
#cottage .popup-content h2 {
    font-size: 22px;
}

@media screen and (max-width: 650px) {
    .snippet {
        flex-direction: column;
    }
    .snippet > .left {
        width: 100% !important;
        border-right: 0 !important;
        border-bottom: 2px solid rgba(173, 125, 209, 0.35);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .snippet > .left .two-column {
        flex-direction: row;
    }
    .snippet > .right {
        width: 100% !important;
    }
    .snippet > .right a {
        margin-top: 10px;
    }

    #gallery #featured-window {
        width: 80%;
        margin: 0 auto;
    }

    .search-page .classic-widget-container .classicSearchWidget {
        display: none;
    }
    .search-page #searchWrapper {
        display: block !important;
    }

    #cottage .popup-content {
        margin: 14px auto 8px;
        padding: 8px;
    }
    #cottage .popup-content h2 {
        padding-bottom: 4px;
    }
    #cottage .popup-content .book-now {
        top: 0;
        max-width: 260px;
        margin: 1em auto;
        padding: 6px 0 4px;
        border: 2px solid #ad7dd1;
        font-size: 16px;
    }
    #cottage .popup-pricing .book-now {
        margin: 16px auto;
    }
    #cottage .popup-content .split {
        padding: 4px 8px;
        font-size: 14px;
    }
    .popup-content ol li {
        font-size: 12px;
    }

    #cottage .popup-content .blocks p {
        margin-bottom: 0;
    }
    a#see-availability {
        margin-bottom: 0;
    }

    #availability-pricing .book-now {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 10px 0 8px;
        z-index: 100;
    }

    #cottage .popup-pricing {
        margin-top: 22px;
    }


}

@media screen and (max-width: 500px) {
    .snippet > .left > .two-column {
        flex-direction: column;
    }

    .snippet > .left > .two-column .left,
    .snippet > .left > .two-column .right {
        width: 100% !important;
    }

    #cottage p {
        margin: 5px 0;
    }

    #cottage-description p,
    h3 {
        font-size: 16px;
    }
    #cottage-description .footnote {
        font-size: 12px;
    }

    #cottage .content,
    #breadcrumbs ul li,
    #accommodation p,
    #warnings p,
    #features,
    #availability-pricing {
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    #cottage .split {
        flex-wrap: wrap;
        padding: 4px 0;
    }
    #location .split strong {
        width: 100%;
    }

    .info .title {
        margin-bottom: 0;
    }

    #email-popup {
        padding: 25px;
    }

    #gallery #featured-window {
        width: 100%;
    }
    #cottage #gallery #all-images .image {
        width: 25%;
    }

    #about-uc p {
        text-align: left !important;
    }
}
