html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}

html body {
    line-height: 1em;
    /*font-family: 'Source Sans Pro', calibri, Trebuchet, Arial, sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    color: #404040;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html[lang=ja] body {
    font-family: 'Noto Sans JP', sans-serif;
}

/*html[lang=ko] body {
    font-family: 'Noto Sans KR', sans-serif;
}*/

html[lang=zh_Hans] body {
    font-family: 'Noto Sans SC', sans-serif !important;
}

html[lang=zh_Hant] body {
    font-family: 'Noto Sans TC', sans-serif !important;
}

/*html[lang=zh_Hans] body,
html[lang=zh_Hant] body {
    font-family: 'Source Sans Pro', Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif !important;
}*/

html[lang=ar] body {
    direction: none;
}

html[lang=ar] .widget-notification-pulldown {
    direction: initial;
}

html[lang=ar] .account.dropdown.dropdown-hover {
    display: block;
    float: right;
}

a,
a:hover,
a:focus {
    color: #c1282f;
}

::selection {
    background: #c1282f;
    color: #fff;
}
::-moz-selection {
    background: #c1282f;
    color: #fff;
}



p { line-height: 1.4em; }

a[data-toggle] { cursor: pointer; }
.button { cursor: pointer; }
span.button { color: #c1282f; }
.error { color: red; }
.bold { font-weight: bold; }
.red { color: #c1282f; }

span.date { margin-top: 0.2em; color: #999; }

/* https://github.com/lipis/bootstrap-social */
.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}

/* Bootstrap overrides */
.form-control:focus {
    border-color: rgba(140, 0, 0, 0.25);
}

.form-control {
    border-radius: 2px;
    box-shadow: none;
}

.navbar-toggle.fa {
    padding: 0;
    border: none;
    height: auto;
}

#footer {
    background-color: #fff;
    width: 100%;
    color: #777;
    font-size: 13px;
    line-height: 20px;
    z-index: 10;

    border-top: 3px solid #c1282f;
}

@media (max-width: 767px) {
    #footer {
        text-align: center;
    }

    #footer .links .col:nth-child(3) {
        clear: left;
    }
}

#footer a {
    color: #757575;
}

#footer > .container {
    padding-bottom: 16px;
}

#footer > .container h1 {
    font-size: 16px;
    font-weight: 600;
}

#footer > .container .links {
    text-align: center;
}

.half-center .content {
    text-align: left;
}

#footer > .container .subscribe.hidden-xs {
    margin-bottom: 16px;
}

#footer > .container .subscribe a {
    margin-left: 8px;
}

#footer > .container .subscribe a:hover {
    text-decoration: none;
}

#footer > .container .about.sns .content.about-text {
    text-align: justify;
}

#footer .links ul {
    list-style: none;
    padding: 0;
}

#footer > .container .subscribe .fa-stack {
    width: 1.5em;
}

#footer > .container .subscribe .fa-circle {
    color: #ebebeb;
    transition: font-size 0.1s, margin 0.1s;
}

#footer > .container .subscribe a:hover .fa-circle {
    font-size: 2.4em;
    margin: -0.105em 0 0 -0.105em;
}

html[lang=ar] #footer > .container .subscribe a:hover .fa-circle { margin-left: +0.105em; }

#footer > .container .subscribe .fa-circle + .fa {
    color: #777;
}

#footer > .container .subscribe a:hover .fa-circle + .fa {
    color: white;
}

/* Reference: http://brandcolors.net/ */
#footer > .container .subscribe a.facebook:hover .fa-circle { color: #3b5998; }
#footer > .container .subscribe a.twitter:hover .fa-circle { color: #55acee; }
#footer > .container .subscribe a.rss:hover .fa-circle { color: #f26522; }
#footer > .container .subscribe a.mail:hover .fa-circle { color: #c1282f; }
#footer > .container .subscribe a.google:hover .fa-circle { color: #dd4b39; }
#footer > .container .subscribe a.youtube:hover .fa-circle { color: #e52d27; }
#footer > .container .subscribe a.instagram:hover .fa-circle { color: #3f729b; }

@media (max-width: 500px) {
    /* Copyright linebreak */
    #footer #bottom_bar .copyright {
        width: 100%;
    }
    #footer #bottom_bar > .container {
        text-align: center;
    }
    #footer #bottom_bar > .container > ul {
        float: none !important;
        display: inline-block;
    }
}

#footer > .container .policies {
    margin-top: 12px;
    text-align: center;
}

#footer .container .newsletter .btn-primary {
    background-color: #777;
    border: 1px solid #777;
    background: -webkit-linear-gradient(top, #777, #777);
    background: linear-gradient(to bottom, #777 0, #777 100%);
}

#footer .container .newsletter form.newsletter_form div.form-group {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
}
#footer .container .newsletter form.newsletter_form div.form-group.email {
    width: 66%;
    margin-right: 2%;
}
#footer .container .newsletter form.newsletter_form div.form-group.submit {
    width: 30%;
}
#footer .container .newsletter form input[type=submit] {
    width: 100%;
}
#footer .container .newsletter h1  {
    text-align: left;
}

#bottom_bar {
    border-top: 1px solid #edf0f4;
    background-color: #fff;
    color: #767676;
    box-shadow: none;
    border-bottom: 0;
}

#bottom_bar .nav > li > a:hover,
#bottom_bar .nav > li > a:focus,
#bottom_bar .nav > li > a {
    background-color: #777;
    color: white;
}

@media (min-width: 768px) { /* What the hell, is that not Bootstrap's job? */
    #bottom_bar .nav .visible-xs-inline { display: none; }
    #bottom_bar .nav .visible-xs-block { display: none; }
}

#footer #bottom_bar .nav > li.languages > a {
    background-color: white;
}
#footer #bottom_bar .languages a {
    color: #757575;
}
#footer #bottom_bar .copyright {
    padding: 15px 0;
    margin: 0;
}
#footer #bottom_bar ul {
    list-style: none;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
}
#footer #bottom_bar ul.navbar-nav > li > a {
    list-style: none;
    padding: 5px 10px;
}
#footer #bottom_bar ul.navbar-nav > li.separator {
    padding-top: 5px;
}

@media (max-width: 767px) {
    #footer .container .newsletter form.newsletter_form { margin: 0 -5px; }
    #footer #bottom_bar .copyright { margin-right: -5px; }
}

@media (max-width: 360px) {
    #footer #bottom_bar .copyright { font-size: 10px; }
}

textarea { resize: vertical; }

/* Center the bottom navbar in desktop view */
@media (min-width: 768px) {
    #bottom_bar .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
}

