html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    border: 0
}*/

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    *width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin: 0 0 10px
}*/

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before, blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table, th, td {
    border: 1px solid;
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.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: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label, .checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/css/fonts/glyphicons-halflings-regular.eot);
    src: url(/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/css/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: 0
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #999
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav > li > a {
    color: #999
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidh18S0xR41YDw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkido18S0xR41YDw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidg18S0xR41YDw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidv18S0xR41YDw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidj18S0xR41YDw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18S0xR41YDw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18S0xR41.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJB9cme_xc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJB9cme_xc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJB9cme_xc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJB9cme_xc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJB9cme_xc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJB9cme_xc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lujVj9_mf.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lujVj9_mf.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lujVj9_mf.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lujVj9_mf.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lujVj9_mf.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    position: relative;
    min-height: 100%;
}

html body {
    line-height: 1em;
    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=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=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;
}

.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
}

.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;
}

#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) {
    #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) {
    #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;
}

@media (min-width: 768px) {
    #bottom_bar .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
}

@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;
}

@media (min-width: 768px) {
    #bottom_bar .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
}

@media (max-width: 767px) {
    #bottom_bar .navbar-nav li {
        float: left;
        width: 32%;
        overflow: hidden;
        white-space: nowrap;
    }
}

.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;
    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 {
    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;
}

#layout_main {
    width: 100%;
    overflow: visible;
    margin: 0px auto;
    z-index: 10;
    height: auto;
    background: #ebebeb;
}

@media (max-width: 767px) {
    #layout_main > .menu {
        height: 48px;
    }
}

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;
}

div.menu div.mainnav {
    height: 60px;
    background-color: white;
}

#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 {
    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;
    padding-bottom: 10px;
    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;
}

.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-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%);
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.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);
}

.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-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;
}

.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;
}

.adclass .separator {
    margin: 5px 0;
}

div.criteo img {
    display: block;
    max-width: 100%;
    *width: 100%;
    height: auto;
}

.carousel.multi .carousel-content {
    display: none;
}

.carousel.multi .carousel-inner > .item {
    margin: 0;
}

.carousel.multi .carousel-inner > .item > div {
    padding: 0px 5px;
}

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);
}

.validation {
    display: none;
}

form .validation {
    display: none;
}

form .buttons {
    text-align: right;
}

.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 {
    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;
}

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 .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;
}

p.preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    z-index: 999;
}

.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;
}

.field {
    clear: both;
    margin: 3px 0;
    display: block;
}

.footer > .buttons {
    text-align: right;
}

.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;
}

.adclass {
    width: 100%;
}

.adclass iframe {
    width: 300px;
}

.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");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#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;
    }
}

.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;
}

.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-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.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;
}

.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-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;
}

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;
}

#layout_content ul {
    margin-left: 0;
    margin-bottom: 0;
}

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;
}

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 {
}

.cd-dropdown-wrapper {
    -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 {
    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;
    -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 {
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #c1282f;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
}

.cd-dropdown .cd-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    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;
    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 {
    -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 {
    -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 {
    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 {
    -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 {
    color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    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 {
    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;
    display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    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 {
    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 {
    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 {
    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;
    }
}

#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;
}

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;
}

#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 {
    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;
}

@media screen and (min-width: 64em) {
}

.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;
    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;
}

.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;
    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;
}

.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;
    }
}

#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);
}

#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;
}

#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);
}

#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) {
    #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;
    }
}

.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: auto;
    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;
    justify-content: 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;
    }

    #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;
    }

    .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;
    }
}

@media (max-width: 767px) {
    #layout_content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#view .notice {
    border-bottom: 1px solid #ccc;
    color: #999;
    padding: 0.5em 0px;
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 18px;
}

#view .notice a {
    color: #c1282f;
}

#view .notice a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    #layout_main.with_bigcover #layout_content {
        background: #fff;
    }
}

#view .content .titles {
    color: #c1282f;
    margin-bottom: .5em;
}

#view .content .header-info {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}

#view.smallcover .content .header-info {
    line-height: 14px;
}

#view .content .header-info .article__feature {
    padding-right: 8px;
}

#view.smallcover .content .header-info {
    padding-left: 5px;
    padding-top: 20px;
    color: #999999;
    margin-bottom: -15px;
}

@media (max-width: 767px) {
    #view.smallcover .content .header-info {
        margin-bottom: 0;
    }

    #view .content .header-info {
        color: #999999;
        padding: 0 4px;
    }

    #view .content .title {
        margin-top: 10px;
    }
}

#view.smallcover .content .titles .credits {
}

@media (min-width: 768px) {
    #view.smallcover .content .titles .credits {
        width: 65%;
        padding-right: 60px;
        display: flex;
        align-items: center;
        margin-top: 20px;
        justify-content: space-between;
    }
}

#view.smallcover .content .titles .separated-list {
    padding: 4px 4px;
}

#view.smallcover .content .titles .separated-list li {
    color: #c1282f;
}

#view.smallcover .content .titles .separated-list .context-heading a {
    color: #c1282f;
}

#view.smallcover .content .titles .separated-list .context-heading a {
    color: #000000;
}

#layout_main.with_bigcover .separated-list a:hover {
    border-bottom: 2px solid white;
    transition: border-bottom 0.2s ease-in-out;
    text-decoration: none;
}

#layout_main.with_bigcover #view .content .article .article_top + p, #layout_main.with_bigcover #view .content .article .translation_notice + p, #layout_main.with_bigcover #view .content .article .coverphoto + p, #layout_main.with_bigcover #view .content .article .credits + .article__content > p:first-child, #layout_main.with_bigcover #view .content .article .credits + p {
    font-size: 1.8rem;
}

html:not([lang=ar]) #view .content .article .article_top + p:first-letter, html:not([lang=ar]) #view .content .article .translation_notice + p:first-letter, html:not([lang=ar]) #view.template_news .content .article .credits + p:first-letter {
    float: left;
    height: 1em;
    margin: 0em 0.1em 0 0;
    font-size: 3.5em;
    line-height: 0.85;
}

html[lang=ar] #view .content .article > p .first-word, html[lang=ar] #view .content .article .article__content > p .first-word, html[lang=ar] #view .content .article .article_top + p .first-word, html[lang=ar] #view .content .article .translation_notice + p .first-word, html[lang=ar] #view .content .article .coverphoto + p .first-word, html[lang=ar] #view .content .article .credits + p .first-word, html[lang=ar] #view .content .article .affix-text > p .first-word, html[lang=ar] #view.template_news .content .article .credits + p .first-word {
    font-size: 3em;
    float: right;
    height: 1em;
    margin: 0em 0 -0.1em 0.1em;
    line-height: 1em;
}

#view .content .article > p:first-child, #view .content .article .article__content > p:first-child, #view .content .article .article_top + p, #view .content .article .translation_notice + p, #view .content .article .coverphoto + p, #view .content .article .credits + p, #view .content .article .affix-text > p:first-child, #view.template_news .content .article .credits + p {
    font-weight: 600;
}

.socialplugins.lhs {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 1em;
    clear: both;
    display: block;
    float: left;
    padding: 10px 0.5em 10px 0.5em;
    position: absolute;
    z-index: 10;
}

@media (max-width: 1500px) {
    .socialplugins.lhs {
        display: none;
    }
}

#view .titles .sponsored {
    margin-top: 8px;
    text-transform: uppercase;
    margin-right: 8px;
    font-size: 12px;
    color: #999;
    font-weight: bold;
}

#view .titles .association {
    margin-right: 8px;
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 767px) {
    #view .titles .title {
        clear: both;
    }
}

#view .content .titles > .title {
    font-weight: 600;
    height: auto !important;
    padding: 4px 4px;
    margin-bottom: 0px !important;
    font-size: 32px;
}

#view .content .titles > .subtitle {
    padding: 4px 4px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 0px !important;
    color: #999;
}

#view .content .article, #view .content .text-content {
    padding-left: 0px;
    padding-right: 0px;
}

#view .content .text-content.pv-content {
    padding-top: 1em;
}

@media (min-width: 768px) {
    #view .content .titles {
        margin-left: inherit;
        margin-right: inherit;
    }

    #view .content .article, #view .content .text-content {
        padding-left: 40px;
        padding-right: 40px;
    }

    #view .content .text-content > .article {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #view .content .titles > .heading-event-date {
        font-size: 24px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 4px;
    }
}

#view .titles .topsocial {
    max-height: 36px;
    float: right;
}

#view .content a.open_dashboard {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    float: right;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 4px 6px;
    background-color: white;
    box-shadow: 2px 2px 5px #e6e6e6;
    margin-right: 4px;
    margin-top: 24px;
}

#view .content .credits {
    display: block;
    color: #999;
    margin-bottom: 1em;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
}

#view .content .article > .credits {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

@media (max-width: 768px) {
    #view .content .article > .credits, #view.smallcover .credits {
        margin-bottom: 1.4rem;
        margin-top: 1rem;
    }

    #view.smallcover .credits {
        padding-bottom: 1.4rem;
    }
}

.coverphoto.visible-xs .prefectureCTA, #view .content .article_top .prefectureCTA, .coverphoto.visible-xs .categoryCTA, #view .content .article_top .categoryCTA {
    background-color: #c1282f;
    padding: 0.5em;
}

.coverphoto.visible-xs .prefectureCTA, .coverphoto.visible-xs .categoryCTA {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.coverphoto.visible-xs .infoCTA {
    position: absolute;
    bottom: 1em;
    right: 0.5em;
    color: #c1282f;
    z-index: 5;
}

#view .content .article_top .prefectureCTA {
    float: left;
    margin-top: -1em;
    border-top: 1px solid white;
    margin-left: -4px;
    margin-right: 1em;
}

#view.bigcover .content .article_top .prefectureCTA {
    display: none;
}

html[lang=ar] #view .content .article_top .prefectureCTA {
    float: right;
    margin-left: 1em;
    margin-right: -4px;
}

#view.photo_article .content .article_top .prefectureCTA, #view.video_article .content .article_top .prefectureCTA {
    margin-left: 0px;
}

#view.bigcover .content .article_top .prefectureCTA {
    margin-top: -15px;
    margin-left: -15px;
    border-top: none;
}

.coverphoto.visible-xs .prefectureCTA a.prefecture, #view .content .article_top .prefectureCTA a.prefecture, .coverphoto.visible-xs .categoryCTA a.category, #view .content .article_top .categoryCTA a.category {
    color: white;
    font-weight: bold;
}

#view .content .credits a {
    color: #c1282f;
}

#view .content .credits a.author {
    font-weight: 600;
}

#view .content .credits a.prefecture {
    color: #999;
}

#view .content .credits a:hover {
    color: #c1282f;
    text-decoration: underline;
}

#view .content .credits .icon {
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -8px;
}

#view .content .credits .date span.calendar {
    padding: 8px 0px 0px 0px !important;
}

#view .content .credits > div {
    display: inline-block;
    white-space: nowrap;
}

#view .content .credits span.glyphicon, #view .content .credits i.fa {
    font-size: 125%;
    margin-right: 4px;
}

#view .content .credits .prefecture {
}

@media (max-width: 768px) {
    #view .content .credits {
        padding-left: 15px;
        padding-right: 15px;
    }

    #view.smallcover .content .credits {
        padding-left: 0;
    }
}

#view .content .article {
    font-size: 1.8rem;
}

#view .content .article .editor {
    clear: both;
}

#view .article.article--update h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
}

#view .article.article--update h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 1.414em 0 0.3em;
}

#view .article.article--update h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 1.414em 0 0.3em;
}

#view .article.article--update p {
    font-size: 1.8rem;
    line-height: 1.555;
}

#view .article.article--update p, #view .article.article--update li {
    margin-bottom: 1em;
}

#view .article p:after {
    display: table;
    content: " ";
}

#view .article ul {
    list-style-type: disc;
    margin-bottom: 1em;
    line-height: 1.5em;
    font-size: 1.8rem;
}

#view .article ul.other-category {
    list-style: none !important;
}

#view .article ol {
    list-style-type: none;
    counter-reset: li-counter;
    margin-bottom: 1em;
    line-height: 1.5em;
    padding-left: 20px;
}

#view .article ol li {
    border-left: 2px solid #c1282f;
    border-left: none;
    padding: 0 0 0 5px;
    position: relative;
    margin-bottom: 1em;
}

#view .article ol > li:before {
    content: counter(li-counter);
    counter-increment: li-counter;
    position: absolute;
    top: 0.1em;
    right: 100%;
    padding-right: 10px;
    font-size: 2rem;
    font-weight: bold;
}

#view .article ol li span {
    font-size: 1.2em;
    font-weight: 600;
    display: block;
}

#view .article blockquote, #view figure.byline-container {
    border: none !important;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.1em;
    line-height: normal;
    color: #625D5D;
    font-style: italic;
    border-left: 5px solid #c1282f;
    line-height: 1.4em;
    font-weight: 300;
}

#view .article figure.other-article__mask {
    position: relative;
    background-color: #ccc;
    width: 90px;
    padding: 0;
    padding-top: 60px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 0 !important;
}

#view .article blockquote.pull {
    width: 40%;
    float: right;
    color: grey;
    padding: 10px 20px;
    border-left: none;
    font-size: 1.2em;
    margin-left: 0.5em;
}

#view .article blockquote.pull.pull-wide {
    width: 60%;
}

#view .article blockquote.pull p.caption {
    font-size: 12px;
    font-style: normal;
    color: #404040;
    line-height: 1.2em;
    margin-top: 0.4em;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: right;
}

#view .article blockquote > img:hover, #view .article figure a.article__photo-expand + img:hover {
    transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1), transform 0.3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

