.booking-form__label--buttonbody,
#layout_main {
    background-color: #f5f8fa;
    text-rendering: optimizeLegibility;
}

#search_container {
    padding-left: 0;
    padding-right: 0;
}

#adposition5,
#bottom_ad {
    display: none;
}

#layout_content {
    display: none;
}

.small-gutter [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.section-title {
    text-align: center;
}

.section-title h1 {
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section-cta {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 15px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    transition: .3s;
    color: #fff;
    background-color: #c1282f;
    margin-bottom: 1rem;
}

.section-cta:hover,
.section-cta:focus {
    color: #fff;
    background-color: #d42e35;
    text-decoration: none;
    transition: .3s;
}

/*------ hero image --- */

.hero-image {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%), url('http://a0.cdn.japantravel.com/photo/12865-101799/1920x1080!/photo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    width: 100%;
    position: relative;
}

.hero-image-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.hero-weather {
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.hero-title {
    margin: 0;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-subtitle {
    font-size: 2.5rem;
    margin: 0;
    /*	margin-bottom: 3rem;*/
    font-weight: 300;
    font-style: italic;
}

.hero-nav {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.hero-nav li {
    display: inline-block;
    width: 32%;
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
}

.hero-nav li a {
    color: white;
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: 3rem;
    }
}

/*--------------------- Categories  ---------------------*/
.category-section {
    background-color: #f5f8fa;
    padding-top: 10px;
}

.category {
    background-color: white;
    padding: 10px 0px 10px 10px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: block;
    color: #666;
    transition: .2s;
}

.category:hover {
    background-color: #c1282f;
}

.category:hover,
.category:hover i {
    color: #fff;
    text-decoration: none;
}

.category i {
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 10px;
    color: #999999;
    transition: .2s;
}

.category i.glyph-culture {
    color: #c1282f;
}

.category:hover i.glyph-culture {
    color: #fff;
}

.latest-jt {
    margin-bottom: 2.5rem;
}

/******************** Content Card Component  ************************/
.card {
    margin-bottom: 10px;
    background-color: white;
    position: relative;
    -webkit-backface-visibility: hidden;
    transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1), transform 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-.3rem);
}

.card-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: .3s;
    text-align: center;
    padding-top: 20%;
    color: white;
    text-decoration: none;
    z-index: 5;
}

/*---------------------- Card Top Section ----------------------*/
.card-image {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    padding-top: 66.7%;
}

.card-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.gradient-overlay {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* W3C */
}

/* card image content */
.card-image-block {
    position: relative;
}

.card-location {
    position: absolute;
    color: white;
    font-size: 1.6rem;
    z-index: 5;
    bottom: 10px;
    left: 28px;
}

.card-location:hover {
    color: white;
    cursor: pointer;
}

/*---------------------- Card Bottom Section ----------------------*/
.card-text-block {
    border-left: solid 1px #e9e9e9;
    border-right: solid 1px #e9e9e9;
    border-bottom: solid 3px #c1282f;
    padding: 10px 15px 10px 15px;
    height: 15rem;
    position: relative;
}

.card-text-title {
    height: 90px;
    overflow: hidden;
}

.card-text-title h1 {
    margin-top: 0;
    position: relative;
    z-index: 6;
    display: inline;
    font-size: 2rem;
}

.card-text-title h1 a {
    color: #404040;
}

.card-text-title h1 a:hover {
    text-decoration: none;
    color: #c1282f;
}

.card-author {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.55;
}

.card-author a {
    color: #666;
    position: relative;
    z-index: 6;
}

.card-author a:hover {
    color: #c1282f;
    text-decoration: none;
}

/*---------------------- Card social-data ----------------------*/
.card-meta {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
    color: #a5a5a5;
}

.card-meta i {
    font-size: 2rem;
    vertical-align: text-bottom;
    margin: 0;
    z-index: 6;
    transition: 0.3s;
    margin-right: 3px;
}

.card-meta .comments {
    margin-left: 10px;
}

.card-meta .comments i {
    color: #999;
}

.card-meta .likes i {
    color: #fff;
}

.card-meta .card-category {
    float: right;
}

.card-meta .card-category:hover {
    color: #c1282f;
}

.card-meta .card-category i {
    color: #999;
}

.card-meta i:hover {
    color: #c1282f;
    text-shadow: none;
}

/******************** Article Component  ************************/

.left-section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    margin-top: 2rem;
}