/* Create a 3 column layout for the bottom navbar in narrow view */
@media (max-width: 767px) {
    #bottom_bar .navbar-nav > li {
        float: left;
        overflow: hidden;
        white-space: nowrap;
    }
    #bottom_bar .navbar-nav > li.separator {
        width: 1%;
    }

    #footer #bottom_bar ul.navbar-nav > li > a {
        padding: 5px 5px;
    }

    #bottom_bar .navbar-nav > li.languages {
        overflow: visible;
    }

    #bottom_bar .navbar-nav > li.languages > .dropdown-menu {
        position: absolute;
        background-color: white;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        left: auto;
        right: 0;
    }
}

textarea { resize: vertical; }

/* Center the bottom navbar in desktop view */
@media (min-width: 768px) {
    #bottom_bar .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
}

/* Create a 3 column layout for the bottom navbar in narrow view */
@media (max-width: 767px) {
    #bottom_bar .navbar-nav li {
        float: left;
        width: 32%;
        overflow: hidden;
        white-space: nowrap;
    }
}

/* Bootstrap overrides and extension classes */
.navbar-brand {
    padding: 8px;
    height: 30px;
}

.navbar-bottom {
    margin-bottom: 0;
    border-radius: 0;
}

.btn {
    box-shadow: 0 1px 1px rgba(128, 128, 128, .5), inset 0 1px 0 rgba(255, 255, 255, .35);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    font-size: 16px;
}

.btn.btn-xs {
    font-size: 12px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #c1282f;
    border: 1px solid #c1272e;
    background: -webkit-linear-gradient(top, #db2d39, #c1282f);
    background: linear-gradient(to bottom, #db2d39 0, #c1282f 100%);
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:hover {
    background: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn i {
    vertical-align: middle;
}

.btn i + a {
    margin-left: 6px;
    vertical-align: middle;
}

.btn.btn-primary a {
    color: white;
}

.btn a:hover {
    text-decoration: none;
}

.btn-login {
    margin-bottom: 1em;
}

.btn--flat {
    padding: 0em 1em;
    margin: 0 1em 0.6em 0px;
    border: 1px solid #ebebeb;
    /*border-radius: 4px;*/
    line-height: 3em;
    transition: background 0.5s;
    transition: border 0.5s;
    float: left;
}

a.btn--flat, .btn--flat a {
    color: black;
    text-decoration: none;
}

.btn--flat:hover {
    /*background: rgba(193, 40, 47, 0.1);*/
    border: 1px solid #c1282f;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.btn--flat-grey {
  color: #333;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #eff1f6;
}

.btn--flat-grey:hover,
.btn--flat-grey:focus {
  background-color: #D6D8DD;
}

.btn--flat-grey a {
  color: #333;
  display: block;
  padding: 8px 12px;
}

.btn--flat-grey a:hover,
.btn--flat-grey a:focus {
  text-decoration: none;
}

#login-form .modal-header {
    background: white !important;
}

/*#login-form iframe { border: 0; width: 100%; height: 450px; display: block; }*/

#layout_main {
    width: 100%;
    /* WT: For the facebook like dialog to hover over the layout_bottom */
    overflow: visible;
    margin: 0px auto;
    z-index: 10;
    height: auto;
    background: #ebebeb;
}

@media (max-width: 767px) {
    #layout_main > .menu {
        height: 60px;
    }
}

div#layout_top {
    background-color: white;
    font-size: 12px;
    position: relative;
}

.form-horizontal .control-label {
    padding-bottom: 7px;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

label.checkbox_label {
    font-weight: normal;
}

/* menu layout */
div.menu div.mainnav { height: 60px; background-color: white; }

/* top menu style */
#layout_main > .menu .navbar {
    margin-bottom: 0;
}

#topnavbar {
    position: relative;
    z-index: 700;
    box-shadow: 0 -10px 20px -15px inset;
}

#topnavbar .navbar {
    min-height: 30px;
}

#topnavbar .navbar .navbar-brand {
    padding: 0px 8px;
}

#topnavbar .navbar .navbar-brand:hover img {
    -webkit-filter: drop-shadow(2px 2px 5px rgba(48, 48, 48, 0.2));
    filter: drop-shadow(2px 2px 5px rgba(48, 48, 48, 0.2));
    transition: -webkit-filter 0.1s linear, filter 0.1s linear;
}

#topnavbar .navbar .navbar-brand img.big {
    margin-top: 39px;
}

#topnavbar .navbar.navbar-default {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: #ebebeb;
    border-color: #edf0f4;
    border-top: 0 !important;
}

#topnavbar .navbar.navbar-default .navbar-collapse {
    background-color: #ebebeb;
}

#topnavbar .navbar .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

#topnavbar .navbar .navbar-nav > li > a,
#topnavbar .navbar .navbar-nav > li.navbar-li-text {
    padding: 10px 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}

#topnavbar .languages ul {
    min-width: 0;
}

@media (max-width: 767px) {
    #topnavbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #topnavbar .navbar .navbar-brand {
        padding: 6px 8px;
    }

     .adclass5 {
        float: left;
        text-align: right;
        width:50%;
        padding-right: 1px;
    }
    .card .adclass6 {
        float: left;
        padding-left: 1px;
    }
}

@media (max-width: 767px) {
    #topnavbar .navbar-form {
        margin: 0;
        padding: 0px 15px;
    }

    #topnavbar .navbar-nav {
        margin: 0px -15px;
    }
}

#topnavbar .account .navbar-nav .fa-cog:hover {
    color: #c1282f;
}

@media (max-width: 767px) {
    #topnavbar .navbar.navbar-default {
        background-color: #fff;
    }
}

/* Article grid */

/* Article blocks */
.article {
    margin-bottom: 1em;
}

.article h2 {
    font-size: 18px;
    margin: 0.2em 0;
    line-height: 1.2em;
    position: relative;
}

.paginator li:not(.disabled):hover,
.paginator li:not(.disabled):hover a,
.paginator li:not(.disabled):hover a i {
    font-weight: bold;
}

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

#layout_flatwhite {
    padding-left: 0;
    padding-right: 0;
    background-color: white;
}

#layout_content {
    margin: auto;
    background: white;
    /*box-shadow: 2px 2px 18px rgba(192, 192, 192, 0.8);*/
    padding-bottom: 10px;
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    max-width: 1320px;
}

#layout_main.with_bigcover #layout_content {
    max-width: 100%;
    background: none;
    overflow: visible;
}
@media (min-width: 768px) {
    #layout_main.with_bigcover #layout_content {
        background: none;
        box-shadow: none;
        padding-bottom: 0;
    }
}

@media (max-width: 1320px) {
    #layout_content {
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    #layout_content {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #layout_content {
        margin-top: 0;
    }
}