#view .article .shortcode-photo p.caption, #view .article .shortcode-photo figcaption {
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.6em;
    margin-bottom: 0;
    color: #757575;
    font-weight: 400;
    margin-top: 0.8rem;
    text-align: center !important;
}

#view .article .shortcode-photo {
    margin: 2.8rem 0 2rem;
}

#view .article .shortcode-photo figcaption a {
    text-decoration: underline !important;
    color: #999;
}

#view .article .shortcode-photo figcaption a:after {
    content: none !important;
}

@media screen and (max-width: 767px) {
    #view .article blockquote.pull {
        display: none;
    }
}

#view .article .article-feedback {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
    clear: both;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
}

#view .article .article-feedback .article-feedback__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    padding-top: 6px;
}

#view .article .article-feedback .article-feedback__title {
    margin-bottom: .4rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
}

#view .article .article-feedback {
    padding-left: 35px;
    color: #292C3D;
}

#view .article .article-feedback .article-feedback__edit {
    font-size: 1.4rem;
    line-height: 1.1;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 34px;
}

@media screen and (max-width: 767px) {
    #view .article .article-feedback {
        flex-direction: column;
        padding-left: 0;
    }

    #view .article .article-feedback .article-feedback__edit {
        margin-left: 0;
        padding-right: 0;
        padding-top: 2rem;
    }
}

#view .article .article-feedback .article-feedback__edit-cta {
    height: 36px;
    border: 1px solid rgba(115, 115, 115, 0.17);
    box-shadow: 0px 4px 8px rgba(230, 230, 230, 0.14);
    border-radius: 24px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}

#view .article .article-feedback .article-feedback__edit-cta:hover {
    background-color: #C1282F;
    cursor: pointer;
    transition: .3s;
}

#view .article .article-feedback .article-feedback__edit-cta:hover a {
    color: #FFFFFF;
}

#view .article .article-feedback .article-feedback__edit-cta a {
    margin: 20px;
    color: #292C3D;
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
}

#view .article .article-feedback .article-feedback__edit-cta a:hover {
    text-decoration: none;
}

.article-topics {
    margin-top: 3.2rem;
    margin-bottom: 2rem;
}

#view .article-topics .article-topics__list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
}

#view .article-topics .article-topics__topic {
    font-size: 1.4rem;
}

#view .article-user {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 1.2rem;
    padding: 2rem 0;
    width: 100%;
    font-size: 0;
}

#view .article-user .article-user-byline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#view .article-user .article-user-byline:nth-child(2) {
    padding-top: 20px;
}

#view .article-user .article-user__follow {
    margin-left: auto;
}

#view .article-user__image, #view .article-user__content, #view .article-user__follow {
    display: inline-block;
    vertical-align: middle;
}

#view .article-user__image {
    height: 80px;
    width: 80px;
    margin-right: 8px;
}

#view .article-user.translation .article-user__image {
    height: 50px;
    width: 50px;
    margin-right: 8px;
}

#view .article-user__content {
    display: inline-block;
}

@media (min-width: 768px) {
    #view .article-user .article-user__follow i {
        padding-right: 4px;
    }
}

#view .article-user__image img {
    border-radius: 100%;
}

#view .article .article-user__image figure {
    padding: 0;
}

#view .article-user__content a {
    text-decoration: none;
}

#view .article-user__title {
    font-size: 1.8rem;
}

#view .article .article-user h2.article-user__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 4px 0 !important;
    color: #292C3D;
}

#view .article-user__name {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 600;
}

#view .article-user__name a {
    color: #333333;
}

#view .article-user__username {
    font-weight: 400;
    color: #757575;
    font-size: 1.4rem;
    display: block;
    margin-top: .2rem;
}

#view .article .article-user p.article-user__blurb {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #737373;
    margin: 0 !important;
    font-size: 1.4rem;
}

#view .article .article-user p.article-user__blurb a.sponsor-info {
    color: #737373;
    text-decoration: underline;
}

#view .article .article-user p.article-user__blurb a.sponsor-info:hover {
    color: #737373;
    text-decoration: underline;
}

#view .article-user__follow .user-follow {
    display: inline-block;
    vertical-align: middle;
}

#view .article-user__follow .user-follow .follow-label i {
    padding-right: 5px;
}

#view .article-user__follow .user-follow .user-follow__link {
    margin-top: 0;
    padding: 9px 20px;
    border: 1px solid rgba(115, 115, 115, 0.17);
    box-shadow: 0px 4px 8px rgba(230, 230, 230, 0.14);
    border-radius: 24px;
}

@media (max-width: 767px) {
    #view .article-user__content {
        width: calc(100% - 136px);
    }

    #view .article .article-user p.article-user__blurb {
        -webkit-line-clamp: 3;
        font-size: 1.6rem;
    }

    #view .article-user__username {
        font-size: 1.6rem;
        display: inline-block;
        margin-top: 0;
    }

    #view .article-user__follow .user-follow .user-follow__link {
        padding: 9px 7px;
    }

    #view .article-user__follow .user-follow .follow-label i {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    #view .article-user__image {
        margin-right: 10px;
        max-width: 50px !important;
        max-height: 50px !important;
    }

    #view .article-user__follow {
        text-align: right;
        margin-left: 0;
    }
}

.article-translation {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    margin-bottom: 2rem;
}

.article-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.widget-share-copylink {
    position: absolute;
    top: -50px;
    right: 0;
    display: inline-block;
    background-color: rgb(243, 248, 250);
    color: #333;
    padding: 1.2rem;
    border-radius: 4px;
}

.article-social__flex-left {
    flex: 1 1 auto;
}

.article-social__flex-right {
    display: flex;
    flex: 0 0 auto;
}

.article-social__button {
    background-color: #fff;
    border: none;
    color: #757575;
    cursor: pointer;
    font-size: 2.4rem;
    padding: 0 6px;
    transition: .3s;
}

.article-social__button:focus, .article-social__button:hover {
    outline: none;
    text-decoration: none;
    opacity: .9;
}

.article-social__icon {
    vertical-align: middle;
}

.article-social .article-social__button .article-social__amount {
    color: #333;
    font-size: 1.6rem;
    margin-left: .4rem;
}

.comment.row {
    margin: 0px;
}

.comment .text {
    padding: 0.5em 0px;
    position: relative;
    height: 100%;
    width: 100%;
    float: none;
    color: #404040;
    line-height: 1.2em;
}

.comment .text p {
    margin-top: 1em;
}

.comment .text a {
    color: #c1282f;
    word-break: break-word;
}

.comment .text a:hover {
    text-decoration: underline;
}

.comment .text ul {
    list-style-type: disc;
    margin-bottom: 1em;
    margin-left: 2em;
}

.comment .text ol {
    list-style-type: decimal;
    margin-bottom: 1em;
    margin-left: 2em;
}

.comment .date {
    color: #999;
    font-size: 12px;
    font-style: italic;
    padding-top: 0.5em !important;
}

@media (max-width: 1199px) {
    .comment .date {
        margin-left: 0.5em !important;
    }
}

div.bar.grey {
    margin-top: -3px;
    height: 26px;
}

div.bar.grey span.sort_controls {
    margin-left: 92px;
}

div.bar.grey span.results {
    float: left;
    margin-left: 92px;
    margin-top: 4px;
}

div.bar.grey span.pagination {
    float: right;
    margin-top: 4px;
}

#selector {
    width: 630px;
}

#selector > .intro {
    border: 1px solid #d0d0d0;
    border-top-color: black;
    border-bottom: none;
    padding: 6px 6px;
    font-style: italic;
    color: #c1282f;
}

#selector > .categories {
    border: 1px solid #d0d0d0;
}

#selector > .categories div {
    border: 1px solid white;
    float: left;
    height: 24px;
    background-color: #ddefef;
    text-align: center;
    padding-top: 12px;
    font-size: 1.2em;
    color: #808080;
    cursor: pointer;
}

#selector > .categories div:hover {
    border: 1px solid #808080;
}

#selector > .categories div.selected {
    background-color: #929faf;
    color: white;
}

#selector .bottomcontent {
    width: 630px;
}

#selector .regions {
    width: 82px;
}

#selector .regions div {
    width: 80px;
    height: 28px;
    padding-top: 14px;
    text-align: center;
    border: 1px solid transparent;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    cursor: pointer;
}

#selector .regions div.selected {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: white;
}

#selector .regions div:hover {
    border: 1px solid black;
}

#selector .regions div.hokkaido {
    background-color: #6f99cf;
}

#selector .regions div.tohoku {
    background-color: #8cc3d6;
}

#selector .regions div.kanto {
    background-color: #69a04e;
}

#selector .regions div.chubu {
    background-color: #70f144;
}

#selector .regions div.kansai {
    background-color: #b6b937;
}

#selector .regions div.chugoku {
    background-color: #eb7a1b;
}

#selector .regions div.shikoku {
    background-color: #ffa31d;
}

#selector .regions div.kyushu {
    background-color: #fb6530;
}

#selector .regions div.okinawa {
    background-color: #b6481b;
}

#selector .content {
    width: 610px;
    padding: 10px;
}

#selector .content.nocontent {
    font-size: 1.2em;
    color: #3b488e;
    padding: 32px;
    width: 546px;
}

#selector .subject_item .info {
    width: 500px;
}

.subject_item {
    padding-bottom: 16px;
}

.subject_item .photo, .subject_item .nophoto {
    float: left;
    margin-right: 6px;
    position: relative;
}

.subject_item .photo .photostory {
    position: absolute;
    top: 4px;
    right: 4px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.subject_item:hover .photo .photostory {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.subject_item .info {
    float: left;
}

.subject_item .info span a {
    color: #227aa8;
    text-decoration: underline;
}

.subject_item .info .name {
    font-size: 14px;
    color: #3b488e;
    margin-bottom: 4px;
}

.subject_item .info .badges {
    float: right;
}

.subject_item .info .subtitle {
    font-size: 12px;
    color: #404040;
    margin-bottom: 4px;
}

.subject_item .info .rating {
    margin-right: 12px;
}

.subject_item .info .comments {
    margin-right: 12px;
}

.subject_item .info .editorial {
    margin-top: 6px;
}

.noresults {
    padding: 16px 8px;
}

.noresults a {
    color: #c1282f;
    text-decoration: underline;
}

#feedback-window {
    width: 80%;
    max-width: 600px;
    margin: 0px auto;
}

#feedback-form .feedback-form-website {
    display: none;
}

#feedback-form div .label {
    width: 200px;
    padding: 5px 0px 5px 0px;
    color: #404040;
    font-weight: bold;
}

#feedback-form .field .data {
    border: none;
    padding: 5px 0px;
    width: 320px;
}

#feedback-form div textarea, #feedback-form div input {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
}

#feedback-form div input[readonly] {
    background-color: transparent;
    border: none;
}

#feedback-form div textarea.error, #feedback-form div input.error {
    background-color: #F7D2D6;
}

#feedback-form div span.text-error {
    color: red;
}

#view .sidebar .sidebuttons {
    margin: 0.5em 0px;
    text-align: center;
}

#view .sidebar .sidebuttons .btn-sm.btn-primary {
    background-color: #c1282f;
    color: white;
    padding: 6px 8px;
    margin: 0.5em auto;
    min-width: 70%;
}

#view .sidebar .sidebar_tab_nav_tourbooking {
    display: none;
}

#view .sidebar .sidebuttons .widget-hotels .unlink {
    display: none;
}

#view .sidebar > .info {
    margin: 0.5em 0px 1.5em;
    font-weight: 600;
    color: #999;
    border-bottom: 3px solid #c1282f;
    padding: 0px;
    padding-bottom: 1em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.05);
}

#view .sidebar > .info > .infotitle {
    background: #c1282f;
    color: white;
    padding: 0.6em;
}

#view .sidebar > .info > .infotitle i.fas {
    color: white;
    font-size: 1.6em;
    float: left;
    width: 32px;
    margin-top: 0px;
}

#view .sidebar > .info h3 {
    font-size: 1.2em;
    margin: 0px;
}

#view .sidebar > .info > div {
    min-height: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}

#view .sidebar > .info > div i.fas {
    float: left;
    margin-top: 8px;
    margin-right: 8px;
    color: #c1282f;
    width: 32px;
    text-align: center;
    font-size: 2rem;
    padding-top: .4rem;
}

#view .sidebar > .info > div.infotitle i.fas {
    padding-top: 0 !important;
}

#view .sidebar > .info .btn i.fas {
    float: none;
    margin-top: 0;
    margin-right: 0px;
    color: white;
    display: inline;
}

#view .sidebar > .info > div p {
    margin: 8px 0px 0px 0px;
    padding-left: 40px;
}

#view .sidebar > .info > div.event p {
    margin: 14px 0px 0px 0px;
    padding-left: 40px;
}

#view .sidebar > .info > div.phone p, #view .sidebar > .info > div.fax p {
    font-size: 130%;
}

#view .sidebar > .info > div.email p, #view .sidebar > .info > div.renovation p, #view .sidebar > .info > div.website p {
    margin: 12px 0px 0px 0px;
}

#view .sidebar > .info > div:first-child {
    border-top: 0px;
}

#user_comments {
    font-size: 16px;
}

#user_comments .submit-comment {
    background: #c1282f;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 7em;
    text-shadow: none;
    transition: background-color .3s ease;
}

#user_comments .submit-comment:hover, #user_comments .submit-comment:focus {
    background-color: #d42e35;
}

.comment textarea {
    border-color: #e9e9e9;
}

#user_comments .title-widget {
    text-transform: uppercase;
    font-size: 2rem !important;
}

.comments {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0px;
    border-top: 1px solid #e9e9e9;
}

.comments .comment {
    width: 100%;
    position: relative;
}