.article-item {
    margin-bottom: 1rem;
    position: relative;
    background: #fff;
}

.article-item:hover .article-title a {
    text-decoration: none;
    color: #c1282f;
}

.article-item h1 a {
    transition: color .4s ease;
}

.article-item-link {
    position: absolute;
    top: 0;
    background-color: white;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.first-article {
    border-top: 1px solid #e9e9e9;
}

.article-category {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.45;
    color: #999999;
}

.article-category .featured {
    color: #c1282f;
}

.article-text {
    overflow: hidden;
    padding-top: .5rem;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    margin-top: -5rem;

}

.article-title {
    position: relative;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.article-title a {
    position: relative;
    color: #333;
    z-index: 2;
}

.article-title a:hover {
    text-decoration: none;
    color: #c1282f;
}

article.article-item:hover .opacity {
    opacity: 0.8;
    transition: opacity 0.3s;
}

.article-description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    line-height: 1.45;
    font-weight: 300;
    display: block;
    display: -webkit-box;
    max-height: 72px;
    margin: 0 auto;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

@-moz-document url-prefix() {
    .article-description {
        overflow: hidden;
        position: relative;
    }
    .article-description:before {
        background: #FFFFFF;
        bottom: 3px;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
    }
    .article-description:after {
        content: '';
        background: #FFFFFF;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
    }
}

.event-description {
    -webkit-line-clamp: 3;
}

.article-author {
    position: relative;
    z-index: 2;
    color: #999;
}

.article-author a {
    color: #999;
}

.article-author a:hover {
    color: #c1282f;
    text-decoration: none;
}

.article-meta {
    font-size: 1.6rem;
    color: #999999;
    line-height: 1.45;
    padding-top: 1rem;
    font-weight: 300;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 1rem;
}

.article-meta > span {
    margin-right: 2rem;
    float: left;
    width: calc(100% - 2rem);
}

.article-meta i {
    font-size: 1.3rem;
    color: #c1282f;
    margin-right: .5rem;
}

.article-meta .yen {
    color: #c1282f;
    font-weight: 600;
    margin-right: .5rem;
}

.article-location a {
    color: #999;
    position: relative;
    z-index: 2;
}

.article-location a i {
    color: #c1282f;
}

.article-location a:hover {
    text-decoration: none;
    color: #c1282f;
}

.left-section-cta {
    width: 100%;
    border: 1px solid #f8f8f8;
    padding: 15px;
    display: inline-block;
    text-align: center;
    background-color: #c1282f;
    font-size: 1.8rem;
    transition: .3s;
    color: #fff;
    margin-bottom: 2.5rem;
}

.left-section-cta:hover,
.left-section-cta:focus {
    color: #fff;
    background-color: #d42e35;
    text-decoration: none;
    transition: .3s;
}

@media (min-width: 768px) {
    .left-section-title {
        text-align: left;
    }

    .article-item {
        margin: 0;
        padding-top: 2.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #e9e9e9;
    }

    .article-text {
        margin-top: -0.5rem;
        border-left: none;
        border-right: none;
        padding-top: 0;
        padding-left: 0;
    }

    .article-meta > span {
        width: auto;
    }

    .article-meta {
        padding-right: 0;
        padding-bottom: 0;
        border: 0;
    }

    .left-section-cta {
        margin-bottom: 5rem;
        margin-top: 1rem;
    }
}

/******************** Sidebar Prefecture Component  ************************/
aside h1 {
    font-size: 2rem;
}

.prefecture_map {
    border-top: 1px solid #e9e9e9;
}

.prefecture_map img {
    margin: auto;
}

.prefecture_map svg {
    transform: scale(1.3);
}

.prefecture_map svg path.st1:hover {
    fill: #c1281f;
}

.about-title {
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
}

.prefecture_summary {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
    line-height: 1.25;
}

.prefinfo_label {
    font-weight: 600;
}

.prefecture-description p {
    font-size: 1.6rem;
    line-height: 1.45;
    margin-bottom: 2.08rem;
}

.prefecture-description .pref-info {
    display: block;
}

/******************** Prefecture information overlay component ************************/

.filter-button {
    display: inline-block;
    padding: 1rem;
    transition: .3s;
}

.filter-button span {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    line-height: 1.6em;
    margin-right: .4rem;
}

.filter-button:hover {
    cursor: pointer;
    color: #c1282f;
}

.prefecture-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow: auto;
    transform: translateX(100%);
    transition-property: transform;
    transition-duration: 0.4s;
}

.prefecture-overlay.is-visible {
    transform: translateX(0%);
}

.overlay-content {
    padding-top: 5rem;
}

.overlay-close .top-close {
    position: absolute;
    width: 100%;
    background: #c1282f;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    z-index: 5;
    font-size: 1.6rem;
    color: white;
    top: 0;
    display: block;
    height: auto;
}

.overlay-close .bottom-close {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 15px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    font-size: 1.8rem;
    transition: .3s;
    color: #c1282f;
    margin-bottom: 1rem;
}

.overlay-close .top-close:hover,
.overlay-close .bottom-close:hover {
    cursor: pointer;
}

body.overflow-hidden {
    overflow: hidden;
}

/******************** Top 10 section ************************/
.top-10-prefecture {
    margin-bottom: 2rem;
}

/**--------------------- Top 10 items ----------------------*/
.top-ten-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    margin-top: 2rem;
}