:lang(th) div#layout_content {
    font-size: 14px;
}

/* Article cards */

/******************** 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;
    bottom: 10px;
    left: 15px;
    color: white;
    font-size: 1.6rem;
    z-index: 5;
}

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

.image-timestamp {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 10px 15px;
    font-weight: 600;
    text-shadow: 0px 0px 5.64px rgba(0, 0, 0, 0.30);
}

/*---------------------- Card Bottom Section ----------------------*/
.big-card h1 {
    font-size: 3rem;
}

.big-card h2, .card.specialheight h2 {
    font-size: 2rem;
    font-weight: 300;
}

.card-text-block {
    border-left: solid 1px #f8f8f8;
    border-right: solid 1px #f8f8f8;
    border-bottom: solid 3px #c1282f;
    padding: 10px 15px 10px 15px;
    height: 150px;
    position: relative;
}

.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-text-title h3 {
    margin-top: 0;
    position: relative;
    z-index: 6;
    display: inline;
    font-size: 2rem;
}

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

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

.card-author {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.2;
    margin-top: .3rem;
    display: block;
}

.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 .likes {
    margin-right: 10px;
}

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

.card-meta .likes i {
    color: #757575 !important;
}

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

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

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

.card-meta i {
    cursor: pointer;
}

/* Reusable sub-components for cards */

.article-bookmark {
    cursor: pointer;
    font-size: 2rem;
    color: #757575;
}

.article-bookmark i {
    font-weight: 300;
}

.article-bookmark.article-bookmark--saved i {
    font-weight: 900;
}

.article-like {
    cursor: pointer;
}

.article-like i {
    font-weight: 300;
    color: #c1282f;
    vertical-align: middle;
}

.article-like.article-like--saved i {
    font-weight: 900;
}

/* Ads */

.adclass .separator {
   /* border-top: 2px dotted #c1282f;*/
    margin: 5px 0;
}

div.criteo img {
    display: block;
    max-width: 100%;
    *width: 100%;
    height: auto;
}

/* Carousels with multiple items on a slide */
.carousel.multi .carousel-content {
    display: none;
}

.carousel.multi .carousel-inner > .item {
    margin: 0;
}

.carousel.multi .carousel-inner > .item > div {
    padding: 0px 5px;
}

/*
.carousel.multi .carousel-inner > .active,
.carousel.multi .carousel-inner > .next {
    position: relative;
    visibility: visible;
}
*/

/* Badges */
div.badge {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 6px 4px;
    color: #606060;
    line-height: 8px;
    margin-left: 3px;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid;
    letter-spacing: 0.1em;

}

div.badge.hokkaido { background-color: #a8c1e2; border-color: #6f99cf; }
div.badge.tohoku { background-color: #badbe6; border-color: #8cc3d6; }
div.badge.kanto { background-color: #a5c694; border-color: #69a04e; }
div.badge.chubu { background-color: #a9f68e; border-color: #70f144; }
div.badge.kansai { background-color: #d3d587; border-color: #b6b937; }
div.badge.chugoku { background-color: #f3af76; border-color: #eb7a1b; }
div.badge.shikoku { background-color: #ffc777; border-color: #ffa31d; }
div.badge.kyushu { background-color: #fca282; border-color: #fb6530; }
div.badge.okinawa { background-color: #d39176; border-color: #b6481b; }

div.badge.teens { background-color: teal; color: lime; }
div.badge.kids { background-color: yellow; color: blueviolet; }
div.badge.sponsored {
    background-color: white;
    color: #c1282f;
    border-color: rgba(193, 40, 47, 0.5);
    box-shadow: 0px 0px 4px rgba(193, 40, 47, 0.5);
}


/* Forms */
.validation { display: none; }
form .validation { display: none; }
form .buttons { text-align: right; }

/* Sections */
.section {
    position: relative;
    margin-bottom: 1em;
}

.section.cf {
    display: block;
}

.section > .title {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.section .title, .section .widget-title {
    /*font-size: 24px;*/
    /*color: #c1282f;*/
    /*margin-bottom: 0.5em;*/
    text-align: left;
    font-size: 2rem !important;
    font-weight: 400;
    padding-top: 0.3rem;
    padding-bottom: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 2rem;
    line-height: 1.1;
    color: #404040;
}

#layout_main.without_bigcover .section .title {

}

#layout_main.with_bigcover .section .title {
    padding-top: 15px;
}

.section .title .icon {
    float: right;
}

.section .title .first-word {
    font-weight: 600;
}

.btn-boldfirst .first-word {
    font-weight: 600;
}

/* Headings */
div.heading {
    padding: 5px 0;
    color: #c1282f;
}

:lang(ja) div.heading {
    font-weight: bold;
}

div.heading.allcaps {
    text-transform: uppercase;
}

div.heading.blue {
    background-color: #0091db;
    border-top: 5px solid #c1282f;
    color: white;
    padding: 5px;
}

div.heading.orange {
    background-color: white;
    border-top: 4px solid #f68120 !important;
    border-bottom: 1px dotted black;
}

div.heading.red {
    color: #b51c16;
}

/* Map CSS */
.map .infotext {
    font-size: 13px;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 8px;
}

.map .infotext img {
    float: left;
    margin-right: 4px;
}

.map .infotext .infotext_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    text-align: right;
}

.map .infotext .infotext_bottom .readmore {
    margin-left: 2em;
}

/* Preview for small thumbnails */
p.preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    z-index: 999;
}

/* Formatting for comment box footers */
.bottom {
    font-size: 13px;
    font-style: italic;
    clear: both;
}
.bottom img { vertical-align: middle; }

.pagination span { margin: 0px 2px; }
.pagination span.current { text-decoration: underline; }

/* Form fields */

.field {
    clear: both;
    margin: 3px 0;
    display: block;
}

.footer > .buttons {
    text-align: right;
}

/* Gradient mask */
.darkgradient {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 50%, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#lightbox_mask {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1050;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=180);
}

#lightbox {
    display: none;
    position: fixed;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 80%;
    z-index: 1060;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

    -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
}

#lightbox .content {
    position: relative;
    height: 99%;
    background-color: white;
}

#lightbox img.close {
    position: absolute;
    right: -19px;
    top: -19px;
    z-index: 1000;
}

/* Side ads and ads in general */
.adclass {
    width: 100%;
}

/* added for dfp banners coz they have an iframe that doesn't conform */
.adclass iframe {
    width: 300px;
}

.ad_720_90 iframe {
    width: 720px;
}

.adclass img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 2px solid #ebebeb;
}

.sidebar .adclass {
    margin-top: 1em;
}

@media print {
    a[href]:after {
        content: "";
    }
    div#layout_main { overflow: visible !important; }
}

@media print {
    .content .article p a:after {
        content: " (" attr(href) ") " !important;
        font-size: 0.8em;
        font-weight: normal;
    }

    #cookie-notice {
        display: none;
    }
}

#jtpartners {
    z-index: 1000;
    clear: both;
}