.comments .comment-box {
    border: 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e9e9e9;
    padding: 1.25em 1em 1.25em 0em;
}

.comments .comment-box .controls i.far.fa-comment-lines {
    color: #c1282f;
    padding-left: 2px;
}

.comments .comment .content a {
    color: #c1282f;
}

.comments .comment .content a:hover {
    text-decoration: underline;
}

.comments .comment .user-photo {
    padding: 0px;
}

.comments .comment .user-photo img {
    border-radius: 50%;
}

.comments .comment .replies {
    padding: 0px;
}

.comments .comment .comment-text .name-row {
    padding-top: 10px;
}

.comments .comment .comment-text .name-row .col-lg-12 {
    padding: 0px;
    margin: 0px;
}

.comments .comment .comment-text .controls a {
    color: #757575;
    font-size: 1.2rem;
    font-weight: 400;
    margin-right: 0.5em;
    cursor: pointer;
}

.comments .comment .comment-text:hover .controls a {
    color: #c1282f;
}

.comments .comment .comment-text .name-row .name {
    margin-bottom: 8px;
    margin-right: 0.5em;
}

.comments .comment .comment-text .name-row a {
    font-weight: 600;
    color: #333;
}

.comments .comment .badge {
    background-color: #c1282f;
}

.comments .comment .inline-reply {
    margin-top: 0.5em;
    clear: both;
    position: relative;
}

.comments .comment .inline-reply-input {
    margin-top: 0.5em;
    clear: both;
}

.comments .comment .inline-reply-input .close {
    position: absolute;
    z-index: 10;
    top: 4px;
    right: 20px;
    cursor: pointer;
    font-size: 14px;
}

.comments .comment .inline-reply-input .reply.btn + .fa {
    font-size: 16px;
    padding: 7px;
    color: #c1282f;
}

.comments .comment .inline-reply .controls a {
    font-weight: 400;
}

.comments .comment .text > .gallery {
    width: 100%;
    margin: 16px auto;
    overflow: hidden;
}

.comments .comment .text > .gallery .photo {
    display: inline-block;
    position: relative;
}

.comments .comment .text > .gallery.col8 .photo {
    width: 12.5%;
}

.comments .comment .text > .gallery.col3 .photo {
    width: 31%;
}

.comments .comment .text > .gallery.col4 .photo {
    width: 22.3%;
}

.comments .comment .text > .gallery .photo img {
    max-width: 100%;
}

.comments .voting {
    float: right;
    margin-top: -1px;
    font-size: 0.8em;
}

.comments .voting span.score {
    padding-bottom: 4px;
    margin-left: 4px;
}

.comments .comment-footer {
    padding: 12px;
    display: block !important;
}

.comments .total {
    float: left;
}

.comments .paginator {
    text-align: right;
    float: right;
}

.comments .paginator span {
    margin: 0px 2px;
    color: #c1282f;
}

.comments .paginator span.page_link.current {
    font-weight: bold;
    color: black;
}

.comments .comment .reviewBox {
    border: 0;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 1.25em 1em 1.25em 0em;
}

.comments .comment a.reply {
    cursor: pointer;
    margin-bottom: 0.5em;
}

.comments .comment .reviewBox a.reply {
    color: #757575;
}

.comments .comment .reviewBox:hover a.reply {
    color: #c1282f;
}

form#post_comment.disabled textarea {
}

#feedback-form .form-control:focus, form#post_comment .form-control:focus {
    border-color: #4fc3f7 !important;
    box-shadow: none !important;
}

#find-hotel .controls {
    margin-bottom: 0.5em;
}

#find-hotel .controls > div {
    margin-bottom: 0.5em;
}

#find-hotel .controls label {
    margin-right: 1em;
}

#find-hotel .controls select {
    display: inline-block;
    width: auto;
}

#find-hotel .modal-dialog {
    width: 90%;
    max-width: 850px;
}

#find-hotel .hotels {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    #find-hotel .hotels {
        max-height: 60vh;
    }
}

#find-hotel .hotels .hotel {
    display: block;
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

#find-hotel .hotels .hotel .photo {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.2em;
}

#find-hotel .hotels .hotel .name {
    font-weight: bold;
}

#find-hotel .hotels .hotel .intro {
    line-height: 1.4em;
    margin-bottom: 1em;
}

#find-hotel .hotels .hotel .hotel_provider {
    margin-bottom: 8px;
}

#find-hotel .hotels .hotel .last_column {
    padding-bottom: 1em;
}

#find-hotel .hotels .hotel .distance {
    font-weight: bold;
    margin-bottom: 1em;
}

#find-hotel .hotels .hotel .hotel_provider > div {
    line-height: 1.2em;
}

.comment-text .editable-container.editable-inline {
    display: block;
}

.comment-text .editable {
    display: block;
    white-space: normal;
}

.comment-text .editable-input {
    display: block;
    margin: 0.5em 0px;
}

.comment-text .editableform .control-group {
    display: block;
}

.comment-text .editableform .form-control {
    width: 100%;
}

.comment-text .editable:focus {
    outline: none;
}

.comment-text .editable-buttons .btn.btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 3px;
}

#view.smallcover .adclass {
    margin-bottom: 1em;
}

#view.smallcover .content .titles .separated-list li {
    color: #000000;
}

#view .content blockquote .flex-video {
    padding-bottom: 56%;
}

@media print {
    #view .article blockquote.pull {
        color: #999;
        font-size: 14px;
        width: 40%;
    }

    #view .article blockquote.pull.pull-wide {
        width: 60%;
    }

    .coverphoto.visible-xs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .coverphoto.visible-xs .prefectureCTA {
        left: 15px !important;
    }

    .coverphoto.visible-xs img.img-responsive {
        width: 100% !important;
    }

    #layout_content #view #photo-area .item.active img {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #view .sidebar > .info {
        padding-bottom: 0.2em;
    }

    #view .sidebar > .info h3 {
        padding-left: 45px;
    }

    #view .sidebar > .info > .infotitle {
        color: #404040;
    }
}

@media screen and (min-width: 768px) {
    #layout_main.with_bigcover .coverImgWrapper img.event-cover {
        min-height: 370px;
    }
}

@media screen and (max-width: 767px) {
    #view .content .article, #view .content .text-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    #view .editor {
        width: 80%;
    }
}

.titles.clearfix .context-heading-list {
    margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    div.adclass iframe {
        width: 100%;
    }

    div.adclass iframe img {
        width: 100%;
        height: 80%;
    }
}

.article-directions .widget-title, .widget_otherarticles .widget-title {
    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;
}

.article-item {
    margin-bottom: 1rem;
    position: relative;
    background-color: white;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.article-item h1 a {
    transition: color .4s ease;
}

.article-item:hover .article-title a {
    color: #c1282f;
    text-decoration: none;
}

.widget_otherarticles_row h1.article-title {
    font-size: 1.8rem !important;
}

.article-item-link {
    position: absolute;
    top: 0;
    background-color: white;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.last-article {
    border-bottom: none;
}

.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;
    background-color: #fff;
}

.article-title {
    position: relative;
    font-size: 1.8rem;
    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-description {
    display: block;
    display: -webkit-box;
    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;
}

.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: 1rem 1rem 1rem 1rem;
    font-weight: 300;
    border-bottom: 1px solid #e9e9e9;
}

.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;
}

.article-data {
    padding-left: 0;
}

.article-separate {
    clear: both;
    padding-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.article.related-articles {
    padding-top: 0 !important;
}

@media (max-width: 767px) {
    .article-directions {
        padding-bottom: 0;
    }

    #view.smallcover .content .article {
        padding-left: 15px !important;
        padding-right: 15px !important;;
    }

    .article-data {
        padding-left: 15px;
        padding-right: 15px;
    }

    .widget_otherarticles .article-item .first-article {
        padding: 1rem 1rem 1rem 1rem;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 10px;
    }
}

.article-directions .widget-title {
    padding-bottom: 5px;
}

.article-item .article-image {
    padding-right: 0;
}

.widget_otherarticles_2x2 .article-data {
    padding-left: 15px;
}

.widget_otherarticles_2x2 .article-title {
    font-size: 1.8rem !important;
}

.widget_otherarticles_2x2 .article-author {
    margin-bottom: 3px !important;
    font-size: 14px;
}

#layout_main.without_bigcover .has-no-top-banner {
    margin-top: 3em;
    border-radius: 0;
    box-shadow: 2px 12px 6px rgba(192, 192, 192, 0.3);
}

@media (max-width: 767px) {
    #view .visible-xs .separated-list {
        position: absolute;
        display: block;
        bottom: 1em;
        left: 0;
        padding-left: 15px;
        z-index: 5;
    }

    #layout_main .separated-list a:hover {
        border-bottom: 2px solid white;
        transition: border-bottom 0.2s ease-in-out;
        text-decoration: none;
    }

    ul.separated-list {
        padding: 0 30px;
    }

    #layout_main.with_bigcover .content .titles h1 {
        color: #000000;
    }

    #layout_main.without_bigcover .content .titles h1 {
        color: #000000;
    }

    #view .content .titles > .subtitle {
        color: #000000;
    }

    #layout_main.without_bigcover .has-no-top-banner {
        margin-top: 0;
    }
}

.top-image-container {
    margin-bottom: 0;
    margin-top: 0;
}

.multi_thirdparty .nav-tabs {
    border: none;
}

.multi_thirdparty .nav > li {
    padding: 0px;
    text-align: center;
}

html[lang=ar] .multi_thirdparty .nav-tabs > li {
    float: right;
}

.multi_thirdparty .nav > li > a, .multi_thirdparty .nav > li > a:hover, .multi_thirdparty .nav > li > a:focus {
    border: none;
    background: none;
    padding: 5px 5px;
    color: #333;
    margin: 0px;
    text-decoration: none;
}

.multi_thirdparty .nav > li > a, .multi_thirdparty .nav > li > a {
    font-size: 1.6rem;
    line-height: 2;
}

html[lang=pt] .multi_thirdparty .nav > li > a {
    font-size: 11px;
}

html[lang=fr] .multi_thirdparty .nav > li > a {
    font-size: 10px;
}

.multi_thirdparty .nav > li.active > a, .multi_thirdparty .nav > li > a:hover {
    color: #c1282f;
    border-bottom: 4px solid #c1282f;
}

.multi_thirdparty .tab-pane {
    position: relative;
    border-bottom: 0;
}

.bookingcom_hotel_search, .third_party_form {
    border: 1px solid #eaeaea;
    color: #767676;
    font-weight: 300;
    font-size: 1.15em;
    padding: 2rem;
}

@media (min-width: 1000px) {
    .bookingcom_hotel_search, .third_party_form {
        padding: 30px;
    }
}

.third_party_form input[type="text"] {
    font-size: 1.4rem !important;
    height: 4rem !important;
    width: 100% !important;
    font-weight: 400;
    border-radius: 2px !important;
    padding: .6rem 0rem .6rem 1.2rem !important;
}

.third_party_form select {
    font-size: 1.4rem !important;
    height: 4rem !important;
    padding: .6rem 0rem .6rem .1 .2rem !important;
    border-radius: 2px !important;
    margin-bottom: 1rem !important;
}

.third_party_form input:placeholder, .third_party_form input:ms-input-placeholder {
    color: #ccc !important;
}

.bookingcom_hotel_search select, .bookingcom_hotel_search button, .third_party_form select, .third_party_form button {
    color: black;
}

#view .multi_thirdparty .bookingcom_hotel_search h3, #view .multi_thirdparty .third_party_form h3, #view .multi_thirdparty .bookingcom_hotel_search label, #view .multi_thirdparty .third_party_form label {
    color: #333;
    font-weight: 400;
    font-size: 1.7rem;
    margin: 0.2em 0px;
    line-height: 24px;
    margin-bottom: .8rem;
    margin-top: 1rem;
}

.destinationSearch h3, .ticket_from h3, .destinationSearch label, .ticket_from label {
    margin-top: 0rem !important;
}

.bookingcom_hotel_search .date-icon, .third_party_form .date-icon {
    padding: 0px;
    line-height: 24px;
}

.bookingcom_hotel_search .date-icon i, .third_party_form .date-icon i {
    color: #c1282f;
    font-size: 18px;
}

.bookingcom_hotel_search .date-icon .date, .third_party_form .date-icon .date {
    vertical-align: sub;
}

.bookingcom_hotel_search .form-group, .third_party_form .form-group {
    margin-bottom: 5px;
}

.bookingcom_hotel_search .form-control, .third_party_form .form-control {
    padding: 2px 4px;
    height: auto;
}

.bookingcom_hotel_search .avail {
    padding: 0.5em 0px;
}

.bookingcom_hotel_search div#destinationSearch input#destination, .rentalcar_search select[name=city] {
    width: 82%;
}

.bookingcom_hotel_search button[type=submit], .rentalcar_search button[type=submit] {
    position: relative;
    right: 30px;
}

.rentalcar_search .advanced {
    position: absolute;
    left: 30px;
    bottom: 42px;
}

@media (max-width: 1100px) {
    .rentalcar_search .advanced {
        bottom: initial;
    }
}

.third_party_form .form-control {
    border-radius: 0px;
    border: 1px solid #e6e9ec;
    box-shadow: none;
}

.third_party_form button[type="submit"] {
    color: white;
    border-radius: 0;
    border: none;
    transition: 0.2s;
    text-align: center;
    width: 100% !important;
    display: block !important;
    float: left !important;
    font-weight: 400 !important;
    text-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
    background-color: #c1282f;
    right: 0;
    margin: 0;
    padding: 0.8rem 0rem;
    font-size: 1.6rem;
}