.top-ten-title::after {
    content: none;
}

.top-image {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-ten-item {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
}

.top-ten-item:hover {
    text-decoration: none;
    background-color: #f8f9fc;

}

.top-ten-item:hover .top-content h1 {
    color: #c1282f;
    transition: 0.3s;
}

.top-ten-item:hover .top-number {
    background-color: #c1282f;
    color: #fff;
    transition: 0.3s;
}

.first-top-ten {
    border-top: 1px solid #e9e9e9
}

.top-content {
    max-width: 66.66%;
    display: inline-block;
    vertical-align: middle;
}

.top-content h1 {
    font-size: 1.6rem;
    margin: 0;
    color: #444;
    font-weight: 400;
    padding-left: 2.5rem;
    padding-top: 5px;
}

.top-content p {
    color: #666;
    padding-left: 20px;
    margin-bottom: 0;
}

.top-number {
    position: absolute;
    left: 7.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #f1f1f1;
    color: white;
    width: 1.5em;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
    color: #444;
}

.top-ten-nav {
    border: none;
}

.top-ten-nav > li.active > a,
.top-ten-nav > li.active > a:hover,
.top-ten-nav > li.active > a:focus {
    background-color: transparent;
    color: #c1282f;
    border: none;
}

.top-ten-nav a {
    color: #333;
    font-size: 1.6rem;
    text-align: center;
}

.top-numbers {
    transform: rotate(-45deg);
    display: inherit;
    padding-right: 5px;
    padding-top: 5px;
}

@media (min-width: 768px) {
    .first-top-ten-right {
        border-top: 1px solid #e9e9e9;
    }
}

@media (min-width: 992px) {
    .first-top-ten-right {
        border-top: none;
    }

    .top-ten-title {
        text-align: left;
        font-size: 2rem;
        font-weight: 400;
        padding-top: .3rem;
        padding-bottom: .3rem;
        margin-bottom: 0;

    }
}

.sidebanner {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/************* Community *****************/
.member-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: .3s;
    text-align: center;
    padding-top: 20%;
    color: white;
    text-decoration: none;
    z-index: 5;
}

.featured-authors-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.featured-authors-section h1 {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}

.community-member {
    position: relative;
    margin-top: 6rem;
    background-color: #fff;
    min-height: 12.5rem;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    -webkit-backface-visibility: hidden;
    transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1), transform 0.3s cubic-bezier(.25, .8, .25, 1);
}

.community-member a {
    color: #666;
}

.community-member:hover a {
    color: #c1282f;
}

.community-image {
    margin-bottom: -4rem;
    position: relative;
    top: 50%;
    left: 34%;
}

.community-image img {
    margin: auto;
    width: 60px;
    transform: translateY(-50%);
}

.community-author h1 {
    font-size: 2rem;
    margin-bottom: 0;
}

.community-author h2 {
    font-size: 2rem;
    margin-bottom: 0;
}

.community-author span {
    font-size: 1.6rem;
    margin-top: .5rem;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 2rem;
    line-height: 1.1;
}

.community-author a {
    position: relative;
    z-index: 6;
    padding-left: .5rem;
    padding-right: .5rem;
}