#jtpartners img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*Firefox 3.5+ */
  filter: gray; /*IE6-9 */
  -webkit-filter: grayscale(100%);  /*Chrome 19+ & Safari 6+ */
}

#jtpartners img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
#jtpartners .thumbnail {
    border:none !important;
    margin-bottom: 0px !important;
}
#jtpartners {
    border-top: 1px solid #E0E0E0;
    max-width: 100%;
    background: white;
}

#jtpartners .container-fluid {
    padding:0px !important;
}
.col-md-height {
     display:inline-block;
     float:none;
}
.col-middle {
   vertical-align:middle;
}
#jtpartners .item {
    margin-left: -15px;
    margin-right: -15px;
}

.imageblock, .imageblock a {
    font-size: 0;
    line-height: 0;
}

.imageblock img {
    margin: auto;
    max-height: 60px;
}

#adposition5 {
    margin: 20px auto;
}
#adposition6 {
    margin: 20px auto;
}
#adposition4{
    margin: 20px auto;
}
.adclass4 {
    text-align:center;
    height: 90px;
    min-height: 90px;
}
.adclass4 img {
    display: inline !important;
}

.adclass5, .adclass6 {
    padding-bottom: .5rem;
    padding-top: .5rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:767px) {
    .mobilefixed {
        position: fixed;
        width: 100%;
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .mobilefixed img {
        display: inline;
    }
    #bottom_bar {
        padding-bottom: 50px;
    }
    #adposition5 {
        display: none;
    }
}

/* tour booking widget, for sidebar and tour booking index page */

.booking-widget .settings__save {
  border: 0; padding: 13px 0px;   margin-bottom: 1rem; margin-top: 0rem; padding-left: 30px; padding-right: 30px;
  display: inline-block; width: 100%;
  background-color: #c1282f;
  text-align: center; font-size: 1.8rem; line-height: 1; text-decoration: none; color: #fff;
  transition: .3s;
}
.booking-widget .settings__save:hover, .booking-widget .settings__save:focus { color: #fff; background-color: #d42e35; text-decoration: none; }
.custom-booking h2 { font-weight: bold; color: #333; margin-top: 0; }
.booking-widget .title { font-size: 2.8rem; margin-top: 0; font-weight: 700; }
.booking-widget .input-group.date input { padding: 6px 12px; }
.booking-widget .date-label { font-size: 1.8rem; }
@media (max-width: 991px) { .input-group.date.date--from { margin-bottom: 15px; } }
.booking-widget .checkbox { font-weight: 400; font-size: 1.6rem; margin-bottom: 1.5rem; margin-top: 1.5rem; }
.booking-widget label[for=flexible_dates] { font-size: 15px; line-height: 19px; }
.booking-widget__description { text-align: left; font-size: 1.6rem; color: #333; margin-bottom: 2rem !important; font-weight: 400; padding-left: 0 !important; }

/* Photostory and video icons */
.photo {
    position: relative;
}

.photo .icon {
    background: #c1282f;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5em;
    z-index: 10;
}

.photo .icon .fa {
    color: white;
    width: 15px;
    text-align: center;
}

.widget_otherarticles_row .photo .icon.event {
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
    padding: 9px;
    color: #FFFFFF;
    text-align: center;
}

.widget_otherarticles_row .photo .icon.event hr {
    margin: 8px 16px 8px 16px;
}

.photo .opacity {
    position: relative;
    display: block;
    transition: opacity 0.3s;
}

.photo:hover .opacity {
    opacity: 0.8;
}

/* Carousel fading effect */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* BootstrapDialog overrides */
.bootstrap-dialog .modal-header {
    background-color: #c1282f !important;
}

.bootstrap-dialog-message {
    line-height: 1.4em;
}

.modal-content {
    overflow: hidden;
}

.modal-header {
    background-color: #c1282f !important;
    color: white;
}

.modal-header h3 {
    display: inline-block;
    margin: 0;
}
.glyphicons.glyph-accommodation:before { content: "\E090"; }
.glyphicons.glyph-activity:before { content: "\E592"; }
.glyphicons.glyph-culture:before { content: "\E306"; }
.glyphicons.glyph-food:before { content: "\E277"; }
.glyphicons.glyph-nightlife:before { content: "\E001"; }
.glyphicons.glyph-beauty-spa:before { content: "\E514"; }
.glyphicons.glyph-shopping:before { content: "\E351"; }
.glyphicons.glyph-transportation:before { content: "\E015"; }
.glyphicons.glyph-planning:before { content: "\E158"; }


/* Article partial, usable anywhere */
.article-preview-search {
    padding-bottom: 16px;
}

.article-preview-search .photo {
    position: relative;
    padding: 0;
}

.article-preview-search .photo .opacity {
    transition: opacity 0.3s;
    display: block;
}

.article-preview-search:hover .photo .opacity {
    opacity: 0.8;
}

.article-preview-search .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b488e;
    margin-bottom: 4px;
    line-height: 1.2em;
}

.article-preview-search .name .badges {
    float: right;
}

.article-preview-search .name .subtitle {
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    margin: 4px 0;
    line-height: 1.2em;
}

.article-preview-search .prefectures, .article-preview-search .categories {
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2em;
}

.article-preview-search .prefectures .glyphicon,
.article-preview-search .categories .glyphicon {
    margin-right: 0.5em;
}

.article-preview-search .info span a {
    color: #c1282f;
    text-decoration: underline;
}

.article-preview-search .description {
    margin-top: 6px;
    line-height: 1.2em;
}

.event-card span.one-day {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em !important;
    font-weight: 300;
}

@media (max-width: 767px) {
    #footer {
        text-align: center;
    }

    #footer .links .col:nth-child(3) {
        clear: left;
    }
}

.card .event-card {
    left: inherit;
    bottom: inherit;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 1em;
    left: 1em;
    padding: 0.5em;
    z-index: 1;
    color: white;
    border: 1px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    min-width: 65px;
}

.card .event-card hr {
    margin-top: 8px;
    margin-bottom: 7px;
    border: 0;
    border-top: 1px solid #eee;
    width: 1.2em;
}

.card-video-icon {
    position: absolute;
    color: rgba(255,255,255, 0.8);
    top: 50%;
    font-size: 3rem !important;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: auto;
    text-align: center;
}