.third_party_form button[type="submit"]:hover, .third_party_form button[type="submit"]:focus {
    background-color: #d42e35;
}

.third_party_form select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(https://a0.cdn.japantravel.com/static/caret.png);
    padding-right: 1.5em;
}

#view .sidebar > .multi_thirdparty.info {
    padding-bottom: 0;
}

#view .sidebar > .multi_thirdparty.info .third_party_form {
    border-left: 0;
    border-bottom: 0;
}

.third_party_form .but {
    float: none !important;
}

.third_party_form .input-group-addon {
    border-color: #e6e9ec;
}

.third_party_form .input-group.date.date--from {
    margin-bottom: 1.5rem;
}

.booking-widget .title {
    color: #333;
}

#view .sidebar > .info {
    box-shadow: none;
}

#view .sidebar > .multi_thirdparty.info .third_party_form {
    border-right: 0;
}

.booking-widget .settings__save {
    font-weight: 400;
    margin-top: 1rem;
}

.third_party_form .search-panel {
    padding: 0 !important;
}

.third_party_form.rentalcar_search {
    padding: 18px !important;
}

.rentalcar_search .but a {
    text-decoration: underline;
}

.rentalcar_search .but {
    margin: 12px 0;
}

.evolable_search form select {
    margin: 5px 0;
}

.evolable_search .ticket_dates select {
    width: auto;
    display: inline-block;
}

.evolable_search .ticket_dates .date-icon {
    padding: 0px;
    line-height: 24px;
}

.widget-hotels .btn-primary {
    box-shadow: none;
    background: #c1282f;
    border-radius: 0;
    text-shadow: none;
    padding: 10px 12px;
    transition: .3s;
}

.widget-hotels .btn-primary:hover, .widget-hotels .btn-prmary:focus {
    background-color: #d42e35;
    color: white;
    text-decoration: none;
}

.multi_thirdparty .nav-tabs .sidebar_tab_nav_tourbooking.first_time span {
    position: relative;
}

.multi_thirdparty .nav-tabs .sidebar_tab_nav_tourbooking.first_time span:after {
    content: ' ';
    width: 8px;
    height: 8px;
    background-color: #c1282f;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 8px;
    right: -6px;
    top: -2px;
    opacity: 1;
}

.multi_thirdparty .bootstrap-datetimepicker-widget {
    color: #333;
}

.multi_thirdparty .bootstrap-datetimepicker-widget .day {
    font-weight: 400;
}

.multi_thirdparty .bootstrap-datetimepicker-widget .day.active {
    background-color: #c1282f !important;
}

#info .event_name .event__japanese-name {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
}

#article_map .widget-map {
    position: relative;
    padding-top: 33.3%;
    overflow: hidden;
}

#article_map img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.article-description__warning {
    padding: 1.2rem;
    background-color: #f5f8fa;
    border-radius: 4px;
    margin-bottom: 1.6rem;
}

.article-description__warning_title {
    font-size: 2rem !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
}

.article-description__warning_icon {
    color: #ef9217;
    margin-right: 0.8rem;
    font-size: 1.8rem;
}

.article-description__warning_message {
    font-size: 1.6rem;
}

.article-description__warning_date {
    font-size: 1.4rem;
    display: block;
    margin-top: 0.8rem;
}

div[data-oembed-url] {
    padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
    #prevArrow {
        left: auto !important;
    }

    #nextArrow {
        right: 60px !important;
    }
}

#view .article .shortcode-photo .article__photo-expand {
    z-index: 2 !important;
}

#view .article .shortcode-article-list-component img {
    position: relative;
    transform: none;
}

#view .article .shortcode-article-list-component figure {
    padding: 0;
}

#view .article.article--update .shortcode-article-list-component h3 {
    margin-top: 0;
}

#view .article.article--update .article-card:hover {
    transform: none !important;
}

#view .shortcode-article-list-component .article-list .article-list__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: .4rem;
    margin-bottom: .4rem;
    line-height: 1.25;
}

.article-list-image__container .article-list-image--counter {
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

#view .shortcode-article-list-component figure.article-list-image__container {
    padding-top: 100%;
    margin-bottom: 0;
}

#view .shortcode-article-list-component figure.article-list-image__container img {
    position: absolute;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    #view .shortcode-article-list-component .article-list .article-list__title {
        font-size: 2rem;
    }

    #view .shortcode-article-list-component figure.article-list-image__container {
        padding-top: 66.7%;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .shortcode-article-list-component .article-list-image {
        width: 160px;
    }

    .shortcode-article-list-component .article-list__content {
        width: calc(100% - 180px);
    }
}

@media (min-width: 1200px) {
    #view .shortcode-article-list-component .article-list .article-list__title {
        font-size: 2.2rem;
    }
}

article.article-list.article-list--small .article-list-image {
    width: 80px;
}

article.article-list.article-list--small .article-list-image__container {
    padding-top: 100% !important;
}

article.article-list.article-list--small .article-list__content {
    width: calc(100% - 100px);
}

article.article-list.article-list--small .article__category {
    font-size: 1.4rem !important;
}

article.article-list.article-list--small .article-list__title {
    font-size: 1.6rem !important;
}

article.article-list.article-list--small .article-list__description {
    display: none;
}

.shortcode-photo img:hover {
    cursor: pointer;
}

.shortcode-photo img:hover + .article__photo-expand {
    opacity: 1;
}

.article__photo-expand {
    transition: .3s;
    opacity: .4;
}

.article__photo-expand:hover {
    opacity: 1;
}

.img__mask {
    padding-top: 66.6%;
    background-color: #f5f8fa;
    position: relative;
    overflow: hidden;
}

.img__mask img {
    position: absolute;
    top: 0;
    left: 0;
}

#view .article .img__mask {
    padding-top: 0;
    position: relative;
    background-color: gainsboro;
    overflow: hidden;
    margin: 0 auto;
}

#view .article .img__mask img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.other-article__mask figure.other-article__mask img.other-article__image {
    width: 90px;
    height: 60px;
}

.note {
    background-color: #e9f0f8;
    padding-left: 5rem;
    padding: 1.4rem 0.8rem 1.2rem 5rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    position: relative;
}

.note:before {
    content: '\f05a';
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #4367c7;
    font-size: 1.6rem;
    text-align: center;
    width: 1.25em;
}

.note p {
    line-height: 25px !important;
}

#view .article td, #view .article th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

#view .article .article__content a[target="_blank"]:after, #view .article .article-directions a[target="_blank"]:after {
    font-family: 'Font Awesome 5 Pro';
    content: " \f08e";
    vertical-align: top;
    font-size: .5em;
    top: -0.4em;
    position: relative;
}

#view .article .article__content a[href$=".pdf"]:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f1c1";
    vertical-align: top;
    font-size: .5em;
    top: -0.4em;
    position: relative;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.sidebar .info #add-to-calendar-calendar-widget button#add-to-calendar {
    padding: 8px 0 !important;
    margin-left: 4rem;
    background: white;
}

#view .infoCTA {
    line-height: 1.5em;
    font-size: 1.4rem;
    display: block;
    margin: 4px 15px;
    font-style: italic;
    color: #757575;
    text-align: right;
}

@media screen and (max-width: 767px) {
    #view .infoCTA {
        text-align: center;
    }
}

#view .infoCTA .cover_photo_credits > a {
    color: inherit;
}

#view .article .article__content iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
}

#view .article .article__content .iframe-container {
    left: 0;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

#view .article .article__content .instagram-embedded-container {
    margin: 2.8rem 0;
}

.boxes3 {
    height: 175px;
    width: 153px;
}

#n img {
    max-height: none !important;
    max-width: none !important;
    background: none !important
}

#inst i {
    max-height: none !important;
    max-width: none !important;
    background: none !important
}

@media (min-width: 1024px) {
    #view .article .credits, #view.smallcover .credits, #view .content .credits {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

#view figure.byline-container {
    width: 40px;
    height: 40px;
    position: relative;
    background-color: #eff1f6;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
    max-width: 40px;
}

#view .credits .author-byline {
    padding-left: 10px;
    padding-top: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#view .credits .author-byline .author-name {
    color: #333333;
}

@media (min-width: 768px) {
    #view .credits .author-byline .author-name {
        font-size: 16px;
        line-height: 18px;
    }

    #view.bigcover .heading-shadow {
        text-shadow: 2px 2px 1px rgb(0 0 0 / 40%), 0px 5px 10px rgb(0 0 0 / 50%) !important;
    }
}

#view .credits .author-byline .author-name a.author {
    color: #333333;
}

#view .credits .author-byline .author-title {
    color: #737373;
}

#view .article-user-byline-top {
    display: flex !important;
    margin-top: 10px;
    padding-right: 20px;
}

#view.bigcover .titles.clearfix {
    display: flex;
    flex-direction: column;
}

#view .credits .article-byline-feature {
    padding: 4px 0;
}

#view .credits .article-byline-feature.with-author {
    margin-left: auto;
}

#view .credits .article-byline-feature-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 8px;
    background: #FFFFFF;
    border: 0.5px solid rgba(115, 115, 115, 0.17);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: #737373;
}

#view .credits .article-byline-feature-container a {
    color: #737373 !important;
}

#view .credits .article-byline-feature-container a.btn-feature:hover {
    text-decoration: none;
}

#view .credits .article-byline-feature-container a.btn-feature:focus {
    outline: none;
    text-decoration: none;
}

#view .credits .article-byline-feature-container a.btn-feature span.feature-text {
    padding-right: 4px;
}

.sponsor-list {
    list-style: none;
    padding-right: 40px;
}

.sponsor-list .sponsor-item {
    display: flex;
    padding: 8px 0;
    align-items: flex-start;
}

.sponsor-list .sponsor-item .sponsor-logo {
    padding-right: 8px;
}

.sponsor-list .sponsor-item img {
    width: 50px;
    height: 50px;
    max-width: none;
    border-radius: 100%;
}

.sponsor-list .sponsor-cta a:focus {
    outline: none;
}

.sponsor-list .sponsor-cta button:focus {
    outline: none;
    color: #FFFFFF;
}

.sponsor-list .sponsor-item .sponsor-name, .pr-info .pr-title {
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.01em;
    margin-bottom: 0.4rem;
    color: #292C3D;
}

.sponsor-list .sponsor-item .sponsor-info, .pr-info .pr-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #292C3D;
}

.modal .feature-footer, .modal .pr-content-footer {
    padding: 0 40px;
    text-align: left;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
}

.article-user-byline .article-feature-bottom-container {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .article-user-byline .article-feature-bottom-container {
        padding-top: 10px;
        margin: auto;
    }
}

@media screen and (min-width: 1024px) {
    .article-user-byline-translation:first-child {
        padding-left: 20px;
    }
}

#view .content .credits > .article-byline-feature {
    margin-left: auto;
}

#view .content .credits > .article-byline-feature:first-child, #view .content .credits > .article-byline-feature:nth-child(3) {
    margin-left: inherit;
}

.article-user-byline .article-feature-bottom a {
    margin-top: 0;
    padding: 9px 20px;
    border: 1px solid rgba(115, 115, 115, 0.17);
    box-shadow: 0px 4px 8px rgb(230 230 230 / 14%);
    border-radius: 24px;
    color: #63635F !important;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
}

.article-user-byline .article-feature-bottom a:hover {
    color: #fff !important;
    background-color: #d42e35;
    text-decoration: none;
    transition: .3s;
}

.toc-container {
    line-height: 1.5;
}

#view.smallcover .article .article__content .iframe-container iframe.instagram-media {
    width: 100% !important;
}

#view .article .article__content .iframe-container.instagram-embedded-container {
    padding-bottom: 133%;
}

#view .content-guide .article .article__content .iframe-container.instagram-embedded-container {
    padding-bottom: 130%;
}

.toc {
    padding: 2.4rem 1.6rem;
    background-color: #f1f5f8;
    border-radius: 8px;
    margin: 2rem 0;
}

@media screen and (min-width: 768px) {
    .toc {
        padding: 2.4rem 2rem;
    }
}

.toc__title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 0 1.6rem !important;
}

.toc__nav {
    font-size: 1.8rem;
    margin-bottom: 0 !important;
    padding-left: 2rem !important;
    list-style-type: auto !important;
    counter-reset: auto !important;
    line-height: 1.5;
}

.toc__item {
    padding-left: 0 !important;
    margin-bottom: .75em !important;
}

.toc__item:before {
    display: none;
}

.toc__item:last-child {
    margin-bottom: 0 !important;
}

.toc__link {
    color: #222;
}

#view.smallcover .content .header-info.heading-shadow {
    color: #737373;
    font-size: 1.6rem;
    line-height: 20px;
    margin: 20px 0 6px 0;
    padding: 0;
}

#view.smallcover .content .titles .title {
    padding: 0;
    margin: 0 0 8px 0 !important;
    font-size: 3rem;
    font-weight: 600;
    line-height: 38px;
    color: #292C3D;
}

#view.smallcover .content .titles .subtitle {
    margin: 0;
    padding: 0;
    color: #292C3D;
    font-size: 2rem;
    font-weight: 400;
    line-height: 25px;
}

#view.smallcover .titles .article-user-byline-top {
    display: flex !important;
    align-items: center;
    margin-top: 0 !important;
}

#view.smallcover .titles .author-byline .author-name {
    color: #292C3D;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 6px;
}

#view.smallcover .titles .author-byline .author-title {
    color: #737373;
    font-size: 1.6rem;
    line-height: 18px;
}

#view.smallcover .titles .profile-image-container.byline-container {
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-width: 46px;
    width: auto !important;
    height: auto !important;
}