.results .community-image {
    position: absolute;
    width: 3rem;
    left: 0;
    top: 1.4rem;
    margin-top: 0;
    margin-bottom: -2em;
}

@media (min-width: 992px) {
    .featured-authors-section h1 {
        text-align: left;
        font-size: 2rem;
        font-weight: 400;
        padding-top: .3rem;
        padding-bottom: .3rem;
        margin-bottom: 0;
    }

    .community-member {
        text-align: left;
        border-left: none;
        border-right: none;
        border-top: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: auto;
        margin-top: 4em;
    }

    .first-member {
        border-top: 1px solid #e9e9e9;
    }

    .community-member:hover {
        box-shadow: none;
        transform: translateY(0);
        background-color: #f8f9fc;
    }

    .community-image {
        margin-bottom: -2em;
        margin-top: 0;
        top: -41px;
        left: 34%;
        display: inline-block;
        vertical-align: middle;
    }

    .community-image img {
        margin-left: .5rem;
        transform: translateY(0);
    }

    .community-author {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
    }

    .community-author h1 {
        margin-top: 0;
    }

    .community-author h2 {
        margin-top: 0;
    }

    .community-author span {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {

    aside {
        margin-top: 0;
    }

    .about-title {
        font-size: 2rem;
        font-weight: 400;
        text-align: left;
        margin-top: 3.1rem;
    }

    .left-section-title {
        margin-top: 2rem;

        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }
}

@media (min-width: 768px) {
    .section-title h1 {
        position: relative;
        text-align: center;
        font-weight: 300;
    }

    .section-title h1 span {
        background: #fff;
        padding: 0 15px;
        position: relative;
        z-index: 1;
    }

    .section-title h1:before {
        background: #ddd;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .section-title h1:before {
        left: 0;
    }
}

/**--------------------- 2018 Search Header ----------------------*/

#headerBanner {
    background-color: #f2f2f2;
    position: relative;
    min-height: 10em;
    height: 2vh;
    background-image: linear-gradient(45deg, rgb(123, 0, 0) 0%, rgba(0, 0, 0, 0.22) 80%), url(http://en.japantravel.com/static/600x100/cover-career.jpeg);
    background-size: cover;
}

#headerBanner div.toptitles h1 {
    font-weight: 200;
    font-size: 3em;
    text-shadow: 0px 0px 16px rgba(95, 93, 93, 0.75);
    color: white;
}

div.toptitles {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-weight: 200;
    top: 20%;
    text-align: center;
}

/**--------------------- 2018 Search Controls ----------------------*/

.keyword .btn-primary, .keyword .btn-primary:hover, .keyword .btn-primary:focus, .keyword .btn-primary:active, .keyword .btn-primary.active {
    background-color: #c1282f !important;
    width: 100%;
    border-radius: 0;
    background: 0;
    text-shadow: none;
    box-shadow: none;
}

#search-controls .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.sort-by {
    position: relative;
    float: right;
    line-height: 5em;
    margin-bottom: -5px;
}

.sort-by label {
    position: absolute;
    left: -4em;
    top: 8px;
}

h1.results {
    display: inline-block;
    font-size: 25px;
}

span.results {
    display: inline-block;
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 10px;
}

select#sortBy {
    display: none;
}

#results .form-control {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

/* duplicated for a more general slim-dropdown class usable sitewide */
#results button.btn.dropdown-toggle.btn-default {
    background: none;
    border: none;
    box-shadow: none;
    line-height: 2em;
    text-shadow: none;
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}

.keyword .field {
    padding: 0;
}

#search-controls .keyword .field input.form-control {
    font-size: 18px;
    height: 40px;
}

#search-controls {
    margin-top: 2em;
}

#search-controls h1 {
    font-size: 2.8rem;
    font-weight: 600;
}

.keyword .searchbtn button {
    height: 40px;
    margin-top: 3px;
}

.keyword .searchbtn {
    padding: 0;
}

.filter-title {
    text-align: left;
    padding-top: 11px;
    padding-bottom: .8em;
    border-bottom: 1px solid #e9e9e9;
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    display: block;
}

p.article-price {
    color: #808080;
    font-size: 1em;
    display: inline-block;
    padding: 4px 12px;
    text-align: right;
    text-transform: uppercase;
    line-height: 1.1em;
    float: right;
    padding-right: 11px;
}