.big-card .card-video-icon {
    font-size: 6rem;
}

.top-right-bar {
    background-color: #ebebeb;
    color: #666;
    hover: #333;
}

.top-right-bar .text-hover:hover {
    color: #333;
}

.top-right-bar .navbar-li-text.separator {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.top-right-bar .dropdown.languages {
    padding-left: 10px;
}

/* slim dropdown, e.g. for search sorting and filtering */
select.slim-dropdown {
    background: none;
    border: none;
    box-shadow: none !important;
    line-height: 2em;
    text-shadow: none;
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
    width: auto;
    text-align-last: right;
}

/* mobile mega menu */
#layout_content ul {
    margin-left: 0;
    margin-bottom: 0;
}
/* --------------------------------

Primary style

-------------------------------- */


/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* --------------------------------

Main Components

-------------------------------- */
html.modal-is-open, body.modal-is-open {
    overflow: hidden;
    height: 100%;
    position: fixed;
}
.jt-nav .fa-search {
    position: absolute;
    color: #333;
    right: 0;
    font-size: 1.4rem;
    width: 50px;
    text-align: center;
    height: 50px;
    padding-top: 17px;
}

.jt-nav .dropdown{
    list-style: none;
}

.jt-nav .dropdown-menu a {
    height: 40px;
    line-height: 40px;
    padding: 0;
    padding-left: 20px;
    font-size: 1.6rem;
}


.jt-nav .dropdown-toggle {
    color: #fff;
}

.jt-nav ul.dropdown-menu {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    height: 100vh;
    border: none;
    overflow-y: scroll;
}

.jt-nav ul.dropdown-menu li {

}

/*header {
    height: 100px;
    background: #ffffff;
}*/

.cd-dropdown-wrapper {
    /*display: inline-block;
    position: relative;
    height: 40px;
    margin: 30px 0 0 5%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navigation-bg-overlay {
    position: fixed;
    background-color: rgba(0,0,0, 0);
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: background-color 0.5s ease;
}

.navigation-bg-overlay.is-visible {
    background-color: rgba(0,0,0, .8);
    visibility: visible;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: #111433;
    color: #ffffff;
    border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-dropdown .menu-header,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}

.cd-dropdown .menu-header,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown li {
    line-height: 0;
}

.cd-dropdown {
    font-size: 1.6rem;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: #fff;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown .menu-header {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #c1282f;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
}
.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}


.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
    padding-left: 0;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #333;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #e9e9e9;
    border-style: solid;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f8fa;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #3f8654;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}


@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
.jt-nav__search {
    background-color: #f5f8fa;
}

.cd-search input[type="search"] {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #f5f8fa;
    color: #333;
    border: none;
    border-radius: 0;
    line-height: 1.5;

}
.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #333;
}
.cd-search input[type="search"]::-moz-placeholder {
    color: #333;
}
.cd-search input[type="search"]:-moz-placeholder {
    color: #333;
}
.cd-search input[type="search"]:-ms-input-placeholder {
    color: #333;
}
.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        background-color: #f5f8fa;
    }
    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children > a, .go-back a {
    position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 8px;
    background: #333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.has-children > a {
    padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 8px 50%;
    -moz-transform-origin: 8px 50%;
    -ms-transform-origin: 8px 50%;
    -o-transform-origin: 8px 50%;
    transform-origin: 8px 50%;
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
    background-color: #f5f8fa;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 0px 50%;
    -moz-transform-origin: 0px 50%;
    -ms-transform-origin: 0px 50%;
    -o-transform-origin: 0px 50%;
    transform-origin: 0px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

@media (max-width: 767px) {
    a.navbar-brand.visible-xs {
        display: inline-block !important;
        height: auto;
    }

    .navbar-header {
        text-align: center;
        height: 60px;
        display: flex;
        justify-items: center;
    }
}

/*#layout_main.modal-is-open {
    overflow:hidden;
    height:100%;
    position: fixed;
}*/

#topnavbar.modal-is-open {
    display: block !important;
}

.jt-nav ul.dropdown-menu {
    padding-bottom: 6rem;
}

div.lazy {
    background-image: linear-gradient(rgba(51, 51, 51, 0.298039) 50%, rgba(0, 0, 0, 0.498039) 100%);
}

img.lazy { min-width: 1px; } /* to force it to be visible i.e. loading */

img.img-responsive.lowres {
    width: 100%;
}

img.img-responsive.lazy, img.img-responsive.lazyloading {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0.9;
}

img.img-responsive.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    transition: filter 0.3s;
    transition: opacity 0.2s;
}

@media (max-width: 991px)  {
    .article-photo .card-video-icon {
        top: 40%;
    }
}

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

/* New footer css */
#bottom_bar .nav > li > a:hover, #bottom_bar .nav > li > a:focus, #bottom_bar .nav > li > a {
    color: #333;
    background-color: #fff;
}

#footer > .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#footer > .container h1 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

#footer > .container h3,  #footer > .container label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    margin: .67em 0;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    display: block;
}

#footer a {
    color: #767676;
    font-size: 1.5rem;
    line-height: 25px;
}

#footer input.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 40px;
}

#footer .container .newsletter .btn-primary {
    color: #fff;
    background: #c1282f;
    border: none;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    padding: 9px 6px;
}

.footer__about {
    text-align: left;
}

.footer__social {
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.footer__social li {
    display: inline-block;
}

#footer .footer__social li a {
    margin-left: 0 !important;
    position: relative;
    font-size: 1.8rem;
}

#footer .footer__social li .facebook:hover i {
    color: #3b5998;
}

#footer .footer__social li .twitter:hover i {
    color: #55acee;
}

#footer .footer__social li .youtube:hover i {
    color: #e52d27;
}

#footer .footer__social li .google:hover i {
    color: #dd4b39;
}

#footer .footer__social li .instagram:hover i {
    color: #3f729b;
}

#footer .footer__social li .rss:hover i {
    color: #f26522;
}

@media (min-width: 992px) {
    #footer .footer__social li a {
        margin-right: 1rem;
    }
}

#footer .footer__social li a i {
    padding: 0.8rem;
}

#bottom_bar .navbar-nav .dropdown-menu li {
    width: 100%;
}

#footer #bottom_bar ul.navbar-nav > li:first-of-type > a {
    margin-left: -10px;
}

#bottom_bar .nav > li > a:hover, #bottom_bar .nav > li > a:focus, #bottom_bar .nav > li > a {
    color: #767676;
}

#bottom_bar .nav > li > a:hover, #bottom_bar .nav > li > a:focus {
    color: #333;
    background-color: #fff;
    text-decoration: underline;
}