@media (max-width: 767px) {
    #view.smallcover .content .titles .subtitle {
        margin-bottom: 20px !important;
    }

    #view.smallcover .credits {
        padding-bottom: 1.4rem;
        margin: 0 !important;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: wrap;
        padding-left: 0;
        gap: 16px;
    }

    #view.smallcover .credits .article-byline-feature {
        width: fit-content;
        margin-left: 0;
    }

    #view.smallcover .article-user__image {
        max-width: 50px !important;
        max-height: 50px !important;
    }
}

#view .tiktok-embed iframe {
    position: inherit !important;
}

.tooltip-author-byline {
    opacity: 1 !important;
}

.tooltip-author-byline .tooltip-inner {
    padding: 10px;
    background-color: #fff;
    color: #000;
    text-wrap: wrap;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(184, 184, 184, 1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(184, 184, 184, 1);
    box-shadow: 0px 0px 10px 2px rgba(184, 184, 184, 1);
}

.tooltip-author-byline .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff !important;
}

.features-animal {
    background-color: #f5f9fc;
    border-radius: 10px;
    padding: 20px;
    margin: 5px 0 5px 5px;
}

.features-animal .features-animal-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.features-animal .features-animal-title .fa-paw {
    font-size: 14px;
    margin-right: 10px;
}

.features-animal .features-animal-policies {
    display: block;
    font-size: 16px;
    color: #d0021b;
    text-decoration: none;
    margin-top: 10px;
    font-weight: normal;
}

.features-animal .features-animal-policies:hover {
    text-decoration: underline;
}

#view[data-article_id="27398"] h2.subtitle + ul > li:first-child, #view[data-article_id="28114"] h2.subtitle + ul > li:first-child, #view[data-article_id="28112"] h2.subtitle + ul > li:first-child {
    display: none;
}

div#layout_main > div.filling {
    position: fixed;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    -webkit-filter: blur(5px);
    -o-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}

@media (min-width: 1600px) {
    div#layout_main > div.filling {
        -webkit-filter: blur(10px);
        -o-filter: blur(10px);
        -moz-filter: blur(10px);
        filter: blur(10px);
    }
}

.bookmark {
    cursor: pointer;
    color: #999;
}

.bookmark.remove {
    color: #c1282f;
}

.map .loading {
    margin: 4px 8px;
    color: #707058;
    visibility: none;
    float: left;
}

.map .restore {
    float: right;
    margin-right: 8px;
    margin-top: 4px;
    color: #c1282f;
    cursor: pointer;
}

.map .restore:hover {
    text-decoration: underline;
}

.map .options {
    float: right;
    margin-right: 18px;
    margin-top: 4px;
    color: #c1282f;
    cursor: pointer;
}

.map .options:hover {
    text-decoration: underline;
}

.map .loading img {
    vertical-align: bottom;
}

.mapcontrols {
    padding-top: 12px;
    padding-left: 8px;
    clear: both;
}

.mapcontrols > div > div {
    float: left;
    margin-right: 12px;
}

.mapcontrols > div {
    clear: both;
}

.mapcontrols label {
    cursor: pointer;
}

#big_mapcontrols > div > div > input {
    margin-left: 12px;
}

body.testUi #layout_content {
    box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.4);
}

#layout_main.with_bigcover #view .sidebar {
    padding-right: 0px;
}

#layout_main.with_bigcover #view .sidebar .adclass .img-responsive {
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

#layout_main.without_bigcover #view .sidebar .adclass .img-responsive {
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

@media (min-width: 767px) {
    #layout_main.with_bigcover #view .sidebar .adclass .img-responsive {
        margin-bottom: 1em;
    }

    #layout_main.with_bigcover #view .sidebar > .info .adclass .img-responsive {
        margin-top: 7em;
    }

    #view.bigcover .content .titles .category.event {
        margin-bottom: 32px;
    }

    #view .content .titles .category.event a {
        color: white;
        background-color: #960100;
        padding: 5px 15px;
        font-weight: bold;
    }
}

@media (min-width: 767px) {
    #layout_main.with_bigcover #view .wrapper {
        background: white;
        position: relative;
    }
}

.trending {
    float: right;
    width: 300px;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-right: 0px;
}

#view .actions > div, #view .actions > a {
    cursor: pointer;
    margin-right: 0px !important;
    margin-left: 6px;
    float: right;
    white-space: nowrap;
}

#view .actions span.glyphicon, #view .actions i.fa {
    font-size: 125%;
}

#view .author > .fa-bookmark {
    margin-right: 0.1em;
}

#view .sidebar > .association {
    color: #999;
    margin-top: 2em;
}

#view .sidebar > .association a {
    font-weight: 600;
}

#view .sidebar > .gallery {
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #c1282f;
    position: relative;
}

#layout_main.without_bigcover #view .sidebar > .gallery {
    margin: 0;
    margin-bottom: 1.5em;
}

#layout_main.with_bigcover #view .sidebar > .gallery {
    margin: 0;
    margin-bottom: 1.5em;
}

@media (max-width: 767px) {
    #layout_main.with_bigcover #view .sidebar > .gallery {
        width: auto;
    }
}

@media (max-width: 767px) {
    #layout_main.with_bigcover #view .sidebar > .section {
        width: auto;
        margin-right: 1em;
    }
}

#layout_main.with_bigcover #view .col-xs-12 {
    min-height: 0px;
}

#layout_main #view .sidebar .sidebuttons {
    min-height: 0;
}

@media (max-width: 767px) {
    #layout_main.with_bigcover #view .col-xs-12 {
        padding-right: 15px;
    }
}

#view .sidebar > .gallery .gallery_item {
    float: left;
    transition: opacity 0.3s;
}

#view .sidebar > .gallery .gallery_item:hover {
    opacity: 0.8;
}

#view .sidebar > .gallery.col3 .gallery_item {
    width: 33.333333%;
}

#galleryOverlay .caption a {
    color: white;
}

@media (min-width: 768px) {
    #layout_main.with_bigcover #view .sidebar > .gallery.col3 {
        width: 100.005%;
    }
}

#view .sidebar > .gallery.col2 .gallery_item {
    width: 48%;
}

#view .sidebar > .gallery .see_all {
    margin-top: 0.3em;
    cursor: pointer;
    bottom: 0.3em;
    right: 0.3em;
    position: absolute;
    color: #c1282f;
}

#view .sidebar > .gallery .see_all a {
    color: white;
    font-weight: bold;
    font-size: 10px;
}

#gallerySlider {
    direction: ltr;
}

#gallerySlider .placeholder .entry {
    white-space: normal;
}

body.ios #gallerySlider .placeholder .entry img {
    height: 480px;
}

body.mobile.ios #gallerySlider .placeholder .entry img {
    height: 240px;
}

#gallerySlider .placeholder .caption {
    color: white;
    line-height: 1.5em;
    text-align: left;
    margin: 8px auto 0px;
    white-space: initial;
}

#gallerySlider .placeholder .caption a {
    color: white;
}

#gallerySlider .placeholder .credit {
    color: #808080;
    line-height: 1.5em;
    text-align: right;
    margin: 8px auto 0px;
}

#gallerySlider .placeholder .credit a {
    color: #808080;
}

@media (max-width: 768px) {
    #gallerySlider .placeholder .caption, #gallerySlider .placeholder .credit {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#article_map {
    width: 100%;
}

#article_map .widget-map {
    width: 100%;
    cursor: pointer;
}

#article_map:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.9;
}

#view {
    position: relative;
}

#view.bigcover .coverphoto.hidden-xs {
    position: absolute;
    top: 0px;
    left: -15px;
    right: -15px;
    z-index: 0;
}

@media (min-width: 1320px) {
    #view.bigcover .coverphoto.hidden-xs img {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        width: 100%;
    }
}

#view.bigcover .article .coverphoto {
    display: none;
}

#view .content {
    z-index: 1;
    background: transparent;
}

#layout_main.with_bigcover #view .content {
    max-width: 1320px;
    margin: 0 auto;
}

#layout_main.with_bigcover #view .content .content {
    margin-top: auto;
}

@media (max-width: 768px) {
    #layout_main.with_bigcover #view .content {
        margin-top: 1em;
    }
}

@media (min-width: 768px) {
    #layout_main.with_bigcover #view .content {
        margin-top: 8em;
    }
}

@media (min-width: 1024px) {
    #layout_main.with_bigcover #view .content {
        margin-top: 10em;
    }

    #layout_main.with_bigcover #view.bigcover .coverphoto.hidden-xs {
        max-height: 30em;
        overflow: hidden;
    }
}

@media (min-width: 1320px) {
    #layout_main.with_bigcover #view .content {
        margin-top: 19em;
    }

    #layout_main.with_bigcover #view.bigcover .coverphoto.hidden-xs {
        max-height: 41em;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    #view.smallcover .content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#layout_main #view .topsocial {
    position: absolute;
    bottom: -.5em;
    right: 35%;
    right: calc(35% + 60px);
}

#layout_main #view .topsocial.photostory {
    right: calc(33%);
}

#layout_main #view .content.video .topsocial {
    bottom: -32px;
    right: calc(35% - 24px);
}

#layout_main #view.bigcover.template_news .content .coverphoto .topsocial {
    right: 20px;
    top: 5px;
    height: 31px;
}

@media (min-width: 768px) {
    #view.bigcover .content .titles {
        border-bottom: none;
        position: relative;
    }

    #view.bigcover .content .titles .topsocial {
        margin-top: 20px;
    }

    #view.bigcover .content .titles h1 {
        color: white;
        padding: 0.25em 15px;
        line-height: 1em;
        float: left;
        font-size: 32px;
        font-weight: 600;
    }

    #view.bigcover .content .titles .subtitle {
        color: #999;
        padding: 0.25em 15px;
        line-height: 1em;
        float: left;
        clear: both;
        font-size: 20px;
        margin-bottom: 5em;
    }

    #view.smallcover .content {
        margin-top: 10px;
        position: relative;
    }

    #layout_main.without_bigcover #layout_content #view.smallcover .content {
        margin-top: 30px;
    }

    #view.smallcover .content .titles, #view .content.video .titles {
        border-bottom: none;
        position: relative;
    }

    #view.smallcover .content .titles .topsocial {
        margin-top: 20px;
        right: calc(35% + 50px) !important;
    }

    #view.smallcover .content .titles h1 {
        float: left;
    }

    #view.smallcover .content .titles .subtitle {
        float: left;
        clear: both;
        font-size: 2rem;
    }

    #layout_main.with_bigcover #view.bigcover .content .titles h1, #layout_main.with_bigcover #view.bigcover .content .titles .subtitle {
        padding: 0.25em 15px;
    }

    #layout_main.with_bigcover #view.bigcover .content .titles h1, #layout_main.with_bigcover #view.bigcover .content .titles .subtitle, #layout_main.with_bigcover #view.bigcover .content .titles .category, ul.separated-list {
        padding-left: 60px;
    }

    #layout_main.with_bigcover #view.bigcover .content .titles h1 {
        color: #333333;
        float: left;
        clear: both;
        font-size: 42px;
        line-height: 112.5%;
        font-weight: 600;
        margin-top: 0;
        padding-left: 0;
    }

    html[lang='ar'] #layout_main.with_bigcover #view.bigcover .content .titles h1, html[lang='ar'] #layout_main.with_bigcover #view.bigcover .content .titles .subtitle {
        float: right;
    }

    #layout_main.with_bigcover #view.bigcover .content .titles .subtitle {
        color: #333333;
        line-height: 2.8rem;
        float: left;
        clear: both;
        margin-bottom: 0;
        font-size: 27px;
        font-weight: 400;
        padding-left: 0;
    }

    #layout_main.with_bigcover #view.bigcover .content .titles .subtitle.heading-event-date {
        margin-top: -31px;
        margin-bottom: 6px;
        padding-left: 60px;
        left: -4em;
        font-size: 15px;
        top: 4.8em;
    }

    #layout_main #view .content .titles .subtitle.heading-event-date > div {
        background-color: #c1282f;
        padding: 0.8em 0.2em;
        text-align: center;
        font-size: 15px;
        line-height: 15px;
    }

    #layout_main #view .content .titles .subtitle.heading-event-date div hr {
        width: 2em;
        margin: 0.4em auto;
    }

    #layout_main #view .content .titles h2.heading-event-date {
        margin-top: -5px;
    }

    #layout_main #view .content .titles h2.heading-event-date span {
        color: #FFFFFF;
        padding: 4px 12px 4px 12px;
        font-size: 17px;
    }
}

#layout_main.with_bigcover .bigoverlay {
    display: block;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    position: absolute;
    width: 100%;
    height: 20em;
    bottom: 0;
}

#layout_main.with_bigcover .picoverlay {
    position: relative;
    max-width: 100%;
    height: auto;
}

html[lang=ar] #view.bigcover .content .titles h1, html[lang=ar] #view.bigcover .content .titles h2 {
    float: right;
}

@media (min-width: 992px) {
    #view.bigcover .content .titles h2 {
        margin-bottom: 7em;
    }
}

@media (min-width: 1200px) {
    #view.bigcover .content .titles h2 {
        margin-bottom: 10em;
    }
}

#layout_main.with_bigcover .content .titles .topsocial {
    margin-top: 4px;
    float: right !important;
}

#view.bigcover .content .titles .topsocial {
}

#layout_main.with_bigcover .content .titles h1 {
    color: #000000;
    font-weight: 600;
    height: auto !important;
    margin-bottom: 0px !important;
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
}

#layout_main.with_bigcover .content .titles .category {
}

#layout_main.with_bigcover .content .titles .subtitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 0px !important;
    color: #000000;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #layout_main.with_bigcover .content .titles h1, #layout_main.with_bigcover .content .titles .subtitle {
        padding: 0;
    }
}