p.article-price span {
    color: #4a4a4a;
    font-size: 2rem;
    display: block;
    text-align: right;
}

.filters .form-control:focus {
    border-color: #4fc3f7 !important;
    box-shadow: none !important;
}

.filters select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding-right: 1.5em;
}

.filters .form-control {
    border: 1px solid #e6e9ec;
    box-shadow: none;
    height: 40px;
    border-radius: 0;
}

.filters .form-control option {
    font-weight: 400;

}

.filters .form-control option.default {
    font-weight: 300;
}

#filters {
    background: #fff;
    margin-top: 4em;
    padding: 10px 20px;
}

#filters .selected {
    border: 1px solid #cacaca;
    font-weight: 800;
}

.regions.form-group {
    position: relative;
}

.fa-times {
    font-size: 1.2em;
}

h4.filter-header {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    clear: both;
    padding-top: 1em;
}

.type-filters .form-group {
    border: 1px solid #ececec;
    padding: .6em .6em;
    border-radius: 11px;
    text-align: center;
}

.type-filters .form-group .active {
    font-weight: 800;
}

.input-group-addon.input-group-addon--clean {
    border-radius: 0;
    background-color: transparent;
    border: none;
    opacity: 1;
    padding: 6px 8px;
}

.input-group-addon.input-group-addon--hidden {
    opacity: 0;
    padding: 6px 8px;
}

#large-filters {
    padding-right: 0;
    padding-bottom: 2em;
}

@media (min-height: 740px) {
    @supports (position: sticky) {
        .sidebar__sticky {
            position: sticky;
            top: 28px;
        }
    }
}

input[type=checkbox], input[type=radio] {
    display: none;
}

input[type=checkbox]:checked + .booking-form__label {
    background-color: #c1282f;
    color: #fff;
    border-color: #c1282f;
}

.booking-form__label--button {
    display: block;
    text-align: center;
    border: 1px solid #e6e9ec;
    transition: .3s;
    background-color: #fff;
    padding: 1rem 0;
    font-weight: 400;
}

.search-results .mobile.paginator {
    margin: 2em auto;
    background: #c1282f;
    width: 90%;
}

.mobile.paginator li.next {
    float: right;
    text-align: right;
    position: absolute;
    right: 2em;
}

.mobile .paginator li.active a {
    font-weight: normal;
}


@media (min-width: 768px){
    aside#small-filters {
        display: none;
    }
}

@media (max-width: 767px){
    #results .article-description {
        display: none;
    }

    #results .article-title {
        font-size: 2rem;
        margin: 0;
        line-height: 1.1;
    }

    #results .article-text {
        margin-top: 0;
        border-left: 0;
        border-right: 0;
        padding-left: 0;

    }

    .sort-by label {
        left: -1.4em;
    }

    .card-location {
        top: 10px;
    }
}

p.article-price span.woocommerce-Price-currencySymbol {
    display: inline-block;
}

.type-filters .form__checkbox-button .booking-form__label--button {
    cursor: pointer;
}

/* Pre-set size before image loaded */
#results .article-photo.opacity {
    min-height: 175px;
}

@media (max-width: 1199px){
    #results .article-photo.opacity {
        min-height: 142px;
    }
}

@media (max-width: 991px){
    #results .article-photo.opacity {
        min-height: 91px;
    }
}

@media (max-width: 767px){
    #results .article-photo.opacity {
        min-height: 144px;
    }

    #search-controls {
        margin-top: 0 !important;
    }

    h1.results {
        font-size: 22px;
    }

    span.results {
        font-size: 22px;
    }

    #results .sort-by .btn.dropdown-toggle {
        padding-right: 10px;
    }


    #results .sort-by span.filter-option {
        margin-bottom: 6px;
    }

    #results .dropdown-menu.open {
        left: -100px !important;
        right: 0 !important;
    }

    h1.results.has-author {
        position: relative;
        padding-left: 4rem;
    }

    span.results.has-author {
        position: relative;
        padding-left: 4rem;
    }
}

@media (max-width: 575px){
    #results .article-photo.opacity {
        min-height: 101px;
    }
}

@media (max-width: 479px){
    #results .article-photo.opacity {
        min-height: 80px;
    }
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

#results .noresults ul li {
    line-height: 2rem;
}

#results .s-hl {
    font-weight: bold !important;
}