#footer a:hover {
    color: #333;
}

.top-image-container {
    display:  inline-block;
    vertical-align: top;
    width:  90px;
    padding-top: 60px;
    position:  relative;
    margin-bottom: 10px;
    background-color: #ccc;
    margin-top: 10px;
}

.top-image-container img.top-image {
    position:  absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:  0 auto;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: inherit;
    display:  block;
}

@media (min-width: 768px) {
    .top-image-container {
        vertical-align: middle;
    }

    .top-content {
        vertical-align: middle;
    }
}

.paginator {
    /*float: right;*/
    margin: 0px 8px;
}

.paginator .pagination {
    margin: 0px;
}

.paginator li a,
.paginator li span,
.paginator li:hover span,
.paginator li.active a,
.paginator li.active:hover a,
.paginator li:hover a {
    color: #c1282f;
    padding: 8px 10px;
    border: none;
    background: none;
}

.paginator li.disabled span {
    cursor: default !important;
}

.paginator li:not(.disabled):hover,
.paginator li:not(.disabled):hover a,
.paginator li:not(.disabled):hover a i {
    font-weight: bold;
}

.paginator li.active a {
    font-weight: bold;
    text-decoration: underline;
}

.mobfilter {
    display: none;
}

#topnavbar li.dropdown.languages span.fa-globe-americas {
    font-size: 1.1rem;
}

/*
 * You can also use media queries to adjust the skeleton
 */
@media screen and (min-width: 64em) {
}

/*
 * Card Skeleton for Loading
 */
.skeleton.prefecture-card {
    width: 100%;
    margin: 0 auto;
    height: 330px;
    margin-bottom: 10px;
}

.skeleton.prefecture-card:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    /*animation: loading 1.5s infinite;*/
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255, 0.3) 35%, rgba(255, 2555, 255, 0) 100%), linear-gradient(#e6e6e6 330px, #ea1b1b00 0), linear-gradient(#ffffff 325px, #ffffff);
    background-size: 67% calc(330px - 0px), 100% 330px, 50% 16px, 0px 0px, 50% 40px, 100% 100%;
    background-position: 1% 0, 0px 0px, 24px 180px, 24px 200px, 24px 24px, 0 calc(325px - 40px), 0 0;
    background-repeat: no-repeat;
}
/*
 * Card Skeleton for Loading
 */
.skeleton.card {
    width: 100%;
    margin: 0 auto;
    height: 320px;
    margin-bottom: 10px;
}
.skeleton.card.loading:empty::after {
    animation: loading 1.5s infinite;
}

.skeleton.card:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    /*animation: loading 1.5s infinite;*/
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255, 0.3) 35%, rgba(255, 2555, 255, 0) 100%), linear-gradient(#e6e6e6 160px, #ea1b1b00 0), linear-gradient(#e6e6e6 16px, transparent 0), linear-gradient(#e6e6e6 16px, transparent 0), radial-gradient(circle 16px at center, #e6e6e6 99%, transparent 0), linear-gradient(white 40px, transparent 0), linear-gradient(#ffffff 325px, #ffffff);
    background-size: 67% calc(320px - 0px), 100% 240px, calc(79% - 24px * 2) 16px, 50% 16px, 0px 0px, 100% 40px, 100% 100%;
    background-position: -150% 0, 0px 0px, 24px 180px, 24px 200px, 24px 24px, 0 calc(325px - 40px), 0 0;
    background-repeat: no-repeat;
}

.skeleton.card:hover, .skeleton.prefecture-card:hover {
    box-shadow: none !important;
    transform: none !important;
}

/*
 * Card Skeleton for Loading
 */
.skeleton.card--tall {
    height: 533px;
}

.skeleton.card--tall:empty::after {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255, 0.3) 35%, rgba(255, 2555, 255, 0) 100%), linear-gradient(#e6e6e6 340px, #ea1b1b00 0), linear-gradient(#e6e6e6 16px, transparent 0), linear-gradient(#e6e6e6 16px, transparent 0), radial-gradient(circle 16px at center, #e6e6e6 99%, transparent 0), linear-gradient(white 40px, transparent 0), linear-gradient(#ffffff 325px, #ffffff);
    background-size: 67% calc(320px - 0px), 100% 240px, calc(79% - 24px * 2) 16px, 50% 16px, 0px 0px, 100% 40px, 100% 100%;
    background-position: -150% 0, 0px 0px, 24px 300px, 24px 320px, 24px 24px, 0 calc(325px - 40px), 0 0;
    background-repeat: no-repeat;
}


@keyframes loading {
    to {
        background-position: 350% 0, 0px 0px, 24px 180px, 24px 200px, 24px 24px, 0 calc(325px - 40px), 0 0;
    }
}

/** Ribbon */
#acq_ribbon {
    background: transparent;
    top: 0%;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

#acq_ribbon .box {
    position: relative;
    width: 100%;
    background: transparent;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
#acq_ribbon .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
#acq_ribbon .ribbon::before,
#acq_ribbon .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}
#acq_ribbon .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #c1282f;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 600 14px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
#acq_ribbon .ribbon-top-left {
    top: -10px;
    left: -11px;
}
#acq_ribbon .ribbon-top-left::before,
#acq_ribbon .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
#acq_ribbon .ribbon-top-left::before {
    top: 0;
    right: 0;
}
#acq_ribbon .ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
#acq_ribbon .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
#acq_ribbon .ribbon-top-right {
    top: -10px;
    right: -11px;
}
#acq_ribbon .ribbon-top-right::before,
#acq_ribbon .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
#acq_ribbon .ribbon-top-right::before {
    top: 0;
    left: 0;
}
#acq_ribbon .ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
#acq_ribbon .ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    /** Ribbon */
    #acq_ribbon {
        background: transparent;
        top: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
    }
}

.booking-widget span.title {
    line-height: 1.1 !important;
    margin-top: -8px !important;
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
}

.booking-widget label.date-label {
    font-size: 1.8rem !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-top: 0 !important;
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
}

#footer p {
    color: #757575;
}

.modal-logo {
    border-bottom: none !important;
}

.modal-logo nav {
    width: 100%;
}

#jtpartners {
    display: none;
}

#cookie-notice {
    right: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2000000001;
    background-color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    left: auto;
    box-shadow: 0px 68px 27px rgb(0 0 0 / 1%), 0px 38px 23px rgb(0 0 0 / 3%), 0px 17px 17px rgb(0 0 0 / 4%), 0px 4px 9px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);

}

#cookie-notice .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    justify-content: center;
}