@media (max-width: 768px) {
    ul.separated-list {
        display: none;
    }
}

ul.separated-list {
    clear: both;
    margin-bottom: 1.4em;
}

.separated-list li {
    float: left;
    padding-right: 0.3em;
    color: white;
    list-style-type: none;
}

.separated-list a {
    color: white;
    border-bottom: 2px solid #c1282f;
    padding-bottom: 0.2em;
    padding-right: 0.2em;
}

.separated-list .separated-list-item span::after {
    content: " | ";
}

.separated-list .separated-list-item:last-child span::after {
    content: "";
}

html[lang=ar] .separated-list .separated-list-item span::after {
    content: "";
}

#view.smallcover .content .article {
    padding-left: 4px;
    padding-right: 4px;
}

#view.smallcover #user_feedback {
    padding-left: 4px;
    padding-right: 4px;
}

#view .content a.open_dashboard {
    margin-top: 0px;
}

#view .content .article {
    clear: left;
    background: white;
}

@media (min-width: 768px) {
    #view.bigcover .content .article {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #layout_main.with_bigcover #view.bigcover .content .article {
        width: 65%;
        padding-top: 30px;
        padding-left: 60px;
        padding-right: 60px;
    }

    #layout_main.without_bigcover #view.smallcover .content .article {
        width: 65%;
        padding-left: 30px;
        padding-right: 50px;
    }

    #view.smallcover .content .titles {
        margin-bottom: 26px;
        padding-left: 30px;
    }

    #layout_main.without_bigcover #view.smallcover .sidebar {
        padding-right: 15px;
        padding-left: 0px;
        width: 35%;
    }
}

#view.template_news .content .article > .coverphoto {
    display: none;
}

@media (min-width: 768px) {
    #view.template_news .content .article .titles {
        height: 200px;
        padding: 0 10px;
    }

    #view.template_news .content .article .titles {
        border-bottom: 3px solid #c1282f;
    }

    #view.template_news .content #article_content .titles h1 {
        margin-bottom: 0.5em !important;
        padding: 0.25em 15px;
        float: left;
        clear: both;
        line-height: 1em;
        color: white;
        font-size: 28px;
        font-weight: 600;
        background: #c1282f;
    }
}

#view.template_news .content .titles .topsocial.pull-right {
    position: absolute;
    right: 10px;
}

#view.template_news .content .titles h2 {
    margin-bottom: 0;
}

#view.template_news .content .titles h2.category {
    background-color: #960100;
}

#view.template_news .content .titles h2.category a {
    color: white;
}

#view.template_news .content #article_content .titles h2.subtitle {
    font-weight: 300;
    background: #fff;
}

@media (min-width: 769px) {
    #view.template_news .content .titles {
        margin-left: -30px;
    }

    #view.template_news .content .article {
        padding-top: 0;
    }

    #view.template_news .content .titles .socialplugins.lhs {
        margin-top: 0;
        margin-left: -6em;
    }
}

@media (min-width: 1320px) {
    #view.template_news .content .titles {
        border-top-left-radius: 10px;
    }
}

@media (max-width: 768px) {
    #view.template_news .content #article_content .titles {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    #view.template_news .content #article_content .titles h1.title, #view.template_news .content #article_content .titles h2.subtitle {
        padding-left: 0;
        padding-right: 0;
    }
}

#view.template_news .sidebar > .gallery {
    display: none;
}

@media (min-width: 768px) {
    #view .content .sidebar {
        float: right !important;
        background: white;
        clear: right;
    }
}

@media (min-width: 768px) {
    #layout_main.with_bigcover #view .content .sidebar {
        width: 35%;
        margin-left: 0;
        padding-left: 0px;
    }
}

#view.bigcover #top_icons {
    margin-top: -4em;
    float: right;
}

.coverphoto.visible-xs {
    position: relative;
}

#top_icons .map_button {
    width: 48px;
    height: 48px;
    overflow: hidden;
    opacity: 0.8;
    transition: opacity 0.2s;
    cursor: pointer;
    border: 2px solid transparent;
}

.coverphoto .map_button {
    width: 48px;
    height: 48px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#top_icons .map_button .canvas, .coverphoto .map_button .canvas {
    width: 128px;
    height: 128px;
    margin-left: -40px;
    margin-top: -40px;
}

#top_icons .map_button:hover {
    border: 2px solid #c1282f;
    opacity: 1.0;
}

#view .content .article .coverphoto {
    padding: 4px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    #view .content .visible-xs.coverphoto {
        margin-left: -15px;
        margin-right: -15px;
    }

    #view .content .visible-xs.coverphoto + .caption {
        padding: 4px 0px;
        line-height: 18px;
        font-size: 12px;
        clear: both;
        display: block;
        color: #999;
    }

    #layout_main #view .content .titles h2.heading-event-date {
        margin-top: -5px;
    }

    #layout_main #view .content .titles h2.heading-event-date > div {
        background-color: #c1282f;
        padding: 0.8em 0.2em;
        text-align: center;
        font-size: 15px;
        line-height: 15px;
    }

    #layout_main #view .content .titles h2.heading-event-date span {
        color: #FFFFFF;
        padding: 4px 12px 4px 12px;
        font-size: 17px;
    }

    #view.bigcover .content .titles h2 {
        float: left;
        clear: both;
        font-size: 20px;
    }

    #layout_main #view .content .titles h2.heading-event-date div hr {
        width: 2em;
        margin: 0.4em auto;
    }

    #layout_content #view .titles.clearfix {
        padding: 0;
    }

    #layout_content #view.smallcover .titles.clearfix {
        padding-left: 15px;
    }
}

#view .content .article .coverphoto span {
    line-height: 1.6rem;
    font-size: 1.4rem;
    clear: both;
    display: block;
    margin: 4px 0px;
    margin-top: 0.8rem;
    color: #999;
}

#view .content .article .coverphoto a {
    text-decoration: underline !important;
    color: #999;
}

#view .content .article .coverphoto span p {
    margin: 0;
}

#comments {
    position: relative;
}

#prevArrow, #nextArrow {
    width: 5%;
}

#prevArrow span, #nextArrow span {
    width: 100%;
}

#prevArrow span img, #nextArrow span img {
    max-width: 150%;
}

#view.smallcover .article .coverphoto {
    margin-left: 0px;
    padding: 0px 0px 5px 0px;
}

#view.smallcover .article .coverphoto img {
    width: 100%;
}

.article-menu.wiki {
    background-color: rgba(0, 0, 0, .1);
    border: 1px dotted #ccc;
    float: left;
    display: inline-block;
    margin: 0 15px 15px 15px;
    max-width: 40%;
    position: relative;
    z-index: 10;
}

@media (min-width: 992px) {
    #view #guide-back-to-content {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .article-menu.wiki {
        width: 100%;
        display: block;
        max-width: 100%;
        border: 0;
        background-color: #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin: 2rem 0;
    }

    #view #guide-back-to-content {
        position: sticky;
        position: -webkit-sticky;
        bottom: 0;
        height: 50px;
        text-align: center;
        background: #c1282f;
        padding-top: 20px;
        cursor: pointer;
        z-index: 101;
        color: white;
        display: none;
    }
}

#view #article_content .article-menu.wiki ul {
    margin-bottom: 0;
}

.article-menu.affix-menu {
    width: 150px;
}

.article-section {
    margin-top: -50px;
    padding-top: 10px;
}

.article-menu.affix-menu.affix-top, .article-menu.affix-menu.affix-bottom {
    position: absolute;
}

.article-menu.affix-menu.affix {
    top: 90px;
}

.article-menu.affix-menu a {
    display: block;
    padding: 0.4em 20px;
    color: #767676;
}

.article-menu.affix-menu .active a {
    color: black;
    font-weight: bold;
    padding-left: 18px;
    border-left: 3px solid #c1282f;
}

.article-menu.affix-menu.affix {
}

.user_comments {
    background-color: white;
}

.style-sidebar.nav > .active:focus > a, .style-sidebar.nav > .active:hover > a, .style-sidebar.nav > .active > a {
    padding-left: 18px;
    font-weight: 700;
    color: black;
    background-color: transparent;
    border-left: 3px solid #c1282f;
}

.style-sidebar.nav > li > a {
    display: block;
    padding: 0.4em 20px;
    font-size: 1em;
    font-weight: 500;
    color: #767676;
}

.style-sidebar.nav > li > a:focus, .style-sidebar.nav > li > a:hover {
    padding-left: 19px;
    color: black;
    text-decoration: none;
    background-color: transparent;
    border-left: 1px solid #c1282f;
}

#view div.event-overview {
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1em;
}

#view div.event-overview :is(.event-venue, .event-time) {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

#view div.event-overview .event-time {
    margin-bottom: 0;
}

#view div.event-overview .event-info .icon {
    font-size: 2.4rem;
    margin-right: 1.6rem;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 1.4rem;
    color: #999999;
}

#view div.event-overview .event-info .icon span {
    height: 2.4rem;
    width: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#view div.event-overview .details {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#view div.event-overview .event-time-duration {
    display: flex;
}

#view div.event-overview :is(.label, .venue-name, .event-time-duration) {
    font-weight: 600;
    color: #292C3D;
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 1.34;
}

#view div.event-overview :is(.venue-name, .event-time-duration) {
    font-weight: 400;
}

#view div.event-overview .unconfirmed-date-tooltip {
    color: #047BC1;
    font-size: 1.4rem;
}

#view div.event-overview .unconfirmed-date-tooltip:hover {
    cursor: pointer;
}

#view div.event-overview .past-event-unconfirmed-event {
    margin-left: 1rem;
}

#view div.event-overview .col-xs-12 {
    padding-left: 0;
}

#view div.event-overview .event-date__confirmation-notice {
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #f5f8fa;
    padding: 16px;
    margin-top: 1em;
}

#view .editor.event {
    width: 21em;
}

#view .editor.event .wrap.row {
    width: 84%;
    float: right;
    margin-right: 0;
    padding-right: 0;
}

#view .editor.event .wrap.row .text {
    padding: 2px 10px;
}

#view .editor.event .wrap.row .name {
    font-size: 1em;
}

#view .editor.event .wrap.row .date {
    font-size: 14px;
    font-weight: 300;
    color: #888;
    padding: 4px 0;
}

#view .editor.event .wrap.row .date {
    padding-right: 6px;
}

#view .editor.event .name {
    padding-top: 5px;
}

#view .content .article > .event.credits {
    margin-bottom: 0;
    margin-top: 0;
}

.info .event_name {
    font-weight: bold;
}

@media (min-width: 767px) {
    #view .content .cover_photo_credits {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    #view .content .cover_photo_credits a {
        color: #fff;
    }
}

.titles .card {
    position: relative;
    clear: both;
    height: 70px;
}

.titles .card .event-card {
    top: 0;
    left: 5px;
    right: inherit;
}

.with_bigcover .titles .card {
    height: 40px;
}

.with_bigcover .titles .card .event-card {
    left: 60px;
    top: -25px;
}

.item .card .event-card {
    font-size: 15px;
    top: 0.5em;
    right: 0.5em;
}

@media (max-width: 767px) {
    #view .content .cover_photo_credits {
        display: none;
    }

    .with_bigcover .titles .card {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .with_bigcover .titles .card .event-card {
        left: 0px;
        top: 0px;
    }

    .with_bigcover .titles .card {
        height: 60px;
    }
}

#layout_main.without_bigcover .content .titles h1, #layout_main.without_bigcover .content .titles .subtitle {
    color: #292C3D !important;
}

@media (min-width: 768px) {
    #layout_main.without_bigcover ul.separated-list li, #layout_main.without_bigcover ul.separated-list li a {
        color: #000000 !important;
    }
}

#layout_main #view .topsocial {
    bottom: 0 !important;
}

#layout_main.without_bigcover .titles {
    clear: both;
    margin-bottom: 0.5em !important;
}

#layout_main.without_bigcover ul.separated-list {
    margin: 1em 0 0 0;
    padding-bottom: 0.6em;
    padding-left: 34px;
}

#layout_main.without_bigcover ul.separated-list a:hover {
    border-bottom: 2px solid white;
    transition: border-bottom 0.2s ease-in-out;
    text-decoration: none;
}

#layout_main.with_bigcover .card {
    background: none;
}

#layout_main.without_bigcover #view .credits-article {
    clear: both;
}

@media (max-width: 767px) {
    #layout_main.without_bigcover ul.separated-list {
        padding-left: 19px;
    }
}

#view .content .article .coverphoto .card {
    background: none;
    position: static;
}

#view .content .article .coverphoto .card .event-card {
    right: auto;
    left: 1.5rem;
    padding: 0.4em 0.5em;
}

#view .content .article .coverphoto .card .event-card span.date-box {
    line-height: 14px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px !important;
}

.card:hover {
    box-shadow: none;
    transform: none;
}

#layout_content #video iframe {
    width: 100%;
}

@media (max-width: 767px) {
    #layout_content #video iframe {
        aspect-ratio: 16/9;
        height: auto;
    }
}

#view .article .shortcode-photo {
    padding: 0;
    position: relative;
}

#view .article .shortcode-photo .article__photo-expand {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
}

#view .article .shortcode-photo .article__photo-expand .fa-expand {
    transform: translateZ(0) scale(1);
    transition: transform .3s;
}

#view .article .shortcode-photo .article__photo-expand:hover .fa-expand, #view .article .shortcode-photo .article__photo-expand:focus .fa-expand {
    transform: translateZ(0) scale(1.2);
}

.article__photo-expand:hover + img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

span.event.category {
    background-color: transparent !important;
}

.article-list.article-list--last {
    margin-bottom: 2rem;
}

.coverphoto {
    position: relative;
}

.coverImgWrapper img {
    object-fit: cover;
    object-position: 50% 35%;
    height: inherit;
    width: inherit;
    min-height: inherit;
    max-width: 100%;
    font-family: 'object-fit:cover; object-position:50% 35%;';
}

@media (min-width: 768px) {
    .bigcover .coverphoto {
        height: 42rem;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverImgWrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #layout_main.with_bigcover #view .content {
        margin-top: -16em;
    }
}

@media (min-width: 1200px) {
    .bigcover .coverphoto {
        height: 57rem;
    }

    #layout_main.with_bigcover #view .content {
        margin-top: -10em;
    }
}

@media (min-width: 1320px) {
    .bigcover .coverphoto {
        height: 57rem;
    }

    #layout_main.with_bigcover #view .content {
        margin-top: -12em;
    }
}

figure.coverImgWrapper {
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.coverImgWrapper {
    position: relative;
}

@media (max-width: 767px) {
    .coverImgWrapper {
        padding-top: 66.6%;
        overflow: hidden;
    }

    .coverImgWrapper img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

.nearby-areas__load {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-top: 1.6rem;
    font-size: 1.8rem;
}

.questions-widget {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    text-align: center;
}

@media (min-width: 768px) {
    .questions-widget {
        text-align: left;
    }
}

.questions-widget__title {
    font-size: 2rem;
    font-weight: 600;
}

.questions-widget__button {
    display: inline-block;
    margin-top: 0.8rem;
    transition: 0.3s;
}

.questions-widget__button:hover, .questions-widget__button:focus {
    color: #d42e35;
}

.questions-widget__button_icon {
    margin-right: .8rem;
}

#info .event .btn.btn--dropdown {
    color: #c1282f;
    display: inline;
    padding: 0;
    font-size: 1em;
    box-shadow: none;
    text-shadow: none;
    line-height: inherit;
    font-weight: 600;
}

#info .event .btn--dropdown-icon {
    color: #333 !important;
    font-size: .875em !important;
    margin-left: .4rem;
}

#info .event .popover-title {
    display: none;
    height: 0px;
}

#info .event .list-group-item {
    border: none;
    font-style: normal;
    cursor: pointer;
}

#view .article img[src="/images/not-allowed.jpg"] {
    display: none !important;
}

#view .article.article-preview img[src="/images/not-allowed.jpg"] {
    display: inherit !important;
}

@media (max-width: 767px) {
    .event-overview span {
        display: block;
        margin: 0;
    }
}

.article table {
    margin-bottom: 2em;
    width: 100%;
}

.article__category-endorsement.past-event {
    background-color: #E9E9E9;
    color: #999999;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 1.4rem;
    margin-top: -3px;
    font-weight: 600;
}

.slick-slide img {
    padding-right: 15px;
}

button.slick-prev.slick-arrow {
    left: 5px;
    z-index: 100;
}

button.slick-next.slick-arrow {
    right: 25px;
    z-index: 100;
}

button.slick-arrow:before {
    font-size: 4rem;
}

.slick-list {
    margin: 1em 0;
}

#feature-modal.modal .modal-header {
    background-color: #FFFFFF !important;
    border-bottom: none;
}

#feature-modal.modal .modal-header button {
    opacity: 1;
}

#feature-modal.modal .modal-header button i.fa-times {
    color: #000000 !important;
}

#pr-modal.modal .modal-header {
    background-color: #FFFFFF !important;
    border-bottom: none;
}

#pr-modal.modal .modal-header button {
    opacity: 1;
}

#pr.modal .modal-header button i.fa-times {
    color: #000000 !important;
}

blockquote.tiktok-embed {
}

.highlight-block {
    background-color: #F5F8FA;
    color: #404040;
    margin-bottom: 3rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 1.4rem 2.8rem 1.2rem 3rem;
    border-radius: 5px;
}

.highlight-block h2 {
    margin: 0.5em 0 0.5em !important;
}

.highlight-block li {
    margin-bottom: 0.8rem !important;
}

.tooltip-unconfirmed-date {
    opacity: 1 !important;
}

.tooltip-unconfirmed-date .tooltip-inner {
    max-width: 265px;
    width: 265px;
    padding: 10px;
    background-color: #fff;
    color: #000;
    text-wrap: wrap;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
    -moz-box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
    box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
}

.tooltip-unconfirmed-date .tooltip-arrow {
    margin-left: -5px;
    margin-top: -7px !important;
    border-width: 8px 10px 8px 0 !important;
    border-right-color: #fff !important;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
    -moz-box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
    box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
}

.top-toolbar {
    background-color: #c1282f;
    color: #fff;
}

.top-toolbar--white {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #edf0f4;
}

.top-toolbar .top-toolbar__nav {
}

.top-toolbar .top-toolbar__nav .top-toolbar__nav-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 0;
}

.top-toolbar .top-toolbar__nav .top-toolbar__nav-list.top-toolbar__nav-list--right {
    float: right;
    text-align: right;
}

.top-toolbar .top-toolbar__nav .top-toolbar__nav-list .top-toolbar__nav-list-item {
    display: inline-block;
    padding: 11px 0px;
}

.top-toolbar .top-toolbar__nav .top-toolbar__nav-list.top-toolbar__nav-list--right .top-toolbar__nav-list-item {
    padding: 11px 10px;
}

.top-toolbar .top-toolbar__nav .top-toolbar__nav-list .top-toolbar__nav-list-item .top-toolbar__nav-list-item-link {
    color: #fff;
    font-size: 1.4rem;
}

.top-toolbar .top-toolbar__nav .top-toolbar__nav-list .top-toolbar__nav-list-item .top-toolbar__nav-list-item-link .glyphicon-globe {
    font-size: 1.1rem;
    margin-right: 4px;
}

.top-toolbar__nav-list-item .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    text-align: left;
    width: 160px;
    padding: 0px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0;
    right: 0;
    left: auto;
}

.top-toolbar__nav-list-item .dropdown-menu .dropdown-menu__link {
    line-height: 28px;
    padding: 0px 16px;
}

.top-toolbar__nav-list-item .dropdown-menu .dropdown-menu__link.dropdown-menu__link--first {
    margin-top: 8px;
}

.top-toolbar__nav-list-item .dropdown-menu .dropdown-menu__link.dropdown-menu__link--last {
    margin-bottom: 8px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    background-color: #f5f8fa;
}

.dropdown-menu > li > a.no-hover-effect:hover, .dropdown-menu > li > a.no-hover-effect:focus, .dropdown-menu > li > a.no-hover-effect:active {
    background-color: #ffffff;
}

.dropdown-menu.dropdown-menu--notifications > li > a:hover, .dropdown-menu.dropdown-menu--notifications > li > a:focus, .dropdown-menu.dropdown-menu--notifications > li > a:active {
    background-color: transparent;
}

.jt-dsktopnav {
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #edf0f4;
}

.layout-en .jt-dsktopnav {
    position: sticky;
    z-index: 999;
}

.layout-en .menu.hidden-print {
    margin-top: 0 !important;
}

.jt-dsktopnav .jt-dsktopnav__logo {
    display: inline-block;
    max-width: 152px;
    width: 152px;
    vertical-align: middle;
    margin-right: 1rem;
}

nav.container .st0 {
    clip-path: url(#SVGID_3_3_);
    fill: url(#SVGID_4_4_);
}

nav.container .st1 {
    fill: #989898;
}

nav.container .st2 {
    fill: none;
}

nav.container .st3 {
    enable-background: new;
}

nav.container .st4 {
    fill: #C2262A;
}

#topnavbar .st0 {
    clip-path: url(#SVGID_3_);
    fill: url(#SVGID_4_);
}

#topnavbar .st1 {
    fill: #989898;
}

#topnavbar .st2 {
    fill: none;
}

#topnavbar .st3 {
    enable-background: new;
}

#topnavbar .st4 {
    fill: #C2262A;
}

.jt-dsktopnav .jt-dsktopnav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.jt-dsktopnav nav {
    position: relative;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item {
    display: inline-block;
}

.jt-dsktopnav .jt-dsktopnav__list-item.dropdown.open .jt-dsktopnav__link.dropdown-toggle::before {
    content: " ";
    width: 100%;
    height: 3px;
    color: red;
    background-color: #c1282f;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .jt-dsktopnav__link:hover, .jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .jt-dsktopnav__link:focus, .jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .jt-dsktopnav__link:active, .jt-dsktopnav .jt-dsktopnav__list-item.dropdown.open .jt-dsktopnav__link, .jt-dsktopnav .jt-dsktopnav__list-item:hover .jt-dsktopnav__link {
    color: #c1282f;
    text-decoration: none;
}

.jt-dsktopnav .jt-dsktopnav__list-item.dropdown:hover .dropdown-menu, .jt-dsktopnav .jt-dsktopnav__list-item.dropdown:focus .dropdown-menu {
    display: block;
}

.jt-dsktopnav .jt-dsktopnav__list-item.dropdown:hover .jt-dsktopnav__link.dropdown-toggle::before {
    content: " ";
    width: 100%;
    height: 3px;
    color: red;
    background-color: #c1282f;
    position: absolute;
    bottom: -1px;
    left: 0;
}

@media (max-width: 991px) {
    #topnavbar .navbar.navbar-default {
        border-top: none;
        border-bottom: 1px solid #edf0f4;
    }

    .navbar-default .navbar-toggle {
        border: transparent;
        margin-right: 5px;
        max-width: 566px
    }
}