#cookie-notice a.cookie-notice--close {
    display: block;
    align-self: center;
    padding: 5px 8px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 30px;
    cursor: pointer;
    color: white;
    background: #c1282f;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    border-radius: 4px;
    transition: background-color .3s ease;
}
#cookie-notice a.cookie-notice--close:hover,#cookie-notice a.cookie-notice--close:focus {
    background-color: #d42e35;
}

#cookie-notice p.cookie-notice--message {
    color: #222;
    font-size: 1.6rem;
    flex-grow: 1;
    align-self: center;
    line-height: 1.25;
    margin: 0 0 2rem 0;
}

@media (min-width: 360px) {
    #cookie-notice {
        width: 32rem;
        right: 2rem;
        bottom: 2rem;
        border-radius: 8px;
    }
}

button.jt-button {
    background: #c1282f;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 7em;
    text-shadow: none;
    transition: background-color .3s ease;
    color: #FFFFFF;
}
button.jt-button:hover {
    background: #d42e35;
    color: #FFFFFF;
}

button.jt-button.radius-border {
    border-radius: 4px;
}

@media (min-width: 767px) {
    .xs-pl-10 {
        padding-left: 10px;
    }
}

/* Modal */
.jt-modal .modal-header{
    background-color: #FFFFFF !important;
    border-bottom: none;
}
.jt-modal .modal-header button {
    opacity: 1;
}

.jt-modal .modal-header button i.fa-times {
    color: #000000 !important;
}

.jt-modal.widget_feedback-form {
    right: 32px;
    bottom: 32px;
    top: 0;
    left: auto;
    overflow: hidden;
    max-width: 400px;
    color: #292C3D;
}
.jt-modal.widget_feedback-form .modal-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.65;
}
.jt-modal.widget_feedback-form .modal-footer {
    border-top: none !important;
    margin-top: 0 !important;
}
.jt-modal.widget_feedback-form .modal-footer button {
    background: #B23736;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    min-width: 7em;
    text-shadow: none;
    transition: background-color .3s ease;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.83;
    padding: 0.35rem 3.2rem;
}
.jt-modal.widget_feedback-form .modal-footer button:hover {
    background-color: #d42e35;
}

.jt-modal.widget_feedback-form .modal-footer button:focus {
    outline: none;
    outline-offset: 0;
}
.jt-modal.widget_feedback-form .feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.jt-modal.widget_feedback-form .modal-dialog {
    width: auto;
}
.jt-modal.widget_feedback-form .modal-content {
    border-radius: 12px;
}
.jt-modal.widget_feedback-form .feedback-options__items {
    padding-top: 10px;
}
.jt-modal.widget_feedback-form .feedback-options__items .radio {
    padding-left: 0;
    padding-top: 16px;
}
.jt-modal.widget_feedback-form .feedback-options__items label {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.jt-modal.widget_feedback-form .feedback-options__items #feedback-options__other {
    margin-top: 1rem;
    display: none;
}
.jt-modal.widget_feedback-form input.feedback-options__items_radio {
    width: 16px !important;
    height: 16px !important;
    padding: 0;
    margin: 0 5px 0 0;
}
.jt-modal.widget_feedback-form .feedback-options__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.8333;
    padding-top: 20px;
}
.jt-modal.widget_feedback-form .feedback-options__content-name {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #292C3D;
    margin: 0;
}

.jt-modal.widget_feedback-form .feedback-options__title.suggest-edit {
    padding-top: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #757575;
    margin: 0 0 4px 0;
}
.jt-modal.widget_feedback-form .feedback-update__options {
    display: flex;
}
.jt-modal.widget_feedback-form .feedback-update__options div.radio:first-child {
    padding-left: 0;
}
.jt-modal.widget_feedback-form .feedback-update__email-desc {
    padding: 4px 0;
}
.jt-modal.widget_feedback-form .email-error {
    padding-top: 4px;
    color: red;
}

.modal {
    overflow-y: auto !important;
}

.modal-open {
    overflow: auto !important;
}

.jt-notification {
    display: none;
    position: fixed;
    right: 32px;
    bottom: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(202, 202, 202, 0.25);
    border-radius: 8px;
    border-left: 5px solid #4AC860;
    z-index: 1001;
}

.jt-notification .jt-notification-container {
    display: flex;
}
.jt-notification .jt-notification__icon {
    display: flex;
    align-items: center;
    padding: 0 7px;
    padding-right: 12px;
}
.jt-notification .jt-notification__content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    color: #2C2C2C;
    margin-top: 12px;
    margin-bottom: 0;
}
.jt-notification .jt-notification__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #63635F;
    margin-top: 5px;
    margin-bottom: 10px;
}
.jt-notification .jt-notification__close i {
    padding: 12px;
    padding-left: 20px;
    font-size: 18px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .jt-modal.widget_feedback-form .modal-title {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.65;
        color: #292C3D;
    }
    .jt-modal.widget_feedback-form .feedback-description {
        font-size: 1.6rem;
        font-weight: 400;
        margin: 0 0 20px 0;
        line-height: 1.5;
        color: #292C3D;
    }
}

.sso-login .modal-dialog {
    max-width: 495px;
}

.sso-login .modal-body {
    padding: 1.8rem 3.5rem 3.5rem 3.5rem;
}

.sso-login h3 {
    text-align: center;
    color: #2C2C2C;
    background-color: #fff;
    font-size: 2.8rem;
    font-weight: 600;
}

.sso-login p.subtitle {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
}

.sso-login h4 {
    color: #757575;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
}

.sso-login .sso-social-login-form h4 {
    margin-top: 2.5rem;
}

.sso-login .sso-email-login-form h4 {
    margin-top: 1rem;
}

.sso-login .sso-social-login-wrapper {
    display: flex;
    margin-top: -1rem;
}

.sso-login .horizontal-line {
    position: relative;
    padding: 0 1.3rem;
}

.sso-login .horizontal-line:after {
    content: '';
    height: 20%;
    width: 0.01rem;
    position: absolute;
    top: 35%;
    background-color: #757575;
    opacity: 0.3;
}

.sso-login .sso-social-login-wrapper button {
    width: 10%;
}

.sso-login .sso-social-login-wrapper button:focus {
    border: none;
    outline: none;
}

.sso-login .sso-btn-facebook {
    background: none;
    box-shadow: none;
}

.sso-login .sso-btn-google {
    background: none;
    box-shadow: none;
}

.sso-login .sso-btn-twitter {
    background: none;
    box-shadow: none;
}

.sso-login .form-control {
    border-radius: 0.4rem;
    height: 4.2rem;
}

.sso-login .form-control:focus {
    border: 0.5px solid #1976D2;
    box-shadow: 0px 0px 14px -5px rgba(70, 164, 226, 0.32);
}