@media (min-width: 992px) {
    .jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__link {
        padding: 0 12px;
        font-size: 1.6rem;
    }

    .jt-dsktopnav .jt-dsktopnav__logo {
        max-width: 192px;
        width: 192px;
    }
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right {
    float: right;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu {
    margin-top: 0px;
    border-radius: 0;
    text-align: left;
    width: 220px;
    padding: 0px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #edf0f4;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--destinations {
    left: -170px;
}

@media (min-width: 992px) {
    .jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--destinations {
        left: -172px;
    }
}

@media (min-width: 1200px) {
    .jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--destinations {
        left: 0;
    }
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item a {
    line-height: 28px;
    font-size: 1.6rem;
    padding: 0px 16px;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--first a {
    margin-top: 8px;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--last a {
    margin-bottom: 8px;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--cta a {
    background-color: #c1282f;
    color: #fff;
    text-align: center;
    padding: 9px 0px;
    transition: background .3s;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--cta a:hover {
    background-color: #d42e35;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--featured a {
    border-bottom: 1px solid #edf0f4;
    padding: 20px 16px;
    white-space: normal;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--separator {
    border-bottom: 1px solid #edf0f4;
    padding-bottom: 8px;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-user-menu .dropdown-menu__list-item.dropdown-menu__list-item--featured a {
    border-bottom: 0px;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-user-menu .dropdown-menu__list-item.dropdown-menu__list-item--featured a.user-profile {
    border-bottom: 1px solid #edf0f4;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--featured a .icon-container {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--featured div .icon-container {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.icon-placeholder {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #ffa50047;
    text-align: center;
}

.icon-placeholder--star {
    background-color: #ffd4004d;
}

.icon-placeholder--calendar {
    background-color: #ff82004d;
}

.icon-placeholder--ticket {
    background-color: #ffa50047;
}

.icon-placeholder i {
    font-size: 1.5rem;
}

.icon-placeholder .fa-star {
    color: #ffd400;
}

.icon-placeholder .fa-calendar {
    color: #f32f13;
}

.icon-placeholder .fa-ticket {
    color: #ff8200;
}

.dropdown-menu.dropdown-menu--destinations {
    width: 720px !important;
    padding: 16px !important;
}

.dropdown-menu.dropdown-menu--destinations.small {
    width: 540px !important;
}

.dropdown-menu.dropdown-menu--destinations a {
    color: #333;
    padding-left: 0 !important;
}

.dropdown-menu.dropdown-menu--destinations a:hover, .dropdown-menu.dropdown-menu--destinations a:focus, .dropdown-menu.dropdown-menu--destinations a:active {
    color: #c1282f;
    text-decoration: none;
}

.dropdown-menu.dropdown-menu--destinations span {
    font-weight: 600;
    font-size: 1.6rem;
}

.dropdown-menu.dropdown-menu--destinations ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.dropdown-menu.dropdown-menu--destinations .destinations {
    display: inline-block;
    float: left;
    width: 25%;
}

.dropdown-menu.dropdown-menu--destinations .prefecture {
    display: inline-block;
    float: left;
    width: 75%;
}

.dropdown-menu.dropdown-menu--destinations .prefecture.small {
    width: 100%;
}

.dropdown-menu.dropdown-menu--destinations .additional {
    width: 100%;
    float: left;
}

.dropdown-menu.dropdown-menu--destinations .additional.additional-top {
    border-bottom: 1px solid #edf0f4;
    padding: 4px 16px 20px 0px;
    border-top: 0;
    margin-top: 0;
}

.dropdown-menu.dropdown-menu--destinations ul {
    display: inline-block;
}

.dropdown-menu.dropdown-menu--destinations .dropdown-menu__title {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 28px;
    margin: 0;
    padding-top: 8px;
}

.dropdown-menu.dropdown-menu--register .dropdown-menu__title a {
    font-weight: 600;
}

.additional {
    border-top: 1px solid #edf0f4;
    margin-top: 2rem;
    padding-top: 1.6rem;
}

.additional > a > div {
    display: inline-block;
    font-size: 1.6rem;
}

.icon-placeholder.icon-placeholder--map {
    background-color: rgba(3, 169, 244, 0.17);
    margin-right: 4px;
}

.icon-placeholder.icon-placeholder--map .fa-map-marker-alt {
    color: #03A9F4;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right {
    float: right;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__list-item {
    vertical-align: middle;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__link {
    font-weight: 400;
    padding: 24px 8px;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__link span {
    padding-right: 4px;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__list-item .dropdown-menu {
    right: 0;
    left: auto;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--button div {
    width: 100%;
    padding: 20px 16px;
    background-color: #fff;
    color: #fff;
    border-bottom: 1px solid #edf0f4;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__list-item.dropdown-register .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--button div {
    border-bottom: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__list-item.dropdown-register .dropdown-menu .dropdown-menu__list-item--featured a span {
    font-size: 1.4rem;
    color: #767676;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--button div a {
    background-color: #c1282f;
    color: #fff;
    padding: 6px 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
    transition: .3s;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--button div a:hover {
    text-decoration: none;
    background-color: #d42e35;
}

.jt-dsktopnav__link:hover .search__icon {
    fill: #c1282f;
}

.jt-nav-search {
    cursor: pointer;
}

.menu__search {
    padding: 4px;
}

.menu__search .search__icon {
    height: 12px;
}

.dsktopnav__search {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    background-color: #fff;
    display: flex;
    display: none;
    align-items: center;
}

.dsktopnav__search-form {
    flex: 1 0 auto;
    height: 100%;
    display: flex;
}

.dsktopnav__search form input {
    border: 0;
    font-size: 2rem;
    line-height: 1.2;
    flex: 1;
}

.dsktopnav__search form input:focus {
    outline: 0;
}

.dsktopnav-search-exit {
    width: 5%;
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
    color: #333;
    flex: 0 1 auto;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: rotate(90deg);
    transition: transform .3s;
    cursor: pointer;
}

.dsktopnav-search-exit:hover {
    transform: rotate(0deg);
    text-decoration: none;
}

@media (min-width: 768px) {
    #topnavbar .navbar.navbar-default .navbar-collapse, #topnavbar .navbar.navbar-default, ul.top-right-bar {
        background-color: #ffffff !important;
    }
}

.jt-dsktopnav__list-item.jt-dsktopnav__list-item--image {
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__link.jt-dsktopnav__link-image {
    padding: 16px 8px 16px 8px;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__link.jt-dsktopnav__link-image {
    padding: 0px 8px;
}

.jt-dsktopnav .jt-dsktopnav__list.jt-dsktopnav__list--right .jt-dsktopnav__link.jt-dsktopnav__link-image:hover {
    color: #fff;
}

.jt-dsktopnav__link-image .dsktopnav-profile-background {
    width: 24px;
    position: relative;
    background-color: #c1282f;
}

.jt-dsktopnav__link-image .dsktopnav-profile-background {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
}

.jt-dsktopnav__link-image .dsktopnav-profile-background .fa-user {
    position: absolute;
    bottom: -2px;
    color: white;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.9rem;
}

.jt-dsktopnav__link-image .dsktopnav-profile-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.dropdown-menu__list-item .dropdown-menu__img {
    width: 24px;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    background-color: #c1282f;
    border-radius: 50%;
}

.dropdown-menu__list-item .dropdown-menu__img .fa-user {
    position: absolute;
    bottom: -2px;
    color: white;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.9rem;
}

.dropdown-menu__list-item .dropdown-menu__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--notifications {
    width: 300px;
    max-height: 300px;
    overflow-y: scroll;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--notifications > .dropdown-menu__notification > a {
    white-space: normal;
    position: relative;
}

.dropdown-menu__notification {
    padding: 20px 16px;
    border-bottom: 1px solid #edf0f4
}

.dropdown-menu__notification--last {
    border-bottom: 0;
}

.dropdown-menu__notification p {
    font-size: 1.6rem;
    line-height: 1.2;
}

.dropdown-menu__notification a {
    font-weight: 600;
    color: #333;
}

.dropdown-menu__notification span {
    display: block;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-weight: 600;
    height: 80px;
    padding: 0 8px
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--notifications::-webkit-scrollbar {
    -webkit-appearance: none;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--notifications::-webkit-scrollbar:vertical {
    width: 11px;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--notifications::-webkit-scrollbar:horizontal {
    height: 11px;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--notifications::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--notifications::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.jt-dsktopnav nav.container {
    margin: auto !important;
    padding: 0 15px !important;
}

#topnavbar .navbar .navbar-nav > li > a, #topnavbar .navbar .navbar-nav > li.navbar-li-text {
    padding: 10px 8px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    line-height: 20px;
}

#topnavbar li.dropdown.languages span.caret {
    display: none;
}

#topnavbar li.dropdown.languages span.glyphicon-globe {
    font-size: 1.1rem;
}

.navbar-fixed-top {
    -webkit-backface-visibility: hidden;
}

#topnavbar .navbar-brand.visible-xs {
    margin-top: 12px !important;
    height: 39px;
    width: 160px;
}

@media (max-width: 350px) {
    #topnavbar .navbar-brand.visible-xs {
        width: 154px;
    }
}

@media (min-width: 351px) {
    #topnavbar .navbar-brand.visible-xs {
        width: 170px;
        margin-top: 9px !important;
    }
}

@media (max-width: 767px) {
    #topnavbar .navbar-brand.visible-xs {
        float: left !important;
    }
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu--destinations .dropdown-menu__list-item a {
    display: block;
}

.dropdown-menu.dropdown-menu--destinations .additional.additional-top {
    padding: 20px 16px 20px 16px;
}

.dropdown-menu.dropdown-menu--destinations {
    padding: 0 !important;
}

.dropdown-menu.dropdown-menu--destinations .destinations {
    padding-left: 16px;
    padding-bottom: 16px;
}

.dropdown-menu.dropdown-menu--destinations .prefecture {
    padding-right: 16px;
    padding-bottom: 16px;
}

.dropdown-menu.dropdown-menu--destinations .prefecture.small {
    padding-left: 16px;
}

.jt-dsktopnav__link .fa-bell-o {
    position: relative;
}

.jt-dsktopnav__link .fa-bell {
    position: relative;
}

.jt-dsktopnav__link .fa-bell:not(.dim):after {
    content: ' ';
    width: 8px;
    height: 8px;
    background-color: #c1282f;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 8px;
    right: -2px;
    top: -2px;
    opacity: 1;
}

.jt-dsktopnav__link .fa-bell-o.dim:after {
    content: ' ';
    width: 8px;
    height: 8px;
    background-color: #c1282f;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 8px;
    right: -6px;
    top: -2px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.navbar-toggle.pull-left {
    margin-left: 15px;
}

html[data-useragent*='MSIE 9.0'] .jt-dsktopnav .jt-dsktopnav__logo, html[data-useragent*='MSIE 10.0'] .jt-dsktopnav .jt-dsktopnav__logo, html[data-useragent*='rv:11'] .jt-dsktopnav .jt-dsktopnav__logo {
    height: 60px;
    vertical-align: inherit;
}

html[data-useragent*='MSIE 9.0'] .dsktopnav__search-input::-ms-clear, html[data-useragent*='MSIE 10.0'] .dsktopnav__search-input::-ms-clear, html[data-useragent*='rv:11'] .dsktopnav__search-input::-ms-clear {
    display: none;
}

html[data-useragent*='MSIE 9.0'] .search__icon, html[data-useragent*='MSIE 10.0'] .search__icon, html[data-useragent*='rv:11'] .search__icon {
    width: 14px;
}

html[data-useragent*='MSIE 9.0'] .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--featured a, html[data-useragent*='MSIE 10.0'] .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--featured a, html[data-useragent*='rv:11'] .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .dropdown-menu__list-item.dropdown-menu__list-item--featured a {
    display: block;
    cursor: pointer;
}

.menu__search .search__icon {
    overflow: visible;
}

.navbar-header .menu__search {
    float: right;
    vertical-align: middle;
    padding-top: 19px;
    margin-right: 15px;
}

.navbar #mobilenav-search {
    width: calc(100% - 10px);
}

.navbar #mobilenav-search .dsktopnav__search-input {
    margin-left: 10px
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu {
    margin-top: 1px
}

.jt-dsktopnav .jt-dsktopnav__list-item.dropdown.open .jt-dsktopnav__link.dropdown-toggle::before {
    height: 2px
}

.jt-dsktopnav .jt-dsktopnav__list-item.dropdown:hover .jt-dsktopnav__link.dropdown-toggle::before {
    height: 2px
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--notifications > .dropdown-menu__notification.new > a:before {
    content: ' ';
    background-color: #c1282f;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 3px;
    border: 1px transparent;
    border-radius: 4px;
    opacity: 1;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu.dropdown-menu--notifications > .dropdown-menu__notification > a:before {
    content: ' ';
    background-color: #c1282f;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 3px;
    border: 1px transparent;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.jt-dsktopnav__list .jt-dsktopnav__list-item .dropdown-menu .destinations .dropdown-menu__list-item.dropdown-menu__list-item--first a {
    margin-top: 0;
}

@media (max-width: 350px) {
    path#SVGID_1_ {
        display: none;
    }

    #topnavbar .st0 {
        display: none;
    }

    #topnavbar .st1 {
        fill: #989898;
        display: none;
    }

    #topnavbar .st3 .st1 {
        display: block;
    }

    #topnavbar .st3 {
        transform: translateX(-60%) scale(1.2) translateY(-14%);
        transition: .4s;
    }
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__link.jt-dsktopnav__link--dimmed {
    color: #ccc;
}

.jt-dsktopnav .jt-dsktopnav__list .jt-dsktopnav__link.jt-dsktopnav__link--dimmed:hover i {
    color: #c1282f;
}

.jt-dsktopnav__list-item.widget-notification-pulldown .dropdown-menu li a span.date {
    color: #999;
    margin-top: 0;
    font-size: 14px;
    float: none;
}

.icon-placeholder i.glyphicons {
    top: 50%;
    transform: translateY(-50%);
}

#layout_main {
    background: #f5f8fa !important;
}

#layout_main.white-background {
    background: #FFFFFF !important;
}

#layout_main.with_bigcover #view .content {
    max-width: 1170px;
}

#layout_content {
    max-width: 1170px;
}

#layout_content ul {
    margin-left: 0;
    margin-bottom: 0;
}

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;
}

body.modal-is-open {
    overflow: hidden;
}

.jt-nav .fa-search {
    position: absolute;
    color: #333;
    right: 0px;
    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;
    color: rgba(0, 0, 0, 0.6);
}

.jt-nav .dropdown-toggle .glyphicon-globe, .jt-nav--child .glyphicon-globe {
    font-size: 1.3rem;
}

.jt-nav--child .glyphicon-globe {
    margin-right: 4px;
}

.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 {
}

.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 {
    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: auto;
    line-height: 1.2;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.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;
    -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 {
    position: relative;
    z-index: 1;
    color: #333;
    background-color: #f9f9f9;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e9e9e9;
    height: 50px;
    box-shadow: 0 -12px 22px 8px rgba(0, 0, 0, .2);
}

.cd-dropdown .cd-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    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: #333;
}

.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;
    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: 0;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 2rem;
    color: rgba(0, 0, 0, 0.8);
    text-transform: initial;
    padding-left: 2rem;
    line-height: 1.2;
}

.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 {
    -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 {
    -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 {
    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 {
    -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 {
    color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    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 {
    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;
    display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    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;
}

.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 {
    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 {
    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 {
    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;
}

.jt-nav--child .mobile-nav__profile {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.jt-nav--child .mobile-nav__profile:hover {
    text-decoration: none;
}

.mobile-nav__profile .icon-container {
    display: inline-block;
    vertical-align: middle;
}

.mobile-nav__profile .profile__name {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding-left: 1rem;
}

.mobile-nav__profile .profile__name .profile__status {
    display: block;
    line-height: 1.2;
    font-size: 1.4rem;
    font-style: italic;
}

ul.cd-dropdown-gallery.move-out {
    overflow: hidden;
}

.cd-dropdown-content.move-out {
    overflow: hidden;
}

.mobile-icon-container {
    display: inline-block;
    margin-right: 4px;
}

.mobile-nav__button {
    background-color: #c1282f;
    color: #fff !important;
    margin: 1rem 2rem;
    text-align: center;
}

ul.mobile-menu__footer-social-list {
    height: auto !important;
    overflow: inherit;
}

.mobile-menu__footer .mobile-menu__footer-social-list {
    position: relative;
    padding-top: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateZ(0);
}

.mobile-menu__footer .mobile-menu__footer-social-list > span {
    display: inline-block;
}

.mobile-menu__footer .mobile-menu__footer-social-list > span > a {
    border: none;
}

.cd-dropdown-content.move-out > li > div.mobile-menu__footer-social-list, .cd-dropdown-content.move-out > li.mobile-menu__footer-text {
    transform: translateX(-100%);
    opacity: 0;
}

li.mobile-menu__footer-text {
    color: #989494 !important;
    line-height: 1.2;
    padding: 1rem 2rem;
    display: block;
    font-size: 1.4rem;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateZ(0);
}

.jt-nav--child.language-change > a {
    color: rgba(0, 0, 0, .6);
}

.jt-nav--child .mobile__nav-notification {
    height: auto;
    line-height: 1.2;
    white-space: inherit;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.mobile__nav-notification span {
    display: block;
    font-size: 1.4rem;
}

.mobile-menu__footer a.facebook {
    color: #3b5998;
}

.mobile-menu__footer a.twitter {
    color: #1da1f2;
}

.mobile-menu__footer a.youtube {
    color: #ff0000;
}

.mobile-menu__footer a.instagram {
    color: #833ab4;
}

.mobile-menu__footer a.rss {
    color: #262522;
}

span.dropdown-menu__title {
    width: 100%;
    float: left;
}

.jt-dsktopnav__logo-link__only {
    display: flex;
    height: 80px;
    justify-content: center;
}