.sso-login .form-control:focus ~ .input-group-addon {
    background: #ffffff;
    border: 0.5px solid #1976D2;
    box-shadow: 0px 0px 14px -5px rgb(70 164 226 / 32%);
    border-left: none;
}

.sso-login .form-group label {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #63635F;
}

.sso-login .terms-and-privacy {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    color: #757575;
    margin-top: 1rem;
}

.sso-login .btn-submit {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    background: #B23736;
    border-radius: 4px;
    border: none;
    padding: 1.35rem 0;
}

.sso-login .btn-submit:hover {
    background: #c43b3a;
}

.sso-login .forgot-password {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 0.8;
}

.sso-login .remember-me {
    display: flex;
}

.sso-login .remember-me input[type="checkbox"] {
    position: relative;
    width: 17px;
    height: 17px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 4px;
    appearance: none;
    outline: 0;
    margin: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

.sso-login .remember-me input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border-style: solid;
    border-color: #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.sso-login .remember-me input[type="checkbox"]:checked {
    color: #000000;
    border-color: #000000;
    background: #ffffff;
    display: block;
}

.sso-login .remember-me input[type="checkbox"]:checked::before {
    opacity: 1;
}

.sso-login .remember-me input[type="checkbox"]:checked ~ label::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.sso-login .remember-me label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0.25em 0;
    user-select: none;
    color: #000000;
}

.sso-login .remember-me label::before {
    position: absolute;
    content: attr(data-content);
    color: lightgrey;
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    text-decoration-color: black;
    transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.sso-login .create-account {
    font-size: 1.8rem;
    line-height: 0.8;
    color: #63635F;
}

.sso-login .form-group .toggle-password {
    position: absolute;
    right: 1.5rem;
    top: 4.5rem;
    color: #2854C5;
    font-size: 1.8rem;
    cursor: pointer;
}

.sso-login .form-group.has-error .help-block {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    color: #C1282F;
}

.sso-login .back-login {
    margin-top: 1.6rem;
    margin-bottom: 8rem;
}

.sso-login .back-login a {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #222222 !important;
    text-decoration: none !important;
}

.sso-login .modal-title {
    text-align: center;
    color: #2C2C2C;
    background-color: #fff;
    font-size: 2.8rem;
    font-weight: 600;
}

.sso-login .modal-description {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 3rem;
}

.sso-login .color-light-gray {
    color: #757575;
}

.sso-login .color-black {
    color: #2C2C2C;
}

.sso-login .mt-3 {
    margin-top: 3rem;
}

.sso-login .mt-2 {
    margin-top: 2rem;
}

.sso-login a {
    color: #2854C5;
    text-decoration: underline;
    white-space: nowrap;
}

.sso-login .modal-header {
    border-bottom: none;
}

.sso-login .close {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    opacity: 1;
}

.sso-login .close:hover {
    opacity: .6;
}
#footer > .container h3.content {
    color: #292C3D;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.25;
}
@media (max-width: 767px) {
    #footer > .container h3.content {
        cursor: pointer;
        font-size: 1.8rem;
    }
    #footer > .container h3.content:after {
        right: 20px;
        content: "\f077";
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 400;
    }

    #footer > .container h3.content.collapsed:after {
        content: "\f078";
    }
    #footer .content a {
        color: #757575;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.25;
    }
    .jt-modal.widget_feedback-form {
        right: 0;
        bottom: 0;
        top: 0;
    }
}

#footer #bottom_bar .visible-xs ul.nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer #bottom_bar .visible-xs ul.nav {
    padding: 0 15px;
}
#footer #bottom_bar .visible-xs ul.pd045 {
}
#footer #bottom_bar .visible-xs ul.copyright {
    padding-top: 20px;
}
#footer #bottom_bar .visible-xs ul.pd045 li:not(.separator) {
    flex-grow: 1;
}
#footer #bottom_bar .visible-xs ul li.languages {
    margin-left: auto;
}
#footer #bottom_bar .visible-xs ul li.languages a.dropdown-toggle {
    border: 1px solid #E9E9E9;
    border-radius: 22px;
}
#footer #bottom_bar .visible-xs ul li.copyright-text {
    padding: 5px 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #757575;
    float: none;
    width: auto;
}

@media (max-width: 767px) {
    #bottom_bar {
        border-top: none;
        width: 100%;
    }
    #footer-newsletter .input-group {
        border: 0.6px solid #E9E9E9;
        border-radius: 25px;
    }
    #footer-newsletter .input-group-btn {
        border: none;
    }
    #footer-newsletter .input-group-btn button {
        padding: 8px 12px 7px 12px;
        border-radius: 25px;
        box-shadow: 0px 0px 7px rgb(117 117 117 / 25%);
        background-color: #C1282F;
        border: none;
        color: #FDFDFF;
    }
    #footer-newsletter input {
        border: none;
        margin-left: 20px;
        z-index: 0;
    }
    .sns-block {
        text-align: left;
        padding-top: 2rem;
    }
    .sns-block h3 {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 16px;
        margin: 0 0 1.2rem 0;
        padding: 0;
    }
    .sns-block .sns-icons li {
        padding-right: 20px;
    }
    #footer > .container .sns-block h3 {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .separator-120 {
        width: 20px !important;
        height: 0px;
        border: 1px solid #E9E9E9;
        transform: rotate(120deg);
        margin-top: 10px;
        padding-top: 0 !important;
    }
    #bottom_bar .nav-bottom-line li {
        width: auto;
    }
    #footer > .container {
        padding-bottom: 2rem;
        width: 100%;
    }
    .links ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    #footer ul.footer__social {
        display: flex;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    #footer > .container div.content.collapse,#footer > .container div.content.collapsing {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

adclass4 {
    display: none !important;
}

.with_bigcover #adposition5 {
    display: none !important;
}

#footer .footer__social li a .x-twitter {
    width: 1.5rem;
    fill: #767676;
}
#footer .footer__social li a .x-twitter:hover {
    fill: #000000;
}

@media (max-width: 1320px) {
    .jt-modal.widget_feedback-form {
        right: 0;
        bottom: 0;
        top: 0;
    }
}

.admin-buttons {
    position: fixed;
    display: flex;
    flex-direction: row;
    gap: 10px;
    bottom: 2rem;
    left: 2rem;
    z-index: 99999;
}
.admin-buttons div {
    padding: 1.5rem 2rem;
    border-radius: 10rem;
    font-size: 1.6rem;
}
.admin-buttons .admin-button-edit {
    background-color: black;
}
.admin-buttons .admin-button-ga {
    background-color: #c1282f;
}
.admin-buttons a {
    color: white !important;
}
